Automatically reopens position slots of mobs who suicide at roundstart

This commit is contained in:
ShizCalev
2018-10-17 19:57:15 -04:00
parent ba0ea6f366
commit b3e4cc3dc2
5 changed files with 86 additions and 3 deletions
+4
View File
@@ -2,6 +2,10 @@
/mob/proc/set_suicide(suicide_state)
suiciding = suicide_state
if(suicide_state)
GLOB.suicided_mob_list += src
else
GLOB.suicided_mob_list -= src
/mob/living/carbon/set_suicide(suicide_state) //you thought that box trick was pretty clever, didn't you? well now hardmode is on, boyo.
. = ..()