Adds sound notification to being put into a cloner when out of body

This commit is contained in:
Cheridan
2014-07-03 00:51:06 -05:00
parent b02b93ce2a
commit 151be25d69
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -427,7 +427,8 @@
for(var/mob/dead/observer/ghost in player_list)
if(ghost.mind == occupant.mind)
if(ghost.can_reenter_corpse)
ghost << "<b><font color = #330033><font size = 3>Your corpse has been placed into a cloning scanner. Return to your body if you want to be resurrected/cloned!</b> (Verbs -> Ghost -> Re-enter corpse)</font color>"
ghost << "<span class='ghostalert'>Your corpse has been placed into a cloning scanner. Return to your body if you want to be cloned!</span> (Verbs -> Ghost -> Re-enter corpse)"
ghost << sound('sound/effects/genetics.ogg')
break
return 1
Binary file not shown.