Skip to content

Commit

Permalink
Update hostile.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg authored Mar 25, 2024
1 parent e0d8c79 commit 5cff9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hostile/hostile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
if(M.status_flags & GODMODE)
return FALSE
if(!M.client)
if(!debug_disable_mob_ceasefire)
if(!SSmobs.debug_disable_mob_ceasefire)
var/client_in_range = FALSE
for(var/client/C in GLOB.clients)
if(!C.mob)
Expand Down

0 comments on commit 5cff9dd

Please sign in to comment.