mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Adds sound notification to being put into a cloner when out of body
This commit is contained in:
+2
-1
@@ -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.
Reference in New Issue
Block a user