mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 21:30:14 +00:00
no unconscious narrates
This commit is contained in:
@@ -323,6 +323,9 @@
|
||||
return
|
||||
if(stat == DEAD)
|
||||
return say_dead(message)
|
||||
if(stat)
|
||||
to_chat(src, "<span class= 'warning'>You need to be concious to narrate: [message]</span>")
|
||||
return
|
||||
message = "<span class='name'>([name])</span> <span class='pnarrate'>[message]</span>"
|
||||
|
||||
//Below here stolen from emotes
|
||||
|
||||
Reference in New Issue
Block a user