April sync (#360)
* Maps and things no code/icons * helpers defines globalvars * Onclick world.dm orphaned_procs * subsystems Round vote and shuttle autocall done here too * datums * Game folder * Admin - chatter modules * clothing - mining * modular computers - zambies * client * mob level 1 * mob stage 2 + simple_animal * silicons n brains * mob stage 3 + Alien/Monkey * human mobs * icons updated * some sounds * emitter y u no commit * update tgstation.dme * compile fixes * travis fixes Also removes Fast digest mode, because reasons. * tweaks for travis Mentors are broke again Also fixes Sizeray guns * oxygen loss fix for vore code. * removes unused code * some code updates * bulk fixes * further fixes * outside things * whoops. * Maint bar ported * GLOBs.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -38,8 +38,8 @@
|
||||
MAP_JOB_CHECK
|
||||
total_positions = 3
|
||||
spawn_positions = 3
|
||||
access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
|
||||
minimal_access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
|
||||
access = list(GLOB.access_security, GLOB.access_sec_doors, GLOB.access_brig, GLOB.access_armory, GLOB.access_court, GLOB.access_maint_tunnels, GLOB.access_morgue, GLOB.access_weapons, GLOB.access_forensics_lockers)
|
||||
minimal_access = list(GLOB.access_security, GLOB.access_sec_doors, GLOB.access_brig, GLOB.access_armory, GLOB.access_court, GLOB.access_maint_tunnels, GLOB.access_morgue, GLOB.access_weapons, GLOB.access_forensics_lockers)
|
||||
|
||||
/datum/outfit/job/officer/New()
|
||||
..()
|
||||
@@ -49,8 +49,8 @@
|
||||
/datum/job/detective/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
|
||||
minimal_access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
|
||||
access = list(GLOB.access_security, GLOB.access_sec_doors, GLOB.access_brig, GLOB.access_armory, GLOB.access_court, GLOB.access_maint_tunnels, GLOB.access_morgue, GLOB.access_weapons, GLOB.access_forensics_lockers)
|
||||
minimal_access = list(GLOB.access_security, GLOB.access_sec_doors, GLOB.access_brig, GLOB.access_armory, GLOB.access_court, GLOB.access_maint_tunnels, GLOB.access_morgue, GLOB.access_weapons, GLOB.access_forensics_lockers)
|
||||
|
||||
/datum/outfit/job/detective/New()
|
||||
..()
|
||||
@@ -65,8 +65,8 @@
|
||||
selection_color = "#ffffff"
|
||||
total_positions = 3
|
||||
spawn_positions = 3
|
||||
access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics)
|
||||
minimal_access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics)
|
||||
access = list(GLOB.access_medical, GLOB.access_morgue, GLOB.access_surgery, GLOB.access_chemistry, GLOB.access_virology, GLOB.access_genetics)
|
||||
minimal_access = list(GLOB.access_medical, GLOB.access_morgue, GLOB.access_surgery, GLOB.access_chemistry, GLOB.access_virology, GLOB.access_genetics)
|
||||
|
||||
//Engineering
|
||||
|
||||
@@ -75,8 +75,8 @@
|
||||
MAP_JOB_CHECK
|
||||
total_positions = 2
|
||||
spawn_positions = 2
|
||||
access = list(access_eva, access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_external_airlocks, access_construction, access_atmospherics, access_tcomsat)
|
||||
minimal_access = list(access_eva, access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_external_airlocks, access_construction, access_atmospherics, access_tcomsat)
|
||||
access = list(GLOB.access_eva, GLOB.access_engine, GLOB.access_engine_equip, GLOB.access_tech_storage, GLOB.access_maint_tunnels, GLOB.access_external_airlocks, GLOB.access_construction, GLOB.access_atmospherics, GLOB.access_tcomsat)
|
||||
minimal_access = list(GLOB.access_eva, GLOB.access_engine, GLOB.access_engine_equip, GLOB.access_tech_storage, GLOB.access_maint_tunnels, GLOB.access_external_airlocks, GLOB.access_construction, GLOB.access_atmospherics, GLOB.access_tcomsat)
|
||||
|
||||
/datum/outfit/job/engineer/New()
|
||||
..()
|
||||
@@ -96,8 +96,8 @@
|
||||
MAP_JOB_CHECK
|
||||
total_positions = 3
|
||||
spawn_positions = 3
|
||||
access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology, access_mineral_storeroom, access_tech_storage)
|
||||
minimal_access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology, access_mineral_storeroom, access_tech_storage)
|
||||
access = list(GLOB.access_robotics, GLOB.access_tox, GLOB.access_tox_storage, GLOB.access_research, GLOB.access_xenobiology, GLOB.access_mineral_storeroom, GLOB.access_tech_storage)
|
||||
minimal_access = list(GLOB.access_robotics, GLOB.access_tox, GLOB.access_tox_storage, GLOB.access_research, GLOB.access_xenobiology, GLOB.access_mineral_storeroom, GLOB.access_tech_storage)
|
||||
|
||||
//Cargo
|
||||
|
||||
@@ -106,16 +106,16 @@
|
||||
MAP_JOB_CHECK
|
||||
total_positions = 2
|
||||
spawn_positions = 2
|
||||
access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
|
||||
minimal_access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
|
||||
access = list(GLOB.access_maint_tunnels, GLOB.access_mailsorting, GLOB.access_cargo, GLOB.access_cargo_bot, GLOB.access_qm, GLOB.access_mining, GLOB.access_mining_station, GLOB.access_mineral_storeroom)
|
||||
minimal_access = list(GLOB.access_maint_tunnels, GLOB.access_mailsorting, GLOB.access_cargo, GLOB.access_cargo_bot, GLOB.access_qm, GLOB.access_mining, GLOB.access_mining_station, GLOB.access_mineral_storeroom)
|
||||
|
||||
/datum/job/mining/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
total_positions = 2
|
||||
spawn_positions = 2
|
||||
access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
|
||||
minimal_access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
|
||||
access = list(GLOB.access_maint_tunnels, GLOB.access_mailsorting, GLOB.access_cargo, GLOB.access_cargo_bot, GLOB.access_qm, GLOB.access_mining, GLOB.access_mining_station, GLOB.access_mineral_storeroom)
|
||||
minimal_access = list(GLOB.access_maint_tunnels, GLOB.access_mailsorting, GLOB.access_cargo, GLOB.access_cargo_bot, GLOB.access_qm, GLOB.access_mining, GLOB.access_mining_station, GLOB.access_mineral_storeroom)
|
||||
|
||||
/datum/outfit/job/mining/New()
|
||||
..()
|
||||
@@ -126,27 +126,27 @@
|
||||
/datum/job/bartender/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
|
||||
minimal_access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
|
||||
access = list(GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_weapons)
|
||||
minimal_access = list(GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_weapons)
|
||||
|
||||
/datum/job/cook/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
|
||||
minimal_access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
|
||||
access = list(GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_weapons)
|
||||
minimal_access = list(GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_weapons)
|
||||
|
||||
/datum/job/hydro/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
|
||||
minimal_access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
|
||||
access = list(GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_maint_tunnels)
|
||||
minimal_access = list(GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_maint_tunnels)
|
||||
// they get maint access because of all the hydro content in maint
|
||||
|
||||
/datum/job/janitor/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access = list(access_janitor, access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
|
||||
minimal_access = list(access_janitor, access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
|
||||
access = list(GLOB.access_janitor, GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_maint_tunnels)
|
||||
minimal_access = list(GLOB.access_janitor, GLOB.access_hydroponics, GLOB.access_bar, GLOB.access_kitchen, GLOB.access_morgue, GLOB.access_maint_tunnels)
|
||||
|
||||
|
||||
//Civilian
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,20 +3,20 @@
|
||||
/datum/job/hos/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access += access_crematorium
|
||||
minimal_access += access_crematorium
|
||||
access += GLOB.access_crematorium
|
||||
minimal_access += GLOB.access_crematorium
|
||||
|
||||
/datum/job/warden/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access += access_crematorium
|
||||
minimal_access += access_crematorium
|
||||
access += GLOB.access_crematorium
|
||||
minimal_access += GLOB.access_crematorium
|
||||
|
||||
/datum/job/officer/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access += access_crematorium
|
||||
minimal_access += access_crematorium
|
||||
access += GLOB.access_crematorium
|
||||
minimal_access += GLOB.access_crematorium
|
||||
|
||||
MAP_REMOVE_JOB(librarian)
|
||||
MAP_REMOVE_JOB(lawyer)
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
"aa" = (/turf/open/space,/area/space)
|
||||
"aa" = (/turf/open/space/basic,/area/space)
|
||||
"ab" = (/obj/structure/lattice,/turf/open/space,/area/space)
|
||||
"ac" = (/turf/open/space,/area/space/nearstation)
|
||||
"ad" = (/turf/closed/wall/r_wall,/area/maintenance/maintcentral)
|
||||
@@ -139,7 +139,7 @@
|
||||
"cI" = (/obj/structure/table,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/arrival{dir = 8},/area/hallway/secondary/entry)
|
||||
"cJ" = (/obj/structure/table,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/arrival{dir = 10},/area/hallway/secondary/entry)
|
||||
"cK" = (/obj/structure/table,/obj/item/stack/sheet/glass{amount = 50},/obj/item/stack/rods{amount = 50},/obj/machinery/light,/turf/open/floor/plasteel/arrival,/area/hallway/secondary/entry)
|
||||
"cL" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3;pixel_y = 7},/obj/item/weapon/pen,/turf/open/floor/plasteel/arrival,/area/hallway/secondary/entry)
|
||||
"cL" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3;pixel_y = 7},/turf/open/floor/plasteel/arrival,/area/hallway/secondary/entry)
|
||||
"cM" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/obj/item/weapon/storage/firstaid/regular,/obj/item/device/healthanalyzer,/turf/open/floor/plasteel/arrival,/area/hallway/secondary/entry)
|
||||
"cN" = (/turf/closed/wall/r_wall,/area/construction)
|
||||
"cO" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/closed/wall/r_wall,/area/construction)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"aa" = (
|
||||
/turf/open/space,
|
||||
/turf/open/space/basic,
|
||||
/area/space)
|
||||
"ab" = (
|
||||
/turf/closed/indestructible/riveted,
|
||||
@@ -2297,7 +2297,7 @@
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/start)
|
||||
"gd" = (
|
||||
/obj/effect/landmark/start,
|
||||
/obj/effect/landmark/start/new_player,
|
||||
/turf/open/floor/plating,
|
||||
/area/start)
|
||||
"ge" = (
|
||||
@@ -2992,9 +2992,7 @@
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/control)
|
||||
"iv" = (
|
||||
/obj/effect/landmark{
|
||||
name = "prisonwarp"
|
||||
},
|
||||
/obj/effect/landmark/prisonwarp,
|
||||
/turf/open/floor/plasteel/vault{
|
||||
dir = 8
|
||||
},
|
||||
@@ -6494,9 +6492,7 @@
|
||||
/area/syndicate_mothership/control)
|
||||
"qp" = (
|
||||
/obj/structure/chair/stool,
|
||||
/obj/effect/landmark{
|
||||
name = "Syndicate-Spawn"
|
||||
},
|
||||
/obj/effect/landmark/syndicate_spawn,
|
||||
/turf/open/floor/plasteel/bar{
|
||||
dir = 2
|
||||
},
|
||||
@@ -8111,9 +8107,7 @@
|
||||
/turf/open/floor/wood,
|
||||
/area/syndicate_mothership/control)
|
||||
"tT" = (
|
||||
/obj/effect/landmark{
|
||||
name = "Syndicate-Spawn"
|
||||
},
|
||||
/obj/effect/landmark/syndicate_spawn,
|
||||
/turf/open/floor/wood,
|
||||
/area/syndicate_mothership/control)
|
||||
"tU" = (
|
||||
@@ -9049,16 +9043,12 @@
|
||||
/area/centcom/ferry)
|
||||
"wo" = (
|
||||
/obj/structure/chair/office/dark,
|
||||
/obj/effect/landmark{
|
||||
name = "Emergencyresponseteam"
|
||||
},
|
||||
/obj/effect/landmark/ert_spawn,
|
||||
/turf/open/floor/plasteel/black,
|
||||
/area/centcom/ferry)
|
||||
"wp" = (
|
||||
/obj/structure/chair/office/dark,
|
||||
/obj/effect/landmark{
|
||||
name = "Emergencyresponseteam"
|
||||
},
|
||||
/obj/effect/landmark/ert_spawn,
|
||||
/turf/open/floor/plasteel/vault{
|
||||
dir = 5
|
||||
},
|
||||
@@ -9204,9 +9194,7 @@
|
||||
/obj/structure/chair/office/dark{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "Emergencyresponseteam"
|
||||
},
|
||||
/obj/effect/landmark/ert_spawn,
|
||||
/turf/open/floor/plasteel/black,
|
||||
/area/centcom/ferry)
|
||||
"wK" = (
|
||||
@@ -9294,9 +9282,7 @@
|
||||
},
|
||||
/area/wizard_station)
|
||||
"wY" = (
|
||||
/obj/effect/landmark/start{
|
||||
name = "wizard"
|
||||
},
|
||||
/obj/effect/landmark/start/wizard,
|
||||
/turf/open/floor/engine/cult,
|
||||
/area/wizard_station)
|
||||
"wZ" = (
|
||||
@@ -9357,9 +9343,7 @@
|
||||
/obj/structure/chair/office/dark{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "Emergencyresponseteam"
|
||||
},
|
||||
/obj/effect/landmark/ert_spawn,
|
||||
/turf/open/floor/plasteel/vault{
|
||||
dir = 5
|
||||
},
|
||||
@@ -9697,18 +9681,14 @@
|
||||
/obj/structure/chair/office/dark{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "Emergencyresponseteam"
|
||||
},
|
||||
/obj/effect/landmark/ert_spawn,
|
||||
/turf/open/floor/plasteel/black,
|
||||
/area/centcom/ferry)
|
||||
"xV" = (
|
||||
/obj/structure/chair/office/dark{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "Emergencyresponseteam"
|
||||
},
|
||||
/obj/effect/landmark/ert_spawn,
|
||||
/turf/open/floor/plasteel/vault{
|
||||
dir = 5
|
||||
},
|
||||
@@ -10328,9 +10308,7 @@
|
||||
/area/wizard_station)
|
||||
"zj" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/effect/landmark{
|
||||
name = "Teleport-Scroll"
|
||||
},
|
||||
/obj/effect/landmark/teleport_scroll,
|
||||
/obj/item/weapon/dice/d20,
|
||||
/obj/item/weapon/dice,
|
||||
/turf/open/floor/carpet,
|
||||
@@ -11791,9 +11769,7 @@
|
||||
/turf/open/space,
|
||||
/area/space)
|
||||
"CV" = (
|
||||
/obj/effect/landmark{
|
||||
name = "Holding Facility"
|
||||
},
|
||||
/obj/effect/landmark/holding_facility,
|
||||
/turf/open/floor/engine,
|
||||
/area/centcom/holding)
|
||||
"CW" = (
|
||||
@@ -11837,9 +11813,7 @@
|
||||
/area/tdome/tdomeobserve)
|
||||
"Da" = (
|
||||
/obj/structure/chair,
|
||||
/obj/effect/landmark{
|
||||
name = "tdomeobserve"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/observe,
|
||||
/obj/structure/sign/barsign{
|
||||
pixel_y = 32
|
||||
},
|
||||
@@ -11849,9 +11823,7 @@
|
||||
/area/tdome/tdomeobserve)
|
||||
"Db" = (
|
||||
/obj/structure/chair,
|
||||
/obj/effect/landmark{
|
||||
name = "tdomeobserve"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/observe,
|
||||
/turf/open/floor/plasteel/vault{
|
||||
dir = 8
|
||||
},
|
||||
@@ -12189,27 +12161,21 @@
|
||||
},
|
||||
/area/tdome/arena)
|
||||
"DO" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 9
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"DP" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"DQ" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 5
|
||||
},
|
||||
@@ -12262,27 +12228,21 @@
|
||||
},
|
||||
/area/tdome/arena)
|
||||
"DZ" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 9
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"Ea" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"Eb" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 5
|
||||
},
|
||||
@@ -12336,9 +12296,7 @@
|
||||
},
|
||||
/area/tdome/tdomeadmin)
|
||||
"Eh" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
},
|
||||
@@ -12348,22 +12306,16 @@
|
||||
/obj/machinery/recharger{
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"Ej" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/turf/open/floor/plasteel/neutral,
|
||||
/area/tdome/arena)
|
||||
"Ek" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 4
|
||||
},
|
||||
@@ -12380,9 +12332,7 @@
|
||||
},
|
||||
/area/tdome/arena)
|
||||
"En" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
},
|
||||
@@ -12392,22 +12342,16 @@
|
||||
/obj/machinery/recharger{
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"Ep" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/turf/open/floor/plasteel/neutral,
|
||||
/area/tdome/arena)
|
||||
"Eq" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 4
|
||||
},
|
||||
@@ -12441,9 +12385,7 @@
|
||||
network = list("thunder");
|
||||
c_tag = "Red Team"
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/turf/open/floor/plasteel/neutral,
|
||||
/area/tdome/arena)
|
||||
"Ev" = (
|
||||
@@ -12474,9 +12416,7 @@
|
||||
network = list("thunder");
|
||||
c_tag = "Green Team"
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/turf/open/floor/plasteel/neutral,
|
||||
/area/tdome/arena)
|
||||
"EA" = (
|
||||
@@ -12516,50 +12456,38 @@
|
||||
/turf/open/floor/plasteel/green/corner,
|
||||
/area/tdome/arena)
|
||||
"EG" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 10
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"EH" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"EI" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome2"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/two,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 6
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"EJ" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 10
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"EK" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plasteel,
|
||||
/area/tdome/arena)
|
||||
"EL" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdome1"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/one,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 6
|
||||
},
|
||||
@@ -12644,9 +12572,7 @@
|
||||
},
|
||||
/area/tdome/tdomeadmin)
|
||||
"EV" = (
|
||||
/obj/effect/landmark{
|
||||
name = "tdomeadmin"
|
||||
},
|
||||
/obj/effect/landmark/thunderdome/admin,
|
||||
/obj/structure/chair/comfy/black{
|
||||
dir = 1
|
||||
},
|
||||
@@ -14446,7 +14372,7 @@
|
||||
/area/wizard_station)
|
||||
"KN" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 8
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/engine/cult,
|
||||
/area/wizard_station)
|
||||
@@ -14964,6 +14890,10 @@
|
||||
name = "Centcom"
|
||||
},
|
||||
/area/centcom/evac)
|
||||
"Md" = (
|
||||
/obj/machinery/computer/emergency_shuttle,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
|
||||
(1,1,1) = {"
|
||||
aa
|
||||
@@ -62947,7 +62877,7 @@ tH
|
||||
qk
|
||||
Ks
|
||||
ql
|
||||
Ma
|
||||
LY
|
||||
Mb
|
||||
yS
|
||||
Lc
|
||||
@@ -65807,7 +65737,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
Fa
|
||||
Fh
|
||||
Md
|
||||
Fp
|
||||
FC
|
||||
Fh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"a" = (/turf/open/space,/area/space)
|
||||
"a" = (/turf/open/space/basic,/area/space)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"a" = (/turf/open/space,/area/space)
|
||||
"a" = (/turf/open/space/basic,/area/space)
|
||||
"b" = (/obj/docking_port/stationary{dheight = 0;dir = 2;dwidth = 11;height = 22;id = "whiteship_away";name = "Deep Space";width = 35},/turf/open/space,/area/space)
|
||||
|
||||
(1,1,1) = {"
|
||||
|
||||
Reference in New Issue
Block a user