A few more, ported, runtime fixes.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
underlays.Cut()
|
||||
|
||||
var/turf/T = loc
|
||||
if(level == 2 || !T.intact)
|
||||
if(level == 2 || (istype(T) && !T.intact))
|
||||
showpipe = TRUE
|
||||
plane = GAME_PLANE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user