Fixed hearing in lockers (and pipes, i-cards, etc).

Added verb Ghost Ears. Dead people and observers can now select if they do not want to hear every word said on the world.
Fixed electronic blink toy sprite.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1243 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-03-23 09:56:01 +00:00
parent 2c5e101075
commit a05dad6397
5 changed files with 55 additions and 26 deletions
-9
View File
@@ -65,15 +65,6 @@
else
return
/obj/proc/hear_talk(mob/M as mob, text)
/*
var/mob/mo = locate(/mob) in src
if(mo)
var/rendered = "<span class='game say'><span class='name'>[M.name]: </span> <span class='message'>[text]</span></span>"
mo.show_message(rendered, 2)
*/
return
/proc/is_type_in_list(var/atom/A, var/list/L)
for(var/type in L)
if(isnull(type))
+16
View File
@@ -23,3 +23,19 @@
if(istype(M) && M.client && M.machine == src)
src.attack_self(M)
/obj/proc/alter_health()
return 1
/obj/proc/hide(h)
return
/obj/proc/hear_talk(mob/M as mob, text)
/*
var/mob/mo = locate(/mob) in src
if(mo)
var/rendered = "<span class='game say'><span class='name'>[M.name]: </span> <span class='message'>[text]</span></span>"
mo.show_message(rendered, 2)
*/
return