mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Matriarch Fixes (#12717)
This commit is contained in:
@@ -194,9 +194,13 @@
|
||||
. = ..()
|
||||
SSghostroles.remove_spawn_atom("matriarchmaintdrone", src)
|
||||
|
||||
/mob/living/silicon/robot/drone/construction/matriarch/do_possession(mob/abstract/observer/possessor)
|
||||
. = ..()
|
||||
SSghostroles.remove_spawn_atom("matriarchmaintdrone", src)
|
||||
|
||||
/mob/living/silicon/robot/drone/construction/matriarch/ghostize(can_reenter_corpse, should_set_timer)
|
||||
. = ..()
|
||||
if(stat == DEAD)
|
||||
if(can_reenter_corpse || stat == DEAD)
|
||||
return
|
||||
if(src in mob_list) // needs to exist to reopen spawn atom
|
||||
set_name(initial(name))
|
||||
|
||||
Reference in New Issue
Block a user