Paranoid ramblings
This commit is contained in:
@@ -67,8 +67,12 @@
|
|||||||
CR.button.screen_loc = "6:[pos],4:-2"
|
CR.button.screen_loc = "6:[pos],4:-2"
|
||||||
CR.button.moved = "6:[pos],4:-2"
|
CR.button.moved = "6:[pos],4:-2"
|
||||||
|
|
||||||
|
/mob/living/simple_animal/hostile/construct/Destroy()
|
||||||
|
original_mind = null
|
||||||
|
. = ..()
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/construct/death()
|
/mob/living/simple_animal/hostile/construct/death()
|
||||||
if(original_mind)
|
if(original_mind && QDELETED(original_mind))
|
||||||
transfer_ckey(original_mind.current)
|
transfer_ckey(original_mind.current)
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user