Fixes mice not being able to ghost when using Re-enter corpse.

This commit is contained in:
Erthilo
2012-08-18 18:31:18 +01:00
parent a8c3cdbe42
commit 88e41b1db1
+2 -2
View File
@@ -163,8 +163,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(corpse.ajourn)
corpse.ajourn=0
client.mob = corpse
if (corpse.stat==2)
verbs += /mob/proc/ghost
if (corpse.stat==2 || istype(corpse, /mob/living/simple_animal/mouse ))
corpse.verbs += /mob/proc/ghost
del(src)
/mob/dead/observer/proc/become_mouse()