mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Cleanups and tweaks observer code (#30250)
* observer cleanup * this * bit more * Update tgui.bundle.js
This commit is contained in:
@@ -759,8 +759,6 @@
|
||||
return
|
||||
var/mob/dead/observer/ghost = owner.get_ghost()
|
||||
if(ghost)
|
||||
if(!ghost.can_reenter_corpse)
|
||||
return
|
||||
to_chat(ghost, "<span class='ghostalert'>You are being revived by [src]!</span>")
|
||||
window_flash(ghost.client)
|
||||
SEND_SOUND(ghost, sound('sound/effects/genetics.ogg'))
|
||||
|
||||
Reference in New Issue
Block a user