This commit is contained in:
Markolie
2015-03-02 18:49:12 +01:00
parent 3d9807f78c
commit 2d152cb82d
+1 -2
View File
@@ -244,8 +244,7 @@
if(!target && replacetiles) //Finds a floor without a tile and gives it one.
process_type = REPLACE_TILE //The target must be the floor and not a tile. The floor must not already have a floortile.
target = scan(/turf/simulated/floor, oldtarget)
world << target
if(!target && fixfloors) //Repairs damaged floors and tiles.
process_type = FIX_TILE
target = scan(/turf/simulated/floor, oldtarget)