Added in speech bubbles. By default, they are off. You have to go to the character setup window and toggle them on in order to see them.

Made it so the last exclamation mark when a silicon player exclaims something is not filtered out.

Removed xenomicrobes and wizarditis from metroid core reactions. Replaced xenomicrobes with Retrovirus.



git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1967 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-08-02 20:39:44 +00:00
parent 80d4e405b9
commit 0f3e6df66f
12 changed files with 124 additions and 10 deletions
+8
View File
@@ -212,6 +212,14 @@
for (var/mob/M in hearers(src, null))
M << text("<FONT size=[]>BANG, bang!</FONT>", max(0, 5 - get_dist(src, M)))
/obj/closet/Move()
..()
for(var/mob/M in contents)
for(var/obj/speech_bubble/B in range(1, src))
if(B.parent == M)
B.loc = loc
/obj/closet/attack_paw(mob/user as mob)
return src.attack_hand(user)