mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Automatically reopens position slots of mobs who suicide at roundstart
This commit is contained in:
@@ -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.
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user