Fixes badmin repair mapgen module for real this time (#1604)

This commit is contained in:
CitadelStationBot
2017-06-17 15:29:10 -05:00
committed by kevinz000
parent bd59fee5f7
commit abd22ba09d

View File

@@ -6,7 +6,7 @@
/datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/place(turf/T)
if(isclosedturf(T) && !ignore_wall)
return FALSE
return TRUE
return ..()
/datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/flatten
ignore_wall = TRUE