mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Allow free golems to purchase shuttle board
also add a shuttle recalls console to ruin
This commit is contained in:
@@ -1,71 +1,74 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/simulated/wall/mineral/titanium,/area/ruin/powered/golem_ship)
|
||||
"c" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/shuttle,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"d" = (/obj/structure/closet/crate/golemgear,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"e" = (/obj/item/storage/toolbox/mechanical,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"f" = (/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"g" = (/obj/structure/reagent_dispensers/watertank/high,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"h" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/shuttle/plating,/area/ruin/powered/golem_ship)
|
||||
"i" = (/obj/structure/shuttle/engine/propulsion{dir = 4; icon_state = "burst_l"},/turf/simulated/shuttle/plating,/area/ruin/powered/golem_ship)
|
||||
"j" = (/obj/machinery/light/small,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"k" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"l" = (/obj/machinery/door/airlock/shuttle,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"m" = (/obj/machinery/vending/hydronutrients,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"n" = (/obj/machinery/vending/hydroseeds,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"o" = (/obj/machinery/light{dir = 1; on = 1},/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"p" = (/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"q" = (/obj/machinery/light{dir = 1; on = 1},/obj/effect/mob_spawn/human/golem/adamantine,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"r" = (/obj/effect/mob_spawn/human/golem/adamantine,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"s" = (/obj/machinery/vending/coffee/free,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"t" = (/obj/machinery/mineral/equipment_vendor/golem,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"u" = (/obj/machinery/door/airlock/shuttle,/obj/structure/fans/tiny,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"v" = (/obj/item/resonator,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"w" = (/obj/machinery/door/airlock/shuttle,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/ruin/powered/golem_ship)
|
||||
"x" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"y" = (/obj/machinery/mineral/ore_redemption/golem,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"z" = (/obj/structure/window/full/shuttle{icon_state = "16"},/obj/structure/grille,/turf/simulated/shuttle/plating,/area/ruin/powered/golem_ship)
|
||||
"A" = (/obj/structure/statue/gold/rd{name = "statue of the Liberator"},/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/ruin/powered/golem_ship)
|
||||
"B" = (/obj/structure/computerframe,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"C" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"D" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"E" = (/obj/structure/window/full/shuttle{icon_state = "15"},/obj/structure/grille,/turf/simulated/shuttle/plating,/area/ruin/powered/golem_ship)
|
||||
"F" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/structure/table/wood,/obj/item/bedsheet/rd/royal_cape{layer = 3; pixel_x = 5; pixel_y = 9},/obj/item/book/manual/research_and_development{name = "Sacred Text of the Liberator"; pixel_x = -4; pixel_y = 3},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/ruin/powered/golem_ship)
|
||||
"G" = (/obj/machinery/light,/obj/structure/chair/comfy/purp{icon_state = "comfychair"; dir = 1},/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"H" = (/obj/machinery/light/small,/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"I" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/shuttle,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"J" = (/turf/simulated/wall/mineral/titanium/interior,/area/ruin/powered/golem_ship)
|
||||
"K" = (/obj/item/resonator/upgraded,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"L" = (/obj/machinery/autolathe,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"M" = (/obj/structure/table/wood,/obj/machinery/reagentgrinder,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"N" = (/obj/machinery/computer/arcade/orion_trail,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"O" = (/obj/machinery/computer/arcade/battle,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"P" = (/obj/machinery/light,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"Q" = (/obj/machinery/light,/obj/effect/mob_spawn/human/golem/adamantine,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"R" = (/obj/machinery/vending/snack/free,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"S" = (/obj/structure/table/wood,/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"T" = (/obj/structure/table/wood,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/machinery/light,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"U" = (/obj/structure/table/wood,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"V" = (/obj/structure/table/wood,/obj/item/areaeditor/golem,/obj/item/disk/design_disk/golem_shell,/turf/simulated/floor/mineral/titanium/purple,/area/ruin/powered/golem_ship)
|
||||
"W" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"X" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"Y" = (/obj/structure/ore_box,/turf/simulated/floor/plating,/area/ruin/powered/golem_ship)
|
||||
"Z" = (/turf/simulated/wall/mineral/titanium/nodiagonal,/area/ruin/powered/golem_ship)
|
||||
"aa" = (/turf/template_noop,/area/template_noop)
|
||||
"ab" = (/turf/simulated/wall/mineral/titanium,/area/shuttle/freegolem)
|
||||
"ac" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/shuttle,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"ad" = (/obj/structure/closet/crate/golemgear,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"ae" = (/obj/item/storage/toolbox/mechanical,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"af" = (/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"ag" = (/obj/structure/reagent_dispensers/watertank/high,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"ah" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"ai" = (/obj/structure/shuttle/engine/propulsion{dir = 4; icon_state = "burst_l"},/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"aj" = (/obj/machinery/light/small,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"ak" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"al" = (/obj/machinery/door/airlock/shuttle,/turf/simulated/floor/mineral/titanium/purple,/area/shuttle/freegolem)
|
||||
"am" = (/obj/machinery/vending/hydronutrients,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"an" = (/obj/machinery/vending/hydroseeds,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"ao" = (/obj/machinery/light{dir = 1; on = 1},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"ap" = (/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aq" = (/obj/machinery/light{dir = 1; on = 1},/obj/effect/mob_spawn/human/golem/adamantine,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"ar" = (/obj/effect/mob_spawn/human/golem/adamantine,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"as" = (/obj/machinery/vending/coffee/free,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"at" = (/obj/machinery/mineral/equipment_vendor/golem,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"au" = (/obj/machinery/door/airlock/shuttle,/obj/structure/fans/tiny,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"av" = (/obj/item/resonator,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aw" = (/obj/machinery/door/airlock/shuttle,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"ax" = (/obj/machinery/light{dir = 8},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"ay" = (/obj/machinery/mineral/ore_redemption/golem,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"az" = (/turf/simulated/wall/mineral/titanium/nodiagonal,/area/shuttle/freegolem)
|
||||
"aA" = (/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered/golem_ship)
|
||||
"aB" = (/obj/structure/window/full/shuttle{icon_state = "16"},/obj/structure/grille,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"aC" = (/obj/structure/statue/gold/rd{name = "statue of the Liberator"},/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aD" = (/obj/structure/computerframe,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aE" = (/obj/machinery/light{dir = 1},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aF" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aG" = (/obj/machinery/door/airlock/shuttle,/obj/structure/fans/tiny,/obj/docking_port/stationary{area_type = /area/ruin/powered/golem_ship; dir = 8; dwidth = 8; height = 20; id = "freegolem_lavaland"; name = "Lavaland Surface"; turf_type = /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface; width = 16},/obj/docking_port/mobile{dir = 8; dwidth = 8; height = 20; id = "freegolem"; name = "Free Golem Ship"; width = 16},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aH" = (/obj/structure/window/full/shuttle{icon_state = "15"},/obj/structure/grille,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"aI" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/structure/table/wood,/obj/item/bedsheet/rd/royal_cape{layer = 3; pixel_x = 5; pixel_y = 9},/obj/item/book/manual/research_and_development{name = "Sacred Text of the Liberator"; pixel_x = -4; pixel_y = 3},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aJ" = (/obj/machinery/light,/obj/structure/chair/comfy/purp{icon_state = "comfychair"; dir = 1},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aK" = (/obj/machinery/light/small,/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aL" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/shuttle,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aM" = (/turf/simulated/wall/mineral/titanium/interior,/area/shuttle/freegolem)
|
||||
"aN" = (/obj/item/resonator/upgraded,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aO" = (/obj/machinery/autolathe,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aP" = (/obj/machinery/computer/shuttle/golem_ship/recall,/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered/golem_ship)
|
||||
"aQ" = (/obj/structure/table/wood,/obj/machinery/reagentgrinder,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aR" = (/obj/machinery/computer/arcade/orion_trail,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aS" = (/obj/machinery/computer/arcade/battle,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aT" = (/obj/machinery/light,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aU" = (/obj/machinery/light,/obj/effect/mob_spawn/human/golem/adamantine,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aV" = (/obj/machinery/vending/snack/free,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aW" = (/obj/structure/table/wood,/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aX" = (/obj/structure/table/wood,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire,/obj/machinery/light,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aY" = (/obj/structure/table/wood,/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid/adv,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"aZ" = (/obj/structure/table/wood,/obj/item/areaeditor/golem,/obj/item/disk/design_disk/golem_shell,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/shuttle/freegolem)
|
||||
"ba" = (/obj/machinery/light/small{dir = 1},/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"bb" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
"bc" = (/obj/structure/ore_box,/turf/simulated/shuttle/plating,/area/shuttle/freegolem)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaabbbbbbbbbbccbbb
|
||||
aaaaabddddddddeffghi
|
||||
aaaaabffjffjfffjfkhi
|
||||
aabbbbllbbbbllbbbbbb
|
||||
aabmnoppqrbspppopthi
|
||||
aaupppppvvlppppppphi
|
||||
bbbwwbbbbbbxpppppyZZ
|
||||
zABppppCpplpppppppDu
|
||||
EFGppppppplpppppppHI
|
||||
bbbllJbbbbbxppppKLZZ
|
||||
aaupppppvvlppppppMhi
|
||||
aabNOPppQrbRppSTUVhi
|
||||
aabbbbllbbbbllbbbbbb
|
||||
aaaaabffWffWfffWfXhi
|
||||
aaaaabYYYYYYYYeffXhi
|
||||
aaaaabbbbbbbbbbccbbb
|
||||
aaaaaaaaaaababababababababababacacabababaa
|
||||
aaaaaaaaaaabadadadadadadadadaeafafagahaiaa
|
||||
aaaaaaaaaaabafafajafafajafafafajafakahaiaa
|
||||
aaaaababababawawababababawawababababababaa
|
||||
aaaaabamanaoapapaqarabasapapapaoapatahaiaa
|
||||
aaaaauapapapapapavavawapapapapapapapahaiaa
|
||||
abababawawababababababaxapapapapapayazazaA
|
||||
aBaCaDapapapapaEapapawapapapapapapapaFaGaA
|
||||
aHaIaJapapapapapapapawapapapapapapapaKaLaA
|
||||
abababawawaMabababababaxapapapapaNaOazazaP
|
||||
aaaaauapapapapapavavawapapapapapapaQahaiaa
|
||||
aaaaabaRaSaTapapaUarabaVapapaWaXaYaZahaiaa
|
||||
aaaaababababalalababababawawababababababaa
|
||||
aaaaaaaaaaabafafbaafafbaafafafbaafbbahaiaa
|
||||
aaaaaaaaaaabbcbcbcbcbcbcbcbcaeafafbbahaiaa
|
||||
aaaaaaaaaaababababababababababacacabababaa
|
||||
"}
|
||||
|
||||
+108
-273
@@ -845,37 +845,17 @@
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/constructionsite/hallway/center)
|
||||
"cl" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"cm" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"cn" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/engiestation/solars)
|
||||
"co" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"cp" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"cq" = (
|
||||
/obj/structure/inflatable/door,
|
||||
/turf/simulated/floor/plasteel/airless,
|
||||
/area/constructionsite/hallway/center)
|
||||
"cr" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"cs" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"ct" = (
|
||||
/obj/machinery/power/solar,
|
||||
/obj/structure/cable{
|
||||
@@ -892,8 +872,8 @@
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/engiestation/solars)
|
||||
"cv" = (
|
||||
/obj/machinery/power/tracker,
|
||||
@@ -916,8 +896,8 @@
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/engiestation/solars)
|
||||
"cx" = (
|
||||
/obj/machinery/power/solar,
|
||||
@@ -955,8 +935,8 @@
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/engiestation/solars)
|
||||
"cB" = (
|
||||
/obj/structure/cable{
|
||||
@@ -974,8 +954,8 @@
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/engiestation/solars)
|
||||
"cC" = (
|
||||
/turf/simulated/wall/r_wall,
|
||||
@@ -1045,55 +1025,6 @@
|
||||
icon_state = "bcircuit"
|
||||
},
|
||||
/area/constructionsite/ai)
|
||||
"cL" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"cM" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"cN" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"cO" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"cP" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"cQ" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"cR" = (
|
||||
/obj/machinery/light_switch{
|
||||
pixel_y = -28
|
||||
@@ -1107,10 +1038,6 @@
|
||||
icon_state = "dark"
|
||||
},
|
||||
/area/engiestation)
|
||||
"cT" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"cU" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/space,
|
||||
@@ -1270,10 +1197,6 @@
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/constructionsite/ai)
|
||||
"do" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dp" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
@@ -1285,8 +1208,8 @@
|
||||
d2 = 4;
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/engiestation/solars)
|
||||
"dq" = (
|
||||
/obj/structure/cable{
|
||||
@@ -1305,28 +1228,8 @@
|
||||
d2 = 4;
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dr" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8";
|
||||
pixel_x = 0
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 4;
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"ds" = (
|
||||
/obj/effect/spawner/window/reinforced,
|
||||
@@ -1437,28 +1340,8 @@
|
||||
icon_state = "4-8";
|
||||
pixel_x = 0
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dz" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 8;
|
||||
icon_state = "1-8"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8";
|
||||
pixel_x = 0
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dA" = (
|
||||
/obj/structure/cable{
|
||||
@@ -1471,12 +1354,8 @@
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dB" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dC" = (
|
||||
/obj/machinery/recharge_station,
|
||||
@@ -1629,8 +1508,8 @@
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/engiestation/solars)
|
||||
"dT" = (
|
||||
/obj/structure/cable{
|
||||
@@ -1644,23 +1523,8 @@
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dU" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8";
|
||||
pixel_x = 0
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"dV" = (
|
||||
/obj/structure/cable{
|
||||
@@ -1716,32 +1580,8 @@
|
||||
icon_state = "4-8";
|
||||
pixel_x = 0
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"eb" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8";
|
||||
pixel_x = 0
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"ec" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"ed" = (
|
||||
/obj/item/stack/sheet/metal{
|
||||
@@ -1880,10 +1720,6 @@
|
||||
icon_state = "dark"
|
||||
},
|
||||
/area/engiestation)
|
||||
"em" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/engiestation/solars)
|
||||
"en" = (
|
||||
/obj/machinery/vending/tool,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -1919,10 +1755,6 @@
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/constructionsite/ai)
|
||||
"es" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"et" = (
|
||||
/obj/machinery/door/airlock/maintenance{
|
||||
req_access_txt = "0";
|
||||
@@ -2228,10 +2060,6 @@
|
||||
icon_state = "carpet"
|
||||
},
|
||||
/area/engiestation)
|
||||
"fi" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"fj" = (
|
||||
/obj/machinery/vending/cola,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -2530,13 +2358,13 @@
|
||||
},
|
||||
/area/engiestation)
|
||||
"fQ" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/space)
|
||||
"fR" = (
|
||||
/obj/item/lighter/zippo,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/space/nearstation)
|
||||
"fS" = (
|
||||
/obj/machinery/shower{
|
||||
@@ -2629,10 +2457,6 @@
|
||||
icon_state = "delivery"
|
||||
},
|
||||
/area/engiestation)
|
||||
"gc" = (
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/area/space/nearstation)
|
||||
"gd" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/structure/disposaloutlet{
|
||||
@@ -5038,6 +4862,17 @@
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/constructionsite/engineering)
|
||||
"zH" = (
|
||||
/obj/docking_port/stationary{
|
||||
dir = 8;
|
||||
dwidth = 8;
|
||||
height = 20;
|
||||
id = "freegolem_z4";
|
||||
name = "Near Construction Site";
|
||||
width = 16
|
||||
},
|
||||
/turf/space,
|
||||
/area/space)
|
||||
|
||||
(1,1,1) = {"
|
||||
aa
|
||||
@@ -14393,14 +14228,14 @@ aa
|
||||
aa
|
||||
ab
|
||||
cl
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
fQ
|
||||
bC
|
||||
aa
|
||||
@@ -14649,7 +14484,7 @@ aa
|
||||
aa
|
||||
ab
|
||||
cl
|
||||
es
|
||||
cl
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
@@ -14658,7 +14493,7 @@ ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
@@ -14896,16 +14731,16 @@ aa
|
||||
aa
|
||||
ab
|
||||
cl
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cP
|
||||
cs
|
||||
do
|
||||
cs
|
||||
do
|
||||
cM
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cC
|
||||
cF
|
||||
cF
|
||||
@@ -14915,7 +14750,7 @@ cF
|
||||
cC
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
@@ -15152,12 +14987,12 @@ aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
ab
|
||||
co
|
||||
cn
|
||||
dd
|
||||
dp
|
||||
dK
|
||||
@@ -15409,12 +15244,12 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
co
|
||||
cn
|
||||
dd
|
||||
dq
|
||||
dK
|
||||
@@ -15666,12 +15501,12 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
co
|
||||
cn
|
||||
dd
|
||||
dq
|
||||
dK
|
||||
@@ -15923,16 +15758,16 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
cL
|
||||
cM
|
||||
cn
|
||||
cn
|
||||
dd
|
||||
dr
|
||||
dq
|
||||
dK
|
||||
dU
|
||||
dT
|
||||
dK
|
||||
da
|
||||
eB
|
||||
@@ -16181,10 +16016,10 @@ aa
|
||||
aa
|
||||
ab
|
||||
cn
|
||||
cs
|
||||
cs
|
||||
cs
|
||||
cM
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cW
|
||||
cX
|
||||
ds
|
||||
@@ -16437,7 +16272,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
co
|
||||
cn
|
||||
ct
|
||||
ct
|
||||
ct
|
||||
@@ -16698,7 +16533,7 @@ cn
|
||||
cu
|
||||
cA
|
||||
cA
|
||||
cN
|
||||
cA
|
||||
cY
|
||||
df
|
||||
du
|
||||
@@ -16951,7 +16786,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
co
|
||||
cn
|
||||
cv
|
||||
ct
|
||||
ct
|
||||
@@ -17212,7 +17047,7 @@ cn
|
||||
cw
|
||||
cB
|
||||
cB
|
||||
cO
|
||||
cB
|
||||
cY
|
||||
df
|
||||
dw
|
||||
@@ -17465,7 +17300,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
co
|
||||
cn
|
||||
cx
|
||||
cx
|
||||
cx
|
||||
@@ -17723,10 +17558,10 @@ aa
|
||||
aa
|
||||
ab
|
||||
cn
|
||||
cs
|
||||
cs
|
||||
cs
|
||||
cP
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cW
|
||||
cX
|
||||
ds
|
||||
@@ -17979,12 +17814,12 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
cQ
|
||||
cP
|
||||
cn
|
||||
cn
|
||||
dd
|
||||
dy
|
||||
dK
|
||||
@@ -18236,16 +18071,16 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
co
|
||||
cn
|
||||
dd
|
||||
dz
|
||||
dy
|
||||
dK
|
||||
eb
|
||||
ea
|
||||
dK
|
||||
da
|
||||
eI
|
||||
@@ -18493,16 +18328,16 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
co
|
||||
cn
|
||||
dd
|
||||
dz
|
||||
dy
|
||||
dK
|
||||
eb
|
||||
ea
|
||||
dK
|
||||
da
|
||||
dj
|
||||
@@ -18750,16 +18585,16 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
ab
|
||||
co
|
||||
cn
|
||||
dd
|
||||
dA
|
||||
dK
|
||||
ec
|
||||
cu
|
||||
dK
|
||||
da
|
||||
dj
|
||||
@@ -19007,17 +18842,17 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cQ
|
||||
cs
|
||||
dB
|
||||
cs
|
||||
dB
|
||||
em
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
cn
|
||||
da
|
||||
eI
|
||||
da
|
||||
@@ -19264,7 +19099,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
cC
|
||||
cF
|
||||
@@ -19285,7 +19120,7 @@ cF
|
||||
cF
|
||||
cF
|
||||
cC
|
||||
gc
|
||||
cl
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -19521,7 +19356,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
cC
|
||||
cG
|
||||
@@ -19542,7 +19377,7 @@ ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -19778,7 +19613,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
cC
|
||||
cH
|
||||
@@ -19799,7 +19634,7 @@ aa
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -20035,7 +19870,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
cC
|
||||
cI
|
||||
@@ -20056,7 +19891,7 @@ aa
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
cm
|
||||
cl
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
@@ -20292,7 +20127,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
cm
|
||||
cl
|
||||
aa
|
||||
cC
|
||||
cF
|
||||
@@ -20307,13 +20142,13 @@ dE
|
||||
dj
|
||||
dE
|
||||
cC
|
||||
fi
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
es
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
bC
|
||||
aa
|
||||
aa
|
||||
@@ -20549,11 +20384,11 @@ aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
cp
|
||||
cr
|
||||
cr
|
||||
cr
|
||||
cT
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
cl
|
||||
dc
|
||||
cC
|
||||
dD
|
||||
@@ -44048,7 +43883,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
zH
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
|
||||
+1541
-77192
File diff suppressed because it is too large
Load Diff
@@ -16,9 +16,8 @@
|
||||
icon_state = "dk_yellow"
|
||||
|
||||
/area/ruin/powered/golem_ship
|
||||
name = "Free Golem Ship"
|
||||
name = "Free Golem Landing"
|
||||
icon_state = "dk_yellow"
|
||||
xenobiology_compatible = TRUE
|
||||
|
||||
/area/ruin/powered/greed
|
||||
icon_state = "dk_yellow"
|
||||
|
||||
@@ -343,7 +343,9 @@
|
||||
/obj/item/circuitboard/shuttle/syndicate/drop_pod
|
||||
name = "circuit board (Syndicate Drop Pod)"
|
||||
build_path = /obj/machinery/computer/shuttle/syndicate/drop_pod
|
||||
|
||||
/obj/item/circuitboard/shuttle/golem_ship
|
||||
name = "circuit Board (Golem Ship)"
|
||||
build_path = /obj/machinery/computer/shuttle/golem_ship
|
||||
|
||||
/obj/item/circuitboard/HolodeckControl
|
||||
name = "Circuit board (Holodeck Control)"
|
||||
|
||||
@@ -474,7 +474,9 @@
|
||||
new /datum/data/mining_equipment("Royal Cape of the Liberator", /obj/item/bedsheet/rd/royal_cape, 500),
|
||||
new /datum/data/mining_equipment("Grey Slime Extract", /obj/item/slime_extract/grey, 1000),
|
||||
new /datum/data/mining_equipment("KA Trigger Modification Kit", /obj/item/borg/upgrade/modkit/trigger_guard, 1000),
|
||||
new /datum/data/mining_equipment("Shuttle Console Board", /obj/item/circuitboard/shuttle/golem_ship, 2000),
|
||||
new /datum/data/mining_equipment("The Liberator's Legacy", /obj/item/storage/box/rndboards, 2000)
|
||||
|
||||
)
|
||||
|
||||
/datum/data/mining_equipment
|
||||
|
||||
@@ -879,6 +879,25 @@
|
||||
possible_destinations = "trade_sol_base;trade_dock"
|
||||
shuttleId = "trade_sol"
|
||||
|
||||
/obj/machinery/computer/shuttle/golem_ship
|
||||
name = "Golem Ship Console"
|
||||
desc = "Used to control the Golem Ship."
|
||||
circuit = /obj/item/circuitboard/shuttle/golem_ship
|
||||
shuttleId = "freegolem"
|
||||
possible_destinations = "freegolem_lavaland;freegolem_z5;freegolem_z4;freegolem_z6"
|
||||
|
||||
/obj/machinery/computer/shuttle/golem_ship/attack_hand(mob/user)
|
||||
if(!isgolem(user))
|
||||
to_chat(user, "<span class='notice'>The console is unresponsive. Seems only golems can use it.</span>")
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/machinery/computer/shuttle/golem_ship/recall
|
||||
name = "golem ship recall terminal"
|
||||
desc = "Used to recall the Golem Ship."
|
||||
possible_destinations = "freegolem_lavaland"
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
|
||||
//#undef DOCKING_PORT_HIGHLIGHT
|
||||
|
||||
/turf/proc/copyTurf(turf/T)
|
||||
|
||||
Reference in New Issue
Block a user