mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Another Matriarch Fix (#12305)
This commit is contained in:
@@ -155,6 +155,8 @@
|
||||
|
||||
/mob/living/silicon/robot/drone/construction/matriarch/ghostize(can_reenter_corpse, should_set_timer)
|
||||
. = ..()
|
||||
if(stat == DEAD)
|
||||
return
|
||||
if(src in mob_list) // needs to exist to reopen spawn atom
|
||||
set_name(initial(name))
|
||||
request_player()
|
||||
|
||||
@@ -1251,4 +1251,6 @@ proc/is_blind(A)
|
||||
/mob/proc/set_name(var/new_name)
|
||||
real_name = new_name
|
||||
name = real_name
|
||||
voice_name = real_name
|
||||
voice_name = real_name
|
||||
if(mind)
|
||||
mind.name = real_name
|
||||
Reference in New Issue
Block a user