QoL Update

Move the Engines to a subfolder to be cleaner when there will be 20 submaps on different maps and change the Tesla Submap to incorporate a few changes I did for the Singulo submap.
This commit is contained in:
r4d6
2019-12-21 09:12:04 -05:00
parent 445a7fb855
commit fb078e18f9
4 changed files with 6286 additions and 6263 deletions
+6 -3
View File
@@ -2,17 +2,20 @@
prefix = "_maps/RandomRuins/StationRuins/"
cost = 0
// Boxstation
// Engine
/datum/map_template/ruin/station/box/engine
id = "engine_sm"
suffix = "engine_sm.dmm"
suffix = "Box/engine_sm.dmm"
name = "Engine SM"
/datum/map_template/ruin/station/box/engine/singulo
id = "engine_singulo"
suffix = "engine_singulo.dmm"
suffix = "Box/engine_singulo.dmm"
name = "Engine Singulo"
/datum/map_template/ruin/station/box/engine/tesla
id = "engine_tesla"
suffix = "engine_tesla.dmm"
suffix = "Box/engine_tesla.dmm"
name = "Engine Tesla"