repaths plasteel tiles to iron (#56644)

Repaths plasteel tiles and turfs to iron. We're in too deep to back out now
This commit is contained in:
Fikou
2021-02-06 22:53:08 +01:00
committed by GitHub
parent 4584fade8c
commit f6dfc68360
138 changed files with 33863 additions and 33813 deletions

View File

@@ -1,5 +1,5 @@
/datum/map_generator_module/bottom_layer/repair_floor_plasteel
spawnableTurfs = list(/turf/open/floor/plasteel = 100)
spawnableTurfs = list(/turf/open/floor/iron = 100)
var/ignore_wall = FALSE
allowAtomsOnSpace = TRUE

View File

@@ -1,5 +1,5 @@
/datum/map_generator_module/bottom_layer/shuttle_floor
spawnableTurfs = list(/turf/open/floor/plasteel/shuttle = 100)
spawnableTurfs = list(/turf/open/floor/iron/shuttle = 100)
/datum/map_generator_module/border/shuttle_walls
spawnableAtoms = list()

View File

@@ -1,11 +1,11 @@
// Modules
/turf/open/floor/plasteel/shuttle/red/syndicate
/turf/open/floor/iron/shuttle/red/syndicate
name = "floor" //Not Brig Floor
/datum/map_generator_module/bottom_layer/syndie_floor
spawnableTurfs = list(/turf/open/floor/plasteel/shuttle/red/syndicate = 100)
spawnableTurfs = list(/turf/open/floor/iron/shuttle/red/syndicate = 100)
/datum/map_generator_module/border/syndie_walls
spawnableAtoms = list()