mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
The worst revision ever.
Ghosts can no longer be heard by living people. Ever. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2110 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
. = src.say_dead(message)
|
||||
|
||||
for (var/mob/M in hearers(null, null))
|
||||
/* for (var/mob/M in hearers(null, null))
|
||||
if (!M.stat)
|
||||
if(M.job == "Chaplain")
|
||||
if (prob (49))
|
||||
@@ -34,4 +34,4 @@
|
||||
playsound(src.loc, pick('ghost.ogg','ghost2.ogg'), 10, 1)
|
||||
else
|
||||
M.show_message("<span class='game'><i>[stutter(message)]</i></span>", 2)
|
||||
playsound(src.loc, pick('ghost.ogg','ghost2.ogg'), 10, 1)
|
||||
playsound(src.loc, pick('ghost.ogg','ghost2.ogg'), 10, 1) */
|
||||
Reference in New Issue
Block a user