Skip to content

Commit

Permalink
Removing the fix, for better merging
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Jan 10, 2025
1 parent 606ece2 commit 9df8ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ModularTegustation/tegu_mobs/lc13_humanoids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,9 @@ Skittish, they prefer to move in groups and will run away if the enemies are in
if (istype(target, /mob))

var/mob/MOB = target
say("Target faction: " + jointext(MOB.faction, ", "))
if (MOB.faction_check_mob(M, FALSE))
say("Faction match")
return BULLET_ACT_BLOCK
. = ..()

Expand Down

0 comments on commit 9df8ce0

Please sign in to comment.