Removes all checks for subsystem existence (#2252)
This commit is contained in:
committed by
kevinz000
parent
6ac8123117
commit
ef715b7837
@@ -9,7 +9,7 @@
|
||||
emote("deathgasp")
|
||||
|
||||
. = ..()
|
||||
if(SSticker && SSticker.mode)
|
||||
if(SSticker.mode)
|
||||
SSticker.mode.check_win() //Calls the rounds wincheck, mainly for wizard, malf, and changeling now
|
||||
|
||||
/mob/living/carbon/gib(no_brain, no_organs, no_bodyparts)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
update_canmove()
|
||||
|
||||
if(SSticker && SSticker.mode)
|
||||
if(SSticker.mode)
|
||||
SSticker.mode.check_win()
|
||||
|
||||
return ..(gibbed)
|
||||
|
||||
Reference in New Issue
Block a user