bugfix: wall not hiding level 1 pipes

This commit is contained in:
Tastyfish
2012-02-09 23:31:04 -05:00
parent 92dc961c10
commit e922a7fadb

View File

@@ -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()