mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 02:01:22 +00:00
[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:
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user