[MIRROR] repaths plasteel tiles to iron (#3155)

* repaths plasteel tiles to iron

* Update robot_modules.dm

* a

* fuck me

Co-authored-by: Fikou <piotrbryla@onet.pl>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-09 00:29:36 +01:00
committed by GitHub
parent ea228e5c26
commit cc9ef500c7
148 changed files with 359979 additions and 247274 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()