mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #17218 from phil235/FixTalkingInPipes
No longer deaf while inside pipes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user