mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* WE'RE SO BACK (from #15753) * reactor (mostly) works but the map breaks?? * makes pluonium instead of nitrium, also map works now * i forgor * update_icon() * fuck it we ball * background radiation * Update engine_rbmk.dmm * rename * huge refactor, process_atmos() and more * map fix * map fix 2: for real this time * map fix 3: the threequel * cargo stuff * exponential K, minor fixes * simplify * fixed meltdown overriding blowout * how did i miss this * more heat rebalancing * icon fix * not an rbmk!!! * no sanity allowed on my yogstation * longer time to fix * adds a guide in the control room * fixed the cameras, added a shovel * okay * okay * doesn't need to exist and just causes problems apparently * Update reactor.dm * this too * stuff * fix * good enough * performance * corium + more performance * meta map fix * uh oh * syndicate preset * rpd * i forgor * Update reactor.dm * should fix fuel rod crates * evil theos be like * Update reactor.dm * borgs can set up engine * less tedious to fix * fix the darn pipes
1343 lines
36 KiB
Plaintext
1343 lines
36 KiB
Plaintext
/datum/map_template/ruin/station
|
|
prefix = "_maps/RandomRuins/StationRuins/"
|
|
cost = 0
|
|
|
|
/datum/map_template/ruin/station/box
|
|
prefix = "_maps/RandomRuins/StationRuins/BoxStation/"
|
|
|
|
/datum/map_template/ruin/station/box/bar
|
|
id = "bar_box"
|
|
suffix = "bar_box.dmm"
|
|
name = "Bar Box"
|
|
|
|
/datum/map_template/ruin/station/box/bar/trek
|
|
id = "bar_trek"
|
|
suffix = "bar_trek.dmm"
|
|
name = "Bar Trek"
|
|
|
|
/datum/map_template/ruin/station/box/bar/spacious
|
|
id = "bar_spacious"
|
|
suffix = "bar_spacious.dmm"
|
|
name = "Bar Spacious"
|
|
|
|
/datum/map_template/ruin/station/box/bar/casino
|
|
id = "bar_casino"
|
|
suffix = "bar_casino.dmm"
|
|
name = "Bar Casino"
|
|
|
|
/datum/map_template/ruin/station/box/bar/citadel
|
|
id = "bar_citadel"
|
|
suffix = "bar_citadel.dmm"
|
|
name = "Bar Citadel"
|
|
|
|
/datum/map_template/ruin/station/box/bar/conveyor
|
|
id = "bar_conveyor"
|
|
suffix = "bar_conveyor.dmm"
|
|
name = "Bar Conveyor"
|
|
|
|
/datum/map_template/ruin/station/box/bar/diner
|
|
id = "bar_diner"
|
|
suffix = "bar_diner.dmm"
|
|
name = "Bar Diner"
|
|
|
|
/datum/map_template/ruin/station/box/bar/disco
|
|
id = "bar_disco"
|
|
suffix = "bar_disco.dmm"
|
|
name = "Bar Disco"
|
|
|
|
/datum/map_template/ruin/station/box/bar/purple
|
|
id = "bar_purple"
|
|
suffix = "bar_purple.dmm"
|
|
name = "Bar Purple"
|
|
|
|
/datum/map_template/ruin/station/box/bar/irishman
|
|
id = "bar_irish"
|
|
suffix = "bar_irish.dmm"
|
|
name = "Bar Irish"
|
|
|
|
/datum/map_template/ruin/station/box/bar/cheese
|
|
id = "bar_cheese"
|
|
suffix = "bar_cheese.dmm"
|
|
name = "Bar Cheese"
|
|
|
|
/datum/map_template/ruin/station/box/bar/grassy
|
|
id = "bar_grassy"
|
|
suffix = "bar_grassy.dmm"
|
|
name = "Bar Grassy"
|
|
|
|
/datum/map_template/ruin/station/box/bar/clock
|
|
id = "bar_clock"
|
|
suffix = "bar_clock.dmm"
|
|
name = "Bar Clock"
|
|
|
|
/datum/map_template/ruin/station/box/bar/arcade
|
|
id = "bar_arcade"
|
|
suffix = "bar_arcade.dmm"
|
|
name = "Bar Arcade"
|
|
|
|
/datum/map_template/ruin/station/box/engine
|
|
id = "engine_sm"
|
|
suffix = "engine_sm.dmm"
|
|
name = "Engine SM"
|
|
|
|
/datum/map_template/ruin/station/box/engine/singulo
|
|
id = "engine_singulo_tesla"
|
|
suffix = "engine_singulo_tesla.dmm"
|
|
name = "Engine Singulo And Tesla"
|
|
|
|
/datum/map_template/ruin/station/box/engine/teg
|
|
id = "engine_teg"
|
|
suffix = "engine_teg.dmm"
|
|
name = "Engine TEG"
|
|
|
|
/datum/map_template/ruin/station/box/engine/reactor
|
|
id = "engine_reactor"
|
|
suffix = "engine_reactor.dmm"
|
|
name = "Engine Nuclear Reactor"
|
|
|
|
/datum/map_template/ruin/station/box/testingsite/bunker
|
|
id = "testing_site_1"
|
|
suffix = "testingsite_range1.dmm"
|
|
name = "Bunker Bomb Range"
|
|
|
|
/datum/map_template/ruin/station/box/testingsite/syndicate
|
|
id = "testing_site_2"
|
|
suffix = "testingsite_range2.dmm"
|
|
name = "Syndicate Bomb Range"
|
|
|
|
/datum/map_template/ruin/station/box/testingsite/clown
|
|
id = "testing_site_3"
|
|
suffix = "testingsite_range3.dmm"
|
|
name = "Clown Bomb Range"
|
|
|
|
/datum/map_template/ruin/station/box/testingsite/clerk
|
|
id = "testing_site_4"
|
|
suffix = "testingsite_range4.dmm"
|
|
name = "Clerk Bomb Range"
|
|
|
|
/datum/map_template/ruin/station/box/medbay/morgue
|
|
id = "medbay_morgue1"
|
|
suffix = "medbay_morgue1.dmm"
|
|
name = "Morgue"
|
|
|
|
/datum/map_template/ruin/station/box/medbay/morgue/morgue2
|
|
id = "medbay_morgue2"
|
|
suffix = "medbay_morgue2.dmm"
|
|
name = "Morgue 2"
|
|
|
|
/datum/map_template/ruin/station/box/medbay/morgue/morgue3
|
|
id = "medbay_morgue3"
|
|
suffix = "medbay_morgue3.dmm"
|
|
name = "Morgue 3"
|
|
|
|
/datum/map_template/ruin/station/box/medbay/morgue/morgue4
|
|
id = "medbay_morgue4"
|
|
suffix = "medbay_morgue4.dmm"
|
|
name = "Morgue 4"
|
|
|
|
/datum/map_template/ruin/station/box/medbay/morgue/morgue5
|
|
id = "medbay_morgue5"
|
|
suffix = "medbay_morgue5.dmm"
|
|
name = "Morgue 5"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor
|
|
id = "dorms_edoor1"
|
|
suffix = "dorms_edoor1.dmm"
|
|
name = "Dorm east door 1"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm2
|
|
id = "dorms_edoor2"
|
|
suffix = "dorms_edoor2.dmm"
|
|
name = "Dorm east door 2"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm3
|
|
id = "dorms_edoor3"
|
|
suffix = "dorms_edoor3.dmm"
|
|
name = "Dorm east door 3"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm4
|
|
id = "dorms_edoor4"
|
|
suffix = "dorms_edoor4.dmm"
|
|
name = "Dorm east door 4"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm5
|
|
id = "dorms_edoor5"
|
|
suffix = "dorms_edoor5.dmm"
|
|
name = "Dorm east door 5"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm6
|
|
id = "dorms_edoor6"
|
|
suffix = "dorms_edoor6.dmm"
|
|
name = "Dorm east door 6"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm7
|
|
id = "dorms_edoor7"
|
|
suffix = "dorms_edoor7.dmm"
|
|
name = "Dorm east door 7"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm8
|
|
id = "dorms_edoor8"
|
|
suffix = "dorms_edoor8.dmm"
|
|
name = "Dorm east door 8"
|
|
|
|
/datum/map_template/ruin/station/box/dorms_edoor/dorm9
|
|
id = "dorms_edoor9"
|
|
suffix = "dorms_edoor9.dmm"
|
|
name = "Dorm east door 9"
|
|
|
|
/datum/map_template/ruin/station/box/hydroponics/hydro1
|
|
id = "hydro1"
|
|
suffix = "hydro1.dmm"
|
|
name = "Hydroponics 1"
|
|
|
|
/datum/map_template/ruin/station/box/hydroponics/hydro2
|
|
id = "hydro2"
|
|
suffix = "hydro2.dmm"
|
|
name = "Hydroponics 2"
|
|
|
|
/datum/map_template/ruin/station/box/hydroponics/hydro3
|
|
id = "hydro3"
|
|
suffix = "hydro3.dmm"
|
|
name = "Hydroponics 3"
|
|
|
|
/datum/map_template/ruin/station/box/hydroponics/hydro4
|
|
id = "hydro4"
|
|
suffix = "hydro4.dmm"
|
|
name = "Hydroponics 4"
|
|
|
|
/datum/map_template/ruin/station/box/hydroponics/hydro5
|
|
id = "hydro5"
|
|
suffix = "hydro5.dmm"
|
|
name = "Hydroponics 5"
|
|
|
|
/datum/map_template/ruin/station/box/hydroponics/hydro6
|
|
id = "hydro6"
|
|
suffix = "hydro6.dmm"
|
|
name = "Hydroponics 6"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer1
|
|
id = "transfer1"
|
|
suffix = "transfer1.dmm"
|
|
name = "Transfer 1"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer2
|
|
id = "transfer2"
|
|
suffix = "transfer2.dmm"
|
|
name = "Transfer 2"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer3
|
|
id = "transfer3"
|
|
suffix = "transfer3.dmm"
|
|
name = "Transfer 3"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer4
|
|
id = "transfer4"
|
|
suffix = "transfer4.dmm"
|
|
name = "Transfer 4"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer5
|
|
id = "transfer5"
|
|
suffix = "transfer5.dmm"
|
|
name = "Transfer 5"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer6
|
|
id = "transfer6"
|
|
suffix = "transfer6.dmm"
|
|
name = "Transfer 6"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer7
|
|
id = "transfer7"
|
|
suffix = "transfer7.dmm"
|
|
name = "Transfer 7"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer8
|
|
id = "transfer8"
|
|
suffix = "transfer8.dmm"
|
|
name = "Transfer 8"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer9
|
|
id = "transfer9"
|
|
suffix = "transfer9.dmm"
|
|
name = "Transfer 9"
|
|
|
|
/datum/map_template/ruin/station/box/transfer/transfer10
|
|
id = "transfer10"
|
|
suffix = "transfer10.dmm"
|
|
name = "Transfer 10"
|
|
|
|
/datum/map_template/ruin/station/box/chapel/chapel1
|
|
id = "chapel1"
|
|
suffix = "chapel1.dmm"
|
|
name = "Chapel 1"
|
|
|
|
/datum/map_template/ruin/station/box/chapel/chapel2
|
|
id = "chapel2"
|
|
suffix = "chapel2.dmm"
|
|
name = "Chapel 2"
|
|
|
|
/datum/map_template/ruin/station/meta
|
|
prefix = "_maps/RandomRuins/StationRuins/MetaStation/"
|
|
|
|
/datum/map_template/ruin/station/meta/supermatter
|
|
id = "meta_sm"
|
|
suffix = "meta_sm.dmm"
|
|
name = "Meta SM"
|
|
|
|
/datum/map_template/ruin/station/meta/tesla_singulo
|
|
id = "meta_singulo_tesla"
|
|
suffix = "meta_singulo_tesla.dmm"
|
|
name = "Meta Singulo And Tesla"
|
|
|
|
/datum/map_template/ruin/station/meta/teg
|
|
id = "meta_teg"
|
|
suffix = "meta_teg.dmm"
|
|
name = "Meta TEG"
|
|
|
|
/datum/map_template/ruin/station/meta/reactor
|
|
id = "meta_reactor"
|
|
suffix = "meta_reactor.dmm"
|
|
name = "Meta Nuclear Reactor"
|
|
|
|
//GaxStation
|
|
|
|
/datum/map_template/ruin/station/gax
|
|
prefix = "_maps/RandomRuins/StationRuins/GaxStation/"
|
|
|
|
/datum/map_template/ruin/station/gax/ai_whale
|
|
id = "ai_whale"
|
|
suffix = "ai_whale.dmm"
|
|
name = "AI Whale"
|
|
|
|
//The following are maint templates. See https://github.com/yogstation13/Yogstation/pull/9806
|
|
///Base for all station ruins.
|
|
/datum/map_template/ruin/station/maint
|
|
prefix = "_maps/RandomRuins/StationRuins/maint/"
|
|
|
|
///Base for the 3x3 rooms.
|
|
/datum/map_template/ruin/station/maint/threexthree
|
|
prefix = "_maps/RandomRuins/StationRuins/maint/3x3/"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/twostorage
|
|
id = "2storage"
|
|
suffix = "3x3_2storage.dmm"
|
|
name = "Maint 2storage"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/ninestorage
|
|
id = "9storage"
|
|
suffix = "3x3_9storage.dmm"
|
|
name = "Maint 9storage"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/airstation
|
|
id = "airstation"
|
|
suffix = "3x3_airstation.dmm"
|
|
name = "Maint airstation"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/biohazard
|
|
id = "biohazard"
|
|
suffix = "3x3_biohazard.dmm"
|
|
name = "Maint biohazard"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxbedroom
|
|
id = "boxbedroom"
|
|
suffix = "3x3_boxbedroom.dmm"
|
|
name = "Maint boxbedroom"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxchemcloset
|
|
id = "boxchemcloset"
|
|
suffix = "3x3_boxchemcloset.dmm"
|
|
name = "Maint boxchemcloset"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxclutter2
|
|
id = "boxclutter2"
|
|
suffix = "3x3_boxclutter2.dmm"
|
|
name = "Maint boxclutter2"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxclutter3
|
|
id = "boxclutter3"
|
|
suffix = "3x3_boxclutter3.dmm"
|
|
name = "Maint boxclutter3"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxclutter4
|
|
id = "boxclutter4"
|
|
suffix = "3x3_boxclutter4.dmm"
|
|
name = "Maint boxclutter4"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxclutter5
|
|
id = "boxclutter5"
|
|
suffix = "3x3_boxclutter5.dmm"
|
|
name = "Maint boxclutter5"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxclutter6
|
|
id = "boxclutter6"
|
|
suffix = "3x3_boxclutter6.dmm"
|
|
name = "Maint boxclutter6"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxclutter8
|
|
id = "boxclutter8"
|
|
suffix = "3x3_boxclutter8.dmm"
|
|
name = "Maint boxclutter8"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/boxwindow
|
|
id = "boxwindow"
|
|
suffix = "3x3_boxwindow.dmm"
|
|
name = "Maint boxwindow"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/bubblegumaltar
|
|
id = "bubblegumaltar"
|
|
suffix = "3x3_bubblegumaltar.dmm"
|
|
name = "Maint bubblegumaltar"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/deltajanniecloset
|
|
id = "deltajanniecloset"
|
|
suffix = "3x3_deltajanniecloset.dmm"
|
|
name = "Maint deltajanniecloset"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/deltaorgantrade
|
|
id = "deltaorgantrade"
|
|
suffix = "3x3_deltaorgantrade.dmm"
|
|
name = "Maint deltaorgantrade"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/donutcapgun
|
|
id = "donutcapgun"
|
|
suffix = "3x3_donutcapgun.dmm"
|
|
name = "Maint donutcapgun"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/gibs
|
|
id = "gibs"
|
|
suffix = "3x3_gibs.dmm"
|
|
name = "Maint gibs"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/hazmat
|
|
id = "hazmat"
|
|
suffix = "3x3_hazmat.dmm"
|
|
name = "Maint hazmat"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/hobohut
|
|
id = "hobohut"
|
|
suffix = "3x3_hobohut.dmm"
|
|
name = "Maint hobohut"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/hullbreach
|
|
id = "hullbreach"
|
|
suffix = "3x3_hullbreach.dmm"
|
|
name = "Maint hullbreach"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/kilolustymaid
|
|
id = "kilolustymaid"
|
|
suffix = "3x3_kilolustymaid.dmm"
|
|
name = "Maint kilolustymaid"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/kilomechcharger
|
|
id = "kilomechcharger"
|
|
suffix = "3x3_kilomechcharger.dmm"
|
|
name = "Maint kilomechcharger"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/kilotheatre
|
|
id = "kilotheatre"
|
|
suffix = "3x3_kilotheatre.dmm"
|
|
name = "Maint kilotheatre"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/medicloset
|
|
id = "medicloset"
|
|
suffix = "3x3_medicloset.dmm"
|
|
name = "Maint medicloset"
|
|
|
|
///Memorial- a memorial to those who died when constructing ss13. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/threexthree/memorial
|
|
id = "memorial"
|
|
suffix = "3x3_memorial.dmm"
|
|
name = "Maint memorial"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/metaclutter2
|
|
id = "metaclutter2"
|
|
suffix = "3x3_metaclutter2.dmm"
|
|
name = "Maint metaclutter2"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/metaclutter4
|
|
id = "metaclutter4"
|
|
suffix = "3x3_metaclutter4.dmm"
|
|
name = "Maint metaclutter4"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/metagamergear
|
|
id = "metagamergear"
|
|
suffix = "3x3_metagamergear.dmm"
|
|
name = "Maint metagamergear"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/owloffice
|
|
id = "owloffice"
|
|
suffix = "3x3_owloffice.dmm"
|
|
name = "Maint owloffice"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/plasma
|
|
id = "plasma"
|
|
suffix = "3x3_plasma.dmm"
|
|
name = "Maint plasma"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/pubbyartism
|
|
id = "pubbyartism"
|
|
suffix = "3x3_pubbyartism.dmm"
|
|
name = "Maint pubbyartism"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/pubbyclutter1
|
|
id = "pubbyclutter1"
|
|
suffix = "3x3_pubbyclutter1.dmm"
|
|
name = "Maint pubbyclutter1"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/pubbyclutter2
|
|
id = "pubbyclutter2"
|
|
suffix = "3x3_pubbyclutter2.dmm"
|
|
name = "Maint pubbyclutter2"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/pubbyclutter3
|
|
id = "pubbyclutter3"
|
|
suffix = "3x3_pubbyclutter3.dmm"
|
|
name = "Maint pubbyclutter3"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/radspill
|
|
id = "radspill"
|
|
suffix = "3x3_radspill.dmm"
|
|
name = "Maint radspill"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/shrine
|
|
id = "shrine"
|
|
suffix = "3x3_shrine.dmm"
|
|
name = "Maint shrine"
|
|
|
|
///Singularity- A fake singularity surrounded by space tiles and some sing-themed equipment. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/threexthree/singularity
|
|
id = "singularity"
|
|
suffix = "3x3_singularity.dmm"
|
|
name = "Maint singularity"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/tanning
|
|
id = "tanning"
|
|
suffix = "3x3_tanning.dmm"
|
|
name = "Maint tanning"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/tranquility
|
|
id = "tranquility"
|
|
suffix = "3x3_tranquility.dmm"
|
|
name = "Maint tranquility"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/wash
|
|
id = "wash"
|
|
suffix = "3x3_wash.dmm"
|
|
name = "Maint wash"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/dronehole
|
|
id = "dronehole"
|
|
suffix = "3x3_dronehole.dmm"
|
|
name = "Maint dronehole"
|
|
///Author: SergeyMeyer
|
|
/datum/map_template/ruin/station/maint/threexthree/command
|
|
id = "command"
|
|
suffix = "3x3_command.dmm"
|
|
name = "Maint command"
|
|
|
|
///Author: SergeyMeyer
|
|
/datum/map_template/ruin/station/maint/threexthree/dummy
|
|
id = "dummy"
|
|
suffix = "3x3_dummy.dmm"
|
|
name = "Maint dummy"
|
|
|
|
///Author: SergeyMeyer
|
|
/datum/map_template/ruin/station/maint/threexthree/spaceart
|
|
id = "spaceart"
|
|
suffix = "3x3_spaceart.dmm"
|
|
name = "Maint spaceart"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/containmentcell
|
|
id = "containmentcell"
|
|
suffix = "3x3_containmentcell.dmm"
|
|
name = "Maint containmentcell"
|
|
|
|
/datum/map_template/ruin/station/maint/threexthree/naughtyroom
|
|
id = "naughtyroom"
|
|
suffix = "3x3_naughtyroom.dmm"
|
|
name = "Maint naughtyroom"
|
|
|
|
///Author: Vaelophis
|
|
/datum/map_template/ruin/station/maint/threexthree/vendoraccident
|
|
id = "vendoraccident"
|
|
suffix = "3x3_vendoraccident.dmm"
|
|
name = "Maint vendoraccident"
|
|
|
|
///Author: Gravehat
|
|
/datum/map_template/ruin/station/maint/threexthree/donut
|
|
id = "donut"
|
|
suffix = "3x3_donut.dmm"
|
|
name = "Maint donut"
|
|
|
|
///Author: Marmio64
|
|
/datum/map_template/ruin/station/maint/threexthree/lair
|
|
id = "lair"
|
|
suffix = "3x3_lair.dmm"
|
|
name = "Maint lair"
|
|
|
|
///Author: Marmio64
|
|
/datum/map_template/ruin/station/maint/threexthree/lair2
|
|
id = "lair2"
|
|
suffix = "3x3_lair2.dmm"
|
|
name = "Maint lair2"
|
|
|
|
///Author: Marmio64
|
|
/datum/map_template/ruin/station/maint/threexthree/lair3
|
|
id = "lair3"
|
|
suffix = "3x3_lair3.dmm"
|
|
name = "Maint lair3"
|
|
|
|
///Author: Marmio64
|
|
/datum/map_template/ruin/station/maint/threexthree/lair4
|
|
id = "lair4"
|
|
suffix = "3x3_lair4.dmm"
|
|
name = "Maint lair4"
|
|
|
|
///The base for the 3x5 rooms.
|
|
/datum/map_template/ruin/station/maint/threexfive
|
|
prefix = "_maps/RandomRuins/StationRuins/maint/3x5/"
|
|
|
|
///Airlockstorage- A room that stores a few airlock assemblies and related equipment. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/threexfive/airlockstorage
|
|
id = "airlockstorage"
|
|
suffix = "3x5_airlockstorage.dmm"
|
|
name = "Maint airlockstorage"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/boxclutter7
|
|
id = "boxclutter7"
|
|
suffix = "3x5_boxclutter7.dmm"
|
|
name = "Maint boxclutter7"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/boxkitchen
|
|
id = "boxkitchen"
|
|
suffix = "3x5_boxkitchen.dmm"
|
|
name = "Maint boxkitchen"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/canisterroom
|
|
id = "canisterroom"
|
|
suffix = "3x5_canisterroom.dmm"
|
|
name = "Maint canisterroom"
|
|
|
|
///Checkpoint- A security checkpoint. Glory to NT! Author: Jcat
|
|
/datum/map_template/ruin/station/maint/threexfive/checkpoint
|
|
id = "checkpoint"
|
|
suffix = "3x5_checkpoint.dmm"
|
|
name = "Maint checkpoint"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/hank
|
|
id = "hank"
|
|
suffix = "3x5_hank.dmm"
|
|
name = "Maint hank"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/junkcloset
|
|
id = "junkcloset"
|
|
suffix = "3x5_junkcloset.dmm"
|
|
name = "Maint junkcloset"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/kilomobden
|
|
id = "kilomobden"
|
|
suffix = "3x5_kilomobden.dmm"
|
|
name = "Maint kilomobden"
|
|
|
|
//Author: Vaelophis
|
|
/datum/map_template/ruin/station/maint/threexfive/gaxbotany
|
|
id = "gaxbotany"
|
|
suffix = "3x5_gaxbotany.dmm"
|
|
name = "Maint gaxbotany"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/laststand
|
|
id = "laststand"
|
|
suffix = "3x5_laststand.dmm"
|
|
name = "Maint laststand"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/monky
|
|
id = "monky"
|
|
suffix = "3x5_monky.dmm"
|
|
name = "Maint monky"
|
|
|
|
///Onioncult- Fake clock cult walls, and an onion. Author: Ezhan
|
|
/datum/map_template/ruin/station/maint/threexfive/onioncult
|
|
id = "onioncult"
|
|
suffix = "3x5_onioncult.dmm"
|
|
name = "Maint onioncult"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/pubbyclutter5
|
|
id = "pubbyclutter5"
|
|
suffix = "3x5_pubbyclutter5.dmm"
|
|
name = "Maint pubbyclutter5"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/pubbyclutter6
|
|
id = "pubbyclutter6"
|
|
suffix = "3x5_pubbyclutter6.dmm"
|
|
name = "Maint pubbyclutter6"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/pubbyrobotics
|
|
id = "pubbyrobotics"
|
|
suffix = "3x5_pubbyrobotics.dmm"
|
|
name = "Maint pubbyrobotics"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/ripleywreck
|
|
id = "ripleywreck"
|
|
suffix = "3x5_ripleywreck.dmm"
|
|
name = "Maint ripleywreck"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/boxmaintfreezers
|
|
id = "boxmaintfreezers"
|
|
suffix = "3x5_boxmaintfreezers.dmm"
|
|
name = "Maint boxmaintfreezers"
|
|
|
|
///Author: SergeyMeyer
|
|
/datum/map_template/ruin/station/maint/threexfive/churchroach
|
|
id = "churchroach"
|
|
suffix = "3x5_churchroach.dmm"
|
|
name = "Maint churchroach"
|
|
|
|
///Author: SergeyMeyer
|
|
/datum/map_template/ruin/station/maint/threexfive/mirror
|
|
id = "mirror"
|
|
suffix = "3x5_mirror.dmm"
|
|
name = "Maint mirror"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/chromosomes
|
|
id = "chromosomes"
|
|
suffix = "3x5_chromosomes.dmm"
|
|
name = "Maint chromosomes"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/clutter
|
|
id = "clutter"
|
|
suffix = "3x5_clutter.dmm"
|
|
name = "Maint clutter"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/dissection
|
|
id = "dissection"
|
|
suffix = "3x5_dissection.dmm"
|
|
name = "Maint dissection"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/emergencyoxy
|
|
id = "emergencyoxy"
|
|
suffix = "3x5_emergencyoxy.dmm"
|
|
name = "Maint emergencyoxy"
|
|
|
|
/datum/map_template/ruin/station/maint/threexfive/oreboxes
|
|
id = "oreboxes"
|
|
suffix = "3x5_oreboxes.dmm"
|
|
name = "Maint oreboxes"
|
|
|
|
///The base for the 5x3 rooms.
|
|
/datum/map_template/ruin/station/maint/fivexthree
|
|
prefix = "_maps/RandomRuins/StationRuins/maint/5x3/"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/boxclutter1
|
|
id = "boxclutter1"
|
|
suffix = "5x3_boxclutter1.dmm"
|
|
name = "Maint boxclutter1"
|
|
|
|
///Breach- a room with metal foam floors and walls. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/fivexthree/breach
|
|
id = "breach"
|
|
suffix = "5x3_breach.dmm"
|
|
name = "Maint breach"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/cloner
|
|
id = "cloner"
|
|
suffix = "5x3_cloner.dmm"
|
|
name = "Maint cloner"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/deltaclutter2
|
|
id = "deltaclutter2"
|
|
suffix = "5x3_deltaclutter2.dmm"
|
|
name = "Maint deltaclutter2"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/deltaclutter3
|
|
id = "deltaclutter3"
|
|
suffix = "5x3_deltaclutter3.dmm"
|
|
name = "Maint deltaclutter3"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/incompletefloor
|
|
id = "incompletefloor"
|
|
suffix = "5x3_incompletefloor.dmm"
|
|
name = "Maint incompletefloor"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/kiloclutter1
|
|
id = "kiloclutter1"
|
|
suffix = "5x3_kiloclutter1.dmm"
|
|
name = "Maint kiloclutter1"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/metaclutter1
|
|
id = "metaclutter1"
|
|
suffix = "5x3_metaclutter1.dmm"
|
|
name = "Maint metaclutter1"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/metaclutter3
|
|
id = "metaclutter3"
|
|
suffix = "5x3_metaclutter3.dmm"
|
|
name = "Maint metaclutter3"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/minibreakroom
|
|
id = "minibreakroom"
|
|
suffix = "5x3_minibreakroom.dmm"
|
|
name = "Maint minibreakroom"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/nastytrap
|
|
id = "nastytrap"
|
|
suffix = "5x3_nastytrap.dmm"
|
|
name = "Maint nastytrap"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/pills
|
|
id = "pills"
|
|
suffix = "5x3_pills.dmm"
|
|
name = "Maint pills"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/pubbybedroom
|
|
id = "pubbybedroom"
|
|
suffix = "5x3_pubbybedroom.dmm"
|
|
name = "Maint pubbybedroom"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/pubbyclutter4
|
|
id = "pubbyclutter4"
|
|
suffix = "5x3_pubbyclutter4.dmm"
|
|
name = "Maint pubbyclutter4"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/pubbyclutter7
|
|
id = "pubbyclutter7"
|
|
suffix = "5x3_pubbyclutter7.dmm"
|
|
name = "Maint pubbyclutter7"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/pubbykitchen
|
|
id = "pubbykitchen"
|
|
suffix = "5x3_pubbykitchen.dmm"
|
|
name = "Maint pubbykitchen"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/storeroom
|
|
id = "storeroom"
|
|
suffix = "5x3_storeroom.dmm"
|
|
name = "Maint storeroom"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/yogsmaintdet
|
|
id = "yogsmaintdet"
|
|
suffix = "5x3_yogsmaintdet.dmm"
|
|
name = "Maint yogsmaintdet"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/yogsmaintrpg
|
|
id = "yogsmaintrpg"
|
|
suffix = "5x3_yogsmaintrpg.dmm"
|
|
name = "Maint yogsmaintrpg"
|
|
|
|
///Author: Vaelophis
|
|
/datum/map_template/ruin/station/maint/fivexthree/smallfish
|
|
id = "smallfish"
|
|
suffix = "5x3_smallfish.dmm"
|
|
name = "Maint smallfish"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/fivexthree/podmin
|
|
id = "podmin"
|
|
suffix = "5x3_podmin.dmm"
|
|
name = "Maint podmin"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/fivexthree/waitingroom
|
|
id = "waitingroom"
|
|
suffix = "5x3_waitingroom.dmm"
|
|
name = "Maint waitingroom"
|
|
|
|
///Author: SergeyMeyer
|
|
/datum/map_template/ruin/station/maint/fivexthree/highqualitysurgery
|
|
id = "highqualitysurgery"
|
|
suffix = "5x3_highqualitysurgery.dmm"
|
|
name = "Maint highqualitysurgery"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/chestburst
|
|
id = "chestburst"
|
|
suffix = "5x3_chestburst.dmm"
|
|
name = "Maint chestburst"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/gloveroom
|
|
id = "gloveroom"
|
|
suffix = "5x3_gloveroom.dmm"
|
|
name = "Maint gloveroom"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/magicroom
|
|
id = "magicroom"
|
|
suffix = "5x3_magicroom.dmm"
|
|
name = "Maint magicroom"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexthree/spareparts
|
|
id = "spareparts"
|
|
suffix = "5x3_spareparts.dmm"
|
|
name = "Maint spareparts"
|
|
|
|
///The base for the 5x4 rooms.
|
|
/datum/map_template/ruin/station/maint/fivexfour
|
|
prefix = "_maps/RandomRuins/StationRuins/maint/5x4/"
|
|
|
|
///Blasted-the aftermath of smoking gone wrong. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/fivexfour/blasted
|
|
id = "blasted"
|
|
suffix = "5x4_blasted.dmm"
|
|
name = "Maint blasted"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/boxbar
|
|
id = "boxbar"
|
|
suffix = "5x4_boxbar.dmm"
|
|
name = "Maint boxbar"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/boxdinner
|
|
id = "boxdinner"
|
|
suffix = "5x4_boxdinner.dmm"
|
|
name = "Maint boxdinner"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/boxsurgery
|
|
id = "boxsurgery"
|
|
suffix = "5x4_boxsurgery.dmm"
|
|
name = "Maint boxsurgery"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/comproom
|
|
id = "comproom"
|
|
suffix = "5x4_comproom.dmm"
|
|
name = "Maint comproom"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/deltabar
|
|
id = "deltabar"
|
|
suffix = "5x4_deltabar.dmm"
|
|
name = "Maint deltabar"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/deltadetective
|
|
id = "deltadetective"
|
|
suffix = "5x4_deltadetective.dmm"
|
|
name = "Maint deltadetective"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/deltadressing
|
|
id = "deltadressing"
|
|
suffix = "5x4_deltadressing.dmm"
|
|
name = "Maint deltadressing"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/deltaeva
|
|
id = "deltaeva"
|
|
suffix = "5x4_deltaEVA.dmm"
|
|
name = "Maint deltaEVA"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/deltagamble
|
|
id = "deltagamble"
|
|
suffix = "5x4_deltagamble.dmm"
|
|
name = "Maint deltagamble"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/deltalounge
|
|
id = "deltalounge"
|
|
suffix = "5x4_deltalounge.dmm"
|
|
name = "Maint deltalounge"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/deltasurgery
|
|
id = "deltasurgery"
|
|
suffix = "5x4_deltasurgery.dmm"
|
|
name = "Maint deltasurgery"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/firemanroom
|
|
id = "firemanroom"
|
|
suffix = "5x4_firemanroom.dmm"
|
|
name = "Maint firemanroom"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/fivexfour/pass
|
|
id = "pass"
|
|
suffix = "5x4_pass.dmm"
|
|
name = "Maint pass"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/fivexfour/laundromat
|
|
id = "laundromat"
|
|
suffix = "5x4_laundromat.dmm"
|
|
name = "Maint laundromat"
|
|
|
|
///Icicle-brrr its cold! Author: Jcat
|
|
/datum/map_template/ruin/station/maint/fivexfour/icicle
|
|
id = "icicle"
|
|
suffix = "5x4_icicle.dmm"
|
|
name = "Maint icicle"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/kilohauntedlibrary
|
|
id = "kilohauntedlibrary"
|
|
suffix = "5x4_kilohauntedlibrary.dmm"
|
|
name = "Maint kilohauntedlibrary"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/kilosurgery
|
|
id = "kilosurgery"
|
|
suffix = "5x4_kilosurgery.dmm"
|
|
name = "Maint kilosurgery"
|
|
|
|
///Medusa- some nerds got turned to stone. Or is it just an artpiece? Author: Jcat
|
|
/datum/map_template/ruin/station/maint/fivexfour/medusa
|
|
id = "medusa"
|
|
suffix = "5x4_medusa.dmm"
|
|
name = "Maint medusa"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/metakitchen
|
|
id = "metakitchen"
|
|
suffix = "5x4_metakitchen.dmm"
|
|
name = "Maint metakitchen"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/metamedical
|
|
id = "metamedical"
|
|
suffix = "5x4_metamedical.dmm"
|
|
name = "Maint metamedical"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/metarobotics
|
|
id = "metarobotics"
|
|
suffix = "5x4_metarobotics.dmm"
|
|
name = "Maint metarobotics"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/metatheatre
|
|
id = "metatheatre"
|
|
suffix = "5x4_metatheatre.dmm"
|
|
name = "Maint metatheatre"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/pubbysurgery
|
|
id = "pubbysurgery"
|
|
suffix = "5x4_pubbysurgery.dmm"
|
|
name = "Maint pubbysurgery"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/tinybarbershop
|
|
id = "tinybarbershop"
|
|
suffix = "5x4_tinybarbershop.dmm"
|
|
name = "Maint tinybarbershop"
|
|
|
|
///Author: VeebleFetzer
|
|
/datum/map_template/ruin/station/maint/fivexfour/boxclutter
|
|
id = "boxclutter"
|
|
suffix = "5x4_boxclutter.dmm"
|
|
name = "Maint boxclutter"
|
|
///Author: VeebleFetzer
|
|
/datum/map_template/ruin/station/maint/fivexfour/posterstore
|
|
id = "posterstore"
|
|
suffix = "5x4_posterstore.dmm"
|
|
name = "Maint posterstore"
|
|
|
|
///Author: SergeyMeyer
|
|
/datum/map_template/ruin/station/maint/fivexfour/shoestore
|
|
id = "shoestore"
|
|
suffix = "5x4_shoestore.dmm"
|
|
name = "Maint shoestore"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/nanitechamber
|
|
id = "nanitechamber"
|
|
suffix = "5x4_nanitechamber.dmm"
|
|
name = "Maint nanitechamber"
|
|
|
|
/datum/map_template/ruin/station/maint/fivexfour/oldcryoroom
|
|
id = "oldcryoroom"
|
|
suffix = "5x4_oldcryoroom.dmm"
|
|
name = "Maint oldcryoroom"
|
|
|
|
///The base for the 10x5 rooms
|
|
/datum/map_template/ruin/station/maint/tenxfive
|
|
prefix = "_maps/RandomRuins/StationRuins/maint/10x5/"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/barbershop
|
|
id = "barbershop"
|
|
suffix = "10x5_barbershop.dmm"
|
|
name = "Maint barbershop"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/deltaarcade
|
|
id = "deltaarcade"
|
|
suffix = "10x5_deltaarcade.dmm"
|
|
name = "Maint deltaarcade"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/deltabotnis
|
|
id = "deltabotnis"
|
|
suffix = "10x5_deltabotnis.dmm"
|
|
name = "Maint deltabotnis"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/deltacafeteria
|
|
id = "deltacafeteria"
|
|
suffix = "10x5_deltacafeteria.dmm"
|
|
name = "Maint deltacafeteria"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/deltaclutter1
|
|
id = "deltaclutter1"
|
|
suffix = "10x5_deltaclutter1.dmm"
|
|
name = "Maint deltaclutter1"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/deltarobotics
|
|
id = "deltarobotics"
|
|
suffix = "10x5_deltarobotics.dmm"
|
|
name = "Maint deltarobotics"
|
|
|
|
///Factory-this is how they made crowbars before autolathes. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxfive/factory
|
|
id = "factory"
|
|
suffix = "10x5_factory.dmm"
|
|
name = "Maint factory"
|
|
|
|
///Insomina-The den of an NTnet conspiracy theorist. He's right, you know. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxfive/insomnia
|
|
id = "insomnia"
|
|
suffix = "10x5_insomnia.dmm"
|
|
name = "Maint insomnia"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/maintmedical
|
|
id = "maintmedical"
|
|
suffix = "10x5_maintmedical.dmm"
|
|
name = "Maint maintmedical"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/meetingroom
|
|
id = "meetingroom"
|
|
suffix = "10x5_meetingroom.dmm"
|
|
name = "Maint meetingroom"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/phage
|
|
id = "phage"
|
|
suffix = "10x5_phage.dmm"
|
|
name = "Maint phage"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/skidrow
|
|
id = "skidrow"
|
|
suffix = "10x5_skidrow.dmm"
|
|
name = "Maint skidrow"
|
|
|
|
///Transit: a super pointless transit tube journey. Everyone loves waiting! Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxfive/transit
|
|
id = "transit"
|
|
suffix = "10x5_transit.dmm"
|
|
name = "Maint transit"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxfive/ballpit
|
|
id = "ballpit"
|
|
suffix = "10x5_ballpit.dmm"
|
|
name = "Maint ballpit"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxfive/commie
|
|
id = "commie"
|
|
suffix = "10x5_commie.dmm"
|
|
name = "Maint commie"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxfive/firingrange
|
|
id = "firingrange"
|
|
suffix = "10x5_firingrange.dmm"
|
|
name = "Maint firingrange"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxfive/clothingstore
|
|
id = "clothingstore"
|
|
suffix = "10x5_clothingstore.dmm"
|
|
name = "Maint clothingstore"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/butchersden
|
|
id = "butchersden"
|
|
suffix = "10x5_butchersden.dmm"
|
|
name = "Maint butchersden"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/courtroom
|
|
id = "courtroom"
|
|
suffix = "10x5_courtroom.dmm"
|
|
name = "Maint courtroom"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/gaschamber
|
|
id = "gaschamber"
|
|
suffix = "10x5_gaschamber.dmm"
|
|
name = "Maint gaschamber"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/oldaichamber
|
|
id = "oldaichamber"
|
|
suffix = "10x5_oldaichamber.dmm"
|
|
name = "Maint oldaichamber"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/radiationtherapy
|
|
id = "radiationtherapy"
|
|
suffix = "10x5_radiationtherapy.dmm"
|
|
name = "Maint radiationtherapy"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxfive/ratburger
|
|
id = "ratburger"
|
|
suffix = "10x5_ratburger.dmm"
|
|
name = "Maint ratburger"
|
|
|
|
///Author: Vaelophis
|
|
/datum/map_template/ruin/station/maint/tenxfive/tank_heaven
|
|
id = "tank_heaven"
|
|
suffix = "10x5_tank_heaven.dmm"
|
|
name = "Maint tank_heaven"
|
|
|
|
///Author: Gravehat
|
|
/datum/map_template/ruin/station/maint/tenxfive/bamboo
|
|
id = "bamboo"
|
|
suffix = "10x5_bamboo.dmm"
|
|
name = "Maint bamboo"
|
|
|
|
///Author: Gravehat
|
|
/datum/map_template/ruin/station/maint/tenxfive/medicalmaint
|
|
id = "medicalmaint"
|
|
suffix = "10x5_medicalmaint.dmm"
|
|
name = "Maint medicalmaint"
|
|
|
|
///The base for the 10x10 rooms.
|
|
/datum/map_template/ruin/station/maint/tenxten
|
|
prefix = "_maps/RandomRuins/StationRuins/maint/10x10/"
|
|
|
|
///Aquarium-NT scientists study space marine life. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxten/aquarium
|
|
id = "aquarium"
|
|
suffix = "10x10_aquarium.dmm"
|
|
name = "Maint aquarium"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/bigconstruction
|
|
id = "bigconstruction"
|
|
suffix = "10x10_bigconstruction.dmm"
|
|
name = "Maint bigconstruction"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/bigtheatre
|
|
id = "bigtheatre"
|
|
suffix = "10x10_bigtheatre.dmm"
|
|
name = "Maint bigtheatre"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/deltalibrary
|
|
id = "deltalibrary"
|
|
suffix = "10x10_deltalibrary.dmm"
|
|
name = "Maint deltalibrary"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/graffitiroom
|
|
id = "graffitiroom"
|
|
suffix = "10x10_graffitiroom.dmm"
|
|
name = "Maint graffitiroom"
|
|
|
|
///Junction- sometimes in life, you can only go forward. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxten/junction
|
|
id = "junction"
|
|
suffix = "10x10_junction.dmm"
|
|
name = "Maint junction"
|
|
|
|
///Lasertag-Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxten/lasertag
|
|
id = "lasertag"
|
|
suffix = "10x10_lasertag.dmm"
|
|
name = "Maint lasertag"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/podrepairbay
|
|
id = "podrepairbay"
|
|
suffix = "10x10_podrepairbay.dmm"
|
|
name = "Maint podrepairbay"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/pubbybar
|
|
id = "pubbybar"
|
|
suffix = "10x10_pubbybar.dmm"
|
|
name = "Maint pubbybar"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/roosterdome
|
|
id = "roosterdome"
|
|
suffix = "10x10_roosterdome.dmm"
|
|
name = "Maint roosterdome"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/sanitarium
|
|
id = "sanitarium"
|
|
suffix = "10x10_sanitarium.dmm"
|
|
name = "Maint sanitarium"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/snakefighter
|
|
id = "snakefighter"
|
|
suffix = "10x10_snakefighter.dmm"
|
|
name = "Maint snakefighter"
|
|
|
|
///Vault- A 'heavily guarded' vault. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxten/vault
|
|
id = "vault"
|
|
suffix = "10x10_vault.dmm"
|
|
name = "Maint vault"
|
|
|
|
///Ward-outbreak gone wrong. Author: Jcat
|
|
/datum/map_template/ruin/station/maint/tenxten/ward
|
|
id = "ward"
|
|
suffix = "10x10_ward.dmm"
|
|
name = "Maint ward"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxten/assaultpod
|
|
id = "assaultpod"
|
|
suffix = "10x10_assaultpod.dmm"
|
|
name = "Maint assaultpod"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxten/maze
|
|
id = "maze"
|
|
suffix = "10x10_maze.dmm"
|
|
name = "Maint maze"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxten/maze2
|
|
id = "maze2"
|
|
suffix = "10x10_maze2.dmm"
|
|
name = "Maint maze2"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxten/boxfactory
|
|
id = "boxfactory"
|
|
suffix = "10x10_boxfactory.dmm"
|
|
name = "Maint boxfactory"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/sixsectorsdown
|
|
id = "sixsectorsdown"
|
|
suffix = "10x10_sixsectorsdown.dmm"
|
|
name = "Maint sixsectorsdown"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/advbotany
|
|
id = "advbotany"
|
|
suffix = "10x10_advbotany.dmm"
|
|
name = "Maint advbotany"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/beach
|
|
id = "beach"
|
|
suffix = "10x10_beach.dmm"
|
|
name = "Maint beach"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/botany_apiary
|
|
id = "botany_apiary"
|
|
suffix = "10x10_botany_apiary.dmm"
|
|
name = "Maint botany_apiary"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/gamercave
|
|
id = "gamercave"
|
|
suffix = "10x10_gamercave.dmm"
|
|
name = "Maint gamercave"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/ladytesla_altar
|
|
id = "ladytesla_altar"
|
|
suffix = "10x10_ladytesla_altar.dmm"
|
|
name = "Maint ladytesla_altar"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/olddiner
|
|
id = "olddiner"
|
|
suffix = "10x10_olddiner.dmm"
|
|
name = "Maint olddiner"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/smallmagician
|
|
id = "smallmagician"
|
|
suffix = "10x10_smallmagician.dmm"
|
|
name = "Maint smallmagician"
|
|
|
|
///Author: Veeblefetzer
|
|
/datum/map_template/ruin/station/maint/tenxten/fourshops
|
|
id = "fourshops"
|
|
suffix = "10x10_fourshops.dmm"
|
|
name = "Maint fourshops"
|
|
|
|
///Author: Vaelophis
|
|
/datum/map_template/ruin/station/maint/tenxten/fishinghole
|
|
id= "fishinghole"
|
|
suffix = "10x10_fishinghole.dmm"
|
|
name = "Maint fishinghole"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/fakewalls
|
|
id= "fakewalls"
|
|
suffix = "10x10_fakewalls.dmm"
|
|
name = "Maint fakewalls"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/wizard
|
|
id = "wizard"
|
|
suffix = "10x10_wizard.dmm"
|
|
name = "Maint wizard"
|
|
|
|
/datum/map_template/ruin/station/maint/tenxten/halloween
|
|
id = "halloween"
|
|
suffix = "10x10_halloween.dmm"
|
|
name = "Maint halloween"
|