mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
bugfix: wall not hiding level 1 pipes
This commit is contained in:
@@ -250,6 +250,7 @@
|
||||
S.icon_old = old_icon
|
||||
S.opacity = 0
|
||||
S.sd_NewOpacity(1)
|
||||
levelupdate()
|
||||
return S
|
||||
|
||||
/turf/proc/ReplaceWithRWall()
|
||||
@@ -259,6 +260,7 @@
|
||||
S.icon_old = old_icon
|
||||
S.opacity = 0
|
||||
S.sd_NewOpacity(1)
|
||||
levelupdate()
|
||||
return S
|
||||
|
||||
/turf/simulated/wall/New()
|
||||
|
||||
Reference in New Issue
Block a user