Fixed wooden walls having no floor underneath them when destroyed (#18253)

This commit is contained in:
DamianX
2018-05-10 13:40:50 +02:00
committed by jknpj
parent fc0d21bdbb
commit 0060f80c84

View File

@@ -28,10 +28,8 @@
/turf/simulated/wall/mineral/wood/ex_act(var/severity)
if(severity < 3)
ChangeTurf(get_underlying_turf())
getFromPool(/obj/item/stack/sheet/wood, src, 2)
else
dismantle_wall()
..()
/turf/simulated/wall/mineral/brick
name = "brick wall"