mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Merge pull request #17218 from phil235/FixTalkingInPipes
No longer deaf while inside pipes
This commit is contained in:
@@ -189,7 +189,7 @@ var/sc_safecode5 = "[rand(0,9)]"
|
||||
for(var/obj/O in T.contents)
|
||||
if(O.level != 1)
|
||||
continue
|
||||
if(O.invisibility == 101)
|
||||
if(O.invisibility == INVISIBILITY_MAXIMUM)
|
||||
src.consume(O)
|
||||
T.ChangeTurf(/turf/open/space)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user