mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user