Skip to content

Commit

Permalink
Removing Debug Text from Metal Fixer (#2675)
Browse files Browse the repository at this point in the history
Removing Debug Fix
  • Loading branch information
EnderMage99 authored Jan 10, 2025
1 parent 0669163 commit dd2a530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ModularTegustation/tegu_mobs/lc13_humanoids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,7 @@ 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 dd2a530

Please sign in to comment.