Ghosts now have an indicator on whether they can respawn or not

This commit is contained in:
Crazylemon64
2017-01-09 19:24:08 -08:00
parent 9f40d013f9
commit baa721b68f
+2 -1
View File
@@ -226,6 +226,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(client.statpanel == "Status")
show_stat_station_time()
show_stat_emergency_shuttle_eta()
stat(null, "Respawnability: [(src in respawnable_list) ? "Yes" : "No"]")
/mob/dead/observer/verb/reenter_corpse()
set category = "Ghost"
@@ -667,4 +668,4 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
mind.active = 1
mind.transfer_to(new_char)
else
new_char.key = key
new_char.key = key