turns the baseturf var into a part time list (#33705)

This commit is contained in:
Emmett Gaines
2017-12-25 19:11:06 -06:00
committed by CitadelStationBot
parent 6205268f7e
commit 9d0a4722e5
51 changed files with 1538 additions and 3328 deletions
@@ -321,9 +321,9 @@
sleep(50)
if(mode == BOT_REPAIRING && src.loc == target_turf)
if(autotile) //Build the floor and include a tile.
target_turf.ChangeTurf(/turf/open/floor/plasteel)
target_turf.PlaceOnTop(/turf/open/floor/plasteel)
else //Build a hull plating without a floor tile.
target_turf.ChangeTurf(/turf/open/floor/plating)
target_turf.PlaceOnTop(/turf/open/floor/plating)
else
var/turf/open/floor/F = target_turf