Merge pull request #17218 from phil235/FixTalkingInPipes

No longer deaf while inside pipes
This commit is contained in:
Cheridan
2016-04-29 20:34:03 -05:00
47 changed files with 63 additions and 60 deletions
+1 -1
View File
@@ -187,4 +187,4 @@ obj/structure/safe/ex_act(severity, target)
/obj/structure/safe/floor/hide(var/intact)
invisibility = intact ? 101 : 0
invisibility = intact ? INVISIBILITY_MAXIMUM : 0