Skip to content

Commit

Permalink
yea
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 21, 2024
1 parent b452c59 commit a7f21a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ SUBSYSTEM_DEF(mobs)
L.Life(seconds, times_fired)
else
GLOB.mob_living_list.Remove(L)
CRASH("[L] no longer exists in mob_living_list")
stack_trace("[L] no longer exists in mob_living_list")
if (MC_TICK_CHECK)
return

0 comments on commit a7f21a8

Please sign in to comment.