From 1700ecd68dfe1f2c48ed64b514d2d7ca5d81f4d6 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Wed, 5 Jul 2023 19:59:01 +0800 Subject: [PATCH 01/37] TheCommit --- code/modules/clothing/suits/marine_armor.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index ab62ea782a09..8ad01f8c4e30 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -579,6 +579,7 @@ var/list/squad_colors_chat = list(rgb(230,125,125), rgb(255,230,80), rgb(255,150 armor_rad = CLOTHING_ARMOR_NONE armor_internaldamage = CLOTHING_ARMOR_NONE storage_slots = 3 + slowdown = SLOWDOWN_ARMOR_VERY_LIGHT time_to_unequip = 0.5 SECONDS time_to_equip = 1 SECONDS uniform_restricted = null From f0c7f14bce0e6f263c3790ed2a0443404242e764 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 03:33:37 +0800 Subject: [PATCH 02/37] InitalCommit --- .../effects/landmarks/survivor_spawner.dm | 21 + code/game/objects/items/storage/backpack.dm | 4 + code/modules/clothing/under/marine_uniform.dm | 2 +- code/modules/gear_presets/survivors.dm | 156 + maps/Nightmare/maps/BigRed/nightmare.json | 17 +- maps/Nightmare/maps/BigRed/scenario.json | 10 +- maps/map_files/BigRed/BigRed.dmm | 19 +- .../standalone/crashlanding-upp-dorms.dmm | 3310 +++++++++++++++++ 8 files changed, 3518 insertions(+), 21 deletions(-) create mode 100644 maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index fbd04babdf20..1677b9afcce6 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -113,3 +113,24 @@ /obj/effect/landmark/survivor_spawner/lv522_forecon_squad_leader equipment = /datum/equipment_preset/survivor/forecon/squad_leader spawn_priority = SPAWN_PRIORITY_HIGH + +/obj/effect/landmark/survivor_spawner/upp/soldier + equipment = /datum/equipment_preset/survivor/upp/soldier + spawn_priority = SPAWN_PRIORITY_MEDIUM + +/obj/effect/landmark/survivor_spawner/upp_sapper + equipment = /datum/equipment_preset/survivor/upp/sapper + spawn_priority = SPAWN_PRIORITY_HIGH + +/obj/effect/landmark/survivor_spawner/upp_medic + equipment = /datum/equipment_preset/survivor/upp/medic + spawn_priority = SPAWN_PRIORITY_HIGH + +/obj/effect/landmark/survivor_spawner/upp_specialist + equipment = /datum/equipment_preset/survivor/upp/specialist + spawn_priority = SPAWN_PRIORITY_HIGH + +/obj/effect/landmark/survivor_spawner/squad_leader + equipment = /datum/equipment_preset/survivor/upp/squad_leader + spawn_priority = SPAWN_PRIORITY_VERY_HIGH + diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index e36225177d91..b2eaf2ed07bd 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -437,6 +437,10 @@ xeno_icon_state = "medicpack" xeno_types = list(/mob/living/carbon/xenomorph/runner, /mob/living/carbon/xenomorph/praetorian, /mob/living/carbon/xenomorph/drone, /mob/living/carbon/xenomorph/warrior, /mob/living/carbon/xenomorph/defender, /mob/living/carbon/xenomorph/sentinel, /mob/living/carbon/xenomorph/spitter) +/obj/item/storage/backpack/marine/medic/upp + name = "\improper UPP corpsman backpack" + desc = "Uncommon issue backpack worn by UPP medics from isolated sectors. You can swear you can see a faded USCM symbol." + /obj/item/storage/backpack/marine/tech name = "\improper USCM technician backpack" desc = "A standard-issue backpack worn by USCM technicians." diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 540c311f9221..3b314e0812f7 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -527,7 +527,7 @@ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT has_sensor = UNIFORM_HAS_SENSORS sensor_faction = FACTION_UPP - suit_restricted = list(/obj/item/clothing/suit/storage/marine/faction/UPP, /obj/item/clothing/suit/gimmick/jason, /obj/item/clothing/suit/storage/snow_suit/soviet, /obj/item/clothing/suit/storage/snow_suit/survivor) + suit_restricted = list(/obj/item/clothing/suit/storage/marine/faction/UPP, /obj/item/clothing/suit/gimmick/jason, /obj/item/clothing/suit/storage/snow_suit/soviet, /obj/item/clothing/suit/storage/snow_suit/survivor, /obj/item/clothing/suit/storage/webbing) flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE /obj/item/clothing/under/marine/veteran/UPP/medic diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 44808d7a374f..8c58be9fd17e 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1409,3 +1409,159 @@ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/m1911(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/cmcap(new_human), WEAR_HEAD) + + ..() + +/datum/equipment_preset/survivor/upp + name = "UPP Soldier" + paygrade = "UE1" + rank = JOB_SURVIVOR + skills = /datum/skills/upp + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_GERMAN) + faction = FACTION_UPP + faction_group = list(FACTION_UPP, FACTION_SURVIVOR) + role_comm_title = "UPP 173RD RECON" + idtype = /obj/item/card/id/dogtag + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list( + ACCESS_CIVILIAN_PUBLIC + ) + +/datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/PK9(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) + +/datum/equipment_preset/survivor/upp/proc/add_upp_weapon(mob/living/carbon/human/new_human) + var/random_gun = rand(1,3) + switch(random_gun) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) + +/datum/equipment_preset/survivor/upp/proc/spawn_random_upp_headgear(mob/living/carbon/human/new_human) + var/i = rand(1,10) + switch(i) + if (1 , 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP(new_human), WEAR_HEAD) + if (3 , 4 , 5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap(new_human), WEAR_HEAD) + if (6 , 7) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(new_human), WEAR_HEAD) + if (8 , 9) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/ushanka(new_human), WEAR_HEAD) + +/datum/equipment_preset/survivor/upp/proc/spawn_random_upp_armor(mob/living/carbon/human/new_human) + var/i = rand(1,4) + switch(i) + if (1 , 2 , 3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) + if (4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) + + ..() +/datum/equipment_preset/survivor/upp/soldier + name = "Survivor - UPP Soldier" + paygrade = "UE2" + assignment = "UPP Soldier" + skills = /datum/skills/upp + +/datum/equipment_preset/survivor/upp/soldier/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + add_upp_weapon(new_human) + spawn_random_upp_headgear(new_human) + spawn_random_upp_armor(new_human) + + ..() +/datum/equipment_preset/survivor/upp/sapper + name = "Survivor - UPP Sapper" + paygrade = "UE3S" + assignment = "UPP Sapper" + skills = /datum/skills/upp/combat_engineer + +/datum/equipment_preset/survivor/upp/sapper/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + add_upp_weapon(new_human) + spawn_random_upp_headgear(new_human) + spawn_random_upp_armor(new_human) + + ..() +/datum/equipment_preset/survivor/upp/medic + name = "Survivor - UPP Medic" + paygrade = "UE3M" + assignment = "UPP Medic" + skills = /datum/skills/upp/combat_medic + +/datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new/obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/medic/upp(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer(new_human), WEAR_IN_BACK) + add_upp_weapon(new_human) + spawn_random_upp_headgear(new_human) + spawn_random_upp_armor(new_human) + + ..() +/datum/equipment_preset/survivor/upp/specialist + name = "Survivor - UPP Specialist" + paygrade = "UE4" + assignment = "UPP Specialist" + skills = /datum/skills/upp + +/datum/equipment_preset/survivor/upp/specialist/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/heavy (new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + + ..() + +/datum/equipment_preset/survivor/upp/squad_leader + name = "Survivor - UPP Squad Leader" + paygrade = "UE5" + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN) + assignment = "UPP Squad Leader" + skills = /datum/skills/upp/SL + +/datum/equipment_preset/survivor/upp/squad_leader/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/officer (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/officer (new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + add_upp_weapon(new_human) + + ..() diff --git a/maps/Nightmare/maps/BigRed/nightmare.json b/maps/Nightmare/maps/BigRed/nightmare.json index 5c66a5dc94f1..e6c66e7007ee 100644 --- a/maps/Nightmare/maps/BigRed/nightmare.json +++ b/maps/Nightmare/maps/BigRed/nightmare.json @@ -1,16 +1,23 @@ [ { "type": "map_sprinkle", "path": "sprinkles/" }, - { "type": "pick", "chance": 0.40, "choices": [ + { "type": "pick", "chance": 0, "choices": [ { "type": "map_insert", "landmark": "crashlanding-offices", "path": "standalone/crashlanding-offices.dmm" }, { "type": "map_insert", "landmark": "crashlanding-eva", "path": "standalone/crashlanding-eva.dmm" } ]}, - { "type": "map_insert", "chance": 0.50, "landmark": "lambda-graveyard", "path": "standalone/lambda-graveyard.dmm" }, - { "type": "pick", "chance": 0.50, "choices": [ + { "type": "map_insert", "chance": 0, "landmark": "lambda-graveyard", "path": "standalone/lambda-graveyard.dmm" }, + { "type": "pick", "chance": 0, "choices": [ { "type": "map_insert", "landmark": "lambda-cave-mushroom", "path": "standalone/lambda-cave_mushroom.dmm" }, { "type": "map_insert", "landmark": "lambda-cave-extratunnel", "path": "standalone/lambda-cave_extratunnel.dmm" } ]}, - { "type": "pick", "chance": 0.50, "choices": [ + { "type": "pick", "chance": 0, "choices": [ { "weight": 3, "type": "map_insert", "landmark": "medbay-passage", "path": "standalone/medbay-passage.dmm" }, { "weight": 1, "type": "map_insert", "landmark": "medbay-v3", "path": "standalone/medbay-v3.dmm" } - ]} + ]}, + { + "type": "map_insert", + "landmark": "uppcrash", + "chance": 1.0, + "path": "standalone/crashlanding-upp-dorms.dmm", + "when": { "lvevent": "uppcrash" } + } ] diff --git a/maps/Nightmare/maps/BigRed/scenario.json b/maps/Nightmare/maps/BigRed/scenario.json index fe51488c7066..cf714811782e 100644 --- a/maps/Nightmare/maps/BigRed/scenario.json +++ b/maps/Nightmare/maps/BigRed/scenario.json @@ -1 +1,9 @@ -[] +[ + { + "type": "pick", "name": "uppcrash", + "choices": [ + { "weight": 0, "type": "def", "values": { "lvevent": "none" } }, + { "weight": 10, "type": "def", "values": { "lvevent": "uppcrash" } } + ] + } +] diff --git a/maps/map_files/BigRed/BigRed.dmm b/maps/map_files/BigRed/BigRed.dmm index 29e43dc9e128..74e6be4a9a50 100644 --- a/maps/map_files/BigRed/BigRed.dmm +++ b/maps/map_files/BigRed/BigRed.dmm @@ -1975,7 +1975,6 @@ "afP" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; - locked = 0; name = "\improper Marshal Office Prison" }, /turf/open/floor{ @@ -1986,7 +1985,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; - locked = 0; name = "\improper Marshal Office Prison" }, /turf/open/floor{ @@ -2799,7 +2797,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; - locked = 0; name = "\improper Marshal Office Armory" }, /turf/open/floor{ @@ -3387,7 +3384,6 @@ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - locked = 0; name = "\improper Marshal Office Armory" }, /turf/open/floor{ @@ -4684,7 +4680,6 @@ "anx" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; - locked = 0; name = "\improper Marshal Office Holding Cell" }, /turf/open/floor{ @@ -6923,7 +6918,6 @@ dir = 1; icon_state = "door_locked"; id = "safe_room"; - locked = 0; name = "\improper Lambda Lab Secure Storage" }, /turf/open/floor{ @@ -15997,6 +15991,9 @@ dir = 1; name = "\improper Operations EVA" }, +/obj/effect/landmark/nightmare{ + insert_tag = "uppcrash" + }, /turf/open/floor{ icon_state = "delivery" }, @@ -27115,12 +27112,6 @@ icon_state = "delivery" }, /area/bigredv2/outside/office_complex) -"bFh" = ( -/obj/structure/surface/table, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/caves/eta/living) "bFw" = ( /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/telecomm/warehouse) @@ -62303,14 +62294,14 @@ aDX kqS bDu bDA -bFh +aRf aDX bDU elM aDX bDo aQy -bFh +aRf aRf aDX bEK diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm new file mode 100644 index 000000000000..2224ec517c30 --- /dev/null +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -0,0 +1,3310 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"af" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"ah" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27" + }, +/area/bigredv2/outside/dorms) +"ao" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"az" = ( +/obj/structure/pipes/vents/pump, +/obj/item/trash/cheesie, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"aL" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 11; + pixel_y = 24 + }, +/turf/closed/wall/solaris, +/area/bigredv2/outside/dorms) +"aP" = ( +/turf/template_noop, +/area/template_noop) +"aQ" = ( +/obj/item/ammo_casing/bullet, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"bi" = ( +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"bn" = ( +/obj/item/stack/sandbags/small_stack, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"br" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"bI" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/bigredv2/outside/bar) +"bM" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"bZ" = ( +/obj/structure/barricade/sandbags/wired, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"ca" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"cB" = ( +/turf/open/mars{ + icon_state = "mars_dirt_12" + }, +/area/bigredv2/outside/c) +"cG" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp1" + }, +/area/bigredv2/outside/dorms) +"cO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"cS" = ( +/turf/open/mars, +/area/bigredv2/outside/c) +"db" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/bigredv2/outside/dorms) +"dk" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"dt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"dv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"dE" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"dJ" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"dL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"dU" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"dW" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"eh" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"en" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/mars{ + icon_state = "mars_dirt_12" + }, +/area/bigredv2/outside/c) +"et" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"eB" = ( +/turf/closed/wall/solaris, +/area/bigredv2/outside/dorms) +"eK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"eV" = ( +/turf/closed/wall/solaris, +/area/bigredv2/outside/bar) +"fw" = ( +/obj/item/storage/belt/utility, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"fI" = ( +/obj/item/trash/semki, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"gm" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/bigredv2/outside/bar) +"gp" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20" + }, +/area/bigredv2/outside/dorms) +"gq" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"gu" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"gM" = ( +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"gQ" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 4; + health = 25000 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"gU" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"gW" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/bigredv2/outside/bar) +"hb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"he" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"hj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"hO" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"hR" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Recreation" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"hZ" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Dormitories"; + name = "\improper Dormitories Shutters" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"ib" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"id" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"ip" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"is" = ( +/obj/structure/machinery/door_control{ + id = "Dormitories"; + name = "Storm Shutters"; + pixel_y = -32 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"iE" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"iH" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"iO" = ( +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"iX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Bar Maintenance" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"jc" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"jr" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"jL" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/bigredv2/outside/bar) +"kf" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"kn" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/obj/effect/landmark/survivor_spawner/upp_medic, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"kq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"kt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/plate, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"kz" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Storage" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"kJ" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"ln" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/crap_item, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"lw" = ( +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"md" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Dormitories" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"mF" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Dormitories"; + name = "\improper Dormitories Shutters" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"mI" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"mN" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_leftengine" + }, +/area/bigredv2/outside/dorms) +"mQ" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"ng" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4" + }, +/area/bigredv2/outside/dorms) +"ni" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"nk" = ( +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"nD" = ( +/obj/item/prop/almayer/comp_open{ + pixel_x = 11; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"nK" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/gibspawner/human, +/obj/item/prop/almayer/comp_closed, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"nT" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"nU" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"oj" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"ow" = ( +/obj/item/tool/wrench, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"oG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"oL" = ( +/obj/structure/girder, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"oR" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin4" + }, +/area/bigredv2/outside/dorms) +"oW" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"oX" = ( +/obj/item/trash/used_stasis_bag, +/obj/effect/landmark/survivor_spawner/upp_specialist, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/bigredv2/outside/dorms) +"pr" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars, +/area/bigredv2/outside/c) +"pt" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"pA" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"pJ" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/bigredv2/outside/dorms) +"pY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"qg" = ( +/obj/structure/bed/bedroll{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/bigredv2/outside/dorms) +"qh" = ( +/obj/structure/barricade/sandbags/wired, +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"qs" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"qy" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"qA" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"qB" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/bed/bedroll{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner/upp_sapper, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"qK" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_13" + }, +/area/bigredv2/outside/c) +"qL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"qT" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"qV" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_rightengine" + }, +/area/bigredv2/outside/dorms) +"qX" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"ra" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"rq" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"rs" = ( +/obj/structure/closet/crate, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"rt" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories Bedroom" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"rA" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"rE" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Dormitories"; + name = "\improper Dormitories Shutters" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"rP" = ( +/obj/structure/window_frame/solaris, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"rW" = ( +/obj/structure/bed/stool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"sp" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + pixel_y = 21 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"sM" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"sZ" = ( +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"ta" = ( +/obj/item/device/radio, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"td" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"tl" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"tC" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"tL" = ( +/obj/structure/surface/table/almayer{ + desc = "A square metal surfad + }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"tO" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/mars, +/area/bigredv2/outside/c) +"tR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/obj/item/ammo_casing/bullet, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"ua" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"ue" = ( +/turf/open/floor, +/area/bigredv2/outside/dorms) +"ug" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"uC" = ( +/obj/item/trash/cheesie, +/obj/item/trash/pistachios, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"uN" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"vf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"vm" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"vr" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"vt" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"vz" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"vB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Storage" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"vI" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"wc" = ( +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"we" = ( +/obj/structure/machinery/computer/cameras{ + desc = "The flight controls for a UD6 Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; + name = "\improper 'Tornado' flight controls"; + network = null; + pixel_y = 21 + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"wh" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"wl" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"wm" = ( +/obj/structure/surface/table, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"wp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/item/stack/sheet/wood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"wv" = ( +/obj/structure/surface/table, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"ww" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"wz" = ( +/obj/structure/window_frame/solaris, +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"wQ" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"wT" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"xd" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"xj" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"xq" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"xK" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"xQ" = ( +/obj/structure/sign/poster/clf{ + pixel_y = 28 + }, +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/obj/effect/spawner/gibspawner/human, +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/bigredv2/outside/dorms) +"xZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"yj" = ( +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"yn" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"yp" = ( +/obj/structure/bed/stool, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"yt" = ( +/turf/open/mars{ + icon_state = "mars_dirt_8" + }, +/area/bigredv2/outside/c) +"yI" = ( +/obj/item/trash/semki, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"yY" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"zu" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"zv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"zN" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"Af" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"Ar" = ( +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"At" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"AD" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Bar Maintenance" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/bar) +"AI" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"AP" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/bigredv2/outside/dorms) +"AR" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Bf" = ( +/obj/item/stack/sheet/metal, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/bar) +"Bp" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + pixel_x = -14 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Bs" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Bw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"BR" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"Cb" = ( +/obj/structure/bed/bedroll{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"Cf" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Cn" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Cp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"CA" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"CB" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"CM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/pistachios, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"CO" = ( +/obj/structure/machinery/light, +/obj/item/stack/sheet/wood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"CQ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars, +/area/bigredv2/outside/c) +"CT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"Dk" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"Dp" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Du" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/item/tool/extinguisher, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Dx" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/obj/effect/landmark/survivor_spawner/upp_sapper, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"Dz" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/machinery/iv_drip, +/obj/effect/landmark/survivor_spawner/upp_medic, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"DJ" = ( +/obj/structure/bed/chair, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"DO" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Eg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"Ep" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"Eu" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"Ez" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/bar) +"EF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door_control{ + id = "Dormitories"; + name = "Storm Shutters"; + pixel_x = -32 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"EL" = ( +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"EN" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"ES" = ( +/obj/item/prop/colony/used_flare, +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/bigredv2/outside/dorms) +"EX" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Fe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Fj" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" + }, +/area/bigredv2/outside/dorms) +"Fk" = ( +/obj/item/stack/rods, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"Fm" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"FL" = ( +/obj/item/device/m56d_gun{ + desc = "The top half of a Type 101 heavy machine gun post. However it ain't much use without the trispod."; + name = "\improper Type 101 heavy machine gun" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"FP" = ( +/obj/item/stack/barbed_wire/small_stack, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"Gc" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"Ge" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Recreation" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"GF" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"Hk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Hn" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"HC" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"HE" = ( +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"HR" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" + }, +/area/bigredv2/outside/dorms) +"HU" = ( +/obj/item/trash/semki, +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"Ig" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Ih" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Bar" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/bar) +"Iq" = ( +/obj/item/prop/almayer/flight_recorder{ + pixel_x = 15; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"II" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice10"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"IZ" = ( +/obj/structure/barricade/wooden, +/turf/open/mars, +/area/bigredv2/outside/c) +"Je" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/mars, +/area/bigredv2/outside/c) +"Jg" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Ju" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"JD" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"JH" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"JJ" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"JO" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"JQ" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"JW" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"JX" = ( +/obj/item/stack/sandbags/small_stack, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Kd" = ( +/obj/item/stack/rods, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"Ki" = ( +/obj/item/stack/sheet/metal, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"Ks" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"Kw" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" + }, +/area/bigredv2/outside/dorms) +"Ky" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"KG" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"KN" = ( +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"Lj" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"Lx" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"LA" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"LD" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"LE" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"LX" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"LY" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"LZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" + }, +/area/bigredv2/outside/dorms) +"Mf" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Mj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"Mp" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"Mv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"MP" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/bigredv2/outside/dorms) +"MQ" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_11" + }, +/area/bigredv2/outside/c) +"MV" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"Nc" = ( +/obj/structure/surface/table/almayer{ + desc = "A square metal surfad + }, +/obj/item/map/big_red_map, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"Nd" = ( +/obj/structure/bed/stool, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Ne" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"Ng" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/bar) +"Nu" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"Nw" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Nx" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"NA" = ( +/obj/item/clothing/head/welding, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"NF" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/bigredv2/outside/bar) +"NN" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/mars, +/area/bigredv2/outside/c) +"NR" = ( +/obj/structure/bed/stool, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Oc" = ( +/obj/item/ashtray/glass, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"On" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Or" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"Ov" = ( +/obj/item/storage/belt/medical/lifesaver/upp, +/obj/effect/landmark/survivor_spawner/squad_leader, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/bigredv2/outside/dorms) +"OH" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"OM" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"OT" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/bar) +"OU" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/bigredv2/outside/bar) +"OY" = ( +/obj/item/stack/flag/green{ + desc = "Battle standard of the UPP, flying proudly."; + name = "upp flags"; + singular_name = "upp flag" + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Pa" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"Pd" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"PB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/good_item, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"PJ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"PO" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"PX" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"Qd" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/stack/rods, +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"QM" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"QU" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"QX" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"QZ" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"Rd" = ( +/obj/structure/surface/table/almayer{ + desc = "A square metal surfad + }, +/obj/item/attachable/bayonet/upp, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"Rf" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Bar Complex"; + name = "\improper Bar Complex Shutters" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"RF" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"RR" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp21" + }, +/area/bigredv2/outside/dorms) +"Sw" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Sz" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"Tb" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Tc" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Tf" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars, +/area/bigredv2/outside/c) +"Tu" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"Ud" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"Us" = ( +/obj/item/trash/semki, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"Uw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"UO" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"UR" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"Vc" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Vl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Vo" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp2" + }, +/area/bigredv2/outside/dorms) +"Vq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Vy" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"VB" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"VH" = ( +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"VI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"VL" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"VN" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"VV" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Wb" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Bar Complex"; + name = "\improper Bar Complex Shutters" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"Wg" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Wk" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Wv" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"WP" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"WR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Xh" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Xx" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Bedroom" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"XA" = ( +/obj/structure/surface/table/almayer{ + desc = "A square metal surfad + }, +/obj/item/ammo_box/rounds/type71{ + bullet_amount = 129 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"XB" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/blood{ + layer = 3; + pixel_x = 24 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"XH" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/bigredv2/outside/dorms) +"XR" = ( +/obj/item/stack/barbed_wire/small_stack, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"Yk" = ( +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"Ys" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5" + }, +/area/bigredv2/outside/dorms) +"Yz" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/bigredv2/outside/dorms) +"YD" = ( +/obj/structure/girder, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"YP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"Zm" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Zv" = ( +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"ZI" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" + }, +/area/bigredv2/outside/bar) +"ZR" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) + +(1,1,1) = {" +eB +hZ +hZ +eB +hZ +hZ +eB +hZ +hZ +eB +wz +rP +eB +eB +eB +eB +eB +eB +eB +Mp +cS +cS +cS +CQ +ug +aP +aP +aP +aP +aP +aP +"} +(2,1,1) = {" +eB +br +JQ +JQ +JQ +JQ +JQ +JQ +JQ +JQ +Gc +JQ +eB +Wk +Wk +Wk +Wk +Wk +eB +QZ +Je +cS +cS +cS +ug +aP +aP +aP +aP +aP +aP +"} +(3,1,1) = {" +eB +sZ +JQ +Ep +sZ +XB +vz +sZ +Or +JQ +sZ +JQ +eB +Vl +Vl +Vl +DO +ib +eB +nT +cS +CQ +cS +pr +ug +aP +aP +aP +aP +aP +aP +"} +(4,1,1) = {" +eB +JQ +JQ +wl +sZ +rs +UO +sZ +br +QM +ra +JQ +eB +Vl +Vl +Vl +Vl +qL +eB +Mp +cS +cS +tO +cS +ug +aP +aP +aP +aP +aP +aP +"} +(5,1,1) = {" +eB +Xx +eB +eB +eB +eB +eB +eB +eB +eB +eB +Xx +eB +kz +eB +eB +eB +vB +eB +OM +cS +cS +cS +cS +xZ +aP +aP +aP +aP +aP +aP +"} +(6,1,1) = {" +Zm +Hk +Hk +Hk +Hk +Hk +Hk +Vy +dW +uN +eK +ue +ZR +tR +pt +EF +Bp +II +rE +Mp +yt +CQ +NN +cS +ug +aP +aP +aP +aP +aP +aP +"} +(7,1,1) = {" +ue +ue +Vl +Vl +kt +Vl +ue +Fe +CM +Uw +hj +ue +ZR +pt +pt +ue +Vq +qL +rE +ua +PX +yt +cS +qK +Nx +aP +aP +aP +aP +aP +aP +"} +(8,1,1) = {" +eB +eB +eB +eB +vf +Vq +ue +ue +gQ +qs +gp +cG +Lj +Mv +Yz +Ky +af +oG +JO +Pa +aQ +PX +MQ +aQ +ni +aP +aP +aP +aP +aP +aP +"} +(9,1,1) = {" +mF +sZ +JQ +eB +ue +ue +ue +WR +KN +gp +LZ +LZ +CT +Dk +JJ +Bw +kq +Sw +Kd +Xh +lw +hO +FP +aQ +ug +aP +aP +aP +aP +aP +aP +"} +(10,1,1) = {" +mF +rs +JQ +rt +ue +ue +jc +jc +gp +LZ +mN +XH +db +Dk +ca +zu +Dk +jc +oL +bn +Yk +en +cB +cB +ug +aP +aP +aP +aP +aP +aP +"} +(11,1,1) = {" +eB +wm +JQ +eB +ue +Dk +xj +gp +LZ +LZ +qV +MP +AP +Bw +Dk +Dk +gp +ng +cG +xd +Tu +Yk +Yk +cS +JH +aP +aP +aP +aP +aP +aP +"} +(12,1,1) = {" +eB +sZ +jc +tC +jc +Nw +gp +ng +ng +ng +ng +ng +ng +ng +ng +ng +cG +Ys +LZ +gu +HE +Yk +Yk +EX +OY +vI +qh +GF +iH +GF +GF +"} +(13,1,1) = {" +eB +RF +gp +ng +Fj +ng +RR +xQ +Dz +kn +HU +oR +Wv +LD +Wv +Wv +Vo +yn +pA +HE +yI +tl +Ar +Ar +Ar +On +Tf +cS +CQ +cS +Ar +"} +(14,1,1) = {" +mF +CB +ah +we +RR +we +RR +Ov +Ki +XA +gq +ES +yj +iE +Ks +bM +PJ +fI +JW +Yk +Ar +Ar +Ar +Yk +bi +bZ +Ar +Ar +Ar +Yk +Yk +"} +(15,1,1) = {" +mF +Mf +ah +Iq +nD +nK +PJ +oX +Rd +Nc +tL +qg +fw +Us +iE +ow +PJ +FL +Ig +Ar +Xh +Ar +Ar +Ar +On +MV +Ar +At +Yk +Yk +jr +"} +(16,1,1) = {" +eB +eh +Kw +Ys +Ys +Ys +RR +pJ +qB +Dx +id +HR +Wv +rq +Wv +Wv +Vo +Eu +JD +JX +Yk +Ar +Ar +Ar +dU +MV +Ar +wh +Ar +At +Ar +"} +(17,1,1) = {" +mF +JQ +JQ +CB +eh +Dp +Kw +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +LZ +ng +cG +Cb +wc +Ar +bi +Tu +EL +EL +VV +he +Yk +cS +IZ +"} +(18,1,1) = {" +mF +rs +Zv +gM +qX +jc +ca +Kw +cG +cG +mN +XH +db +Dk +OH +ca +Kw +Ys +LZ +XR +AI +Lx +AR +Ar +Fm +Qd +UR +BR +qT +dk +Nu +"} +(19,1,1) = {" +eB +rs +JQ +eB +ue +PO +PB +zv +Kw +cG +qV +MP +AP +zu +zu +Dk +ca +jc +YD +jL +OT +Bf +Fk +Ng +Ng +LE +Rf +eV +Rf +eV +eV +"} +(20,1,1) = {" +eB +sZ +JQ +eB +gU +PO +PO +Nw +xj +Kw +cG +cG +Dk +af +iO +iO +iO +ta +EN +CA +QU +gm +Cn +VH +kJ +Vc +VH +VB +VH +VH +eV +"} +(21,1,1) = {" +eB +KG +JQ +eB +ue +PO +HC +cO +CB +Cp +Kw +LZ +af +zN +Ud +sM +Dk +jc +Sz +QU +QU +ZI +VH +az +pY +pY +wp +Oc +VH +VH +Wb +"} +(22,1,1) = {" +mF +br +JQ +rt +ue +PO +VN +cO +dv +cO +nU +eB +QX +Dk +JQ +qy +dE +is +Ju +Ne +QU +NF +VH +Cn +VH +vm +dL +VH +LY +VH +eV +"} +(23,1,1) = {" +mF +sZ +JQ +eB +sp +VI +Af +cO +cO +PO +qL +hR +vr +rW +yp +yp +yp +yp +Ge +QU +qA +bI +VH +VH +VH +dJ +dL +VH +VH +ip +Wb +"} +(24,1,1) = {" +eB +eB +eB +eB +ue +qL +ue +ue +yY +ue +qL +eB +xK +LA +LA +LA +LA +LA +aL +Eg +CA +gm +VH +Du +VH +oj +dL +VH +VH +VH +eV +"} +(25,1,1) = {" +DJ +Bs +vt +eB +eB +YP +md +eB +eB +eB +iX +eB +eB +eB +eB +eB +eB +eB +eB +OU +OU +gW +Pd +Jg +VH +VH +dL +uC +VH +CO +eV +"} +(26,1,1) = {" +DJ +wv +vt +eB +ue +VL +WP +wQ +wv +eB +dt +iO +iO +nk +eV +td +VH +VH +VH +VH +VH +VH +NA +VH +oj +Vc +dL +VH +kf +ip +Ih +"} +(27,1,1) = {" +ue +ue +ue +ue +ue +qL +ue +ue +vt +eB +Mj +wT +xq +hb +AD +Cf +ln +pY +pY +pY +Hn +pY +pY +pY +pY +pY +Tb +VH +VH +Tc +Ez +"} +(28,1,1) = {" +ue +ue +ue +ao +ue +qL +ue +ue +vt +eB +oW +ww +nk +nk +eV +dL +VH +VH +vm +VH +VH +VH +VH +VH +vm +VH +mQ +ln +Cf +Wg +eV +"} +(29,1,1) = {" +eB +eB +eB +eB +gU +qL +ue +rA +wv +eB +nk +ww +nk +nk +eV +dL +LX +mI +oj +LX +mI +et +Nd +Nd +Nd +Nd +NR +VH +dL +VH +eV +"} From 43c42c4145f479b2b87829d252de634b8db6602b Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 04:00:49 +0800 Subject: [PATCH 03/37] SaveMap --- .../standalone/crashlanding-upp-dorms.dmm | 2875 ++++++++--------- 1 file changed, 1431 insertions(+), 1444 deletions(-) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 2224ec517c30..218f67cf4c18 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -3,6 +3,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"ag" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) "ah" = ( /turf/closed/shuttle/ert{ icon_state = "upp27" @@ -30,7 +39,7 @@ }, /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice12"; - pixel_x = 11; + pixel_x = 2; pixel_y = 24 }, /turf/closed/wall/solaris, @@ -63,6 +72,19 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"bv" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"bH" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/bigredv2/outside/dorms) "bI" = ( /obj/effect/landmark/crap_item, /turf/open/floor{ @@ -91,6 +113,19 @@ icon_state = "platingdmg1" }, /area/bigredv2/outside/dorms) +"cd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"cl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "cB" = ( /turf/open/mars{ icon_state = "mars_dirt_12" @@ -101,6 +136,12 @@ icon_state = "upp1" }, /area/bigredv2/outside/dorms) +"cH" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "cO" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor{ @@ -116,6 +157,12 @@ opacity = 0 }, /area/bigredv2/outside/dorms) +"dj" = ( +/obj/item/toy/farwadoll, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) "dk" = ( /obj/structure/machinery/light/double{ dir = 4; @@ -140,13 +187,13 @@ }, /area/bigredv2/outside/dorms) "dE" = ( -/obj/item/prop/colony/used_flare, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) "dJ" = ( /obj/effect/landmark/objective_landmark/medium, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "wood" }, @@ -159,6 +206,11 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"dN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "dU" = ( /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 @@ -169,9 +221,22 @@ }, /area/bigredv2/outside/c) "dW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor, +/obj/structure/surface/table/almayer{ + desc = "A square metal surfad\t},/obj/item/attachable/bayonet/upp,/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"Rf" = (/obj/structure/window/framed/solaris,/obj/structure/machinery/door/poddoor/shutters/almayer{\tdir = 4;\tid = "BarComplex";\tname = "\improperBarComplexShutters"\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"RF" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"RR" = (/turf/closed/shuttle/ert{\ticon_state = "upp21"\t},/area/bigredv2/outside/dorms)"Sw" = (/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Sz" = (/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/obj/item/stack/sheet/metal,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"Tb" = (/obj/structure/pipes/standard/manifold/hidden/green,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Tc" = (/obj/structure/barricade/wooden,/obj/structure/pipes/standard/simple/hidden/green{\tdir = 6\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Tf" = (/obj/structure/barricade/sandbags/wired,/turf/open/mars,/area/bigredv2/outside/c)"Tu" = (/obj/item/prop/colony/used_flare,/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"Ud" = (/obj/effect/landmark/crap_item,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"Us" = (/obj/item/trash/semki,/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"Uw" = (/obj/effect/decal/cleanable/dirt,/obj/item/prop/colony/used_flare,/turf/open/floor,/area/bigredv2/outside/dorms)"UO" = (/obj/structure/closet/crate,/obj/structure/machinery/light{\tdir = 4\t},/obj/effect/landmark/objective_landmark/medium,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"UR" = (/obj/structure/barricade/sandbags/wired,/turf/open/floor{\tdir = 8;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"Vc" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Vl" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor,/area/bigredv2/outside/dorms)"Vo" = (/turf/closed/shuttle/ert{\ticon_state = "upp2"\t},/area/bigredv2/outside/dorms)"Vq" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/crap_item,/turf/open/floor,/area/bigredv2/outside/dorms)"Vy" = (/obj/structure/machinery/camera/autoname{\tdir = 4\t},/obj/structure/pipes/standard/simple/hidden/green,/obj/structure/barricade/wooden{\tdir = 1;\tpixel_y = 7\t},/turf/open/floor,/area/bigredv2/outside/dorms)"VB" = (/obj/structure/machinery/light{\tdir = 8\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"VH" = (/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"VI" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 6\t},/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"VL" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/obj/structure/barricade/wooden{\tdesc = "Thisbarricadeisheavilyreinforced.Nothingshortofblastingitopenseemslikeit'lldothetrick,thatormeltingthebreamssupportingit...";\tdir = 8;\thealth = 25000\t},/turf/open/floor,/area/bigredv2/outside/dorms)"VN" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"VV" = (/obj/structure/barricade/sandbags/wired,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Wb" = (/obj/structure/window/framed/solaris,/obj/structure/machinery/door/poddoor/shutters/almayer{\tid = "BarComplex";\tname = "\improperBarComplexShutters"\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"Wg" = (/obj/structure/barricade/wooden,/obj/structure/pipes/standard/simple/hidden/green{\tdir = 9\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Wk" = (/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor,/area/bigredv2/outside/dorms)"Wv" = (/obj/structure/bed/chair/vehicle{\tpixel_x = -8\t},/obj/structure/bed/chair/vehicle{\tpixel_x = 8\t},/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"WP" = (/obj/structure/barricade/wooden{\tdesc = "Thisbarricadeisheavilyreinforced.Nothingshortofblastingitopenseemslikeit'lldothetrick,thatormeltingthebreamssupportingit...";\tdir = 8;\thealth = 25000\t},/turf/open/floor,/area/bigredv2/outside/dorms)"WR" = (/obj/effect/decal/cleanable/dirt,/obj/item/stack/sheet/metal,/turf/open/floor/plating{\tdir = 8;\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Xh" = (/obj/effect/decal/cleanable/blood,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Xx" = (/obj/structure/machinery/door/airlock/almayer/generic{\tname = "\improperDormitoriesBedroom"\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/dorms)"XA" = (/obj/structure/surface/table/almayer{\tdesc = "Asquaremetalsurfad + }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"dX" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, /area/bigredv2/outside/dorms) "eh" = ( /obj/item/stack/sheet/metal, @@ -179,13 +244,29 @@ icon_state = "platingdmg1" }, /area/bigredv2/outside/dorms) +"el" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "en" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/mars{ icon_state = "mars_dirt_12" }, /area/bigredv2/outside/c) +"er" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) "et" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; @@ -199,16 +280,33 @@ "eB" = ( /turf/closed/wall/solaris, /area/bigredv2/outside/dorms) -"eK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"eH" = ( +/obj/item/trash/semki, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, +/area/bigredv2/outside/dorms) +"eK" = ( /obj/effect/spawner/gibspawner/xeno, /turf/open/floor, /area/bigredv2/outside/dorms) "eV" = ( /turf/closed/wall/solaris, /area/bigredv2/outside/bar) +"fa" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"fv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) "fw" = ( /obj/item/storage/belt/utility, /turf/open/shuttle/dropship{ @@ -221,6 +319,23 @@ icon_state = "platingdmg1" }, /area/bigredv2/outside/dorms) +"fV" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"gk" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) "gm" = ( /turf/open/floor{ dir = 8; @@ -249,6 +364,23 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"gw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/bigredv2/outside/dorms) +"gG" = ( +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"gH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) "gM" = ( /turf/open/floor{ icon_state = "delivery" @@ -272,9 +404,6 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "gW" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, /turf/open/floor{ dir = 8; icon_state = "carpet9-4" @@ -284,6 +413,16 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/bigredv2/outside/bar) +"hc" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/landmark/survivor_spawner/upp_medic, +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) "he" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/mars{ @@ -291,11 +430,40 @@ }, /area/bigredv2/outside/c) "hj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"hk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"ho" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"hy" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) +"hM" = ( +/obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor, /area/bigredv2/outside/dorms) "hO" = ( @@ -315,6 +483,16 @@ icon_state = "delivery" }, /area/bigredv2/outside/dorms) +"hV" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) "hZ" = ( /obj/structure/window/framed/solaris, /obj/structure/machinery/door/poddoor/shutters/almayer{ @@ -349,11 +527,27 @@ name = "Storm Shutters"; pixel_y = -32 }, +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"ix" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) "iE" = ( +/obj/structure/bed/bedroll{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, @@ -385,12 +579,29 @@ icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) +"jj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "jr" = ( /obj/item/prop/colony/used_flare, /turf/open/mars{ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"jC" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"jI" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "jL" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -411,6 +622,12 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"km" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/bar) "kn" = ( /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 @@ -431,6 +648,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/item/trash/plate, +/obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/dorms) "kz" = ( @@ -445,10 +663,16 @@ /obj/item/shard{ icon_state = "medium" }, -/turf/open/floor{ - icon_state = "wood" +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, /area/bigredv2/outside/bar) +"kK" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) "ln" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/landmark/crap_item, @@ -456,11 +680,41 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"lq" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Bar Complex"; + name = "\improper Bar Complex Shutters" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) "lw" = ( /turf/open/mars_cave{ icon_state = "mars_dirt_4" }, /area/bigredv2/outside/c) +"lN" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Bar" + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/bar) +"lU" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Recreation" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) "md" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; @@ -470,11 +724,25 @@ icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"mF" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Dormitories"; - name = "\improper Dormitories Shutters" +"ml" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/mars, +/area/bigredv2/outside/c) +"my" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"mF" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Dormitories"; + name = "\improper Dormitories Shutters" }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) @@ -515,8 +783,8 @@ /area/bigredv2/outside/bar) "nD" = ( /obj/item/prop/almayer/comp_open{ - pixel_x = 11; - pixel_y = 8 + pixel_x = 3; + pixel_y = -1 }, /obj/effect/decal/cleanable/blood, /turf/open/shuttle/dropship{ @@ -543,9 +811,13 @@ /area/bigredv2/outside/c) "nU" = ( /obj/structure/machinery/light, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) "oj" = ( /obj/item/stack/sheet/wood, @@ -553,6 +825,21 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"ok" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"os" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "ow" = ( /obj/item/tool/wrench, /turf/open/shuttle/dropship{ @@ -598,6 +885,18 @@ icon_state = "rasputin5" }, /area/bigredv2/outside/dorms) +"ph" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"pj" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg2" + }, +/area/bigredv2/outside/bar) "pr" = ( /obj/item/prop/colony/used_flare, /turf/open/mars, @@ -621,12 +920,25 @@ icon_state = "rasputin7" }, /area/bigredv2/outside/dorms) +"pS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) "pY" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) +"pZ" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) "qg" = ( /obj/structure/bed/bedroll{ dir = 4 @@ -644,14 +956,21 @@ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"qo" = ( +/obj/item/prop/colony/used_flare, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) "qs" = ( /obj/effect/landmark/good_item, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "qy" = ( -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) "qA" = ( @@ -674,6 +993,18 @@ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) +"qC" = ( +/obj/item/trash/semki, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"qE" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) "qK" = ( /obj/structure/barricade/sandbags/wired{ dir = 8 @@ -689,12 +1020,27 @@ }, /turf/open/floor, /area/bigredv2/outside/dorms) +"qQ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "qT" = ( /turf/open/floor{ dir = 8; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"qU" = ( +/obj/structure/prop/wooden_cross{ + pixel_y = 11 + }, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) "qV" = ( /turf/closed/shuttle/ert{ icon_state = "upp_rightengine" @@ -702,6 +1048,7 @@ /area/bigredv2/outside/dorms) "qX" = ( /obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/dorms) "ra" = ( @@ -710,6 +1057,19 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"rg" = ( +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"rl" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) "rq" = ( /obj/structure/bed/chair/vehicle{ pixel_x = -8 @@ -725,6 +1085,11 @@ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) +"rr" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp21" + }, +/area/bigredv2/outside/dorms) "rs" = ( /obj/structure/closet/crate, /turf/open/floor{ @@ -759,17 +1124,32 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"rH" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "rP" = ( /obj/structure/window_frame/solaris, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "rW" = ( /obj/structure/bed/stool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"se" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" + }, +/area/bigredv2/outside/dorms) +"sf" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) "sp" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -816,6 +1196,13 @@ icon_state = "mars_dirt_6" }, /area/bigredv2/outside/c) +"tx" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "tC" = ( /obj/structure/girder, /turf/open/floor/plating{ @@ -824,966 +1211,560 @@ /area/bigredv2/outside/dorms) "tL" = ( /obj/structure/surface/table/almayer{ - desc = "A square metal surfad - }, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 + desc = "A square metal surfad\t},/obj/item/ammo_magazine/rifle/type71/heap{\tcurrent_rounds = 0\t},/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"tO" = (/obj/effect/spawner/gibspawner/xeno,/turf/open/mars,/area/bigredv2/outside/c)"tR" = (/obj/effect/decal/cleanable/dirt,/obj/item/prop/colony/used_flare,/obj/item/ammo_casing/bullet,/turf/open/floor,/area/bigredv2/outside/dorms)"ua" = (/obj/structure/barricade/sandbags/wired{\tdir = 8\t},/obj/item/ammo_casing/bullet,/turf/open/floor{\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"ue" = (/turf/open/floor,/area/bigredv2/outside/dorms)"ug" = (/turf/open/floor{\tdir = 1;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"uC" = (/obj/item/trash/cheesie,/obj/item/trash/pistachios,/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"uN" = (/obj/structure/pipes/standard/simple/hidden/green,/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor,/area/bigredv2/outside/dorms)"vf" = (/obj/structure/machinery/light{\tdir = 1\t},/obj/effect/decal/cleanable/dirt,/turf/open/floor,/area/bigredv2/outside/dorms)"vm" = (/obj/effect/decal/cleanable/blood,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"vr" = (/obj/structure/barricade/wooden{\tdir = 1;\tpixel_y = 7\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"vt" = (/obj/structure/bed/chair{\tdir = 1\t},/turf/open/floor,/area/bigredv2/outside/dorms)"vz" = (/obj/effect/decal/cleanable/blood{\ticon_state = "gib6"\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"vB" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/obj/structure/machinery/door/airlock/almayer/generic{\tname = "\improperDormitoriesStorage"\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/dorms)"vI" = (/obj/item/ammo_magazine/rifle/type71/heap{\tcurrent_rounds = 0\t},/turf/open/floor{\tdir = 4;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"wc" = (/obj/item/reagent_container/food/drinks/bottle/vodka,/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"we" = (/obj/structure/machinery/computer/cameras{\tdesc = "TheflightcontrolsforaUD6Dropship.thesecontrolslookprettybangedup,andthere'ssomebloodcoveringthescreen..";\tname = "\improper'Tornado'flightcontrols";\tnetwork = null;\tpixel_y = 21\t},/obj/structure/bed/chair/dropship/pilot{\tdir = 1\t},/obj/effect/decal/cleanable/blood,/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"wh" = (/obj/effect/spawner/gibspawner/xeno,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"wl" = (/obj/structure/surface/table,/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,/obj/structure/machinery/light{\tdir = 4\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"wm" = (/obj/structure/surface/table,/obj/item/ammo_magazine/shotgun/buckshot,/obj/structure/machinery/light{\tdir = 1\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"wp" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 5\t},/obj/item/stack/sheet/wood,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"wv" = (/obj/structure/surface/table,/turf/open/floor,/area/bigredv2/outside/dorms)"ww" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"wz" = (/obj/structure/window_frame/solaris,/obj/effect/decal/cleanable/blood{\tdir = 4;\ticon_state = "gib6"\t},/turf/open/floor/plating,/area/bigredv2/outside/dorms)"wQ" = (/obj/structure/bed/chair{\tdir = 4\t},/turf/open/floor,/area/bigredv2/outside/dorms)"wT" = (/obj/structure/pipes/standard/manifold/hidden/green{\tdir = 8\t},/turf/open/floor/plating,/area/bigredv2/outside/dorms)"xd" = (/obj/structure/machinery/light/double{\tdir = 1\t},/obj/item/reagent_container/food/drinks/flask/canteen{\tdesc = "YoutakeasipfromyourtrustyUPPcanteen..."\t},/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"xj" = (/obj/item/stack/rods,/turf/open/floor/plating{\tdir = 8;\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"xq" = (/obj/structure/pipes/standard/simple/hidden/green,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"xK" = (/obj/structure/surface/table/woodentable,/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,/obj/structure/machinery/light{\tdir = 4\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"xQ" = (/obj/structure/sign/poster/clf{\tpixel_y = 28\t},/obj/structure/bed/roller,/obj/effect/decal/cleanable/blood,/obj/item/prop/colony/usedbandage{\tdir = 5\t},/obj/effect/spawner/gibspawner/human,/turf/open/shuttle/dropship{\ticon_state = "rasputin6"\t},/area/bigredv2/outside/dorms)"xZ" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor{\tdir = 1;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"yj" = (/obj/item/reagent_container/food/drinks/bottle/vodka,/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"yn" = (/obj/item/ammo_magazine/rifle/type71/heap{\tcurrent_rounds = 0\t},/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"yp" = (/obj/structure/bed/stool,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"yt" = (/turf/open/mars{\ticon_state = "mars_dirt_8"\t},/area/bigredv2/outside/c)"yI" = (/obj/item/trash/semki,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"yY" = (/obj/item/device/radio/intercom{\tfreerange = 1;\tfrequency = 1469;\tname = "GeneralListeningChannel";\tpixel_x = 30\t},/turf/open/floor,/area/bigredv2/outside/dorms)"zu" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"zv" = (/obj/effect/decal/cleanable/dirt,/obj/item/shard{\ticon_state = "medium"\t},/turf/open/floor/plating,/area/bigredv2/outside/dorms)"zN" = (/obj/effect/landmark/objective_landmark/close,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"Af" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 9\t},/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"Ar" = (/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"At" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"AD" = (/obj/structure/pipes/standard/simple/hidden/green,/obj/structure/machinery/door/airlock/almayer/maint/colony{\tdir = 1;\tname = "\improperBarMaintenance"\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/bar)"AI" = (/obj/item/ammo_magazine/rifle/type71/heap{\tcurrent_rounds = 0\t},/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"AP" = (/turf/closed/shuttle/ert{\ticon_state = "rightengine_1";\topacity = 0\t},/area/bigredv2/outside/dorms)"AR" = (/obj/structure/barricade/sandbags/wired{\tdir = 4\t},/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Bf" = (/obj/item/stack/sheet/metal,/obj/item/ammo_casing/bullet,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/bar)"Bp" = (/obj/structure/machinery/camera/autoname{\tdir = 1;\tpixel_x = -14\t},/obj/effect/decal/cleanable/dirt,/turf/open/floor,/area/bigredv2/outside/dorms)"Bs" = (/obj/structure/surface/table,/obj/structure/machinery/light{\tdir = 8\t},/turf/open/floor,/area/bigredv2/outside/dorms)"Bw" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"BR" = (/obj/effect/decal/cleanable/blood/gibs/down,/turf/open/floor{\tdir = 8;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"Cb" = (/obj/structure/bed/bedroll{\tdir = 4\t},/obj/item/reagent_container/food/drinks/bottle/vodka,/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"Cf" = (/obj/structure/pipes/standard/manifold/hidden/green{\tdir = 8\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Cn" = (/obj/effect/spawner/gibspawner/xeno,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Cp" = (/obj/effect/decal/cleanable/dirt,/obj/structure/girder,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"CA" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor{\tdir = 8;\ticon_state = "carpet15-15"\t},/area/bigredv2/outside/bar)"CB" = (/obj/item/stack/rods,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"CM" = (/obj/effect/decal/cleanable/dirt,/obj/item/trash/pistachios,/turf/open/floor,/area/bigredv2/outside/dorms)"CO" = (/obj/structure/machinery/light,/obj/item/stack/sheet/wood,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"CQ" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/mars,/area/bigredv2/outside/c)"CT" = (/obj/effect/decal/cleanable/dirt,/obj/item/ammo_casing/bullet,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"Dk" = (/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"Dp" = (/obj/structure/girder,/turf/open/floor/plating{\tdir = 8;\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Du" = (/obj/structure/bed/chair/wood/normal{\tdir = 4\t},/obj/item/tool/extinguisher,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Dx" = (/obj/item/ammo_box/rounds/type71/heap/empty{\tbullet_amount = 0\t},/obj/effect/landmark/survivor_spawner/upp_sapper,/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"Dz" = (/obj/structure/machinery/light/double{\tdir = 8;\tpixel_y = -5\t},/obj/structure/machinery/iv_drip,/obj/effect/landmark/survivor_spawner/upp_medic,/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"DJ" = (/obj/structure/bed/chair,/turf/open/floor,/area/bigredv2/outside/dorms)"DO" = (/obj/structure/pipes/vents/pump,/turf/open/floor,/area/bigredv2/outside/dorms)"Eg" = (/obj/structure/machinery/light{\tdir = 1\t},/turf/open/floor{\tdir = 8;\ticon_state = "carpet15-15"\t},/area/bigredv2/outside/bar)"Ep" = (/obj/structure/surface/table,/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"Eu" = (/obj/item/ammo_box/rounds/type71/heap/empty{\tbullet_amount = 0\t},/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"Ez" = (/obj/structure/pipes/standard/simple/hidden/green,/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/bar)"EF" = (/obj/effect/decal/cleanable/dirt,/obj/structure/machinery/door_control{\tid = "Dormitories";\tname = "StormShutters";\tpixel_x = -32\t},/turf/open/floor,/area/bigredv2/outside/dorms)"EL" = (/obj/item/ammo_casing/bullet,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"EN" = (/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/obj/structure/prop/invuln/pipe_water{\tpixel_x = 4;\tpixel_y = 6\t},/turf/open/floor/plating{\tdir = 8;\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"ES" = (/obj/item/prop/colony/used_flare,/obj/effect/landmark/survivor_spawner/upp/soldier,/turf/open/shuttle/dropship{\ticon_state = "rasputin5"\t},/area/bigredv2/outside/dorms)"EX" = (/obj/item/prop/colony/usedbandage{\tdir = 5\t},/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Fe" = (/obj/effect/decal/cleanable/dirt,/obj/structure/barricade/wooden{\tdir = 1;\tpixel_y = 7\t},/turf/open/floor,/area/bigredv2/outside/dorms)"Fj" = (/turf/closed/shuttle/ert{\ticon_state = "upp16"\t},/area/bigredv2/outside/dorms)"Fk" = (/obj/item/stack/rods,/obj/item/ammo_casing/bullet,/turf/open/floor/plating,/area/bigredv2/outside/bar)"Fm" = (/obj/item/shard{\ticon_state = "medium"\t},/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"FL" = (/obj/item/device/m56d_gun{\tdesc = "ThetophalfofaType101heavymachinegunpost.Howeveritain'tmuchusewithoutthetrispod.";\tname = "\improperType101heavymachinegun"\t},/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"FP" = (/obj/item/stack/barbed_wire/small_stack,/turf/open/mars_cave{\ticon_state = "mars_dirt_4"\t},/area/bigredv2/outside/c)"Gc" = (/obj/effect/decal/cleanable/blood,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"Ge" = (/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{\tdir = 1;\tname = "\improperRecreation"\t},/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/dorms)"GF" = (/turf/open/floor{\tdir = 4;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"Hk" = (/obj/structure/pipes/standard/simple/hidden/green,/turf/open/floor,/area/bigredv2/outside/dorms)"Hn" = (/obj/effect/decal/cleanable/blood/gibs/body,/obj/structure/pipes/standard/simple/hidden/green,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"HC" = (/obj/structure/pipes/vents/pump,/obj/effect/decal/cleanable/blood/gibs/limb,/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"HE" = (/obj/item/reagent_container/food/drinks/flask/canteen{\tdesc = "YoutakeasipfromyourtrustyUPPcanteen..."\t},/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"HR" = (/obj/item/ammo_magazine/rifle/type71/heap{\tcurrent_rounds = 0\t},/turf/open/shuttle/dropship{\ticon_state = "rasputin8"\t},/area/bigredv2/outside/dorms)"HU" = (/obj/item/trash/semki,/obj/effect/landmark/survivor_spawner/upp/soldier,/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"Ig" = (/obj/item/prop/colony/usedbandage{\tdir = 5\t},/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Ih" = (/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{\tname = "\improperBar"\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/bar)"Iq" = (/obj/item/prop/almayer/flight_recorder{\tpixel_x = 15;\tpixel_y = 11\t},/obj/effect/decal/cleanable/blood,/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"II" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice10";\tpixel_x = -2;\tpixel_y = -8\t},/turf/open/floor,/area/bigredv2/outside/dorms)"IZ" = (/obj/structure/barricade/wooden,/turf/open/mars,/area/bigredv2/outside/c)"Je" = (/obj/structure/barricade/wooden{\tdesc = "Thisbarricadeisheavilyreinforced.Nothingshortofblastingitopenseemslikeit'lldothetrick,thatormeltingthebreamssupportingit...";\tdir = 8;\thealth = 25000\t},/turf/open/mars,/area/bigredv2/outside/c)"Jg" = (/obj/effect/decal/cleanable/blood,/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Ju" = (/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/turf/open/floor/plating,/area/bigredv2/outside/dorms)"JD" = (/obj/structure/barricade/sandbags/wired,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"JH" = (/obj/effect/decal/cleanable/blood,/turf/open/floor{\tdir = 1;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"JJ" = (/obj/item/stack/rods,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"JO" = (/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/obj/item/shard{\ticon_state = "medium"\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/dorms)"JQ" = (/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"JW" = (/obj/item/prop/colony/used_flare,/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"JX" = (/obj/item/stack/sandbags/small_stack,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Kd" = (/obj/item/stack/rods,/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/dorms)"Ki" = (/obj/item/stack/sheet/metal,/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"Ks" = (/obj/item/ammo_box/rounds/type71/heap/empty{\tbullet_amount = 0\t},/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"Kw" = (/turf/closed/shuttle/ert{\ticon_state = "upp25"\t},/area/bigredv2/outside/dorms)"Ky" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"KG" = (/obj/structure/surface/table,/obj/structure/machinery/light{\tdir = 1\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"KN" = (/obj/item/stack/rods,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"Lj" = (/obj/item/ammo_casing/bullet,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"Lx" = (/obj/structure/barricade/sandbags/wired{\tdir = 4\t},/obj/item/ammo_casing/bullet,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"LA" = (/obj/structure/machinery/computer/arcade,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"LD" = (/obj/structure/bed/chair/vehicle{\tpixel_x = -8\t},/obj/structure/bed/chair/vehicle{\tpixel_x = 8\t},/obj/structure/machinery/light/double{\tdir = 8;\tpixel_y = -5\t},/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"LE" = (/obj/structure/barricade/sandbags/wired{\tdir = 4\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"LX" = (/obj/structure/bed/chair/wood/normal,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"LY" = (/obj/effect/decal/cleanable/blood/xeno,/obj/item/prop/colony/used_flare,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"LZ" = (/turf/closed/shuttle/ert{\ticon_state = "upp3"\t},/area/bigredv2/outside/dorms)"Mf" = (/obj/item/shard{\ticon_state = "medium"\t},/turf/open/floor/plating{\tdir = 8;\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Mj" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 10\t},/turf/open/floor/plating,/area/bigredv2/outside/dorms)"Mp" = (/turf/open/floor{\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"Mv" = (/obj/effect/decal/cleanable/dirt,/obj/item/ammo_casing/bullet,/obj/item/ammo_casing/bullet,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"MP" = (/turf/closed/shuttle/ert{\ticon_state = "rightengine_2";\topacity = 0\t},/area/bigredv2/outside/dorms)"MQ" = (/obj/structure/barricade/sandbags/wired{\tdir = 8\t},/obj/item/ammo_casing/bullet,/turf/open/mars{\ticon_state = "mars_dirt_11"\t},/area/bigredv2/outside/c)"MV" = (/obj/structure/barricade/sandbags/wired,/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"Nc" = (/obj/structure/surface/table/almayer{\tdesc = "Asquaremetalsurfad }, +/obj/item/map/big_red_map, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"tO" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/mars, -/area/bigredv2/outside/c) -"tR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/obj/item/ammo_casing/bullet, +"ub" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "crashlanding-eva" + }, +/turf/closed/wall/solaris, +/area/bigredv2/outside/dorms) +"uc" = ( /turf/open/floor, /area/bigredv2/outside/dorms) -"ua" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/obj/item/ammo_casing/bullet, +"uG" = ( /turf/open/floor{ + dir = 4; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"ue" = ( -/turf/open/floor, +"uI" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"uM" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/bar) +"uV" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, /area/bigredv2/outside/dorms) -"ug" = ( +"vg" = ( /turf/open/floor{ dir = 1; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"uC" = ( -/obj/item/trash/cheesie, -/obj/item/trash/pistachios, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"uN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor, +"vs" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"vf" = ( -/obj/structure/machinery/light{ - dir = 1 +"vF" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 }, +/area/bigredv2/outside/dorms) +"wx" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, /area/bigredv2/outside/dorms) -"vm" = ( -/obj/effect/decal/cleanable/blood, +"wz" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/crap_item, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"vr" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +"wH" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 }, -/turf/open/floor{ - icon_state = "wood" +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"vt" = ( -/obj/structure/bed/chair{ - dir = 1 +"xf" = ( +/obj/structure/surface/table/almayer{ + desc = "A square metal surfad\t},/obj/item/attachable/bayonet/upp,/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"Rf" = (/obj/structure/window/framed/solaris,/obj/structure/machinery/door/poddoor/shutters/almayer{\tdir = 4;\tid = "BarComplex";\tname = "\improperBarComplexShutters"\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"RF" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"RR" = (/turf/closed/shuttle/ert{\ticon_state = "upp21"\t},/area/bigredv2/outside/dorms)"Sw" = (/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Sz" = (/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/obj/item/stack/sheet/metal,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"Tb" = (/obj/structure/pipes/standard/manifold/hidden/green,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Tc" = (/obj/structure/barricade/wooden,/obj/structure/pipes/standard/simple/hidden/green{\tdir = 6\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Tf" = (/obj/structure/barricade/sandbags/wired,/turf/open/mars,/area/bigredv2/outside/c)"Tu" = (/obj/item/prop/colony/used_flare,/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"Ud" = (/obj/effect/landmark/crap_item,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"Us" = (/obj/item/trash/semki,/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"Uw" = (/obj/effect/decal/cleanable/dirt,/obj/item/prop/colony/used_flare,/turf/open/floor,/area/bigredv2/outside/dorms)"UO" = (/obj/structure/closet/crate,/obj/structure/machinery/light{\tdir = 4\t},/obj/effect/landmark/objective_landmark/medium,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"UR" = (/obj/structure/barricade/sandbags/wired,/turf/open/floor{\tdir = 8;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"Vc" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Vl" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor,/area/bigredv2/outside/dorms)"Vo" = (/turf/closed/shuttle/ert{\ticon_state = "upp2"\t},/area/bigredv2/outside/dorms)"Vq" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/crap_item,/turf/open/floor,/area/bigredv2/outside/dorms)"Vy" = (/obj/structure/machinery/camera/autoname{\tdir = 4\t},/obj/structure/pipes/standard/simple/hidden/green,/obj/structure/barricade/wooden{\tdir = 1;\tpixel_y = 7\t},/turf/open/floor,/area/bigredv2/outside/dorms)"VB" = (/obj/structure/machinery/light{\tdir = 8\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"VH" = (/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"VI" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 6\t},/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"VL" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/obj/structure/barricade/wooden{\tdesc = "Thisbarricadeisheavilyreinforced.Nothingshortofblastingitopenseemslikeit'lldothetrick,thatormeltingthebreamssupportingit...";\tdir = 8;\thealth = 25000\t},/turf/open/floor,/area/bigredv2/outside/dorms)"VN" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"VV" = (/obj/structure/barricade/sandbags/wired,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Wb" = (/obj/structure/window/framed/solaris,/obj/structure/machinery/door/poddoor/shutters/almayer{\tid = "BarComplex";\tname = "\improperBarComplexShutters"\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"Wg" = (/obj/structure/barricade/wooden,/obj/structure/pipes/standard/simple/hidden/green{\tdir = 9\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Wk" = (/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor,/area/bigredv2/outside/dorms)"Wv" = (/obj/structure/bed/chair/vehicle{\tpixel_x = -8\t},/obj/structure/bed/chair/vehicle{\tpixel_x = 8\t},/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"WP" = (/obj/structure/barricade/wooden{\tdesc = "Thisbarricadeisheavilyreinforced.Nothingshortofblastingitopenseemslikeit'lldothetrick,thatormeltingthebreamssupportingit...";\tdir = 8;\thealth = 25000\t},/turf/open/floor,/area/bigredv2/outside/dorms)"WR" = (/obj/effect/decal/cleanable/dirt,/obj/item/stack/sheet/metal,/turf/open/floor/plating{\tdir = 8;\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Xh" = (/obj/effect/decal/cleanable/blood,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Xx" = (/obj/structure/machinery/door/airlock/almayer/generic{\tname = "\improperDormitoriesBedroom"\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/dorms)"XA" = (/obj/structure/surface/table/almayer{\tdesc = "Asquaremetalsurfad + }, +/obj/item/trash/cheesie, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" }, +/area/bigredv2/outside/dorms) +"xh" = ( +/obj/structure/surface/table, /turf/open/floor, /area/bigredv2/outside/dorms) -"vz" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, -/turf/open/floor{ - icon_state = "wood" +"xj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 }, +/turf/open/floor, /area/bigredv2/outside/dorms) -"vB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"xJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars{ + icon_state = "mars_dirt_6" }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Storage" +/area/bigredv2/outside/c) +"xP" = ( +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." }, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) +"xX" = ( +/obj/item/prop/colony/used_flare, /turf/open/floor{ - icon_state = "delivery" + icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"vI" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 +/area/bigredv2/outside/bar) +"xZ" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5 }, /turf/open/floor{ - dir = 4; + dir = 1; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"wc" = ( -/obj/item/reagent_container/food/drinks/bottle/vodka, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"we" = ( -/obj/structure/machinery/computer/cameras{ - desc = "The flight controls for a UD6 Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; - name = "\improper 'Tornado' flight controls"; - network = null; - pixel_y = 21 - }, -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"wh" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"wl" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"wm" = ( -/obj/structure/surface/table, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"wp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"wv" = ( -/obj/structure/surface/table, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"ww" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"wz" = ( -/obj/structure/window_frame/solaris, -/obj/effect/decal/cleanable/blood{ - dir = 4; - icon_state = "gib6" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"wQ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"wT" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"xd" = ( -/obj/structure/machinery/light/double{ - dir = 1 - }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." - }, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"xj" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"xq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"xK" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"xQ" = ( -/obj/structure/sign/poster/clf{ - pixel_y = 28 - }, -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/blood, +"yc" = ( /obj/item/prop/colony/usedbandage{ dir = 5 }, -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship{ - icon_state = "rasputin6" - }, -/area/bigredv2/outside/dorms) -"xZ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"yj" = ( -/obj/item/reagent_container/food/drinks/bottle/vodka, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) -"yn" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"yp" = ( -/obj/structure/bed/stool, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"yt" = ( -/turf/open/mars{ - icon_state = "mars_dirt_8" - }, -/area/bigredv2/outside/c) -"yI" = ( -/obj/item/trash/semki, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"yY" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"zu" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"zv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"zN" = ( -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"Af" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"Ar" = ( -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"At" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"AD" = ( +"yj" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Bar Maintenance" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/bar) -"AI" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"AP" = ( -/turf/closed/shuttle/ert{ - icon_state = "rightengine_1"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"AR" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Bf" = ( -/obj/item/stack/sheet/metal, -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/bar) -"Bp" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - pixel_x = -14 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Bs" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Bw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"BR" = ( -/obj/effect/decal/cleanable/blood/gibs/down, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"Cb" = ( -/obj/structure/bed/bedroll{ - dir = 4 - }, -/obj/item/reagent_container/food/drinks/bottle/vodka, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"Cf" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Cn" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Cp" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"CA" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"CB" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"CM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/pistachios, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"CO" = ( -/obj/structure/machinery/light, -/obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"CQ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/mars, -/area/bigredv2/outside/c) -"CT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Dk" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"Dp" = ( -/obj/structure/girder, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Du" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 4 - }, -/obj/item/tool/extinguisher, /turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Dx" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/obj/effect/landmark/survivor_spawner/upp_sapper, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"Dz" = ( -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 - }, -/obj/structure/machinery/iv_drip, -/obj/effect/landmark/survivor_spawner/upp_medic, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"DJ" = ( -/obj/structure/bed/chair, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"DO" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Eg" = ( -/obj/structure/machinery/light{ - dir = 1 + icon_state = "wood" }, +/area/bigredv2/outside/bar) +"yl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, /turf/open/floor{ dir = 8; icon_state = "carpet15-15" }, /area/bigredv2/outside/bar) -"Ep" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"yx" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"yD" = ( +/obj/structure/machinery/computer/arcade, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) -"Eu" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, +"yJ" = ( /turf/open/floor/plating{ - icon_state = "platingdmg1" + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"Ez" = ( +"zm" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"zF" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ icon_state = "delivery" }, /area/bigredv2/outside/bar) -"EF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door_control{ - id = "Dormitories"; - name = "Storm Shutters"; - pixel_x = -32 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"EL" = ( -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"EN" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/obj/structure/prop/invuln/pipe_water{ - pixel_x = 4; - pixel_y = 6 +"zW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Storage" }, -/area/bigredv2/outside/dorms) -"ES" = ( -/obj/item/prop/colony/used_flare, -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" +/turf/open/floor{ + icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"EX" = ( +"Ae" = ( /obj/item/prop/colony/usedbandage{ dir = 5 }, /turf/open/mars{ - icon_state = "mars_dirt_5" + icon_state = "mars_dirt_6" }, /area/bigredv2/outside/c) -"Fe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Fj" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp16" +"Ah" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Fk" = ( -/obj/item/stack/rods, +"Ai" = ( +/obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"Fm" = ( -/obj/item/shard{ - icon_state = "medium" - }, /turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"FL" = ( -/obj/item/device/m56d_gun{ - desc = "The top half of a Type 101 heavy machine gun post. However it ain't much use without the trispod."; - name = "\improper Type 101 heavy machine gun" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"FP" = ( -/obj/item/stack/barbed_wire/small_stack, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" + icon_state = "mars_dirt_6" }, /area/bigredv2/outside/c) -"Gc" = ( -/obj/effect/decal/cleanable/blood, +"Al" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"Ge" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Recreation" - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, +/area/bigredv2/outside/bar) +"Aw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ - icon_state = "delivery" + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"GF" = ( +"AQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/item/stack/sheet/wood, /turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Bc" = ( +/obj/effect/landmark/survivor_spawner/upp_sapper, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, -/area/bigredv2/outside/c) -"Hk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor, /area/bigredv2/outside/dorms) -"Hn" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/obj/structure/pipes/standard/simple/hidden/green, +"Bv" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"HC" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/blood/gibs/limb, +"Bw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Bedroom" + }, /turf/open/floor{ - icon_state = "grimy" + icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"HE" = ( -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." - }, +"BS" = ( +/obj/item/trash/cheesie, /turf/open/mars{ - icon_state = "mars_dirt_5" + icon_state = "mars_dirt_6" }, /area/bigredv2/outside/c) -"HR" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 +"Cn" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin8" +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 }, -/area/bigredv2/outside/dorms) -"HU" = ( -/obj/item/trash/semki, -/obj/effect/landmark/survivor_spawner/upp/soldier, /turf/open/shuttle/dropship{ - icon_state = "rasputin3" + icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"Ig" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, +"CA" = ( +/obj/item/stack/barbed_wire/small_stack, /turf/open/floor/plating{ icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"Ih" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Bar" - }, -/turf/open/floor{ - icon_state = "delivery" +"CN" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/mars{ + icon_state = "mars_dirt_6" }, -/area/bigredv2/outside/bar) -"Iq" = ( +/area/bigredv2/outside/c) +"De" = ( +/obj/effect/decal/cleanable/blood, /obj/item/prop/almayer/flight_recorder{ - pixel_x = 15; - pixel_y = 11 + pixel_x = 9 }, -/obj/effect/decal/cleanable/blood, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"II" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice10"; - pixel_x = -2; - pixel_y = -8 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"IZ" = ( -/obj/structure/barricade/wooden, -/turf/open/mars, -/area/bigredv2/outside/c) -"Je" = ( +"Dk" = ( /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 8; health = 25000 }, -/turf/open/mars, -/area/bigredv2/outside/c) -"Jg" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Ju" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/turf/open/floor/plating, +/turf/open/floor, /area/bigredv2/outside/dorms) -"JD" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"Dm" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 }, -/area/bigredv2/outside/dorms) -"JH" = ( -/obj/effect/decal/cleanable/blood, /turf/open/floor{ - dir = 1; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"JJ" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"JO" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/obj/item/shard{ - icon_state = "medium" +"Ec" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars{ + icon_state = "mars_dirt_6" }, -/turf/open/floor{ - icon_state = "delivery" +/area/bigredv2/outside/c) +"EA" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 }, /area/bigredv2/outside/dorms) -"JQ" = ( +"EL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ - icon_state = "wood" + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"JW" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"Fc" = ( +/obj/structure/bed/bedroll{ + dir = 4 }, -/area/bigredv2/outside/dorms) -"JX" = ( -/obj/item/stack/sandbags/small_stack, +/obj/item/reagent_container/food/drinks/bottle/vodka, /turf/open/mars{ - icon_state = "mars_dirt_5" + icon_state = "mars_dirt_6" }, /area/bigredv2/outside/c) -"Kd" = ( -/obj/item/stack/rods, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 +"Fr" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp2" }, -/turf/open/floor{ - icon_state = "delivery" +/area/bigredv2/outside/dorms) +"Fv" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" }, /area/bigredv2/outside/dorms) -"Ki" = ( -/obj/item/stack/sheet/metal, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +"FH" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" }, -/area/bigredv2/outside/dorms) -"Ks" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 +/area/bigredv2/outside/c) +"Gy" = ( +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"Kw" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp25" +"GZ" = ( +/obj/item/stack/barbed_wire/small_stack, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"Ky" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, +"Hd" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/closed/wall/solaris, /area/bigredv2/outside/dorms) -"KG" = ( -/obj/structure/surface/table, +"Hh" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor{ - icon_state = "wood" + dir = 8; + icon_state = "carpet15-15" }, -/area/bigredv2/outside/dorms) -"KN" = ( +/area/bigredv2/outside/bar) +"HB" = ( /obj/item/stack/rods, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Lj" = ( -/obj/item/ammo_casing/bullet, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, /turf/open/floor/plating{ - icon_state = "platingdmg1" + dir = 8; + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"Lx" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 +"Il" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/mars, +/area/bigredv2/outside/c) +"Is" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Bar Complex"; + name = "\improper Bar Complex Shutters" }, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"IJ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/area/bigredv2/outside/c) -"LA" = ( -/obj/structure/machinery/computer/arcade, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"IM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"LD" = ( -/obj/structure/bed/chair/vehicle{ - pixel_x = -8 - }, -/obj/structure/bed/chair/vehicle{ - pixel_x = 8 +/area/bigredv2/outside/bar) +"IP" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/light/double{ +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; dir = 8; - pixel_y = -5 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" + health = 25000 }, +/turf/open/floor, /area/bigredv2/outside/dorms) -"LE" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 +"IY" = ( +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/turf/open/mars{ + icon_state = "mars_dirt_12" }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"LX" = ( -/obj/structure/bed/chair/wood/normal, -/turf/open/floor{ - icon_state = "wood" +/area/bigredv2/outside/c) +"Jb" = ( +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 }, -/area/bigredv2/outside/bar) -"LY" = ( -/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"JB" = ( /obj/item/prop/colony/used_flare, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Ka" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Bar Maintenance" + }, /turf/open/floor{ - icon_state = "wood" + icon_state = "delivery" }, /area/bigredv2/outside/bar) -"LZ" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp3" - }, -/area/bigredv2/outside/dorms) -"Mf" = ( +"Kh" = ( /obj/item/shard{ icon_state = "medium" }, /turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" + icon_state = "platingdmg1" }, /area/bigredv2/outside/dorms) -"Mj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +"Kx" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor{ + icon_state = "wood" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Mp" = ( +"KM" = ( +/obj/item/trash/cheesie, +/obj/item/trash/pistachios, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ - icon_state = "asteroidwarning" + icon_state = "wood" }, -/area/bigredv2/outside/c) -"Mv" = ( +/area/bigredv2/outside/bar) +"Lk" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"MP" = ( -/turf/closed/shuttle/ert{ - icon_state = "rightengine_2"; - opacity = 0 +"Ls" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, -/area/bigredv2/outside/dorms) -"MQ" = ( +/area/bigredv2/outside/bar) +"Lv" = ( /obj/structure/barricade/sandbags/wired{ - dir = 8 + dir = 4 }, /obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_11" +/turf/open/floor/plating{ + icon_state = "platingdmg1" }, -/area/bigredv2/outside/c) -"MV" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars{ - icon_state = "mars_dirt_6" +/area/bigredv2/outside/bar) +"Ly" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/area/bigredv2/outside/c) -"Nc" = ( -/obj/structure/surface/table/almayer{ - desc = "A square metal surfad +/turf/open/floor{ + icon_state = "wood" }, -/obj/item/map/big_red_map, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/area/bigredv2/outside/bar) +"LG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"Mr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"MT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "grimy" }, /area/bigredv2/outside/dorms) "Nd" = ( @@ -1793,20 +1774,31 @@ }, /area/bigredv2/outside/bar) "Ne" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 }, -/area/bigredv2/outside/bar) +/turf/open/floor, +/area/bigredv2/outside/dorms) "Ng" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 }, +/obj/item/stack/rods, /turf/open/floor/plating{ icon_state = "platingdmg1" }, /area/bigredv2/outside/bar) +"Nk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "Nu" = ( /obj/structure/barricade/wooden, /turf/open/floor{ @@ -1838,16 +1830,38 @@ }, /area/bigredv2/outside/bar) "NF" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" +/obj/structure/barricade/sandbags/wired, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_6" }, -/area/bigredv2/outside/bar) +/area/bigredv2/outside/c) +"NG" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/gibspawner/human, +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/bigredv2/outside/dorms) "NN" = ( /obj/effect/landmark/hunter_primary, /turf/open/mars, /area/bigredv2/outside/c) +"NO" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) "NR" = ( /obj/structure/bed/stool, /obj/structure/pipes/standard/simple/hidden/green{ @@ -1860,8 +1874,8 @@ "Oc" = ( /obj/item/ashtray/glass, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, /area/bigredv2/outside/bar) "On" = ( @@ -1884,6 +1898,14 @@ icon_state = "rasputin5" }, /area/bigredv2/outside/dorms) +"OB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/bigredv2/outside/dorms) "OH" = ( /obj/structure/girder, /turf/open/floor/plating{ @@ -1893,9 +1915,17 @@ "OM" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor{ - icon_state = "asteroidwarning" + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"OP" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor{ + icon_state = "wood" }, -/area/bigredv2/outside/c) +/area/bigredv2/outside/dorms) "OT" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -1937,7 +1967,18 @@ }, /area/bigredv2/outside/c) "Pd" = ( -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Pl" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"Px" = ( +/obj/structure/machinery/light, /turf/open/floor{ icon_state = "wood" }, @@ -1978,6 +2019,11 @@ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"QJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/floor, +/area/bigredv2/outside/dorms) "QM" = ( /obj/structure/machinery/light{ dir = 4 @@ -1997,9 +2043,8 @@ dir = 1; pixel_y = 7 }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/dorms) "QZ" = ( @@ -2014,253 +2059,149 @@ /area/bigredv2/outside/c) "Rd" = ( /obj/structure/surface/table/almayer{ - desc = "A square metal surfad + desc = "A square metal surfad\t},/obj/item/attachable/bayonet/upp,/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"Rf" = (/obj/structure/window/framed/solaris,/obj/structure/machinery/door/poddoor/shutters/almayer{\tdir = 4;\tid = "BarComplex";\tname = "\improperBarComplexShutters"\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"RF" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"RR" = (/turf/closed/shuttle/ert{\ticon_state = "upp21"\t},/area/bigredv2/outside/dorms)"Sw" = (/turf/open/floor/plating{\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Sz" = (/obj/structure/prop/invuln/lattice_prop{\ticon_state = "lattice12";\tpixel_x = -4;\tpixel_y = 24\t},/obj/item/stack/sheet/metal,/turf/open/floor/plating{\ticon_state = "platingdmg1"\t},/area/bigredv2/outside/dorms)"Tb" = (/obj/structure/pipes/standard/manifold/hidden/green,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Tc" = (/obj/structure/barricade/wooden,/obj/structure/pipes/standard/simple/hidden/green{\tdir = 6\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Tf" = (/obj/structure/barricade/sandbags/wired,/turf/open/mars,/area/bigredv2/outside/c)"Tu" = (/obj/item/prop/colony/used_flare,/turf/open/mars{\ticon_state = "mars_dirt_6"\t},/area/bigredv2/outside/c)"Ud" = (/obj/effect/landmark/crap_item,/turf/open/floor/plating,/area/bigredv2/outside/dorms)"Us" = (/obj/item/trash/semki,/turf/open/shuttle/dropship{\ticon_state = "rasputin3"\t},/area/bigredv2/outside/dorms)"Uw" = (/obj/effect/decal/cleanable/dirt,/obj/item/prop/colony/used_flare,/turf/open/floor,/area/bigredv2/outside/dorms)"UO" = (/obj/structure/closet/crate,/obj/structure/machinery/light{\tdir = 4\t},/obj/effect/landmark/objective_landmark/medium,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/dorms)"UR" = (/obj/structure/barricade/sandbags/wired,/turf/open/floor{\tdir = 8;\ticon_state = "asteroidwarning"\t},/area/bigredv2/outside/c)"Vc" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Vl" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor,/area/bigredv2/outside/dorms)"Vo" = (/turf/closed/shuttle/ert{\ticon_state = "upp2"\t},/area/bigredv2/outside/dorms)"Vq" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/crap_item,/turf/open/floor,/area/bigredv2/outside/dorms)"Vy" = (/obj/structure/machinery/camera/autoname{\tdir = 4\t},/obj/structure/pipes/standard/simple/hidden/green,/obj/structure/barricade/wooden{\tdir = 1;\tpixel_y = 7\t},/turf/open/floor,/area/bigredv2/outside/dorms)"VB" = (/obj/structure/machinery/light{\tdir = 8\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"VH" = (/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"VI" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 6\t},/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"VL" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/obj/structure/barricade/wooden{\tdesc = "Thisbarricadeisheavilyreinforced.Nothingshortofblastingitopenseemslikeit'lldothetrick,thatormeltingthebreamssupportingit...";\tdir = 8;\thealth = 25000\t},/turf/open/floor,/area/bigredv2/outside/dorms)"VN" = (/obj/structure/pipes/standard/simple/hidden/green{\tdir = 4\t},/turf/open/floor{\ticon_state = "grimy"\t},/area/bigredv2/outside/dorms)"VV" = (/obj/structure/barricade/sandbags/wired,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Wb" = (/obj/structure/window/framed/solaris,/obj/structure/machinery/door/poddoor/shutters/almayer{\tid = "BarComplex";\tname = "\improperBarComplexShutters"\t},/turf/open/floor/plating,/area/bigredv2/outside/bar)"Wg" = (/obj/structure/barricade/wooden,/obj/structure/pipes/standard/simple/hidden/green{\tdir = 9\t},/turf/open/floor{\ticon_state = "wood"\t},/area/bigredv2/outside/bar)"Wk" = (/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor,/area/bigredv2/outside/dorms)"Wv" = (/obj/structure/bed/chair/vehicle{\tpixel_x = -8\t},/obj/structure/bed/chair/vehicle{\tpixel_x = 8\t},/turf/open/shuttle/dropship{\ticon_state = "rasputin15"\t},/area/bigredv2/outside/dorms)"WP" = (/obj/structure/barricade/wooden{\tdesc = "Thisbarricadeisheavilyreinforced.Nothingshortofblastingitopenseemslikeit'lldothetrick,thatormeltingthebreamssupportingit...";\tdir = 8;\thealth = 25000\t},/turf/open/floor,/area/bigredv2/outside/dorms)"WR" = (/obj/effect/decal/cleanable/dirt,/obj/item/stack/sheet/metal,/turf/open/floor/plating{\tdir = 8;\ticon_state = "platingdmg3"\t},/area/bigredv2/outside/dorms)"Xh" = (/obj/effect/decal/cleanable/blood,/turf/open/mars{\ticon_state = "mars_dirt_5"\t},/area/bigredv2/outside/c)"Xx" = (/obj/structure/machinery/door/airlock/almayer/generic{\tname = "\improperDormitoriesBedroom"\t},/turf/open/floor{\ticon_state = "delivery"\t},/area/bigredv2/outside/dorms)"XA" = (/obj/structure/surface/table/almayer{\tdesc = "Asquaremetalsurfad + }, +/obj/item/ammo_box/rounds/type71{ + bullet_amount = 129 }, -/obj/item/attachable/bayonet/upp, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"Rf" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Bar Complex"; - name = "\improper Bar Complex Shutters" +"Rl" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor{ + icon_state = "wood" }, -/turf/open/floor/plating, /area/bigredv2/outside/bar) -"RF" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"RR" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp21" - }, -/area/bigredv2/outside/dorms) -"Sw" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"RD" = ( +/obj/item/trash/semki, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" }, -/area/bigredv2/outside/dorms) -"Sz" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 +/area/bigredv2/outside/c) +"RF" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 }, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"Tb" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Tc" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, +"Sp" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"Tf" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars, -/area/bigredv2/outside/c) -"Tu" = ( -/obj/item/prop/colony/used_flare, +/area/bigredv2/outside/dorms) +"Sz" = ( +/obj/item/stack/barbed_wire/small_stack, /turf/open/mars{ icon_state = "mars_dirt_6" }, /area/bigredv2/outside/c) -"Ud" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Us" = ( -/obj/item/trash/semki, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"Uw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, +"SC" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor, /area/bigredv2/outside/dorms) -"UO" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor{ - icon_state = "wood" +"SD" = ( +/obj/item/shard{ + icon_state = "medium" }, -/area/bigredv2/outside/dorms) -"UR" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ +/turf/open/floor/plating{ dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"Vc" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor{ - icon_state = "wood" + icon_state = "platingdmg3" }, /area/bigredv2/outside/bar) -"Vl" = ( +"Td" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Vo" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp2" +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"Vq" = ( +"Tl" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor, +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Vy" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +"TP" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, /turf/open/floor, /area/bigredv2/outside/dorms) -"VB" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"VH" = ( -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"VI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor{ - icon_state = "grimy" +"TZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" }, /area/bigredv2/outside/dorms) -"VL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +"Ut" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" }, -/turf/open/floor, /area/bigredv2/outside/dorms) -"VN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "grimy" +"Ux" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"VV" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, +"UJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars, /area/bigredv2/outside/c) -"Wb" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Bar Complex"; - name = "\improper Bar Complex Shutters" +"Vq" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" }, -/turf/open/floor/plating, /area/bigredv2/outside/bar) -"Wg" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"VD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"Wk" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Wv" = ( -/obj/structure/bed/chair/vehicle{ - pixel_x = -8 - }, -/obj/structure/bed/chair/vehicle{ - pixel_x = 8 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"WP" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"WR" = ( +"WV" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Xh" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Xx" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Bedroom" +"Xa" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"Xc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor{ - icon_state = "delivery" + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"XA" = ( -/obj/structure/surface/table/almayer{ - desc = "A square metal surfad - }, -/obj/item/ammo_box/rounds/type71{ - bullet_amount = 129 +"Xj" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/area/bigredv2/outside/bar) +"Xs" = ( +/obj/structure/window_frame/solaris, +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) "XB" = ( /obj/item/stack/sheet/metal, @@ -2278,8 +2219,11 @@ opacity = 0 }, /area/bigredv2/outside/dorms) +"XP" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor, +/area/bigredv2/outside/dorms) "XR" = ( -/obj/item/stack/barbed_wire/small_stack, /obj/structure/machinery/light/double{ dir = 1 }, @@ -2287,6 +2231,16 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"XY" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "Yk" = ( /turf/open/mars{ icon_state = "mars_dirt_6" @@ -2297,6 +2251,12 @@ icon_state = "upp5" }, /area/bigredv2/outside/dorms) +"Yw" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) "Yz" = ( /turf/open/floor/plating{ dir = 8; @@ -2310,6 +2270,10 @@ pixel_x = -4; pixel_y = 24 }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 4; + pixel_y = 6 + }, /turf/open/floor/plating{ icon_state = "platingdmg1" }, @@ -2322,6 +2286,11 @@ icon_state = "delivery" }, /area/bigredv2/outside/dorms) +"YX" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/bar) "Zm" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ @@ -2329,14 +2298,28 @@ }, /turf/open/floor, /area/bigredv2/outside/dorms) +"Zo" = ( +/obj/item/tool/shovel, +/turf/open/mars{ + icon_state = "mars_dirt_6" + }, +/area/bigredv2/outside/c) "Zv" = ( /obj/item/bedsheet/brown{ pixel_y = 13 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"ZG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "ZI" = ( /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor{ @@ -2344,6 +2327,10 @@ icon_state = "carpet13-5" }, /area/bigredv2/outside/bar) +"ZN" = ( +/obj/structure/bed/chair, +/turf/open/floor, +/area/bigredv2/outside/dorms) "ZR" = ( /obj/structure/barricade/sandbags/wired{ dir = 1 @@ -2362,7 +2349,7 @@ eB hZ hZ eB -wz +Xs rP eB eB @@ -2371,12 +2358,12 @@ eB eB eB eB -Mp +jI cS cS cS -CQ -ug +ml +vg aP aP aP @@ -2387,29 +2374,29 @@ aP (2,1,1) = {" eB br -JQ -JQ -JQ -JQ -JQ -JQ -JQ -JQ -Gc -JQ -eB -Wk -Wk -Wk -Wk -Wk +dE +dE +dE +dE +dE +dE +dE +dE +Sp +dE +eB +hM +hM +hM +hM +hM eB QZ -Je cS cS cS -ug +cS +vg aP aP aP @@ -2420,29 +2407,29 @@ aP (3,1,1) = {" eB sZ -JQ -Ep +dE +pZ sZ XB -vz +OP sZ Or -JQ +dE sZ -JQ +dE eB -Vl -Vl -Vl -DO +gH +gH +gH +SC ib eB nT cS -CQ -cS +ml +UJ pr -ug +vg aP aP aP @@ -2452,30 +2439,30 @@ aP "} (4,1,1) = {" eB -JQ -JQ -wl +dE +dE +fV sZ rs -UO +hV sZ br QM ra -JQ +dE eB -Vl -Vl -Vl -Vl +gH +gH +gH +gH qL eB -Mp +jI cS cS -tO cS -ug +cS +vg aP aP aP @@ -2485,7 +2472,7 @@ aP "} (5,1,1) = {" eB -Xx +Bw eB eB eB @@ -2495,20 +2482,20 @@ eB eB eB eB -Xx +Bw eB kz eB eB eB -vB +zW eB OM cS +UJ cS -cS -cS -xZ +Il +vg aP aP aP @@ -2518,30 +2505,30 @@ aP "} (6,1,1) = {" Zm -Hk -Hk -Hk -Hk -Hk -Hk -Vy -dW -uN +uc +uc +uc +uc +uc +xj +gH eK -ue +JB +eK +Dk ZR -tR +QJ pt -EF -Bp -II +jc +jc +iO rE -Mp -yt -CQ +jI +pr +cS NN cS -ug +vg aP aP aP @@ -2550,28 +2537,28 @@ aP aP "} (7,1,1) = {" -ue -ue -Vl -Vl +uc +uc +uc +gH kt -Vl -ue -Fe -CM -Uw +uc +uc +er +XP +dX hj -ue -ZR +ph +Ah +vs pt -pt -ue -Vq +jc +jc qL rE -ua +Dm PX -yt +UJ cS qK Nx @@ -2587,25 +2574,25 @@ eB eB eB eB -vf -Vq -ue -ue +uc +JB +gH +yJ gQ qs gp cG -Lj -Mv -Yz -Ky +cl +Nk +gw +jc af oG -JO +HB Pa aQ PX -MQ +FH aQ ni aP @@ -2618,29 +2605,29 @@ aP (9,1,1) = {" mF sZ -JQ +bv eB -ue -ue -ue -WR -KN +uc +uc +el +Kh +rH gp -LZ -LZ -CT -Dk -JJ -Bw +TZ +TZ +Td +Mr +Ux +jc kq -Sw -Kd -Xh +iO +wH lw +RD hO -FP +lw aQ -ug +xZ aP aP aP @@ -2651,29 +2638,29 @@ aP (10,1,1) = {" mF rs -JQ +ca rt -ue -ue +af +yJ jc jc gp -LZ +TZ mN XH db -Dk -ca -zu -Dk +my +wx +bv +iO jc oL bn -Yk +Sz en cB -cB -ug +IY +qU aP aP aP @@ -2683,30 +2670,30 @@ aP "} (11,1,1) = {" eB -wm -JQ +iO +yJ eB -ue -Dk -xj +rH +yJ +Kh gp -LZ -LZ +TZ +Fr qV -MP -AP -Bw -Dk -Dk +vF +EA +yJ +eH gp ng +ng cG -xd -Tu +NO +Sz Yk Yk -cS -JH +dj +qU aP aP aP @@ -2716,7 +2703,7 @@ aP "} (12,1,1) = {" eB -sZ +Jb jc tC jc @@ -2733,115 +2720,115 @@ ng ng cG Ys -LZ +TZ gu -HE +xP Yk Yk -EX +Zo OY -vI +uG qh -GF +qQ iH -GF -GF +uG +uG "} (13,1,1) = {" eB -RF +os gp ng -Fj +Ut ng -RR -xQ -Dz +rr +NG +hc kn -HU +rg oR -Wv -LD -Wv -Wv -Vo -yn +Cn +ho +Cn +Cn +Fr +uI pA -HE -yI +xP +Yk tl -Ar -Ar -Ar +Yk +Yk +Yk On -Tf +Ec +xJ +Yk cS -CQ cS -Ar "} (14,1,1) = {" mF -CB +wx ah -we -RR -we -RR +RF +rr +ok +rr Ov -Ki -XA +fa +Rd gq -ES -yj +bH +yc iE -Ks +uV bM PJ fI -JW +jc +Yk Yk -Ar -Ar -Ar +Ae Yk +Yw bi bZ -Ar -Ar -Ar Yk Yk +Yk +xJ +Yk "} (15,1,1) = {" mF -Mf +ca ah -Iq +De nD nK PJ oX -Rd -Nc +xf +dW tL qg fw -Us -iE +qo +qC ow PJ -FL -Ig -Ar -Xh -Ar -Ar -Ar +CA +GZ +BS +fv +Yk +Yk +Yk On -MV -Ar -At +Ec +xJ +CN Yk Yk jr @@ -2849,44 +2836,44 @@ jr (16,1,1) = {" eB eh -Kw +Fv Ys Ys Ys -RR +rr pJ qB -Dx +Bc id -HR -Wv +se +Cn rq -Wv -Wv -Vo -Eu -JD -JX +Cn +Cn +Fr +zm +qy +gG +Zo +Yk +fv Yk -Ar -Ar -Ar dU -MV -Ar -wh -Ar -At -Ar +NF +Yk +Yk +Yk +Yk +Yk "} (17,1,1) = {" mF -JQ -JQ -CB +yJ +af +yJ eh -Dp -Kw +cH +Fv Ys Ys Ys @@ -2896,21 +2883,21 @@ Ys Ys Ys Ys -LZ +TZ ng cG -Cb -wc -Ar +Fc +tl +Yk bi -Tu -EL -EL -VV +bi +Yk +Ai +Ec he Yk -cS -IZ +Il +Yk "} (18,1,1) = {" mF @@ -2918,29 +2905,29 @@ rs Zv gM qX -jc +Gy ca -Kw -cG +Fv cG +Fr mN XH db -Dk +bv OH -ca -Kw +Fv Ys -LZ +Ys +TZ XR -AI -Lx -AR -Ar -Fm +gG +ix +ix +Yk +Ae Qd -UR -BR +tx +qT qT dk Nu @@ -2948,205 +2935,205 @@ Nu (19,1,1) = {" eB rs -JQ +iO eB -ue +yJ PO PB -zv -Kw +yJ +Fv cG qV -MP -AP -zu -zu -Dk +vF +EA ca +rH +jc +ZG jc YD jL OT -Bf -Fk +Ls +Ls +Lv Ng -Ng -LE -Rf eV -Rf +Is +eV +Is eV eV "} (20,1,1) = {" eB sZ -JQ +iO eB -gU +jC PO PO Nw -xj -Kw +cH +Fv cG cG -Dk -af -iO -iO iO +WV +gw +Tl +rH ta -EN -CA -QU +Lk +cd +hk gm -Cn -VH +SD +uM kJ -Vc -VH -VB -VH -VH +YX +uM +yx +uM +YX eV "} (21,1,1) = {" eB -KG -JQ +iO +iO eB -ue +uc PO -HC cO -CB -Cp -Kw -LZ +dv +rH +rH +Fv +TZ af -zN -Ud +dN +jj sM -Dk jc -Sz -QU -QU +jc +XY +LG +LG ZI -VH +pj az pY -pY -wp +km +YX Oc -VH -VH -Wb +YX +Xa +uM "} (22,1,1) = {" mF br -JQ +dE rt -ue +gH PO -VN cO dv +Xc cO nU eB QX -Dk -JQ -qy -dE +yJ +iO +Yz +iO is -Ju -Ne +Hd QU -NF -VH -Cn -VH -vm +yl +gm +pj +Al +Bv +IM dL -VH -LY -VH +xX +Pd +Pd eV "} (23,1,1) = {" mF sZ -JQ +dE eB sp -VI -Af -cO -cO -PO +OB +MT +Aw +EL +hy qL hR -vr +QX +rW +rW rW -yp -yp -yp -yp -Ge +rW +rW +lU QU qA bI -VH -VH -VH +Pd +rl +Bv dJ dL -VH -VH +Pd +Pd ip -Wb +lq "} (24,1,1) = {" eB eB eB eB -ue +uc qL -ue -ue -yY -ue +uc +uc +TP +uc qL eB -xK -LA -LA -LA -LA -LA +Kx +yD +yD +yD +yD +yD aL -Eg -CA +Hh +QU gm -VH -Du -VH -oj +Pd +Pd +Pd +Pd dL -VH -VH -VH +Bv +oj +Pd eV "} (25,1,1) = {" -DJ -Bs -vt +ZN +Ne +qE eB eB YP @@ -3158,34 +3145,34 @@ iX eB eB eB -eB +ub eB eB eB eB OU -OU +Xj gW Pd -Jg -VH -VH +Vq +oj +Pd dL -uC -VH -CO +KM +Pd +Px eV "} (26,1,1) = {" -DJ -wv -vt +ZN +xh +qE eB -ue -VL -WP -wQ -wv +uc +IP +Dk +kK +xh eB dt iO @@ -3193,86 +3180,86 @@ iO nk eV td -VH -VH -VH -VH -VH -VH +Pd +Pd +Pd +Pd +Pd +Pd NA -VH -oj -Vc +Pd +Pd +xX dL -VH +Pd kf -ip -Ih +Pd +lN "} (27,1,1) = {" -ue -ue -ue -ue -ue +uc +uc +uc +uc +uc qL -ue -ue -vt +uc +uc +qE eB -Mj -wT -xq +IJ +Pl hb -AD -Cf +hb +Ka +VD ln pY pY pY -Hn -pY -pY +gk +AQ pY pY +yj pY -Tb -VH -VH -Tc -Ez +sf +Pd +Pd +ag +zF "} (28,1,1) = {" -ue -ue -ue +uc +uc +uc ao -ue +uc qL -ue -ue -vt +uc +uc +qE eB oW -ww +pS nk nk eV dL -VH -VH -vm -VH -VH -VH -VH -VH -vm -VH +Pd +Pd +Vq +Pd +Pd +Bv +Pd +oj +Vq +Pd mQ -ln -Cf -Wg +wz +VD +Ly eV "} (29,1,1) = {" @@ -3282,20 +3269,20 @@ eB eB gU qL -ue +uc rA -wv +xh eB nk -ww +pS nk nk eV dL -LX +Rl mI -oj -LX +Pd +Pd mI et Nd @@ -3303,8 +3290,8 @@ Nd Nd Nd NR -VH +Pd dL -VH +Pd eV "} From e3cb4886b9b8900ef053333c8e6cb1c52afa908a Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 14:34:15 +0800 Subject: [PATCH 04/37] FixStuffAgain --- code/modules/clothing/under/marine_uniform.dm | 33 + code/modules/gear_presets/survivors.dm | 12 +- .../standalone/crashlanding-upp-dorms.dmm | 4599 ++++++++--------- 3 files changed, 2055 insertions(+), 2589 deletions(-) diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 3b314e0812f7..014e93f847d5 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -530,6 +530,17 @@ suit_restricted = list(/obj/item/clothing/suit/storage/marine/faction/UPP, /obj/item/clothing/suit/gimmick/jason, /obj/item/clothing/suit/storage/snow_suit/soviet, /obj/item/clothing/suit/storage/snow_suit/survivor, /obj/item/clothing/suit/storage/webbing) flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE +/obj/item/clothing/under/marine/veteran/UPP/survivor + +/obj/item/clothing/under/marine/veteran/UPP/survivor/Initialize(mapload) + . = ..() + var/R = rand(1,4) + switch(R) + if(1 , 2) + roll_suit_sleeves(TRUE) + if(3 , 4) + roll_suit_jacket(TRUE) + /obj/item/clothing/under/marine/veteran/UPP/medic name = "\improper UPP medic fatigues" desc = "A set of medic UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." @@ -537,6 +548,17 @@ worn_state = "upp_uniform_medic" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE +/obj/item/clothing/under/marine/veteran/UPP/medic/survivor + +/obj/item/clothing/under/marine/veteran/UPP/medic/survivor/Initialize(mapload) + . = ..() + var/R = rand(1,4) + switch(R) + if(1 , 2) + roll_suit_sleeves(TRUE) + if(3 , 4) + roll_suit_jacket(TRUE) + /obj/item/clothing/under/marine/veteran/UPP/engi name = "\improper UPP engineer fatigues" desc = "A set of Engineer UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." @@ -544,6 +566,17 @@ worn_state = "upp_uniform_engi" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE +/obj/item/clothing/under/marine/veteran/UPP/engi/survivor + +/obj/item/clothing/under/marine/veteran/UPP/engi/survivor/Initialize(mapload) + . = ..() + var/R = rand(1,4) + switch(R) + if(1 , 2) + roll_suit_sleeves(TRUE) + if(3 , 4) + roll_suit_jacket(TRUE) + /obj/item/clothing/under/marine/veteran/UPP/mp name = "\improper UPP Military Police fatigues" desc = "A set of Military Police UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 8c58be9fd17e..8913091cc6eb 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1428,7 +1428,7 @@ ) /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE) @@ -1471,12 +1471,12 @@ var/i = rand(1,4) switch(i) if (1 , 2 , 3) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) if (4) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) @@ -1501,7 +1501,7 @@ skills = /datum/skills/upp/combat_engineer /datum/equipment_preset/survivor/upp/sapper/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) @@ -1518,7 +1518,7 @@ skills = /datum/skills/upp/combat_medic /datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new/obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/medic/upp(new_human), WEAR_BACK) @@ -1539,7 +1539,7 @@ /datum/equipment_preset/survivor/upp/specialist/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy(new_human), WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/heavy (new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer(new_human), WEAR_L_HAND) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 2224ec517c30..d4ab0227719d 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -1,789 +1,528 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"af" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"ah" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp27" - }, -/area/bigredv2/outside/dorms) -"ao" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"az" = ( -/obj/structure/pipes/vents/pump, -/obj/item/trash/cheesie, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"aL" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = 11; - pixel_y = 24 - }, +"aw" = ( /turf/closed/wall/solaris, -/area/bigredv2/outside/dorms) -"aP" = ( -/turf/template_noop, -/area/template_noop) +/area/bigredv2/outside/bar) "aQ" = ( -/obj/item/ammo_casing/bullet, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"bi" = ( -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"bn" = ( -/obj/item/stack/sandbags/small_stack, -/turf/open/mars{ - icon_state = "mars_dirt_6" +/obj/structure/barricade/sandbags/wired{ + dir = 8 }, -/area/bigredv2/outside/c) -"br" = ( -/obj/structure/closet/crate, -/obj/effect/landmark/objective_landmark/close, /turf/open/floor{ - icon_state = "wood" + dir = 1; + icon_state = "asteroidwarning" }, -/area/bigredv2/outside/dorms) -"bI" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" +/area/bigredv2/outside/c) +"aU" = ( +/obj/structure/machinery/light{ + dir = 1 }, +/turf/open/floor/plating, /area/bigredv2/outside/bar) -"bM" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"bZ" = ( -/obj/structure/barricade/sandbags/wired, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, +"bl" = ( +/turf/open/mars, /area/bigredv2/outside/c) -"ca" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"cB" = ( -/turf/open/mars{ - icon_state = "mars_dirt_12" +"bz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/area/bigredv2/outside/c) -"cG" = ( /turf/closed/shuttle/ert{ - icon_state = "upp1" + icon_state = "upp5" }, /area/bigredv2/outside/dorms) -"cO" = ( -/obj/effect/decal/cleanable/dirt, +"bE" = ( /turf/open/floor{ - icon_state = "grimy" + icon_state = "dark" }, +/area/bigredv2/outside/admin_building) +"bJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor, /area/bigredv2/outside/dorms) -"cS" = ( -/turf/open/mars, -/area/bigredv2/outside/c) -"db" = ( -/turf/closed/shuttle/ert{ - icon_state = "leftengine_1"; - opacity = 0 +"cd" = ( +/obj/item/ammo_magazine/rifle/type71/heap, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) -"dk" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +"ct" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"cw" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, /turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" + icon_state = "wood" }, -/area/bigredv2/outside/c) -"dt" = ( +/area/bigredv2/outside/bar) +"cB" = ( +/obj/structure/surface/table/woodentable, +/obj/item/toy/beach_ball, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"di" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"dv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, +"dj" = ( /turf/open/floor{ - icon_state = "grimy" + dir = 1; + icon_state = "darkred2" }, -/area/bigredv2/outside/dorms) -"dE" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor{ - icon_state = "wood" +/area/bigredv2/outside/admin_building) +"dM" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/area/bigredv2/outside/dorms) -"dJ" = ( -/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"dL" = ( +"dY" = ( /obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"eo" = ( +/obj/structure/bed/chair/wood/normal{ dir = 4 }, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"dU" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"dW" = ( +"ey" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"eh" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"en" = ( -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/mars{ - icon_state = "mars_dirt_12" - }, -/area/bigredv2/outside/c) -"et" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, +/obj/effect/landmark/crap_item, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"eB" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/dorms) -"eK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"eV" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/bar) -"fw" = ( -/obj/item/storage/belt/utility, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"fI" = ( -/obj/item/trash/semki, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"gm" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" +"eD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, -/area/bigredv2/outside/bar) -"gp" = ( +/obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "upp20" }, /area/bigredv2/outside/dorms) -"gq" = ( -/obj/structure/bed/chair/vehicle{ - pixel_x = 8 +"eM" = ( +/obj/structure/machinery/door_control{ + id = "Operations"; + name = "Storm Shutters"; + pixel_y = -32 + }, +/turf/open/floor{ + icon_state = "darkred2" }, +/area/bigredv2/outside/admin_building) +"eX" = ( /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"gu" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." +"fg" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor{ + dir = 8; + icon_state = "carpet13-5" }, -/turf/open/mars{ - icon_state = "mars_dirt_5" +/area/bigredv2/outside/bar) +"fi" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Bar" }, -/area/bigredv2/outside/c) -"gM" = ( /turf/open/floor{ icon_state = "delivery" }, -/area/bigredv2/outside/dorms) -"gQ" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 4; - health = 25000 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"gU" = ( +/area/bigredv2/outside/bar) +"fu" = ( /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"gW" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, /turf/open/floor{ dir = 8; - icon_state = "carpet9-4" + icon_state = "carpet15-15" }, /area/bigredv2/outside/bar) -"hb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"he" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/mars{ - icon_state = "mars_dirt_5" +"fw" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"hj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"fC" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor, /area/bigredv2/outside/dorms) -"hO" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"hR" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Recreation" +"fD" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, /turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"hZ" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Dormitories"; - name = "\improper Dormitories Shutters" + icon_state = "wood" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"ib" = ( +"fJ" = ( +/obj/structure/bed/chair/wood/normal, /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"id" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"ip" = ( -/obj/structure/barricade/wooden, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"is" = ( -/obj/structure/machinery/door_control{ - id = "Dormitories"; - name = "Storm Shutters"; - pixel_y = -32 +"fN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "upp20" }, +/area/bigredv2/outside/dorms) +"gx" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) -"iE" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"iH" = ( -/obj/effect/spawner/gibspawner/xeno, +"gA" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/pipes/vents/pump, +/obj/item/trash/cheesie, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"gF" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5" }, -/area/bigredv2/outside/c) -"iO" = ( -/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"iX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"gG" = ( +/obj/structure/machinery/camera/autoname{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Bar Maintenance" - }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"hb" = ( +/obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor{ - icon_state = "delivery" + icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"jc" = ( -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +/area/bigredv2/outside/admin_building) +"hy" = ( +/obj/structure/machinery/light{ + dir = 1 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"jr" = ( -/obj/item/prop/colony/used_flare, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"jL" = ( -/obj/structure/barricade/sandbags/wired{ +"hz" = ( +/obj/structure/machinery/light{ dir = 4 }, -/obj/structure/barricade/sandbags/wired{ - dir = 1 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg2" - }, -/area/bigredv2/outside/bar) -"kf" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"kn" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 +/area/bigredv2/outside/dorms) +"hG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/effect/landmark/survivor_spawner/upp_medic, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" +/turf/closed/shuttle/ert{ + icon_state = "upp4" }, /area/bigredv2/outside/dorms) -"kq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"hV" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/bigredv2/outside/dorms) -"kt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/plate, /turf/open/floor, /area/bigredv2/outside/dorms) -"kz" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Storage" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"kJ" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"ln" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"lw" = ( -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"md" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Dormitories" - }, -/turf/open/floor{ - icon_state = "delivery" +"hY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "upp1" }, /area/bigredv2/outside/dorms) -"mF" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Dormitories"; - name = "\improper Dormitories Shutters" - }, +"hZ" = ( +/obj/item/ammo_magazine/rifle/type71/heap, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"mI" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"mN" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp_leftengine" +"ii" = ( +/turf/open/mars{ + icon_state = "mars_dirt_8" }, +/area/bigredv2/outside/c) +"iU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor, /area/bigredv2/outside/dorms) -"mQ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"ng" = ( +"iV" = ( +/obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "upp4" }, /area/bigredv2/outside/dorms) -"ni" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" +"iY" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Operations"; + name = "\improper Operations Shutters" }, -/area/bigredv2/outside/c) -"nk" = ( /turf/open/floor/plating, -/area/bigredv2/outside/bar) -"nD" = ( -/obj/item/prop/almayer/comp_open{ - pixel_x = 11; - pixel_y = 8 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, +/area/bigredv2/outside/admin_building) +"iZ" = ( +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"jH" = ( +/obj/structure/closet/athletic_mixed, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"nK" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +"jZ" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/gibspawner/human, -/obj/item/prop/almayer/comp_closed, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"kd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/obj/effect/landmark/nightmare{ + insert_tag = "dorms" }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"nT" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - icon_state = "asteroidwarning" +"ke" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/bigredv2/outside/c) -"nU" = ( -/obj/structure/machinery/light, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"kg" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/area/bigredv2/outside/dorms) -"oj" = ( -/obj/item/stack/sheet/wood, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"ki" = ( +/obj/structure/barricade/wooden, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"ow" = ( -/obj/item/tool/wrench, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"oG" = ( +"kr" = ( +/obj/structure/barricade/wooden, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"oL" = ( -/obj/structure/girder, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"oR" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 + dir = 6 }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin4" +/turf/open/floor{ + icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"oW" = ( +/area/bigredv2/outside/bar) +"lf" = ( +/obj/structure/closet/crate, /obj/structure/machinery/light{ - dir = 1 + dir = 4 }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"oX" = ( -/obj/item/trash/used_stasis_bag, -/obj/effect/landmark/survivor_spawner/upp_specialist, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/dorms) -"pr" = ( -/obj/item/prop/colony/used_flare, -/turf/open/mars, -/area/bigredv2/outside/c) -"pt" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"pA" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"lF" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/dorms) -"pJ" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, -/obj/item/reagent_container/food/drinks/bottle/vodka, -/turf/open/shuttle/dropship{ - icon_state = "rasputin7" +"lJ" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27" }, /area/bigredv2/outside/dorms) -"pY" = ( +"lL" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"qg" = ( -/obj/structure/bed/bedroll{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" +"lM" = ( +/turf/open/floor{ + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"qh" = ( -/obj/structure/barricade/sandbags/wired, -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" +"lP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "upp5" }, -/area/bigredv2/outside/c) -"qs" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"qy" = ( -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"lZ" = ( +/obj/structure/bed/chair/wood/normal, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"qA" = ( -/obj/effect/decal/cleanable/blood, +/area/bigredv2/outside/bar) +"ma" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" + icon_state = "wood" }, /area/bigredv2/outside/bar) -"qB" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +"mk" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "grimy" }, -/obj/structure/bed/bedroll{ - dir = 4 +/area/bigredv2/outside/dorms) +"mq" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" }, -/obj/effect/landmark/survivor_spawner/upp_sapper, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" +/turf/closed/shuttle/ert{ + icon_state = "upp4" }, /area/bigredv2/outside/dorms) -"qK" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 +"mx" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Recreation" }, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_13" +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"mz" = ( +/obj/item/ammo_magazine/rifle/type71/heap, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"qL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"mZ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Dormitories" }, /turf/open/floor, /area/bigredv2/outside/dorms) -"qT" = ( +"nk" = ( /turf/open/floor{ dir = 8; - icon_state = "asteroidwarning" + icon_state = "darkred2" }, -/area/bigredv2/outside/c) -"qV" = ( +/area/bigredv2/outside/admin_building) +"nC" = ( /turf/closed/shuttle/ert{ - icon_state = "upp_rightengine" + icon_state = "upp21" }, /area/bigredv2/outside/dorms) -"qX" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"ra" = ( -/obj/item/stack/sheet/metal, +"nE" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"rq" = ( -/obj/structure/bed/chair/vehicle{ - pixel_x = -8 - }, -/obj/structure/bed/chair/vehicle{ - pixel_x = 8 +/area/bigredv2/outside/bar) +"nH" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" }, -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 +/area/bigredv2/outside/bar) +"nO" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"nX" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/mars{ + icon_state = "mars_dirt_12" }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/area/bigredv2/outside/c) +"oe" = ( +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"of" = ( +/obj/structure/window_frame/solaris, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"om" = ( +/obj/structure/machinery/light{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, /area/bigredv2/outside/dorms) -"rs" = ( -/obj/structure/closet/crate, +"oI" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/glass, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, +/area/bigredv2/outside/bar) +"oL" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"rt" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Dormitories Bedroom" - }, +"oM" = ( /turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"rA" = ( -/obj/structure/bed/chair{ - dir = 8 + dir = 8; + icon_state = "carpet13-5" }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"rE" = ( +/area/bigredv2/outside/bar) +"oO" = ( /obj/structure/window/framed/solaris, /obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; id = "Dormitories"; name = "\improper Dormitories Shutters" }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"rP" = ( -/obj/structure/window_frame/solaris, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"rW" = ( -/obj/structure/bed/stool, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"oQ" = ( +/obj/structure/machinery/computer/arcade, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) -"sp" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - pixel_y = 21 +"pc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "upp25" }, -/turf/open/floor, /area/bigredv2/outside/dorms) -"sM" = ( -/obj/item/shard{ - icon_state = "medium" +"pn" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "upp_leftengine" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"sZ" = ( +"px" = ( /obj/item/bedsheet/brown, /obj/item/bedsheet/brown{ pixel_y = 13 @@ -792,401 +531,310 @@ /obj/structure/bed{ pixel_y = 13 }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"pG" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "upp1" + }, +/area/bigredv2/outside/dorms) +"pK" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Storage" + }, /turf/open/floor{ - icon_state = "wood" + icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"ta" = ( -/obj/item/device/radio, +"pU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "delivery" + }, +/area/bigredv2/outside/dorms) +"qe" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"qh" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"qs" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"td" = ( +"qx" = ( +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"qD" = ( +/obj/structure/surface/table, /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"tl" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"tC" = ( -/obj/structure/girder, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/area/bigredv2/outside/dorms) +"ro" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp1" }, /area/bigredv2/outside/dorms) -"tL" = ( -/obj/structure/surface/table/almayer{ - desc = "A square metal surfad +"rp" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 +/area/bigredv2/outside/dorms) +"rq" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"tO" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/mars, -/area/bigredv2/outside/c) -"tR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/obj/item/ammo_casing/bullet, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"ua" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 +"rM" = ( +/obj/structure/window/framed/solaris/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Operations"; + name = "\improper Operations Shutters" }, -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - icon_state = "asteroidwarning" +/turf/open/floor/plating, +/area/bigredv2/outside/admin_building) +"rP" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"rW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/bigredv2/outside/c) -"ue" = ( -/turf/open/floor, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"ug" = ( +"ss" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, /turf/open/floor{ - dir = 1; + dir = 8; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"uC" = ( -/obj/item/trash/cheesie, -/obj/item/trash/pistachios, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" +"tf" = ( +/turf/open/mars{ + icon_state = "mars_dirt_9" }, -/area/bigredv2/outside/bar) -"uN" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"vf" = ( -/obj/structure/machinery/light{ - dir = 1 +/area/bigredv2/outside/c) +"ty" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + pixel_y = 21 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/dorms) -"vm" = ( -/obj/effect/decal/cleanable/blood, +"tO" = ( +/obj/structure/bed, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"vr" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +/area/bigredv2/outside/admin_building) +"tT" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 }, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"vt" = ( -/obj/structure/bed/chair{ +/area/bigredv2/outside/bar) +"tU" = ( +/obj/structure/bed/chair/wood/normal{ dir = 1 }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"vz" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"vB" = ( +/area/bigredv2/outside/bar) +"tY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Storage" - }, -/turf/open/floor{ - icon_state = "delivery" +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 }, -/area/bigredv2/outside/dorms) -"vI" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"ui" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 }, /turf/open/floor{ - dir = 4; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"wc" = ( -/obj/item/reagent_container/food/drinks/bottle/vodka, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"we" = ( -/obj/structure/machinery/computer/cameras{ - desc = "The flight controls for a UD6 Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; - name = "\improper 'Tornado' flight controls"; - network = null; - pixel_y = 21 - }, -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood, +"uk" = ( +/obj/effect/landmark/survivor_spawner/upp/soldier, /turf/open/shuttle/dropship{ - icon_state = "rasputin15" + icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) -"wh" = ( -/obj/effect/spawner/gibspawner/xeno, +"uq" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, /turf/open/mars{ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) -"wl" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light{ - dir = 4 - }, +"ux" = ( /turf/open/floor{ - icon_state = "wood" + dir = 5; + icon_state = "asteroidwarning" }, -/area/bigredv2/outside/dorms) -"wm" = ( -/obj/structure/surface/table, -/obj/item/ammo_magazine/shotgun/buckshot, +/area/bigredv2/outside/c) +"vk" = ( /obj/structure/machinery/light{ dir = 1 }, +/obj/structure/machinery/vending/cola, /turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"wp" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 1; + icon_state = "darkred2" }, -/obj/item/stack/sheet/wood, +/area/bigredv2/outside/admin_building) +"vm" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/binoculars, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"wv" = ( -/obj/structure/surface/table, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"ww" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"wz" = ( -/obj/structure/window_frame/solaris, -/obj/effect/decal/cleanable/blood{ - dir = 4; - icon_state = "gib6" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"wQ" = ( -/obj/structure/bed/chair{ - dir = 4 +/area/bigredv2/outside/admin_building) +"wg" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 }, /turf/open/floor, -/area/bigredv2/outside/dorms) -"wT" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/area/bigredv2/outside/general_offices) +"wk" = ( +/obj/structure/closet/crate, +/turf/open/floor{ + icon_state = "wood" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"xd" = ( +"wo" = ( /obj/structure/machinery/light/double{ dir = 1 }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." - }, /turf/open/mars{ - icon_state = "mars_dirt_6" + icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) -"xj" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"xq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"xK" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light{ +"wv" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"xQ" = ( -/obj/structure/sign/poster/clf{ - pixel_y = 28 - }, -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/blood, -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship{ - icon_state = "rasputin6" +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"wA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"xZ" = ( -/obj/effect/decal/cleanable/blood/xeno, +"wF" = ( /turf/open/floor{ - dir = 1; + dir = 4; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"yj" = ( -/obj/item/reagent_container/food/drinks/bottle/vodka, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"yn" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"yp" = ( -/obj/structure/bed/stool, +"wM" = ( +/obj/structure/machinery/light, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"yt" = ( -/turf/open/mars{ - icon_state = "mars_dirt_8" - }, -/area/bigredv2/outside/c) -"yI" = ( -/obj/item/trash/semki, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"yY" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 +/area/bigredv2/outside/bar) +"xk" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Bar Complex"; + name = "\improper Bar Complex Shutters" }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"xl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/pistachios, /turf/open/floor, /area/bigredv2/outside/dorms) -"zu" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"xP" = ( +/obj/structure/machinery/light/double, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" }, -/area/bigredv2/outside/dorms) -"zv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "medium" +/area/bigredv2/outside/c) +"xZ" = ( +/turf/open/floor{ + icon_state = "darkred2" }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"zN" = ( -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/area/bigredv2/outside/admin_building) +"ya" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" }, /area/bigredv2/outside/dorms) -"Af" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"yb" = ( +/obj/structure/surface/table, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor{ - icon_state = "grimy" + icon_state = "wood" }, /area/bigredv2/outside/dorms) -"Ar" = ( -/turf/open/mars{ - icon_state = "mars_dirt_5" +"yi" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 }, -/area/bigredv2/outside/c) -"At" = ( -/obj/effect/decal/cleanable/blood/xeno, /turf/open/mars{ - icon_state = "mars_dirt_6" + icon_state = "mars_dirt_11" }, /area/bigredv2/outside/c) -"AD" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Bar Maintenance" - }, +"yr" = ( /turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/bar) -"AI" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"AP" = ( -/turf/closed/shuttle/ert{ - icon_state = "rightengine_1"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"AR" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 + icon_state = "wood" }, -/turf/open/mars{ - icon_state = "mars_dirt_5" +/area/bigredv2/outside/admin_building) +"yF" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"Bf" = ( -/obj/item/stack/sheet/metal, -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/bar) -"Bp" = ( +"yJ" = ( /obj/structure/machinery/camera/autoname{ dir = 1; pixel_x = -14 @@ -1194,2117 +842,1902 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/dorms) -"Bs" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 8 +"yS" = ( +/obj/structure/surface/table/almayer, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" }, -/turf/open/floor, /area/bigredv2/outside/dorms) -"Bw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"zh" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"BR" = ( -/obj/effect/decal/cleanable/blood/gibs/down, +/area/bigredv2/outside/bar) +"zr" = ( /turf/open/floor{ dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"Cb" = ( -/obj/structure/bed/bedroll{ - dir = 4 + icon_state = "darkredcorners2" }, -/obj/item/reagent_container/food/drinks/bottle/vodka, +/area/bigredv2/outside/admin_building) +"zw" = ( /turf/open/mars{ - icon_state = "mars_dirt_6" + icon_state = "mars_dirt_12" }, /area/bigredv2/outside/c) -"Cf" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +"zL" = ( +/obj/structure/barricade/sandbags/wired{ dir = 8 }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Cn" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - icon_state = "wood" +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" }, -/area/bigredv2/outside/bar) -"Cp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/area/bigredv2/outside/c) +"zM" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Dormitories"; + name = "\improper Dormitories Shutters" }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"CA" = ( -/obj/effect/decal/cleanable/blood/xeno, +"zX" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"CB" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg1" + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"CM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/pistachios, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"CO" = ( +"zZ" = ( /obj/structure/machinery/light, -/obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "wood" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/bigredv2/outside/bar) -"CQ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/mars, -/area/bigredv2/outside/c) -"CT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Dk" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"AJ" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/blood{ + layer = 3; + pixel_x = 24 + }, +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/dorms) -"Dp" = ( -/obj/structure/girder, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +"AY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "upp2" }, /area/bigredv2/outside/dorms) -"Du" = ( -/obj/structure/bed/chair/wood/normal{ +"AZ" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/light{ dir = 4 }, -/obj/item/tool/extinguisher, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"Dx" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/obj/effect/landmark/survivor_spawner/upp_sapper, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, /area/bigredv2/outside/dorms) -"Dz" = ( +"BD" = ( /obj/structure/machinery/light/double{ - dir = 8; + dir = 4; pixel_y = -5 }, -/obj/structure/machinery/iv_drip, -/obj/effect/landmark/survivor_spawner/upp_medic, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) -"DJ" = ( -/obj/structure/bed/chair, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"DO" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Eg" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"Ep" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" +"BJ" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" }, /area/bigredv2/outside/dorms) -"Eu" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"BQ" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" }, /area/bigredv2/outside/dorms) -"Ez" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"Cd" = ( +/obj/structure/surface/table/woodentable, +/obj/item/trash/cheesie, +/obj/item/trash/pistachios, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ - icon_state = "delivery" + icon_state = "wood" }, /area/bigredv2/outside/bar) -"EF" = ( +"CV" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/door_control{ id = "Dormitories"; name = "Storm Shutters"; pixel_x = -32 }, +/obj/item/ammo_magazine/rifle/type71/heap, /turf/open/floor, /area/bigredv2/outside/dorms) -"EL" = ( -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"EN" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/obj/structure/prop/invuln/pipe_water{ - pixel_x = 4; - pixel_y = 6 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +"Di" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" }, /area/bigredv2/outside/dorms) -"ES" = ( -/obj/item/prop/colony/used_flare, -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" +"Dk" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"EX" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Fe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 +"Dq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = 30 }, /turf/open/floor, /area/bigredv2/outside/dorms) -"Fj" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp16" +"Dt" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"Fk" = ( -/obj/item/stack/rods, -/obj/item/ammo_casing/bullet, +"Dv" = ( +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Bar Complex"; + name = "\improper Bar Complex Shutters" + }, /turf/open/floor/plating, /area/bigredv2/outside/bar) -"Fm" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"FL" = ( -/obj/item/device/m56d_gun{ - desc = "The top half of a Type 101 heavy machine gun post. However it ain't much use without the trispod."; - name = "\improper Type 101 heavy machine gun" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"DH" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" }, +/area/bigredv2/outside/bar) +"DI" = ( +/obj/effect/landmark/good_item, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"FP" = ( -/obj/item/stack/barbed_wire/small_stack, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"Gc" = ( -/obj/effect/decal/cleanable/blood, +"EF" = ( +/obj/item/ammo_magazine/rifle/type71/heap, /turf/open/floor{ - icon_state = "wood" + icon_state = "asteroidwarning" }, -/area/bigredv2/outside/dorms) -"Ge" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ +/area/bigredv2/outside/c) +"EX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; - name = "\improper Recreation" - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 + name = "\improper Dormitories" }, /turf/open/floor{ icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"GF" = ( -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" +"Fb" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 }, -/area/bigredv2/outside/c) -"Hk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor, /area/bigredv2/outside/dorms) -"Hn" = ( -/obj/effect/decal/cleanable/blood/gibs/body, +"Fk" = ( /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"HC" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor{ - icon_state = "grimy" - }, +/obj/item/trash/candy, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"HE" = ( -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"HR" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 +"Ft" = ( +/obj/structure/machinery/door_control{ + id = "Dormitories"; + name = "Storm Shutters"; + pixel_y = -32 }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin8" +/obj/structure/machinery/camera/autoname{ + dir = 1 }, -/area/bigredv2/outside/dorms) -"HU" = ( -/obj/item/trash/semki, -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/dorms) -"Ig" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"FI" = ( +/obj/structure/machinery/shower{ + dir = 8 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Ih" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Bar" +"GA" = ( +/turf/open/floor{ + dir = 4; + icon_state = "darkred2" }, +/area/bigredv2/outside/admin_building) +"GI" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ icon_state = "delivery" }, /area/bigredv2/outside/bar) -"Iq" = ( -/obj/item/prop/almayer/flight_recorder{ - pixel_x = 15; - pixel_y = 11 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, +"GL" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"II" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"Hs" = ( +/obj/structure/machinery/light/double{ + dir = 8 }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice10"; - pixel_x = -2; - pixel_y = -8 +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, -/turf/open/floor, /area/bigredv2/outside/dorms) -"IZ" = ( -/obj/structure/barricade/wooden, -/turf/open/mars, -/area/bigredv2/outside/c) -"Je" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/mars, -/area/bigredv2/outside/c) -"Jg" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"HU" = ( +/obj/structure/machinery/vending/coffee, /turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Ju" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 + dir = 1; + icon_state = "darkred2" }, +/area/bigredv2/outside/admin_building) +"HZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/good_item, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"JD" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"Iq" = ( +/obj/structure/surface/table, +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"IP" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 }, /area/bigredv2/outside/dorms) -"JH" = ( -/obj/effect/decal/cleanable/blood, +"IZ" = ( +/obj/structure/barricade/sandbags/wired, /turf/open/floor{ - dir = 1; + dir = 4; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"JJ" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"JO" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 +"Jb" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Bar Maintenance" + }, +/turf/open/floor{ + icon_state = "delivery" }, -/obj/item/shard{ - icon_state = "medium" +/area/bigredv2/outside/bar) +"Jw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Bedroom" }, /turf/open/floor{ icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"JQ" = ( +"Jz" = ( +/obj/structure/bed/chair, +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"JP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, /turf/open/floor{ - icon_state = "wood" + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"JW" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"JR" = ( +/turf/closed/wall/solaris, +/area/bigredv2/outside/general_offices) +"JS" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "\improper Recreation" + }, +/turf/open/floor{ + icon_state = "delivery" }, /area/bigredv2/outside/dorms) "JX" = ( -/obj/item/stack/sandbags/small_stack, -/turf/open/mars{ - icon_state = "mars_dirt_5" +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"JY" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"Kb" = ( +/obj/item/ammo_magazine/rifle/type71/heap, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" }, /area/bigredv2/outside/c) -"Kd" = ( -/obj/item/stack/rods, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 +"Kk" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet9-4" + }, +/area/bigredv2/outside/bar) +"KC" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"KF" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories Bedroom" }, /turf/open/floor{ icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"Ki" = ( -/obj/item/stack/sheet/metal, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +"KG" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 }, +/turf/open/space/basic, /area/bigredv2/outside/dorms) -"Ks" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 +"KO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" +/turf/closed/shuttle/ert{ + icon_state = "upp_rightengine" }, /area/bigredv2/outside/dorms) -"Kw" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp25" +"KP" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/dorms) -"Ky" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, +"KX" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/radio, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"KG" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 1 +"KY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, /turf/open/floor{ - icon_state = "wood" + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"KN" = ( -/obj/item/stack/rods, +"Lk" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Lj" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"Ln" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/closed/shuttle/ert{ + icon_state = "upp5" }, /area/bigredv2/outside/dorms) -"Lx" = ( +"Lv" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 }, -/obj/item/ammo_casing/bullet, /turf/open/mars{ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) -"LA" = ( -/obj/structure/machinery/computer/arcade, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"LD" = ( -/obj/structure/bed/chair/vehicle{ - pixel_x = -8 +"Lz" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1; + name = "\improper Operations EVA" }, -/obj/structure/bed/chair/vehicle{ - pixel_x = 8 +/obj/effect/landmark/nightmare{ + insert_tag = "uppcrash" }, -/obj/structure/machinery/light/double{ - dir = 8; - pixel_y = -5 +/turf/open/floor{ + icon_state = "delivery" }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/area/bigredv2/outside/admin_building) +"LU" = ( +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/dorms) -"LE" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"LX" = ( -/obj/structure/bed/chair/wood/normal, +"Mc" = ( +/obj/structure/coatrack, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"LY" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/item/prop/colony/used_flare, +/area/bigredv2/outside/admin_building) +"Mt" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"LZ" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp3" +"My" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor{ + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"Mf" = ( -/obj/item/shard{ - icon_state = "medium" +"MK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "upp3" }, /area/bigredv2/outside/dorms) -"Mj" = ( +"NM" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 5 }, -/turf/open/floor/plating, +/turf/open/floor, /area/bigredv2/outside/dorms) -"Mp" = ( -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"Mv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating, +"NW" = ( +/turf/closed/wall/solaris, /area/bigredv2/outside/dorms) -"MP" = ( +"Op" = ( /turf/closed/shuttle/ert{ - icon_state = "rightengine_2"; + icon_state = "leftengine_1"; opacity = 0 }, /area/bigredv2/outside/dorms) -"MQ" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_11" - }, -/area/bigredv2/outside/c) -"MV" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"Nc" = ( -/obj/structure/surface/table/almayer{ - desc = "A square metal surfad - }, -/obj/item/map/big_red_map, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"Nd" = ( -/obj/structure/bed/stool, +"Oz" = ( +/obj/structure/bed/chair/wood/normal, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"Ne" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"Ng" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"OR" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/area/bigredv2/outside/bar) -"Nu" = ( -/obj/structure/barricade/wooden, /turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" + icon_state = "wood" }, -/area/bigredv2/outside/c) -"Nw" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +/area/bigredv2/outside/admin_building) +"OU" = ( +/obj/item/ammo_magazine/rifle/type71/heap, +/turf/open/mars{ + icon_state = "mars_dirt_5" }, +/area/bigredv2/outside/c) +"Pi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/plate, +/turf/open/floor, /area/bigredv2/outside/dorms) -"Nx" = ( -/obj/structure/barricade/sandbags/wired{ +"Pj" = ( +/obj/structure/machinery/light/double{ dir = 8 }, -/obj/item/ammo_casing/bullet, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Po" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "crashlanding-eva" + }, +/turf/closed/wall/solaris, +/area/bigredv2/outside/dorms) +"Pq" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" + icon_state = "grimy" }, -/area/bigredv2/outside/c) -"NA" = ( -/obj/item/clothing/head/welding, +/area/bigredv2/outside/dorms) +"Pr" = ( +/obj/structure/surface/table, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"NF" = ( -/obj/item/prop/colony/used_flare, +/area/bigredv2/outside/dorms) +"Py" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Operations Bedroom" + }, /turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" + icon_state = "delivery" + }, +/area/bigredv2/outside/admin_building) +"PC" = ( +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/bigredv2/outside/dorms) +"PL" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" }, -/area/bigredv2/outside/bar) -"NN" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/mars, /area/bigredv2/outside/c) -"NR" = ( -/obj/structure/bed/stool, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"PV" = ( +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 }, -/turf/open/floor{ - icon_state = "wood" +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 }, -/area/bigredv2/outside/bar) -"Oc" = ( -/obj/item/ashtray/glass, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"On" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Or" = ( +/area/bigredv2/outside/dorms) +"PY" = ( /obj/structure/surface/table, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/dorms) -"Ov" = ( -/obj/item/storage/belt/medical/lifesaver/upp, -/obj/effect/landmark/survivor_spawner/squad_leader, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" +"Qf" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 }, -/area/bigredv2/outside/dorms) -"OH" = ( -/obj/structure/girder, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/open/shuttle/dropship{ + icon_state = "rasputin4" }, /area/bigredv2/outside/dorms) -"OM" = ( -/obj/effect/decal/cleanable/blood/xeno, +"Qi" = ( /turf/open/floor{ + dir = 8; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"OT" = ( -/obj/structure/barricade/sandbags/wired{ +"Qk" = ( +/obj/structure/bed/stool, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/bar) -"OU" = ( -/obj/structure/barricade/wooden{ - dir = 4 +"QB" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet11-12" +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"QC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/bigredv2/outside/bar) -"OY" = ( -/obj/item/stack/flag/green{ - desc = "Battle standard of the UPP, flying proudly."; - name = "upp flags"; - singular_name = "upp flag" +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "\improper Bar Maintenance" }, -/turf/open/mars{ - icon_state = "mars_dirt_5" +/turf/open/floor{ + icon_state = "delivery" }, -/area/bigredv2/outside/c) -"Pa" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 +/area/bigredv2/outside/dorms) +"QE" = ( +/obj/structure/machinery/light/double{ + dir = 8 }, /turf/open/floor{ + dir = 4; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"Pd" = ( -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +"QN" = ( +/turf/open/floor, +/area/bigredv2/outside/dorms) +"QU" = ( +/obj/item/stack/sheet/metal, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"PB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/good_item, +/area/bigredv2/outside/dorms) +"QX" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"PJ" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +"RP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/closed/shuttle/ert{ + icon_state = "upp5" }, /area/bigredv2/outside/dorms) -"PO" = ( -/turf/open/floor{ - icon_state = "grimy" +"Sh" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20" }, /area/bigredv2/outside/dorms) -"PX" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/obj/item/ammo_casing/bullet, +"Sk" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"Sl" = ( /turf/open/mars_cave{ icon_state = "mars_dirt_4" }, /area/bigredv2/outside/c) -"Qd" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/stack/rods, -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"QM" = ( -/obj/structure/machinery/light{ +"SG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor{ - icon_state = "wood" - }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"QU" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"QX" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +"SK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "upp1" }, /area/bigredv2/outside/dorms) -"QZ" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, +"SL" = ( /turf/open/floor{ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"Rd" = ( -/obj/structure/surface/table/almayer{ - desc = "A square metal surfad +"SM" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/item/attachable/bayonet/upp, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"Ti" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 }, /area/bigredv2/outside/dorms) -"Rf" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Bar Complex"; - name = "\improper Bar Complex Shutters" +"Tm" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/item/tool/extinguisher, +/turf/open/floor{ + icon_state = "wood" }, -/turf/open/floor/plating, /area/bigredv2/outside/bar) -"RF" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"RR" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp21" +"Tv" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 1 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Sw" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"TE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/bigredv2/outside/dorms) -"Sz" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Dormitories Storage" }, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/turf/open/floor{ + icon_state = "delivery" }, /area/bigredv2/outside/dorms) -"Tb" = ( -/obj/structure/pipes/standard/manifold/hidden/green, +"TM" = ( +/obj/item/clothing/head/welding, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"Tc" = ( -/obj/structure/barricade/wooden, +"TP" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 }, /turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Tf" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars, -/area/bigredv2/outside/c) -"Tu" = ( -/obj/item/prop/colony/used_flare, -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"Ud" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Us" = ( -/obj/item/trash/semki, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"Uw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"UO" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light{ - dir = 4 + icon_state = "dark" }, +/area/bigredv2/outside/admin_building) +"TR" = ( /obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"UR" = ( -/obj/structure/barricade/sandbags/wired, +/area/bigredv2/outside/bar) +"TV" = ( /turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" + dir = 5; + icon_state = "darkred2" }, -/area/bigredv2/outside/c) -"Vc" = ( -/obj/effect/decal/cleanable/blood/xeno, +/area/bigredv2/outside/admin_building) +"Up" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor{ - icon_state = "wood" + dir = 8; + icon_state = "carpet15-15" }, /area/bigredv2/outside/bar) -"Vl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Vo" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp2" - }, -/area/bigredv2/outside/dorms) -"Vq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Vy" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"VB" = ( -/obj/structure/machinery/light{ +"Ur" = ( +/obj/structure/bed/chair/wood/normal{ dir = 8 }, /turf/open/floor{ - icon_state = "wood" + dir = 8; + icon_state = "carpet15-15" }, /area/bigredv2/outside/bar) -"VH" = ( +"UG" = ( /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) -"VI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, +"Vk" = ( /turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"VL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 1; + icon_state = "asteroidwarning" }, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +/area/bigredv2/outside/c) +"Vl" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/closed/shuttle/ert{ + icon_state = "upp25" }, +/area/bigredv2/outside/dorms) +"Vr" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor, /area/bigredv2/outside/dorms) -"VN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"Vt" = ( +/obj/structure/surface/table/woodentable{ + flipped = 1 }, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ - icon_state = "grimy" + icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"VV" = ( -/obj/structure/barricade/sandbags/wired, +/area/bigredv2/outside/bar) +"Vw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"VX" = ( /turf/open/mars{ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) -"Wb" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Bar Complex"; - name = "\improper Bar Complex Shutters" +"Wd" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor{ + icon_state = "wood" }, -/turf/open/floor/plating, /area/bigredv2/outside/bar) -"Wg" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"Ww" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"WB" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" }, +/area/bigredv2/outside/admin_building) +"WE" = ( +/obj/structure/bed/stool, /turf/open/floor{ icon_state = "wood" }, -/area/bigredv2/outside/bar) -"Wk" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor, /area/bigredv2/outside/dorms) -"Wv" = ( -/obj/structure/bed/chair/vehicle{ - pixel_x = -8 - }, -/obj/structure/bed/chair/vehicle{ - pixel_x = 8 - }, +"WL" = ( /turf/open/shuttle/dropship{ - icon_state = "rasputin15" + icon_state = "rasputin5" }, /area/bigredv2/outside/dorms) -"WP" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 +"WM" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4" }, -/turf/open/floor, /area/bigredv2/outside/dorms) -"WR" = ( +"WN" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Xh" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/mars{ - icon_state = "mars_dirt_5" +/obj/effect/decal/cleanable/blood{ + layer = 3 }, -/area/bigredv2/outside/c) -"Xx" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Bedroom" +/turf/closed/shuttle/ert{ + icon_state = "upp1" }, -/turf/open/floor{ - icon_state = "delivery" +/area/bigredv2/outside/dorms) +"WO" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" }, /area/bigredv2/outside/dorms) -"XA" = ( -/obj/structure/surface/table/almayer{ - desc = "A square metal surfad +"Xl" = ( +/turf/closed/wall/solaris/reinforced, +/area/bigredv2/outside/admin_building) +"Xs" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/obj/item/ammo_box/rounds/type71{ - bullet_amount = 129 +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"XL" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2 }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"XB" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/blood{ - layer = 3; - pixel_x = 24 +"XM" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor{ - icon_state = "wood" +/turf/open/floor, +/area/bigredv2/outside/general_offices) +"XP" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 }, -/area/bigredv2/outside/dorms) -"XH" = ( +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"XQ" = ( /turf/closed/shuttle/ert{ - icon_state = "leftengine_2"; - opacity = 0 + icon_state = "upp2" }, /area/bigredv2/outside/dorms) -"XR" = ( -/obj/item/stack/barbed_wire/small_stack, -/obj/structure/machinery/light/double{ +"Ye" = ( +/obj/structure/bed/chair/wood/normal{ dir = 1 }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Yk" = ( -/turf/open/mars{ - icon_state = "mars_dirt_6" - }, -/area/bigredv2/outside/c) -"Ys" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp5" +/turf/open/floor{ + icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"Yz" = ( -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg2" +/area/bigredv2/outside/bar) +"Yx" = ( +/turf/closed/wall/solaris, +/area/bigredv2/outside/admin_building) +"YB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor{ + icon_state = "grimy" }, /area/bigredv2/outside/dorms) -"YD" = ( -/obj/structure/girder, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -4; - pixel_y = 24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +"YI" = ( +/obj/structure/surface/table/woodentable, +/obj/item/tool/lighter/zippo, +/turf/open/floor{ + icon_state = "wood" }, -/area/bigredv2/outside/dorms) +/area/bigredv2/outside/admin_building) "YP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor{ - icon_state = "delivery" + icon_state = "wood" }, -/area/bigredv2/outside/dorms) -"Zm" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Dormitories" +/area/bigredv2/outside/bar) +"YT" = ( +/obj/structure/bed/stool, +/turf/open/floor{ + icon_state = "wood" }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Zv" = ( -/obj/item/bedsheet/brown{ - pixel_y = 13 +/area/bigredv2/outside/bar) +"YU" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/mars, +/area/bigredv2/outside/c) +"Zb" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, /turf/open/floor{ icon_state = "wood" }, +/area/bigredv2/outside/bar) +"Zu" = ( +/obj/structure/window_frame/solaris, +/obj/effect/decal/cleanable/blood{ + dir = 4; + icon_state = "gib6" + }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) +"ZA" = ( +/turf/open/mars{ + icon_state = "mars_dirt_13" + }, +/area/bigredv2/outside/c) "ZI" = ( -/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/turf/open/mars{ + icon_state = "mars_dirt_13" + }, +/area/bigredv2/outside/c) +"ZV" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, /turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" + icon_state = "wood" }, /area/bigredv2/outside/bar) -"ZR" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) (1,1,1) = {" -eB -hZ -hZ -eB -hZ -hZ -eB -hZ -hZ -eB -wz -rP -eB -eB -eB -eB -eB -eB -eB -Mp -cS -cS -cS -CQ -ug -aP -aP -aP -aP -aP -aP +NW +oO +oO +NW +oO +oO +NW +oO +oO +NW +Zu +of +NW +NW +NW +NW +NW +NW +NW +SL +bl +bl +bl +bl +Vk +iY +dj +bE +TP +bE +Lz "} (2,1,1) = {" -eB -br -JQ -JQ -JQ -JQ -JQ -JQ -JQ -JQ -Gc -JQ -eB -Wk -Wk -Wk -Wk -Wk -eB -QZ -Je -cS -cS -cS -ug -aP -aP -aP -aP -aP -aP +NW +KP +LU +LU +LU +LU +LU +LU +LU +LU +lF +LU +NW +nO +nO +nO +nO +nO +NW +SL +bl +bl +bl +bl +Vk +Xl +vk +bE +TP +xZ +Yx "} (3,1,1) = {" -eB -sZ -JQ -Ep -sZ -XB -vz -sZ -Or -JQ -sZ -JQ -eB -Vl -Vl -Vl -DO -ib -eB -nT -cS -CQ -cS -pr -ug -aP -aP -aP -aP -aP -aP +NW +PV +LU +Pr +PV +AJ +fD +PV +PY +LU +PV +LU +NW +Ww +Ww +Ww +Vr +NM +NW +SL +bl +bl +bl +bl +Vk +Xl +HU +bE +TP +xZ +Yx "} (4,1,1) = {" -eB -JQ -JQ -wl -sZ -rs -UO -sZ -br -QM -ra -JQ -eB -Vl -Vl -Vl -Vl -qL -eB -Mp -cS -cS -tO -cS -ug -aP -aP -aP -aP -aP -aP +NW +LU +LU +AZ +PV +wk +lf +PV +KP +hz +QU +LU +NW +Ww +Ww +Ww +Ww +hV +NW +SL +bl +bl +bl +bl +Vk +iY +dj +bE +TP +eM +Yx "} (5,1,1) = {" -eB -Xx -eB -eB -eB -eB -eB -eB -eB -eB -eB -Xx -eB -kz -eB -eB -eB -vB -eB -OM -cS -cS -cS -cS -xZ -aP -aP -aP -aP -aP -aP +NW +Jw +NW +NW +NW +NW +NW +NW +NW +NW +NW +Jw +NW +pK +NW +NW +NW +TE +NW +SL +bl +bl +bl +bl +Vk +iY +dj +bE +WB +zr +nk "} (6,1,1) = {" -Zm -Hk -Hk -Hk -Hk -Hk -Hk -Vy -dW -uN -eK -ue -ZR -tR -pt -EF -Bp -II -rE -Mp -yt -CQ -NN -cS -ug -aP -aP -aP -aP -aP -aP +mZ +bJ +bJ +bJ +bJ +bJ +bJ +gG +bJ +QX +kd +oe +rP +Ww +Pj +CV +yJ +hV +zM +SL +ii +bl +YU +bl +xP +Xl +TV +bE +GA +GA +GA "} (7,1,1) = {" -ue -ue -Vl -Vl -kt -Vl -ue -Fe -CM -Uw -hj -ue -ZR -pt -pt -ue -Vq -qL -rE -ua -PX -yt -cS -qK -Nx -aP -aP -aP -aP -aP -aP -"} -(8,1,1) = {" -eB -eB -eB -eB -vf -Vq -ue -ue -gQ +QN +QN +Ww +Ww +Pi +Ww +QN +Ww +xl qs -gp -cG -Lj -Mv -Yz -Ky -af -oG -JO -Pa -aQ -PX -MQ +di +oe +rP +hZ +oe +oe +iU +hV +zM +ui +zL +ii +bl +ZI aQ -ni -aP -aP -aP -aP -aP -aP +Xl +Yx +Py +Yx +Yx +Yx +"} +(8,1,1) = {" +NW +NW +NW +NW +om +iU +QN +oe +oe +DI +eD +SK +oL +Fk +QX +oL +oL +dY +oe +EF +Sl +zL +yi +Sl +Vk +Xl +hb +yr +Mc +Yx +hb "} (9,1,1) = {" -mF -sZ -JQ -eB -ue -ue -ue -WR -KN -gp -LZ -LZ -CT -Dk -JJ -Bw -kq -Sw -Kd -Xh -lw -hO -FP -aQ -ug -aP -aP -aP -aP -aP -aP +zM +PV +LU +NW +QN +QN +oe +qs +oe +fN +MK +XQ +qe +oe +oe +qs +qs +oe +oe +SL +Sl +Kb +Sl +Sl +Vk +Xl +OR +yr +yr +Yx +OR "} (10,1,1) = {" -mF -rs -JQ -rt -ue -ue -jc -jc -gp -LZ -mN -XH -db -Dk -ca -zu -Dk -jc -oL -bn -Yk -en -cB -cB -ug -aP -aP -aP -aP -aP -aP +zM +wk +LU +oe +oe +oe +oe +oe +Sh +ya +pn +Fb +Op +oe +oe +oe +oe +oe +oe +ZA +Sl +nX +Sl +Sl +Vk +Xl +tO +vm +YI +Yx +tO "} (11,1,1) = {" -eB -wm -JQ -eB -ue -Dk -xj -gp -LZ -LZ -qV -MP -AP -Bw -Dk -Dk -gp -ng -cG -xd -Tu -Yk -Yk -cS -JH -aP -aP -aP -aP -aP -aP +NW +yb +oe +oe +oe +oe +oe +Sh +ya +XQ +KO +Ti +IP +oe +oe +Sh +WM +WM +ro +VX +Sl +Sl +Sl +tf +Vk +Xl +rM +rM +rM +Xl +rM "} (12,1,1) = {" -eB -sZ -jc -tC -jc -Nw -gp -ng -ng -ng -ng -ng -ng -ng -ng -ng -cG -Ys -LZ -gu -HE -Yk -Yk -EX -OY -vI -qh -GF -iH -GF -GF +NW +px +oe +oe +oe +oe +Sh +WM +WM +WM +hG +WM +WM +iV +mq +iV +WN +lP +ya +wo +VX +VX +VX +ii +ux +mz +IZ +QE +wF +wF +wF "} (13,1,1) = {" -eB -RF -gp -ng -Fj -ng -RR -xQ -Dz -kn -HU -oR -Wv -LD -Wv -Wv -Vo -yn -pA -HE -yI -tl -Ar -Ar -Ar -On -Tf -cS -CQ -cS -Ar +NW +Tv +Sh +WM +Di +WM +nC +BJ +Hs +rp +uk +Qf +eX +eX +Dt +eX +XQ +qe +oe +VX +VX +OU +VX +VX +VX +VX +qh +VX +Sl +ii +bl "} (14,1,1) = {" -mF -CB -ah -we -RR -we -RR -Ov -Ki -XA -gq -ES -yj -iE -Ks -bM -PJ -fI -JW -Yk -Ar -Ar -Ar -Yk -bi -bZ -Ar -Ar -Ar -Yk -Yk +zM +GL +lJ +eX +nC +eX +nC +WL +eX +yS +eX +PC +rp +rp +rp +cd +XL +oe +oe +VX +VX +VX +VX +VX +VX +qh +VX +VX +VX +Sl +ii "} (15,1,1) = {" -mF -Mf -ah -Iq -nD -nK -PJ -oX -Rd -Nc -tL -qg -fw -Us -iE -ow -PJ -FL -Ig -Ar -Xh -Ar -Ar -Ar -On -MV -Ar -At -Yk -Yk -jr +zM +px +lJ +rp +BD +rp +KG +WL +yS +yS +yS +PC +rp +rp +rp +rp +XL +oe +oe +VX +VX +VX +VX +VX +uq +qh +VX +VX +VX +VX +VX "} (16,1,1) = {" -eB -eh -Kw -Ys -Ys -Ys -RR -pJ -qB -Dx -id -HR -Wv +NW +oe +fC +gF +gF +gF +nC +WO +BD +rp +uk +BQ +eX +eX rq -Wv -Wv -Vo -Eu -JD -JX -Yk -Ar -Ar -Ar -dU -MV -Ar -wh -Ar -At -Ar +eX +XQ +oe +oe +VX +VX +VX +VX +VX +OU +qh +VX +VX +Sl +Sl +zw "} (17,1,1) = {" -mF -JQ -JQ -CB -eh -Dp -Kw -Ys -Ys -Ys -Ys -Ys -Ys -Ys -Ys -Ys -LZ -ng -cG -Cb -wc -Ar -bi -Tu -EL -EL -VV -he -Yk -cS -IZ +zM +px +oe +oe +oe +oe +fC +gF +gF +gF +Ln +RP +bz +lP +gF +gF +ya +WM +ro +wo +OU +Lv +Lv +Sl +Sl +Sl +PL +Sl +Sl +tf +bl "} (18,1,1) = {" -mF -rs -Zv -gM -qX -jc -ca -Kw -cG -cG -mN -XH -db -Dk -OH -ca -Kw -Ys -LZ -XR -AI -Lx -AR -Ar -Fm -Qd -UR -BR -qT -dk -Nu +zM +GL +oe +oe +oe +oe +qs +pc +hY +AY +pn +Fb +Op +FI +oe +fC +gF +gF +ya +Lv +Lv +Qi +Qi +ss +ss +Qi +yF +fw +Qi +Qi +Qi "} (19,1,1) = {" -eB -rs -JQ -eB -ue -PO -PB -zv -Kw -cG -qV -MP -AP -zu -zu -Dk -ca -jc -YD -jL -OT -Bf -Fk -Ng -Ng -LE -Rf -eV -Rf -eV -eV +NW +wk +oe +oe +oe +oe +HZ +qs +pc +hY +KO +Ti +IP +oe +oe +oe +oe +oe +oe +qx +qx +qx +qx +qx +qx +aw +Dv +aw +Dv +aw +aw "} (20,1,1) = {" -eB -sZ -JQ -eB -gU -PO -PO -Nw -xj -Kw -cG -cG -Dk -af -iO -iO -iO -ta -EN -CA -QU -gm -Cn -VH -kJ -Vc -VH -VB -VH -VH -eV +NW +PV +LU +oe +hy +oe +oe +oe +oe +pc +pG +XQ +cB +Lk +ct +jH +Lk +KX +oe +qx +qx +qx +qx +XP +qx +kg +UG +eo +UG +UG +aw "} (21,1,1) = {" -eB -KG -JQ -eB -ue -PO -HC -cO -CB -Cp -Kw -LZ -af -zN -Ud -sM +NW +qD +LU +NW +QN +lM +Pq +oL Dk -jc -Sz -QU -QU -ZI -VH -az -pY -pY -wp -Oc -VH -VH -Wb +oL +Vl +ya +oe +oe +Sk +oe +oe +oe +mx +qx +Ur +oM +Wd +gA +JX +lL +fJ +oI +Ye +UG +xk "} (22,1,1) = {" -mF -br -JQ -rt -ue -PO -VN -cO -dv -cO -nU -eB -QX -Dk -JQ -qy -dE -is -Ju -Ne -QU -NF -VH -Cn -VH -vm -dL -VH -LY -VH -eV +zM +KP +LU +KF +QN +lM +lM +zX +SG +qs +zZ +NW +oe +oe +oe +oe +LU +Ft +NW +nH +nH +oM +UG +tT +UG +zh +YP +tT +UG +UG +aw "} (23,1,1) = {" -mF -sZ -JQ -eB -sp -VI -Af -cO -cO -PO -qL -hR -vr +zM +PV +LU +NW +ty +KY +mk +YB +JP +My rW -yp -yp -yp -yp -Ge -QU -qA -bI -VH -VH -VH -dJ -dL -VH -VH -ip -Wb +mx +oe +WE +WE +WE +WE +WE +JS +nH +Up +fg +UG +UG +UG +TR +YP +UG +UG +ki +xk "} (24,1,1) = {" -eB -eB -eB -eB -ue -qL -ue -ue -yY -ue -qL -eB -xK -LA -LA -LA -LA -LA -aL -Eg -CA -gm -VH -Du -VH -oj -dL -VH -VH -VH -eV +NW +NW +NW +NW +QN +hV +QN +QN +Dq +QN +hV +NW +gx +oQ +oQ +oQ +oQ +oQ +NW +fu +nH +oM +UG +Tm +UG +UG +YP +eo +UG +UG +aw "} (25,1,1) = {" -DJ -Bs -vt -eB -eB -YP -md -eB -eB -eB -iX -eB -eB -eB -eB -eB -eB -eB -eB -OU -OU -gW -Pd -Jg -VH -VH -dL -uC -VH -CO -eV +Jz +QB +jZ +NW +NW +pU +EX +NW +NW +NW +QC +NW +NW +NW +Po +NW +NW +NW +NW +DH +DH +Kk +Oz +Vt +Ye +UG +lZ +Cd +Ye +wM +aw "} (26,1,1) = {" -DJ -wv -vt -eB -ue -VL -WP -wQ +Jz +Iq +jZ +JR +iZ +tY +wg wv -eB -dt -iO -iO -nk -eV -td -VH -VH -VH -VH -VH -VH -NA -VH -oj -Vc -dL -VH -kf -ip -Ih +Iq +NW +rW +oe +oe +qx +aw +dM +UG +UG +UG +UG +UG +UG +TM +tT +UG +UG +YP +tT +KC +UG +fi "} (27,1,1) = {" -ue -ue -ue -ue -ue -qL -ue -ue -vt -eB -Mj -wT -xq -hb -AD -Cf -ln -pY -pY -pY -Hn -pY -pY -pY -pY -pY -Tb -VH -VH -Tc -Ez +iZ +iZ +iZ +iZ +iZ +ke +iZ +iZ +jZ +NW +wA +Dk +QX +JY +Jb +Zb +ey +lL +lL +lL +ma +lL +lL +lL +lL +lL +Mt +UG +UG +kr +GI "} (28,1,1) = {" -ue -ue -ue -ao -ue -qL -ue -ue -vt -eB -oW -ww -nk -nk -eV -dL -VH -VH -vm -VH -VH -VH -VH -VH -vm -VH -mQ -ln -Cf -Wg -eV +iZ +iZ +iZ +SM +iZ +ke +iZ +iZ +jZ +aw +aU +Vw +qx +qx +aw +YP +UG +UG +zh +UG +UG +UG +UG +UG +zh +UG +cw +ey +Zb +ZV +aw "} (29,1,1) = {" -eB -eB -eB -eB -gU -qL -ue -rA -wv -eB -nk -ww -nk -nk -eV -dL -LX -mI -oj -LX -mI -et -Nd -Nd -Nd -Nd -NR -VH -dL -VH -eV +JR +JR +JR +JR +XM +ke +iZ +Xs +Iq +aw +qx +Vw +qx +qx +aw +YP +Wd +nE +Ye +Wd +nE +tU +YT +YT +YT +YT +Qk +UG +YP +UG +aw "} From aec71878306c017c9dfb898928b8d3782aff2577 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 16:01:14 +0800 Subject: [PATCH 05/37] MapChangesNew --- .../standalone/crashlanding-upp-dorms.dmm | 1895 +++++++++++++---- 1 file changed, 1493 insertions(+), 402 deletions(-) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index c25a2f248085..7f69ab560842 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -1,11 +1,44 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ae" = ( +/obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "aw" = ( /turf/closed/wall/solaris, /area/bigredv2/outside/bar) +"ay" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"aI" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"aM" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "aQ" = ( /obj/structure/barricade/sandbags/wired{ dir = 8 }, +/obj/item/ammo_casing/bullet, /turf/open/floor{ dir = 1; icon_state = "asteroidwarning" @@ -25,7 +58,8 @@ dir = 9 }, /turf/closed/shuttle/ert{ - icon_state = "upp5" + icon_state = "upp5"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "bE" = ( @@ -44,8 +78,7 @@ }, /area/bigredv2/outside/dorms) "ct" = ( -/obj/structure/closet/boxinggloves, -/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/blackbox_recorder, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "cw" = ( @@ -57,18 +90,39 @@ }, /area/bigredv2/outside/bar) "cB" = ( -/obj/structure/surface/table/woodentable, -/obj/item/toy/beach_ball, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"di" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/item/ammo_casing/bullet, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"cD" = ( +/obj/structure/barricade/sandbags/wired{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"cK" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"dd" = ( +/obj/item/stack/sheet/metal, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"di" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "dj" = ( /turf/open/floor{ dir = 1; @@ -84,20 +138,38 @@ }, /area/bigredv2/outside/bar) "dY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"eo" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 4 +/turf/open/mars, +/area/bigredv2/outside/c) +"eb" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" }, +/area/bigredv2/outside/c) +"eo" = ( +/obj/effect/decal/cleanable/blood/xeno, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) +"ep" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/prop/colony/used_flare, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"eq" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "ey" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/landmark/crap_item, @@ -111,7 +183,8 @@ }, /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp20" + icon_state = "upp20"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "eM" = ( @@ -125,10 +198,23 @@ }, /area/bigredv2/outside/admin_building) "eX" = ( +/obj/structure/bed/chair/dropship/passenger, +/obj/item/storage/belt/medical/lifesaver/upp, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) +"eZ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/bar) +"fe" = ( +/obj/item/trash/semki, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "fg" = ( /obj/effect/landmark/crap_item, /turf/open/floor{ @@ -144,6 +230,13 @@ icon_state = "delivery" }, /area/bigredv2/outside/bar) +"fl" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "fu" = ( /obj/structure/machinery/light{ dir = 1 @@ -164,9 +257,16 @@ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"fy" = ( +/obj/item/roller, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) "fC" = ( /turf/closed/shuttle/ert{ - icon_state = "upp25" + icon_state = "upp25"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "fD" = ( @@ -178,7 +278,6 @@ }, /area/bigredv2/outside/dorms) "fJ" = ( -/obj/structure/bed/chair/wood/normal, /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, @@ -189,9 +288,24 @@ "fN" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp20" + icon_state = "upp20"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) +"gi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) +"gv" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + dir = 8; + icon_state = "carpet11-12" + }, +/area/bigredv2/outside/bar) "gx" = ( /obj/structure/surface/table/woodentable, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -200,17 +314,15 @@ }, /area/bigredv2/outside/dorms) "gA" = ( -/obj/structure/surface/table/woodentable, /obj/structure/pipes/vents/pump, -/obj/item/trash/cheesie, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) "gF" = ( /turf/closed/shuttle/ert{ - icon_state = "upp5" + icon_state = "upp5"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "gG" = ( @@ -226,11 +338,34 @@ icon_state = "wood" }, /area/bigredv2/outside/admin_building) +"hi" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" + }, +/area/bigredv2/outside/bar) +"ht" = ( +/obj/structure/barricade/wooden, +/turf/open/mars, +/area/bigredv2/outside/c) "hy" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -1; + pixel_y = 35 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) "hz" = ( /obj/structure/machinery/light{ @@ -241,27 +376,54 @@ }, /area/bigredv2/outside/dorms) "hG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/turf/closed/shuttle/ert{ - icon_state = "upp4" +/area/bigredv2/outside/dorms) +"hQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate, +/obj/item/trash/semki, +/turf/open/floor/plating{ + icon_state = "platingdmg1" }, /area/bigredv2/outside/dorms) +"hT" = ( +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) "hV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor, /area/bigredv2/outside/dorms) +"hX" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "hY" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1" + icon_state = "upp1"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "hZ" = ( /obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "ii" = ( @@ -269,17 +431,40 @@ icon_state = "mars_dirt_8" }, /area/bigredv2/outside/c) +"iG" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"iO" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"iS" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/bar) "iU" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/crap_item, /turf/open/floor, /area/bigredv2/outside/dorms) "iV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "upp4" +/obj/item/shard{ + icon_state = "medium" }, -/area/bigredv2/outside/dorms) +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/bar) "iY" = ( /obj/structure/window/framed/solaris/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer{ @@ -291,8 +476,28 @@ "iZ" = ( /turf/open/floor, /area/bigredv2/outside/general_offices) +"ji" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/structure/bed/bedroll, +/obj/item/ammo_casing/bullet, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "jH" = ( -/obj/structure/closet/athletic_mixed, +/obj/structure/window/framed/solaris, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Dormitories"; + name = "\improper Dormitories Shutters" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "jZ" = ( @@ -302,13 +507,13 @@ /turf/open/floor, /area/bigredv2/outside/general_offices) "kd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, /obj/effect/landmark/nightmare{ insert_tag = "dorms" }, -/turf/open/floor/plating, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, /area/bigredv2/outside/dorms) "ke" = ( /obj/structure/pipes/standard/simple/hidden/green{ @@ -320,7 +525,12 @@ /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor/plating, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, /area/bigredv2/outside/bar) "ki" = ( /obj/structure/barricade/wooden, @@ -328,6 +538,12 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"kl" = ( +/obj/item/bedsheet/brown, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "kr" = ( /obj/structure/barricade/wooden, /obj/structure/pipes/standard/simple/hidden/green{ @@ -348,6 +564,13 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"lC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "lF" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor{ @@ -356,7 +579,8 @@ /area/bigredv2/outside/dorms) "lJ" = ( /turf/closed/shuttle/ert{ - icon_state = "upp27" + icon_state = "upp27"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "lL" = ( @@ -373,18 +597,21 @@ "lP" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp5" + icon_state = "upp5"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) +"lV" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "lZ" = ( -/obj/structure/bed/chair/wood/normal, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "wood" +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars{ + icon_state = "mars_dirt_5" }, -/area/bigredv2/outside/bar) +/area/bigredv2/outside/c) "ma" = ( /obj/effect/decal/cleanable/blood/gibs/body, /obj/structure/pipes/standard/simple/hidden/green, @@ -392,6 +619,15 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"mj" = ( +/obj/structure/surface/table/almayer, +/obj/item/ammo_box/rounds/type71{ + bullet_amount = 129 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) "mk" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ @@ -399,11 +635,9 @@ }, /area/bigredv2/outside/dorms) "mq" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, /turf/closed/shuttle/ert{ - icon_state = "upp4" + icon_state = "upp4"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "mx" = ( @@ -414,12 +648,29 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "mz" = ( -/obj/item/ammo_magazine/rifle/type71/heap, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" +/obj/item/ammo_casing/bullet, +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/clothing/mask/cigarette/cigar, +/turf/open/mars{ + icon_state = "mars_dirt_11" }, /area/bigredv2/outside/c) +"mH" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"mW" = ( +/obj/item/trash/semki, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) "mZ" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ @@ -435,7 +686,8 @@ /area/bigredv2/outside/admin_building) "nC" = ( /turf/closed/shuttle/ert{ - icon_state = "upp21" + icon_state = "upp21"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "nE" = ( @@ -455,12 +707,23 @@ /obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor, /area/bigredv2/outside/dorms) +"nW" = ( +/turf/open/mars{ + icon_state = "mars_dirt_11" + }, +/area/bigredv2/outside/c) "nX" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/mars{ icon_state = "mars_dirt_12" }, /area/bigredv2/outside/c) +"oa" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "oe" = ( /turf/open/floor/plating, /area/bigredv2/outside/dorms) @@ -476,9 +739,7 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "oI" = ( -/obj/structure/surface/table/woodentable, -/obj/item/ashtray/glass, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/stack/sheet/wood, /turf/open/floor{ icon_state = "wood" }, @@ -509,37 +770,56 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"oV" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "pc" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp25" + icon_state = "upp25"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) +"pg" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "pn" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "upp_leftengine" + icon_state = "upp_leftengine"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "px" = ( -/obj/item/bedsheet/brown, -/obj/item/bedsheet/brown{ - pixel_y = 13 +/obj/effect/landmark/survivor_spawner/upp_medic, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 13 +/area/bigredv2/outside/dorms) +"pz" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) "pG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "upp1" + icon_state = "upp1"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "pK" = ( @@ -558,6 +838,12 @@ icon_state = "delivery" }, /area/bigredv2/outside/dorms) +"pZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) "qe" = ( /obj/item/ammo_box/rounds/type71/heap/empty{ bullet_amount = 0 @@ -570,6 +856,11 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"ql" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "qs" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -586,9 +877,40 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"qI" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_y = 5; + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_y = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"rj" = ( +/obj/structure/barricade/wooden{ + desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; + dir = 8; + health = 25000 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "ro" = ( /turf/closed/shuttle/ert{ - icon_state = "upp1" + icon_state = "upp1"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "rp" = ( @@ -601,10 +923,19 @@ dir = 4; pixel_y = -5 }, +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) +"rJ" = ( +/obj/item/bedsheet/brown, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "rM" = ( /obj/structure/window/framed/solaris/reinforced, /obj/structure/machinery/door/poddoor/shutters/almayer{ @@ -628,16 +959,42 @@ /obj/structure/barricade/sandbags/wired{ dir = 4 }, +/obj/item/ammo_casing/bullet, /turf/open/floor{ dir = 8; icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"sx" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/almayer/comp_closed, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"sy" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"sI" = ( +/obj/item/tool/wrench, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) "tf" = ( /turf/open/mars{ icon_state = "mars_dirt_9" }, /area/bigredv2/outside/c) +"th" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) "ty" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -651,6 +1008,13 @@ icon_state = "wood" }, /area/bigredv2/outside/admin_building) +"tQ" = ( +/obj/structure/bed/bedroll, +/obj/item/bedsheet/brown, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) "tT" = ( /obj/structure/bed/chair/wood/normal{ dir = 8 @@ -692,26 +1056,53 @@ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"uj" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/bar) "uk" = ( /obj/effect/landmark/survivor_spawner/upp/soldier, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) +"um" = ( +/obj/structure/girder, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "uq" = ( /obj/item/ammo_box/rounds/type71/heap/empty{ bullet_amount = 0 }, +/obj/item/ammo_casing/bullet, /turf/open/mars{ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) "ux" = ( -/turf/open/floor{ - dir = 5; - icon_state = "asteroidwarning" +/obj/item/tool/shovel, +/turf/open/mars{ + icon_state = "mars_dirt_11" }, /area/bigredv2/outside/c) +"vb" = ( +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) "vk" = ( /obj/structure/machinery/light{ dir = 1 @@ -729,6 +1120,34 @@ icon_state = "wood" }, /area/bigredv2/outside/admin_building) +"vx" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"vB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/usedbandage{ + dir = 9; + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"vN" = ( +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/turf/open/mars{ + icon_state = "mars_dirt_9" + }, +/area/bigredv2/outside/c) "wg" = ( /obj/structure/barricade/wooden{ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; @@ -747,10 +1166,20 @@ /obj/structure/machinery/light/double{ dir = 1 }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, /turf/open/mars{ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"ws" = ( +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/toy/farwadoll, +/turf/open/mars, +/area/bigredv2/outside/c) "wv" = ( /obj/structure/bed/chair{ dir = 4 @@ -775,6 +1204,22 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"wU" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"xa" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"xb" = ( +/obj/item/stack/barbed_wire/small_stack, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "xk" = ( /obj/structure/window/framed/solaris, /obj/structure/machinery/door/poddoor/shutters/almayer{ @@ -788,8 +1233,13 @@ /obj/item/trash/pistachios, /turf/open/floor, /area/bigredv2/outside/dorms) +"xm" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars, +/area/bigredv2/outside/c) "xP" = ( /obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/blood/xeno, /turf/open/floor{ dir = 1; icon_state = "asteroidwarning" @@ -802,7 +1252,8 @@ /area/bigredv2/outside/admin_building) "ya" = ( /turf/closed/shuttle/ert{ - icon_state = "upp3" + icon_state = "upp3"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "yb" = ( @@ -819,6 +1270,7 @@ /obj/structure/barricade/sandbags/wired{ dir = 8 }, +/obj/item/ammo_casing/bullet, /turf/open/mars{ icon_state = "mars_dirt_11" }, @@ -835,6 +1287,15 @@ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"yG" = ( +/obj/structure/girder, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "yJ" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -845,16 +1306,50 @@ /area/bigredv2/outside/dorms) "yS" = ( /obj/structure/surface/table/almayer, +/obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_y = -8; + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = 6 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) +"za" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/bar) "zh" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) +"zp" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"zq" = ( +/obj/item/stack/barbed_wire/small_stack, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "zr" = ( /turf/open/floor{ dir = 8; @@ -866,10 +1361,17 @@ icon_state = "mars_dirt_12" }, /area/bigredv2/outside/c) +"zH" = ( +/obj/structure/barricade/wooden, +/turf/open/mars{ + icon_state = "mars_dirt_9" + }, +/area/bigredv2/outside/c) "zL" = ( /obj/structure/barricade/sandbags/wired{ dir = 8 }, +/obj/item/ammo_casing/bullet, /turf/open/mars_cave{ icon_state = "mars_dirt_4" }, @@ -889,11 +1391,18 @@ }, /area/bigredv2/outside/dorms) "zZ" = ( -/obj/structure/machinery/light, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"AH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) "AJ" = ( /obj/item/stack/sheet/metal, @@ -908,7 +1417,8 @@ "AY" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp2" + icon_state = "upp2"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "AZ" = ( @@ -921,34 +1431,123 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"Bb" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/bigredv2/outside/bar) +"Bd" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/landmark/survivor_spawner/upp_sapper, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) +"Be" = ( +/obj/item/bedsheet/brown, +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/dorms) +"Bf" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "BD" = ( /obj/structure/machinery/light/double{ dir = 4; pixel_y = -5 }, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/gibspawner/human, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) "BJ" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/obj/effect/spawner/gibspawner/human, /turf/open/shuttle/dropship{ icon_state = "rasputin6" }, /area/bigredv2/outside/dorms) "BQ" = ( +/obj/effect/decal/cleanable/blood, /turf/open/shuttle/dropship{ icon_state = "rasputin8" }, /area/bigredv2/outside/dorms) +"BS" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor, +/area/bigredv2/outside/dorms) +"Cb" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "Cd" = ( -/obj/structure/surface/table/woodentable, /obj/item/trash/cheesie, /obj/item/trash/pistachios, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) +"CD" = ( +/obj/item/stack/sheet/metal, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"CI" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/mars, +/area/bigredv2/outside/c) +"CO" = ( +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"CR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"CS" = ( +/obj/item/ammo_casing/bullet, +/obj/item/stack/rods, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) "CV" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/door_control{ @@ -959,9 +1558,23 @@ /obj/item/ammo_magazine/rifle/type71/heap, /turf/open/floor, /area/bigredv2/outside/dorms) +"CX" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Df" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "Di" = ( /turf/closed/shuttle/ert{ - icon_state = "upp16" + icon_state = "upp16"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Dk" = ( @@ -983,6 +1596,9 @@ /obj/structure/machinery/light/double{ dir = 8 }, +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, @@ -1004,14 +1620,62 @@ /area/bigredv2/outside/bar) "DI" = ( /obj/effect/landmark/good_item, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"DY" = ( +/obj/structure/surface/table/almayer, +/obj/item/map/big_red_map, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"Ed" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) +"Ek" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"En" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "EF" = ( /obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_casing/bullet, /turf/open/floor{ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) +"EM" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"EP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "EX" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; @@ -1024,20 +1688,24 @@ "Fb" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_2"; - opacity = 0 + opacity = 0; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Fk" = ( -/obj/structure/pipes/standard/simple/hidden/green, /obj/item/trash/candy, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"Fm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "Ft" = ( -/obj/structure/machinery/door_control{ - id = "Dormitories"; - name = "Storm Shutters"; - pixel_y = -32 - }, /obj/structure/machinery/camera/autoname{ dir = 1 }, @@ -1049,7 +1717,30 @@ /obj/structure/machinery/shower{ dir = 8 }, -/turf/open/floor/plating, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Gh" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/mars, +/area/bigredv2/outside/c) +"Gi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Gr" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, /area/bigredv2/outside/dorms) "GA" = ( /turf/open/floor{ @@ -1064,17 +1755,61 @@ }, /area/bigredv2/outside/bar) "GL" = ( -/obj/structure/closet/crate, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"GU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Hm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 1; + pixel_y = 35 + }, +/turf/closed/wall/solaris, +/area/bigredv2/outside/dorms) "Hs" = ( /obj/structure/machinery/light/double{ dir = 8 }, +/obj/effect/landmark/survivor_spawner/upp_medic, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) +"Hu" = ( +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) +"HE" = ( +/obj/item/prop/colony/folded_bedroll, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"HJ" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "HU" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor{ @@ -1082,11 +1817,28 @@ icon_state = "darkred2" }, /area/bigredv2/outside/admin_building) +"HY" = ( +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "HZ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/good_item, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"Ij" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "Iq" = ( /obj/structure/surface/table, /turf/open/floor, @@ -1094,14 +1846,20 @@ "IP" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_1"; - opacity = 0 + opacity = 0; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) +"IU" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + icon_state = "wood" + }, +/area/bigredv2/outside/bar) "IZ" = ( /obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" +/turf/open/mars{ + icon_state = "mars_dirt_11" }, /area/bigredv2/outside/c) "Jb" = ( @@ -1114,6 +1872,13 @@ icon_state = "delivery" }, /area/bigredv2/outside/bar) +"Jm" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dormitories Bedroom" + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "Jw" = ( /obj/structure/machinery/door/airlock/almayer/generic{ name = "\improper Dormitories Bedroom" @@ -1126,6 +1891,12 @@ /obj/structure/bed/chair, /turf/open/floor, /area/bigredv2/outside/general_offices) +"JF" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars{ + icon_state = "mars_dirt_8" + }, +/area/bigredv2/outside/c) "JP" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/pipes/standard/simple/hidden/green{ @@ -1143,35 +1914,83 @@ dir = 1; name = "\improper Recreation" }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, /turf/open/floor{ icon_state = "delivery" }, /area/bigredv2/outside/dorms) +"JU" = ( +/obj/item/stack/rods, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "JX" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - icon_state = "wood" +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, -/area/bigredv2/outside/bar) +/area/bigredv2/outside/dorms) "JY" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/bigredv2/outside/bar) "Kb" = ( /obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, /turf/open/mars_cave{ icon_state = "mars_dirt_4" }, /area/bigredv2/outside/c) +"Kd" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"Kh" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "Kk" = ( /turf/open/floor{ dir = 8; icon_state = "carpet9-4" }, /area/bigredv2/outside/bar) +"Kr" = ( +/obj/item/trash/used_stasis_bag, +/obj/effect/landmark/survivor_spawner/squad_leader, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/bigredv2/outside/dorms) +"Ky" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/minigun/upp{ + ammo = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) "KC" = ( /obj/effect/decal/cleanable/blood{ icon_state = "gib6" @@ -1180,6 +1999,15 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"KD" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "KF" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 1; @@ -1191,7 +2019,8 @@ /area/bigredv2/outside/dorms) "KG" = ( /obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 + dir = 2; + name = "\improper Fulcrum Airlock" }, /turf/open/space/basic, /area/bigredv2/outside/dorms) @@ -1200,7 +2029,8 @@ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "upp_rightengine" + icon_state = "upp_rightengine"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "KP" = ( @@ -1210,12 +2040,18 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) -"KX" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/radio, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) +"KV" = ( +/obj/item/ammo_box/magazine/misc/flares, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"KX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "KY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -1224,9 +2060,21 @@ icon_state = "grimy" }, /area/bigredv2/outside/dorms) +"Lb" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/bar) +"Lf" = ( +/obj/item/trash/cheesie, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "Lk" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/stack/rods, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "Ln" = ( @@ -1234,7 +2082,8 @@ dir = 1 }, /turf/closed/shuttle/ert{ - icon_state = "upp5" + icon_state = "upp5"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Lv" = ( @@ -1268,6 +2117,13 @@ icon_state = "wood" }, /area/bigredv2/outside/admin_building) +"Ms" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/almayer/flight_recorder/colony, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/bigredv2/outside/dorms) "Mt" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor{ @@ -1280,36 +2136,63 @@ icon_state = "grimy" }, /area/bigredv2/outside/dorms) +"MJ" = ( +/obj/structure/girder, +/turf/open/space/basic, +/area/bigredv2/outside/dorms) "MK" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "upp3" + icon_state = "upp3"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) +"MP" = ( +/obj/item/stack/rods, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) +"MS" = ( +/obj/structure/barricade/sandbags/wired, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "NM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 }, /turf/open/floor, /area/bigredv2/outside/dorms) +"NT" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "NW" = ( /turf/closed/wall/solaris, /area/bigredv2/outside/dorms) "Op" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_1"; - opacity = 0 + opacity = 0; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Oz" = ( -/obj/structure/bed/chair/wood/normal, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor{ - icon_state = "wood" +/obj/item/ammo_magazine/rifle/type71/heap, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, -/area/bigredv2/outside/bar) +/area/bigredv2/outside/dorms) "OR" = ( /obj/structure/machinery/light{ dir = 1 @@ -1318,6 +2201,18 @@ icon_state = "wood" }, /area/bigredv2/outside/admin_building) +"OS" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/toy/deck/uno{ + pixel_y = -5 + }, +/turf/open/mars{ + icon_state = "mars_dirt_8" + }, +/area/bigredv2/outside/c) "OU" = ( /obj/item/ammo_magazine/rifle/type71/heap, /turf/open/mars{ @@ -1334,6 +2229,7 @@ /obj/structure/machinery/light/double{ dir = 8 }, +/obj/item/ammo_casing/bullet, /turf/open/floor, /area/bigredv2/outside/dorms) "Po" = ( @@ -1376,6 +2272,11 @@ icon_state = "mars_dirt_4" }, /area/bigredv2/outside/c) +"PO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "PV" = ( /obj/item/bedsheet/brown, /obj/item/bedsheet/brown{ @@ -1395,11 +2296,20 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"Qb" = ( +/obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "Qf" = ( /obj/item/ammo_box/rounds/type71/heap/empty{ bullet_amount = 0 }, -/obj/item/map/big_red_map, /turf/open/shuttle/dropship{ icon_state = "rasputin4" }, @@ -1441,9 +2351,8 @@ /obj/structure/machinery/light/double{ dir = 8 }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" +/turf/open/mars{ + icon_state = "mars_dirt_11" }, /area/bigredv2/outside/c) "QN" = ( @@ -1459,15 +2368,41 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"RA" = ( +/obj/structure/girder, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 35 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"RM" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "RP" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/closed/shuttle/ert{ - icon_state = "upp5" + icon_state = "upp5"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Sh" = ( /turf/closed/shuttle/ert{ - icon_state = "upp20" + icon_state = "upp20"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Sk" = ( @@ -1485,13 +2420,16 @@ /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/plating, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, /area/bigredv2/outside/dorms) "SK" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1" + icon_state = "upp1"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "SL" = ( @@ -1505,27 +2443,55 @@ }, /turf/open/floor, /area/bigredv2/outside/general_offices) +"SO" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/structure/machinery/computer/cameras{ + desc = "The flight controls for a Mi-220 Attack Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; + name = "\improper 'Fulcrum' flight controls"; + network = null; + pixel_y = 21 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/bigredv2/outside/dorms) +"SW" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/bar) "Ti" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_2"; - opacity = 0 + opacity = 0; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Tm" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 4 +/obj/structure/barricade/wooden{ + dir = 8 }, -/obj/item/tool/extinguisher, -/turf/open/floor{ - icon_state = "wood" +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/area/bigredv2/outside/bar) +/area/bigredv2/outside/dorms) +"Tt" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/prop/colony/used_flare, +/turf/open/mars_cave{ + icon_state = "mars_dirt_4" + }, +/area/bigredv2/outside/c) "Tv" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light{ - dir = 1 +/obj/effect/landmark/survivor_spawner/upp_sapper, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) "TE" = ( /obj/structure/pipes/standard/simple/hidden/green{ @@ -1538,6 +2504,25 @@ icon_state = "delivery" }, /area/bigredv2/outside/dorms) +"TF" = ( +/obj/item/stack/barbed_wire/small_stack, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) +"TL" = ( +/obj/item/stack/rods, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "TM" = ( /obj/item/clothing/head/welding, /turf/open/floor{ @@ -1580,11 +2565,26 @@ icon_state = "carpet15-15" }, /area/bigredv2/outside/bar) +"UD" = ( +/obj/structure/bed/bedroll, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) +"UE" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "UG" = ( /turf/open/floor{ icon_state = "wood" }, /area/bigredv2/outside/bar) +"UK" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor, +/area/bigredv2/outside/dorms) "Vk" = ( /turf/open/floor{ dir = 1; @@ -1594,7 +2594,8 @@ "Vl" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/closed/shuttle/ert{ - icon_state = "upp25" + icon_state = "upp25"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Vr" = ( @@ -1606,11 +2607,20 @@ flipped = 1 }, /obj/effect/decal/cleanable/blood, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/open/floor{ + icon_state = "wood" }, /area/bigredv2/outside/bar) +"Vu" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) "Vw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -1632,6 +2642,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor, /area/bigredv2/outside/dorms) +"Wz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/bigredv2/outside/dorms) +"WA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "WB" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -1646,30 +2672,59 @@ icon_state = "wood" }, /area/bigredv2/outside/dorms) +"WH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "WL" = ( +/obj/effect/landmark/survivor_spawner/upp_specialist, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin5" }, /area/bigredv2/outside/dorms) "WM" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp4" +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 }, -/area/bigredv2/outside/dorms) +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "WN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood{ layer = 3 }, /turf/closed/shuttle/ert{ - icon_state = "upp1" + icon_state = "upp1"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "WO" = ( +/obj/structure/bed/bedroll, +/obj/item/trash/cheesie, /turf/open/shuttle/dropship{ icon_state = "rasputin7" }, /area/bigredv2/outside/dorms) +"Xe" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) +"Xg" = ( +/obj/structure/bed/bedroll, +/obj/item/bedsheet/brown, +/turf/open/floor/plating, +/area/bigredv2/outside/dorms) "Xl" = ( /turf/closed/wall/solaris/reinforced, /area/bigredv2/outside/admin_building) @@ -1679,9 +2734,16 @@ }, /turf/open/floor, /area/bigredv2/outside/general_offices) +"Xz" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/mars{ + icon_state = "mars_dirt_8" + }, +/area/bigredv2/outside/c) "XL" = ( /obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2 + dir = 2; + name = "\improper Fulcrum Airlock" }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" @@ -1694,16 +2756,25 @@ /turf/open/floor, /area/bigredv2/outside/general_offices) "XP" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 4 +/obj/item/shard{ + icon_state = "medium" }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "XQ" = ( /turf/closed/shuttle/ert{ - icon_state = "upp2" + icon_state = "upp2"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) +"XV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/used_flare, +/turf/open/floor, +/area/bigredv2/outside/dorms) "Ye" = ( /obj/structure/bed/chair/wood/normal{ dir = 1 @@ -1712,6 +2783,12 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"Yf" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/bigredv2/outside/dorms) "Yx" = ( /turf/closed/wall/solaris, /area/bigredv2/outside/admin_building) @@ -1729,6 +2806,12 @@ icon_state = "wood" }, /area/bigredv2/outside/admin_building) +"YO" = ( +/obj/item/tool/shovel, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/bigredv2/outside/c) "YP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -1764,6 +2847,7 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "ZA" = ( +/obj/item/stack/sandbags/small_stack, /turf/open/mars{ icon_state = "mars_dirt_13" }, @@ -1776,6 +2860,13 @@ icon_state = "mars_dirt_13" }, /area/bigredv2/outside/c) +"ZJ" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/bigredv2/outside/c) "ZV" = ( /obj/structure/barricade/wooden, /obj/structure/pipes/standard/simple/hidden/green{ @@ -1811,7 +2902,7 @@ bl bl bl bl -Vk +oV iY dj bE @@ -1839,10 +2930,10 @@ nO nO nO NW -SL -bl +rj bl bl +CI bl Vk Xl @@ -1857,13 +2948,13 @@ NW PV LU Pr -PV +vb AJ fD -PV +vb PY LU -PV +vb LU NW Ww @@ -1872,10 +2963,10 @@ Ww Vr NM NW -SL -bl -bl +xa +Gh bl +dY bl Vk Xl @@ -1890,10 +2981,10 @@ NW LU LU AZ -PV +Be wk lf -PV +vb KP hz QU @@ -1906,10 +2997,10 @@ Ww hV NW SL +xm bl bl -bl -bl +CI Vk iY dj @@ -1938,12 +3029,12 @@ NW NW TE NW -SL +MP bl bl bl -bl -Vk +Gh +Df iY dj bE @@ -1960,20 +3051,20 @@ bJ bJ bJ gG -bJ -QX +BS +fl kd -oe +Tm rP -Ww +ep Pj CV yJ hV -zM +jH SL ii -bl +CI YU bl xP @@ -1991,19 +3082,19 @@ Ww Ww Pi Ww -QN -Ww +iO +XV xl -qs -di -oe +gi +hG +CR rP hZ -oe -oe +Ek +aI iU hV -zM +jH ui zL ii @@ -2025,24 +3116,24 @@ NW om iU QN -oe -oe +aI +aM DI eD SK -oL +Wz Fk -QX -oL -oL -dY -oe +Ek +vB +qs +qs +CD EF -Sl +cB zL yi -Sl -Vk +cB +ZJ Xl hb yr @@ -2055,27 +3146,27 @@ zM PV LU NW -QN -QN -oe +Ww +UK +fl qs -oe +CX fN MK XQ qe -oe -oe -qs -qs -oe -oe -SL -Sl +Yf +HE +AH +PO +XP +JU +xb +cB Kb +cK Sl -Sl -Vk +OS Xl OR yr @@ -2087,28 +3178,28 @@ OR zM wk LU +Jm oe -oe -oe -oe -oe +UE +AH +Kh Sh ya pn Fb Op -oe -oe -oe -oe -oe -oe +Xg +En +rJ +UD +wU +RA ZA -Sl +Hu nX Sl Sl -Vk +vN Xl tO vm @@ -2119,29 +3210,29 @@ tO (11,1,1) = {" NW yb -oe -oe -oe -oe -oe +ql +NW +CX +KX +AH Sh ya XQ KO Ti IP -oe -oe +hQ +UD Sh -WM -WM +mq +mq ro -VX -Sl +qI +hT Sl Sl tf -Vk +ws Xl rM rM @@ -2151,97 +3242,97 @@ rM "} (12,1,1) = {" NW -px -oe -oe -oe oe +Cb +pg +Kh +AH Sh -WM -WM -WM -hG -WM -WM -iV mq -iV +mq +mq +mq +mq +mq +mq +mq +mq WN lP ya wo VX -VX -VX -ii +Lf +oa +Xz ux mz IZ QE +nW wF -wF -wF +di "} (13,1,1) = {" NW -Tv +CX Sh -WM +mq Di -WM +mq nC BJ Hs -rp +px uk Qf -eX -eX +mH +mH Dt -eX +mH XQ -qe -oe -VX +KD +rP VX +eq OU VX VX -VX -VX +WM +RM qh -VX -Sl -ii -bl +vx +pZ +JF +ht "} (14,1,1) = {" zM -GL +pz lJ -eX +SO nC -eX +SO nC -WL -eX -yS +Kr eX +mj +KV PC +cd rp rp -rp -cd +Oz XL -oe -oe -VX +Kh +WA VX VX VX VX VX -qh +CO +MS VX VX VX @@ -2250,77 +3341,77 @@ ii "} (15,1,1) = {" zM -px +ql lJ -rp +Ms BD -rp +sx KG WL -yS -yS +Ky +DY yS PC -rp -rp -rp -rp +tQ +fy +sI +mW XL -oe -oe -VX -VX +zq +AH +TF VX +fe VX VX uq qh +lZ VX -VX -VX -VX +lZ +vx VX "} (16,1,1) = {" NW -oe +sy fC gF gF gF nC WO -BD -rp +Bd +Tv uk BQ -eX -eX +Gr +Gr rq -eX +Gr XQ -oe -oe -VX -VX -VX -VX +Kd +rP +YO +HY +kl +eq VX -OU +ae qh VX -VX +vx Sl Sl zw "} (17,1,1) = {" zM -px -oe -oe -oe -oe +ql +EP +Xe +Vu +Bf fC gF gF @@ -2332,29 +3423,29 @@ lP gF gF ya -WM +mq ro -wo -OU +ji +Qb Lv -Lv -Sl -Sl +hX Sl +Tt +CS PL +pZ Sl -Sl -tf +zH bl "} (18,1,1) = {" zM -GL -oe -oe -oe -oe -qs +dd +pz +ql +JX +Bf +KX pc hY AY @@ -2362,21 +3453,21 @@ pn Fb Op FI -oe +pg fC gF gF ya -Lv -Lv -Qi +hX +cD +eb Qi ss ss -Qi +NT yF fw -Qi +zp Qi Qi "} @@ -2384,28 +3475,28 @@ Qi NW wk oe -oe -oe -oe +pg +JX +GU HZ -qs +WH pc hY KO Ti IP -oe -oe -oe -oe -oe -oe -qx -qx -qx -qx -qx -qx +dd +KX +AH +UE +CX +um +eZ +SW +iV +th +uj +iS aw Dv aw @@ -2417,30 +3508,30 @@ aw NW PV LU -oe +pg hy -oe -oe -oe -oe +Kh +aI +ql +pz pc pG XQ -cB +oe Lk ct -jH -Lk -KX +qs +HJ oe +TL +za +SW +Lb +Bb qx -qx -qx -qx -XP -qx +eZ kg -UG +eo eo UG UG @@ -2456,27 +3547,27 @@ lM Pq oL Dk -oL +Gi Vl ya -oe -oe +sy +Cb Sk +lV +EM oe -oe -oe -mx -qx +yG +SW Ur oM -Wd +UG gA -JX +lL lL fJ oI -Ye UG +ki xk "} (22,1,1) = {" @@ -2489,27 +3580,27 @@ lM lM zX SG -qs +lC zZ -NW -oe -oe -oe +MJ +GL +aI +Fm oe LU Ft -NW -nH +yG +hi nH oM +eo UG -tT -UG +iG zh YP -tT UG UG +eo aw "} (23,1,1) = {" @@ -2523,9 +3614,9 @@ mk YB JP My -rW +Ij mx -oe +GL WE WE WE @@ -2536,12 +3627,12 @@ nH Up fg UG -UG +oI UG TR YP UG -UG +IU ki xk "} @@ -2564,17 +3655,17 @@ oQ oQ oQ oQ -NW +Hm fu nH oM UG -Tm -UG UG -YP eo UG +Ed +UG +UG UG aw "} @@ -2599,13 +3690,13 @@ NW NW NW DH -DH +gv Kk -Oz +oI Vt Ye UG -lZ +YP Cd Ye wM @@ -2630,7 +3721,7 @@ aw dM UG UG -UG +oI UG UG UG @@ -2641,7 +3732,7 @@ UG YP tT KC -UG +ki fi "} (27,1,1) = {" @@ -2660,7 +3751,7 @@ Dk QX JY Jb -Zb +ay ey lL lL From b84ace79f0610f4b863978c2fbdcd669b6e8dea8 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 16:38:43 +0800 Subject: [PATCH 06/37] Updates --- code/game/objects/items/storage/belt.dm | 13 ++++ code/modules/gear_presets/survivors.dm | 64 +++++++++++++++--- .../standalone/crashlanding-upp-dorms.dmm | 67 ++++++++++++++----- 3 files changed, 115 insertions(+), 29 deletions(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 43624f913037..9e71b29767d8 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -272,6 +272,19 @@ new /obj/item/storage/pill_bottle/tramadol(src) new /obj/item/storage/pill_bottle/peridaxon(src) +/obj/item/storage/belt/medical/lifesaver/upp/partial/fill_preset_inventory() + new /obj/item/stack/medical/advanced/bruise_pack(src) + new /obj/item/stack/medical/advanced/bruise_pack(src) + new /obj/item/stack/medical/advanced/ointment(src) + new /obj/item/stack/medical/advanced/ointment(src) + new /obj/item/stack/medical/splint(src) + new /obj/item/stack/medical/splint(src) + new /obj/item/reagent_container/hypospray/autoinjector/oxycodone(src) + new /obj/item/storage/pill_bottle/bicaridine(src) + new /obj/item/storage/pill_bottle/kelotane(src) + new /obj/item/storage/pill_bottle/inaprovaline(src) + new /obj/item/storage/pill_bottle/tramadol(src) + /obj/item/storage/belt/security name = "\improper M276 pattern security rig" desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This configuration is commonly seen among USCM Military Police and peacekeepers, though it can hold some light munitions." diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 8913091cc6eb..88f14b3b1da9 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1413,11 +1413,9 @@ ..() /datum/equipment_preset/survivor/upp - name = "UPP Soldier" - paygrade = "UE1" rank = JOB_SURVIVOR skills = /datum/skills/upp - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_GERMAN) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_CHINESE) faction = FACTION_UPP faction_group = list(FACTION_UPP, FACTION_SURVIVOR) role_comm_title = "UPP 173RD RECON" @@ -1427,10 +1425,55 @@ ACCESS_CIVILIAN_PUBLIC ) +/datum/equipment_preset/survivor/upp/load_name(mob/living/carbon/human/new_human, randomise) + new_human.gender = pick(60;MALE,40;FEMALE) + var/datum/preferences/A = new() + A.randomize_appearance(new_human) + var/random_name + var/first_name + var/last_name + //gender checks + if(new_human.gender == MALE) + if(prob(40)) + first_name = "[capitalize(randomly_generate_chinese_word(1))]" + else + first_name = "[pick(first_names_male_upp)]" + new_human.f_style = pick("3 O'clock Shadow", "3 O'clock Moustache", "5 O'clock Shadow", "5 O'clock Moustache") + else + if(prob(40)) + first_name = "[capitalize(randomly_generate_chinese_word(1))]" + else + first_name = "[pick(first_names_female_upp)]" + //surname + if(prob(35)) + last_name = "[capitalize(randomly_generate_chinese_word(pick(20;1, 80;2)))]" + else + last_name = "[pick(last_names_upp)]" + //put them together + random_name = "[first_name] [last_name]" + + new_human.change_real_name(new_human, random_name) + new_human.age = rand(17,35) + new_human.h_style = pick("Crewcut", "Shaved Head", "Buzzcut", "Undercut", "Side Undercut", "Bun, Topknot") + var/static/list/colors = list("BLACK" = list(15, 15, 25), "BROWN" = list(102, 51, 0), "AUBURN" = list(139, 62, 19)) + var/static/list/hair_colors = colors.Copy() + list("BLONDE" = list(197, 164, 30), "CARROT" = list(174, 69, 42)) + var/hair_color = pick(hair_colors) + new_human.r_hair = hair_colors[hair_color][1] + new_human.g_hair = hair_colors[hair_color][2] + new_human.b_hair = hair_colors[hair_color][3] + new_human.r_facial = hair_colors[hair_color][1] + new_human.g_facial = hair_colors[hair_color][2] + new_human.b_facial = hair_colors[hair_color][3] + var/eye_color = pick(colors) + new_human.r_eyes = colors[eye_color][1] + new_human.g_eyes = colors[eye_color][2] + new_human.b_eyes = colors[eye_color][3] + idtype = /obj/item/card/id/dogtag + /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human), WEAR_IN_BACK) @@ -1480,7 +1523,6 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) - ..() /datum/equipment_preset/survivor/upp/soldier name = "Survivor - UPP Soldier" paygrade = "UE2" @@ -1494,7 +1536,7 @@ spawn_random_upp_armor(new_human) ..() -/datum/equipment_preset/survivor/upp/sapper +/datum/equipment_preset/survivor/upp/soldier/sapper name = "Survivor - UPP Sapper" paygrade = "UE3S" assignment = "UPP Sapper" @@ -1511,7 +1553,7 @@ spawn_random_upp_armor(new_human) ..() -/datum/equipment_preset/survivor/upp/medic +/datum/equipment_preset/survivor/upp/soldier/medic name = "Survivor - UPP Medic" paygrade = "UE3M" assignment = "UPP Medic" @@ -1520,7 +1562,7 @@ /datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic/survivor(new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new/obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/medic/upp(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human), WEAR_IN_BACK) @@ -1531,7 +1573,7 @@ spawn_random_upp_armor(new_human) ..() -/datum/equipment_preset/survivor/upp/specialist +/datum/equipment_preset/survivor/upp/soldier/specialist name = "Survivor - UPP Specialist" paygrade = "UE4" assignment = "UPP Specialist" @@ -1549,10 +1591,10 @@ ..() -/datum/equipment_preset/survivor/upp/squad_leader +/datum/equipment_preset/survivor/upp/soldier/squad_leader name = "Survivor - UPP Squad Leader" paygrade = "UE5" - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN, LANGUAGE_CHINESE) assignment = "UPP Squad Leader" skills = /datum/skills/upp/SL diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 7f69ab560842..d9150d62886d 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -1,8 +1,10 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ae" = ( -/obj/item/ammo_magazine/rifle/type71/heap, /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/mars{ icon_state = "mars_dirt_5" }, @@ -72,7 +74,9 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "cd" = ( -/obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, @@ -421,9 +425,11 @@ }, /area/bigredv2/outside/dorms) "hZ" = ( -/obj/item/ammo_magazine/rifle/type71/heap, /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) "ii" = ( @@ -1306,7 +1312,6 @@ /area/bigredv2/outside/dorms) "yS" = ( /obj/structure/surface/table/almayer, -/obj/item/ammo_magazine/rifle/type71/heap, /obj/item/reagent_container/food/drinks/bottle/vodka, /obj/item/reagent_container/food/drinks/bottle/vodka{ pixel_x = -7; @@ -1319,6 +1324,9 @@ /obj/item/reagent_container/food/drinks/bottle/vodka{ pixel_x = 6 }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, @@ -1555,7 +1563,9 @@ name = "Storm Shutters"; pixel_x = -32 }, -/obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/floor, /area/bigredv2/outside/dorms) "CX" = ( @@ -1655,8 +1665,10 @@ }, /area/bigredv2/outside/dorms) "EF" = ( -/obj/item/ammo_magazine/rifle/type71/heap, /obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/floor{ icon_state = "asteroidwarning" }, @@ -1951,9 +1963,11 @@ /turf/open/floor/plating, /area/bigredv2/outside/bar) "Kb" = ( -/obj/item/ammo_magazine/rifle/type71/heap, /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/mars_cave{ icon_state = "mars_dirt_4" }, @@ -1984,8 +1998,13 @@ /area/bigredv2/outside/dorms) "Ky" = ( /obj/structure/surface/table/almayer, -/obj/item/weapon/gun/minigun/upp{ - ammo = 0 +/obj/item/prop{ + desc = "A gas-operated rotary machine gun used by UPP heavies. Its enormous volume of fire and ammunition capacity allows the suppression of large concentrations of enemy forces. Heavy weapons training is required control its recoil, is non-functional."; + icon_state = "painless"; + item_state = "m41amk1"; + name = "\improper GSh-7.62 rotary machine gun"; + pixel_y = 7; + icon = 'icons/obj/items/weapons/guns/guns_by_faction/upp.dmi' }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" @@ -2022,7 +2041,9 @@ dir = 2; name = "\improper Fulcrum Airlock" }, -/turf/open/space/basic, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, /area/bigredv2/outside/dorms) "KO" = ( /obj/structure/pipes/standard/simple/hidden/green{ @@ -2137,8 +2158,10 @@ }, /area/bigredv2/outside/dorms) "MJ" = ( -/obj/structure/girder, -/turf/open/space/basic, +/obj/item/storage/belt/utility, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, /area/bigredv2/outside/dorms) "MK" = ( /obj/structure/pipes/standard/simple/hidden/green{ @@ -2187,8 +2210,10 @@ }, /area/bigredv2/outside/dorms) "Oz" = ( -/obj/item/ammo_magazine/rifle/type71/heap, /obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin3" }, @@ -2214,7 +2239,9 @@ }, /area/bigredv2/outside/c) "OU" = ( -/obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/mars{ icon_state = "mars_dirt_5" }, @@ -2297,11 +2324,13 @@ }, /area/bigredv2/outside/dorms) "Qb" = ( -/obj/item/ammo_magazine/rifle/type71/heap, /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, /obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/mars{ icon_state = "mars_dirt_5" }, @@ -2387,7 +2416,9 @@ /area/bigredv2/outside/dorms) "RM" = ( /obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, /turf/open/mars{ icon_state = "mars_dirt_5" }, @@ -3320,7 +3351,7 @@ mj KV PC cd -rp +MJ rp Oz XL @@ -3582,7 +3613,7 @@ zX SG lC zZ -MJ +pg GL aI Fm From 1f1b9f1fd0b28c684c28ff563342d1e414c5b45d Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 17:19:47 +0800 Subject: [PATCH 07/37] RevertSomeChoices --- code/modules/gear_presets/survivors.dm | 72 ++++--------------- .../standalone/crashlanding-upp-dorms.dmm | 2 +- 2 files changed, 16 insertions(+), 58 deletions(-) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 88f14b3b1da9..565645f032f3 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1413,6 +1413,9 @@ ..() /datum/equipment_preset/survivor/upp + name = "UPP Soldier" + paygrade = "UE1" + origin_override = ORIGIN_UPP rank = JOB_SURVIVOR skills = /datum/skills/upp languages = list(LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_CHINESE) @@ -1425,53 +1428,8 @@ ACCESS_CIVILIAN_PUBLIC ) -/datum/equipment_preset/survivor/upp/load_name(mob/living/carbon/human/new_human, randomise) - new_human.gender = pick(60;MALE,40;FEMALE) - var/datum/preferences/A = new() - A.randomize_appearance(new_human) - var/random_name - var/first_name - var/last_name - //gender checks - if(new_human.gender == MALE) - if(prob(40)) - first_name = "[capitalize(randomly_generate_chinese_word(1))]" - else - first_name = "[pick(first_names_male_upp)]" - new_human.f_style = pick("3 O'clock Shadow", "3 O'clock Moustache", "5 O'clock Shadow", "5 O'clock Moustache") - else - if(prob(40)) - first_name = "[capitalize(randomly_generate_chinese_word(1))]" - else - first_name = "[pick(first_names_female_upp)]" - //surname - if(prob(35)) - last_name = "[capitalize(randomly_generate_chinese_word(pick(20;1, 80;2)))]" - else - last_name = "[pick(last_names_upp)]" - //put them together - random_name = "[first_name] [last_name]" - - new_human.change_real_name(new_human, random_name) - new_human.age = rand(17,35) - new_human.h_style = pick("Crewcut", "Shaved Head", "Buzzcut", "Undercut", "Side Undercut", "Bun, Topknot") - var/static/list/colors = list("BLACK" = list(15, 15, 25), "BROWN" = list(102, 51, 0), "AUBURN" = list(139, 62, 19)) - var/static/list/hair_colors = colors.Copy() + list("BLONDE" = list(197, 164, 30), "CARROT" = list(174, 69, 42)) - var/hair_color = pick(hair_colors) - new_human.r_hair = hair_colors[hair_color][1] - new_human.g_hair = hair_colors[hair_color][2] - new_human.b_hair = hair_colors[hair_color][3] - new_human.r_facial = hair_colors[hair_color][1] - new_human.g_facial = hair_colors[hair_color][2] - new_human.b_facial = hair_colors[hair_color][3] - var/eye_color = pick(colors) - new_human.r_eyes = colors[eye_color][1] - new_human.g_eyes = colors[eye_color][2] - new_human.b_eyes = colors[eye_color][3] - idtype = /obj/item/card/id/dogtag - /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE) @@ -1514,12 +1472,12 @@ var/i = rand(1,4) switch(i) if (1 , 2 , 3) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) if (4) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) @@ -1536,14 +1494,14 @@ spawn_random_upp_armor(new_human) ..() -/datum/equipment_preset/survivor/upp/soldier/sapper +/datum/equipment_preset/survivor/upp/sapper name = "Survivor - UPP Sapper" paygrade = "UE3S" assignment = "UPP Sapper" skills = /datum/skills/upp/combat_engineer /datum/equipment_preset/survivor/upp/sapper/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi/survivor(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) @@ -1553,16 +1511,16 @@ spawn_random_upp_armor(new_human) ..() -/datum/equipment_preset/survivor/upp/soldier/medic +/datum/equipment_preset/survivor/upp/medic name = "Survivor - UPP Medic" paygrade = "UE3M" assignment = "UPP Medic" skills = /datum/skills/upp/combat_medic /datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic/survivor(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new/obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/medic/upp(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human), WEAR_IN_BACK) @@ -1573,7 +1531,7 @@ spawn_random_upp_armor(new_human) ..() -/datum/equipment_preset/survivor/upp/soldier/specialist +/datum/equipment_preset/survivor/upp/specialist name = "Survivor - UPP Specialist" paygrade = "UE4" assignment = "UPP Specialist" @@ -1581,7 +1539,7 @@ /datum/equipment_preset/survivor/upp/specialist/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy(new_human), WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/heavy (new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/flamer(new_human), WEAR_L_HAND) @@ -1591,10 +1549,10 @@ ..() -/datum/equipment_preset/survivor/upp/soldier/squad_leader +/datum/equipment_preset/survivor/upp/squad_leader name = "Survivor - UPP Squad Leader" paygrade = "UE5" - languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN, LANGUAGE_CHINESE) + languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN, LANGUAGE_CHINESE) assignment = "UPP Squad Leader" skills = /datum/skills/upp/SL diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index d9150d62886d..1b9abac18d98 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -2709,10 +2709,10 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "WL" = ( -/obj/effect/landmark/survivor_spawner/upp_specialist, /obj/item/prop/colony/usedbandage{ dir = 1 }, +/obj/effect/landmark/survivor_spawner/upp_specialist, /turf/open/shuttle/dropship{ icon_state = "rasputin5" }, From 6ba0b6189af70d8f5ad98255cfaa34562e81215c Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 17:39:10 +0800 Subject: [PATCH 08/37] FixComma --- code/modules/gear_presets/survivors.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 565645f032f3..3b6169fe7490 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1425,7 +1425,7 @@ idtype = /obj/item/card/id/dogtag flags = EQUIPMENT_PRESET_START_OF_ROUND access = list( - ACCESS_CIVILIAN_PUBLIC + ACCESS_CIVILIAN_PUBLIC, ) /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) From 9f0ab1fff3917f6c91141d772f4e54ca3b7b94c6 Mon Sep 17 00:00:00 2001 From: Steelpoint <6595389+Steelpoint@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:46:17 +0800 Subject: [PATCH 09/37] Update marine_armor.dm --- code/modules/clothing/suits/marine_armor.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index 8ad01f8c4e30..ab62ea782a09 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -579,7 +579,6 @@ var/list/squad_colors_chat = list(rgb(230,125,125), rgb(255,230,80), rgb(255,150 armor_rad = CLOTHING_ARMOR_NONE armor_internaldamage = CLOTHING_ARMOR_NONE storage_slots = 3 - slowdown = SLOWDOWN_ARMOR_VERY_LIGHT time_to_unequip = 0.5 SECONDS time_to_equip = 1 SECONDS uniform_restricted = null From 40eb87f59b61dd27bb66637d7290938748688619 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 20:20:03 +0800 Subject: [PATCH 10/37] MoreGearChanges --- code/modules/gear_presets/survivors.dm | 23 +++++++++++++------ .../standalone/crashlanding-upp-dorms.dmm | 21 ++++++----------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 3b6169fe7490..d5373cc85bea 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1429,13 +1429,12 @@ ) /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/PK9(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) @@ -1472,15 +1471,22 @@ var/i = rand(1,4) switch(i) if (1 , 2 , 3) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) if (4) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) +/datum/equipment_preset/survivor/upp/proc/spawn_random_upp_belt(mob/living/carbon/human/new_human) + var/i = rand(1,3) + switch(i) + if (1 , 2) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/PK9(new_human), WEAR_WAIST) + if (3) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp(new_human), WEAR_WAIST) /datum/equipment_preset/survivor/upp/soldier name = "Survivor - UPP Soldier" paygrade = "UE2" @@ -1492,6 +1498,7 @@ add_upp_weapon(new_human) spawn_random_upp_headgear(new_human) spawn_random_upp_armor(new_human) + spawn_random_upp_belt(new_human) ..() /datum/equipment_preset/survivor/upp/sapper @@ -1501,7 +1508,7 @@ skills = /datum/skills/upp/combat_engineer /datum/equipment_preset/survivor/upp/sapper/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi/survivor (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) @@ -1518,9 +1525,9 @@ skills = /datum/skills/upp/combat_medic /datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic/survivor (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new/obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/medic/upp(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human), WEAR_IN_BACK) @@ -1546,6 +1553,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/PK9(new_human), WEAR_WAIST) ..() @@ -1562,6 +1570,7 @@ new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(new_human), WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/PK9(new_human), WEAR_WAIST) add_upp_weapon(new_human) ..() diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 1b9abac18d98..4ec61e68d067 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -513,11 +513,9 @@ /turf/open/floor, /area/bigredv2/outside/general_offices) "kd" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "dorms" - }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sandbags/large_stack, /turf/open/floor/plating{ - dir = 8; icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) @@ -1352,12 +1350,6 @@ icon_state = "asteroidwarning" }, /area/bigredv2/outside/c) -"zq" = ( -/obj/item/stack/barbed_wire/small_stack, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) "zr" = ( /turf/open/floor{ dir = 8; @@ -1973,7 +1965,7 @@ }, /area/bigredv2/outside/c) "Kd" = ( -/obj/item/stack/sandbags/large_stack, +/obj/item/stack/barbed_wire/small_stack, /turf/open/floor/plating{ icon_state = "platingdmg1" }, @@ -2062,6 +2054,7 @@ }, /area/bigredv2/outside/dorms) "KV" = ( +/obj/structure/closet/crate/supply, /obj/item/ammo_box/magazine/misc/flares, /turf/open/shuttle/dropship{ icon_state = "rasputin15" @@ -3084,7 +3077,7 @@ bJ gG BS fl -kd +aI Tm rP ep @@ -3388,8 +3381,8 @@ fy sI mW XL -zq -AH +ql +kd TF VX fe From 7de4334cdaf6cf8376c4c097ae571c1a47529394 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 21:09:32 +0800 Subject: [PATCH 11/37] ShipSprites --- icons/turf/ert_shuttle.dmi | Bin 9813 -> 12461 bytes .../standalone/crashlanding-upp-dorms.dmm | 305 +++++++++++------- 2 files changed, 181 insertions(+), 124 deletions(-) diff --git a/icons/turf/ert_shuttle.dmi b/icons/turf/ert_shuttle.dmi index 2a9627a77094997395032429459ddc8716d7201d..90be563b35c6975d583490f532efb61bf9528a45 100644 GIT binary patch literal 12461 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 Pp#)f4*qPUvo=*5b`XgwK diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 4ec61e68d067..dd666b8aaafc 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -81,6 +81,15 @@ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) +"cs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "test8"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "ct" = ( /obj/structure/machinery/blackbox_recorder, /turf/open/floor/plating, @@ -187,7 +196,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp20"; + icon_state = "test4"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -201,6 +210,12 @@ icon_state = "darkred2" }, /area/bigredv2/outside/admin_building) +"eS" = ( +/turf/closed/shuttle/ert{ + icon_state = "T10"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "eX" = ( /obj/structure/bed/chair/dropship/passenger, /obj/item/storage/belt/medical/lifesaver/upp, @@ -292,7 +307,7 @@ "fN" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp20"; + icon_state = "test1"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -418,9 +433,11 @@ }, /area/bigredv2/outside/c) "hY" = ( -/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "test7"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -432,6 +449,12 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"ic" = ( +/turf/closed/shuttle/ert{ + icon_state = "T12"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "ii" = ( /turf/open/mars{ icon_state = "mars_dirt_8" @@ -570,10 +593,11 @@ /area/bigredv2/outside/dorms) "lC" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, -/turf/open/floor/plating, /area/bigredv2/outside/dorms) "lF" = ( /obj/effect/decal/cleanable/blood, @@ -669,11 +693,15 @@ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) +"mS" = ( +/turf/closed/shuttle/ert{ + icon_state = "T13"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "mW" = ( /obj/item/trash/semki, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, +/turf/open/shuttle/dropship, /area/bigredv2/outside/dorms) "mZ" = ( /obj/structure/pipes/standard/simple/hidden/green, @@ -786,10 +814,11 @@ }, /area/bigredv2/outside/c) "pc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "upp25"; - name = "Fulcrum" +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" }, /area/bigredv2/outside/dorms) "pg" = ( @@ -797,11 +826,9 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "pn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/item/stack/sheet/metal, /turf/closed/shuttle/ert{ - icon_state = "upp_leftengine"; + icon_state = "T13"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -818,11 +845,9 @@ }, /area/bigredv2/outside/dorms) "pG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "T13"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -913,7 +938,7 @@ /area/bigredv2/outside/c) "ro" = ( /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "test5"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -923,15 +948,16 @@ }, /area/bigredv2/outside/dorms) "rq" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T11"; + name = "Fulcrum" }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/area/bigredv2/outside/dorms) +"rH" = ( +/turf/closed/shuttle/ert{ + icon_state = "test6"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "rJ" = ( @@ -1208,6 +1234,13 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"wN" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0; + name = s + }, +/area/bigredv2/outside/dorms) "wU" = ( /obj/structure/surface/table/almayer, /turf/open/floor/plating, @@ -1361,6 +1394,15 @@ icon_state = "mars_dirt_12" }, /area/bigredv2/outside/c) +"zy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T15"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "zH" = ( /obj/structure/barricade/wooden, /turf/open/mars{ @@ -1417,7 +1459,7 @@ "AY" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp2"; + icon_state = "test3"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -1461,6 +1503,15 @@ icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) +"BB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T16"; + name = "Fulcrum + }, +/area/bigredv2/outside/dorms) "BD" = ( /obj/structure/machinery/light/double{ dir = 4; @@ -1595,15 +1646,10 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "Dt" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) "Dv" = ( /obj/structure/window/framed/solaris, @@ -1622,8 +1668,9 @@ /area/bigredv2/outside/bar) "DI" = ( /obj/effect/landmark/good_item, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/turf/closed/shuttle/ert{ + icon_state = "T13"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "DY" = ( @@ -1648,12 +1695,9 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "En" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5; - pixel_y = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "test1"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "EF" = ( @@ -1718,11 +1762,10 @@ }, /area/bigredv2/outside/dorms) "FI" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/obj/item/stack/rods, +/turf/closed/shuttle/ert{ + icon_state = "T14"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Gh" = ( @@ -1730,12 +1773,9 @@ /turf/open/mars, /area/bigredv2/outside/c) "Gi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T9"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Gr" = ( @@ -2038,11 +2078,8 @@ }, /area/bigredv2/outside/dorms) "KO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/closed/shuttle/ert{ - icon_state = "upp_rightengine"; + icon_state = "test3"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2161,7 +2198,7 @@ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "upp3"; + icon_state = "test3"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2178,6 +2215,15 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"NI" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/bigredv2/outside/dorms) "NM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -2207,9 +2253,7 @@ /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, +/turf/open/shuttle/dropship, /area/bigredv2/outside/dorms) "OR" = ( /obj/structure/machinery/light{ @@ -2441,8 +2485,8 @@ "SG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, /turf/open/floor/plating{ icon_state = "platingdmg1" @@ -2452,7 +2496,7 @@ /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "test5"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2534,6 +2578,12 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"TK" = ( +/turf/closed/shuttle/ert{ + icon_state = "T11"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "TL" = ( /obj/item/stack/rods, /obj/structure/prop/invuln/lattice_prop{ @@ -2618,7 +2668,7 @@ "Vl" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/closed/shuttle/ert{ - icon_state = "upp25"; + icon_state = "T18"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2699,7 +2749,10 @@ "WH" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/sheet/metal, -/turf/open/floor/plating, +/turf/closed/shuttle/ert{ + icon_state = "T14"; + name = "Fulcrum" + }, /area/bigredv2/outside/dorms) "WL" = ( /obj/item/prop/colony/usedbandage{ @@ -2736,6 +2789,13 @@ icon_state = "rasputin7" }, /area/bigredv2/outside/dorms) +"WS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T14"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "Xe" = ( /obj/item/stack/sheet/metal, /obj/effect/decal/cleanable/dirt, @@ -2765,10 +2825,6 @@ }, /area/bigredv2/outside/c) "XL" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper Fulcrum Airlock" - }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, @@ -2790,7 +2846,7 @@ /area/bigredv2/outside/dorms) "XQ" = ( /turf/closed/shuttle/ert{ - icon_state = "upp2"; + icon_state = "T7"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2808,9 +2864,10 @@ }, /area/bigredv2/outside/bar) "Yf" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T17"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Yx" = ( @@ -3174,12 +3231,12 @@ Ww UK fl qs -CX +pn fN MK -XQ +rH qe -Yf +Xg HE AH PO @@ -3206,14 +3263,14 @@ Jm oe UE AH -Kh -Sh -ya -pn +mS +En +KO +KO +hY Fb Op -Xg -En +hQ rJ UD wU @@ -3238,18 +3295,18 @@ ql NW CX KX -AH -Sh -ya -XQ +pG +En +KO +KO KO +cs Ti IP -hQ UD -Sh -mq -mq +Gi +XQ +XQ ro qI hT @@ -3282,8 +3339,8 @@ mq mq mq WN -lP -ya +rq +eS wo VX Lf @@ -3312,9 +3369,9 @@ uk Qf mH mH -Dt mH -XQ +pc +XL KD rP VX @@ -3411,9 +3468,9 @@ uk BQ Gr Gr -rq Gr -XQ +NI +XL Kd rP YO @@ -3447,7 +3504,7 @@ lP gF gF ya -mq +XQ ro ji Qb @@ -3469,19 +3526,19 @@ pz ql JX Bf -KX -pc -hY +WS +Yf AY -pn +AY +KO +zy Fb Op -FI pg -fC -gF -gF -ya +ic +TK +TK +eS hX cD eb @@ -3504,12 +3561,12 @@ JX GU HZ WH -pc -hY +Yf +AY KO +BB Ti -IP -dd +wN KX AH UE @@ -3537,10 +3594,10 @@ hy Kh aI ql -pz -pc -pG -XQ +FI +Yf +MK +rH oe Lk ct @@ -3570,10 +3627,10 @@ QN lM Pq oL -Dk -Gi +Dt +WS Vl -ya +eS sy Cb Sk From b1e62867352ac7b682131228c64ad6148bb8b695 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 21:52:37 +0800 Subject: [PATCH 12/37] FixShipSpritesAndMap --- icons/turf/ert_shuttle.dmi | Bin 9813 -> 12039 bytes .../standalone/crashlanding-upp-dorms.dmm | 278 ++++++++++-------- 2 files changed, 152 insertions(+), 126 deletions(-) diff --git a/icons/turf/ert_shuttle.dmi b/icons/turf/ert_shuttle.dmi index 2a9627a77094997395032429459ddc8716d7201d..6c38d6b409c09890ea3f5d7630ec5cb96392a251 100644 GIT binary patch literal 12039 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 Pp#)f4*qPUvo=*5b`XgwK diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 4ec61e68d067..32bd5f0b155f 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -73,6 +73,14 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor, /area/bigredv2/outside/dorms) +"bY" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/bigredv2/outside/dorms) "cd" = ( /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 @@ -182,12 +190,8 @@ }, /area/bigredv2/outside/bar) "eD" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp20"; + icon_state = "T8"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -290,9 +294,8 @@ }, /area/bigredv2/outside/bar) "fN" = ( -/obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp20"; + icon_state = "T11"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -420,7 +423,7 @@ "hY" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "T20"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -671,9 +674,7 @@ /area/bigredv2/outside/dorms) "mW" = ( /obj/item/trash/semki, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, +/turf/open/shuttle/dropship, /area/bigredv2/outside/dorms) "mZ" = ( /obj/structure/pipes/standard/simple/hidden/green, @@ -788,7 +789,7 @@ "pc" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp25"; + icon_state = "T16"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -801,7 +802,7 @@ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "upp_leftengine"; + icon_state = "T17"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -822,8 +823,7 @@ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "upp1"; - name = "Fulcrum" + icon_state = "T19" }, /area/bigredv2/outside/dorms) "pK" = ( @@ -913,7 +913,7 @@ /area/bigredv2/outside/c) "ro" = ( /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "T4"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -923,15 +923,10 @@ }, /area/bigredv2/outside/dorms) "rq" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/obj/effect/landmark/good_item, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) "rJ" = ( @@ -1196,6 +1191,13 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"wB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T11"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "wF" = ( /turf/open/floor{ dir = 4; @@ -1417,7 +1419,7 @@ "AY" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp2"; + icon_state = "T7"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -1595,14 +1597,10 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "Dt" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T2"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Dv" = ( @@ -1621,9 +1619,10 @@ }, /area/bigredv2/outside/bar) "DI" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/closed/shuttle/ert{ + icon_state = "T15"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "DY" = ( @@ -1648,12 +1647,9 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "En" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5; - pixel_y = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T14"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "EF" = ( @@ -1718,11 +1714,9 @@ }, /area/bigredv2/outside/dorms) "FI" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T5"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Gh" = ( @@ -1730,12 +1724,9 @@ /turf/open/mars, /area/bigredv2/outside/c) "Gi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T2"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Gr" = ( @@ -2038,11 +2029,8 @@ }, /area/bigredv2/outside/dorms) "KO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/closed/shuttle/ert{ - icon_state = "upp_rightengine"; + icon_state = "T7"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2100,6 +2088,15 @@ name = "Fulcrum" }, /area/bigredv2/outside/dorms) +"Ls" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T10"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "Lv" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -2157,11 +2154,9 @@ }, /area/bigredv2/outside/dorms) "MK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp3"; + icon_state = "T8"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2178,6 +2173,20 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"Nn" = ( +/turf/closed/shuttle/ert{ + icon_state = "T1"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) +"Nv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T4"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "NM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -2207,9 +2216,7 @@ /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, +/turf/open/shuttle/dropship, /area/bigredv2/outside/dorms) "OR" = ( /obj/structure/machinery/light{ @@ -2449,10 +2456,12 @@ }, /area/bigredv2/outside/dorms) "SK" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "T6"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2609,6 +2618,15 @@ /obj/item/prop/colony/used_flare, /turf/open/floor, /area/bigredv2/outside/dorms) +"Ve" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/bigredv2/outside/dorms) "Vk" = ( /turf/open/floor{ dir = 1; @@ -2616,9 +2634,8 @@ }, /area/bigredv2/outside/c) "Vl" = ( -/obj/structure/pipes/standard/manifold/hidden/green, /turf/closed/shuttle/ert{ - icon_state = "upp25"; + icon_state = "T16"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2662,6 +2679,15 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) +"Wm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T9"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "Ww" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor, @@ -2697,9 +2723,10 @@ }, /area/bigredv2/outside/dorms) "WH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, +/turf/closed/shuttle/ert{ + icon_state = "T3"; + name = "Fulcrum" + }, /area/bigredv2/outside/dorms) "WL" = ( /obj/item/prop/colony/usedbandage{ @@ -2765,10 +2792,6 @@ }, /area/bigredv2/outside/c) "XL" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper Fulcrum Airlock" - }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, @@ -2789,8 +2812,11 @@ }, /area/bigredv2/outside/dorms) "XQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/closed/shuttle/ert{ - icon_state = "upp2"; + icon_state = "T7"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2808,9 +2834,9 @@ }, /area/bigredv2/outside/bar) "Yf" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T12"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Yx" = ( @@ -3115,7 +3141,7 @@ CR rP hZ Ek -aI +Fk iU hV jH @@ -3142,11 +3168,11 @@ iU QN aI aM -DI -eD +fl +fN SK +Nv Wz -Fk Ek vB qs @@ -3174,14 +3200,14 @@ Ww UK fl qs -CX +rq fN MK XQ +FI qe -Yf HE -AH +Xg PO XP JU @@ -3206,14 +3232,14 @@ Jm oe UE AH -Kh -Sh -ya -pn +AH +fN +eD +KO +Wm Fb Op -Xg -En +hQ rJ UD wU @@ -3238,18 +3264,18 @@ ql NW CX KX -AH -Sh -ya -XQ +CX +wB +eD +KO KO +Ls Ti IP -hQ UD -Sh -mq -mq +Nn +WH +WH ro qI hT @@ -3282,8 +3308,8 @@ mq mq mq WN -lP -ya +Dt +En wo VX Lf @@ -3312,9 +3338,9 @@ uk Qf mH mH -Dt mH -XQ +bY +rp KD rP VX @@ -3411,9 +3437,9 @@ uk BQ Gr Gr -rq Gr -XQ +Ve +rp Kd rP YO @@ -3447,7 +3473,7 @@ lP gF gF ya -mq +WH ro ji Qb @@ -3469,19 +3495,19 @@ pz ql JX Bf -KX +GU pc hY AY -pn +AY +pG Fb Op -FI pg -fC -gF -gF -ya +Yf +Gi +Gi +En hX cD eb @@ -3503,13 +3529,13 @@ pg JX GU HZ -WH +ql pc hY -KO +AY +pn Ti IP -dd KX AH UE @@ -3536,12 +3562,12 @@ pg hy Kh aI -ql -pz -pc -pG +CX +KX +Vl +hY XQ -oe +FI Lk ct qs @@ -3571,10 +3597,10 @@ lM Pq oL Dk -Gi +zZ Vl -ya -sy +DI +En Cb Sk lV From 1353aaadb484a16b99b9fb448bcb9fc311e55519 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 22:14:36 +0800 Subject: [PATCH 13/37] HolyShitPleaseFixThis --- .../standalone/crashlanding-upp-dorms.dmm | 273 +++++++----------- 1 file changed, 106 insertions(+), 167 deletions(-) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index de1b8b64c347..32bd5f0b155f 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -89,15 +89,6 @@ icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) -"cs" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "test8"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "ct" = ( /obj/structure/machinery/blackbox_recorder, /turf/open/floor/plating, @@ -200,7 +191,7 @@ /area/bigredv2/outside/bar) "eD" = ( /turf/closed/shuttle/ert{ - icon_state = "upp20"; + icon_state = "T8"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -214,12 +205,6 @@ icon_state = "darkred2" }, /area/bigredv2/outside/admin_building) -"eS" = ( -/turf/closed/shuttle/ert{ - icon_state = "T10"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "eX" = ( /obj/structure/bed/chair/dropship/passenger, /obj/item/storage/belt/medical/lifesaver/upp, @@ -310,7 +295,7 @@ /area/bigredv2/outside/bar) "fN" = ( /turf/closed/shuttle/ert{ - icon_state = "upp20"; + icon_state = "T11"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -436,11 +421,9 @@ }, /area/bigredv2/outside/c) "hY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "T20"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -452,12 +435,6 @@ }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"ic" = ( -/turf/closed/shuttle/ert{ - icon_state = "T12"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "ii" = ( /turf/open/mars{ icon_state = "mars_dirt_8" @@ -596,11 +573,10 @@ /area/bigredv2/outside/dorms) "lC" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, +/turf/open/floor/plating, /area/bigredv2/outside/dorms) "lF" = ( /obj/effect/decal/cleanable/blood, @@ -696,12 +672,6 @@ icon_state = "rasputin15" }, /area/bigredv2/outside/dorms) -"mS" = ( -/turf/closed/shuttle/ert{ - icon_state = "T13"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "mW" = ( /obj/item/trash/semki, /turf/open/shuttle/dropship, @@ -819,7 +789,7 @@ "pc" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp25"; + icon_state = "T16"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -828,9 +798,11 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "pn" = ( -/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/closed/shuttle/ert{ - icon_state = "upp_leftengine"; + icon_state = "T17"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -847,10 +819,11 @@ }, /area/bigredv2/outside/dorms) "pG" = ( -/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/closed/shuttle/ert{ - icon_state = "upp1"; - name = "Fulcrum" + icon_state = "T19" }, /area/bigredv2/outside/dorms) "pK" = ( @@ -940,7 +913,7 @@ /area/bigredv2/outside/c) "ro" = ( /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "T4"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -950,15 +923,10 @@ }, /area/bigredv2/outside/dorms) "rq" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/obj/effect/landmark/good_item, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) "rJ" = ( @@ -1242,13 +1210,6 @@ icon_state = "wood" }, /area/bigredv2/outside/bar) -"wN" = ( -/turf/closed/shuttle/ert{ - icon_state = "rightengine_1"; - opacity = 0; - name = s - }, -/area/bigredv2/outside/dorms) "wU" = ( /obj/structure/surface/table/almayer, /turf/open/floor/plating, @@ -1402,15 +1363,6 @@ icon_state = "mars_dirt_12" }, /area/bigredv2/outside/c) -"zy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "T15"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "zH" = ( /obj/structure/barricade/wooden, /turf/open/mars{ @@ -1467,7 +1419,7 @@ "AY" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp2"; + icon_state = "T7"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -1511,15 +1463,6 @@ icon_state = "platingdmg3" }, /area/bigredv2/outside/dorms) -"BB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "T16"; - name = "Fulcrum - }, -/area/bigredv2/outside/dorms) "BD" = ( /obj/structure/machinery/light/double{ dir = 4; @@ -1654,14 +1597,10 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "Dt" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T2"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Dv" = ( @@ -1680,9 +1619,10 @@ }, /area/bigredv2/outside/bar) "DI" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/closed/shuttle/ert{ + icon_state = "T15"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "DY" = ( @@ -1707,12 +1647,9 @@ /turf/open/floor/plating, /area/bigredv2/outside/dorms) "En" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5; - pixel_y = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T14"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "EF" = ( @@ -1777,11 +1714,9 @@ }, /area/bigredv2/outside/dorms) "FI" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T5"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Gh" = ( @@ -1789,12 +1724,9 @@ /turf/open/mars, /area/bigredv2/outside/c) "Gi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T2"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Gr" = ( @@ -2098,7 +2030,7 @@ /area/bigredv2/outside/dorms) "KO" = ( /turf/closed/shuttle/ert{ - icon_state = "upp_rightengine"; + icon_state = "T7"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2224,7 +2156,7 @@ "MK" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp3"; + icon_state = "T8"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2241,6 +2173,20 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) +"Nn" = ( +/turf/closed/shuttle/ert{ + icon_state = "T1"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) +"Nv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T4"; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "NM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -2502,8 +2448,8 @@ "SG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/plating{ icon_state = "platingdmg1" @@ -2515,7 +2461,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "upp1"; + icon_state = "T6"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2597,12 +2543,6 @@ icon_state = "mars_dirt_5" }, /area/bigredv2/outside/c) -"TK" = ( -/turf/closed/shuttle/ert{ - icon_state = "T11"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "TL" = ( /obj/item/stack/rods, /obj/structure/prop/invuln/lattice_prop{ @@ -2695,7 +2635,7 @@ /area/bigredv2/outside/c) "Vl" = ( /turf/closed/shuttle/ert{ - icon_state = "upp25"; + icon_state = "T16"; name = "Fulcrum" }, /area/bigredv2/outside/dorms) @@ -2783,9 +2723,10 @@ }, /area/bigredv2/outside/dorms) "WH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, +/turf/closed/shuttle/ert{ + icon_state = "T3"; + name = "Fulcrum" + }, /area/bigredv2/outside/dorms) "WL" = ( /obj/item/prop/colony/usedbandage{ @@ -2822,13 +2763,6 @@ icon_state = "rasputin7" }, /area/bigredv2/outside/dorms) -"WS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T14"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "Xe" = ( /obj/item/stack/sheet/metal, /obj/effect/decal/cleanable/dirt, @@ -2900,9 +2834,9 @@ }, /area/bigredv2/outside/bar) "Yf" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/turf/closed/shuttle/ert{ + icon_state = "T12"; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "Yx" = ( @@ -3266,12 +3200,12 @@ Ww UK fl qs -CX +rq fN MK XQ +FI qe -Yf HE Xg PO @@ -3298,10 +3232,11 @@ Jm oe UE AH -Kh -Sh -ya -pn +AH +fN +eD +KO +Wm Fb Op hQ @@ -3329,17 +3264,18 @@ ql NW CX KX -AH -Sh -ya -XQ +CX +wB +eD KO +KO +Ls Ti IP UD -Sh -mq -mq +Nn +WH +WH ro qI hT @@ -3372,8 +3308,8 @@ mq mq mq WN -lP -ya +Dt +En wo VX Lf @@ -3403,7 +3339,8 @@ Qf mH mH mH -XQ +bY +rp KD rP VX @@ -3501,7 +3438,8 @@ BQ Gr Gr Gr -XQ +Ve +rp Kd rP YO @@ -3535,7 +3473,7 @@ lP gF gF ya -mq +WH ro ji Qb @@ -3557,18 +3495,19 @@ pz ql JX Bf -KX +GU pc hY AY -pn +AY +pG Fb Op pg -fC -gF -gF -ya +Yf +Gi +Gi +En hX cD eb @@ -3590,13 +3529,13 @@ pg JX GU HZ -WH +ql pc hY -KO +AY +pn Ti IP -dd KX AH UE @@ -3623,12 +3562,12 @@ pg hy Kh aI -ql -pz -pc -pG +CX +KX +Vl +hY XQ -oe +FI Lk ct qs @@ -3658,10 +3597,10 @@ lM Pq oL Dk -Gi +zZ Vl -ya -sy +DI +En Cb Sk lV From 65d0893c5acca93278e4f892abc2ee7f948196bc Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sun, 9 Jul 2023 23:38:40 +0800 Subject: [PATCH 14/37] AddSynth --- .../effects/landmarks/survivor_spawner.dm | 16 ++++++++++------ code/modules/gear_presets/synths.dm | 19 +++++++++++++++++++ 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 1677b9afcce6..09e077b65808 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -91,7 +91,6 @@ spawn_priority = SPAWN_PRIORITY_VERY_HIGH - //Military Survivors// /obj/effect/landmark/survivor_spawner/lv522_forecon_tech @@ -116,21 +115,26 @@ /obj/effect/landmark/survivor_spawner/upp/soldier equipment = /datum/equipment_preset/survivor/upp/soldier - spawn_priority = SPAWN_PRIORITY_MEDIUM + synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + spawn_priority = SPAWN_PRIORITY_VERY_HIGH /obj/effect/landmark/survivor_spawner/upp_sapper equipment = /datum/equipment_preset/survivor/upp/sapper - spawn_priority = SPAWN_PRIORITY_HIGH + synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/upp_medic equipment = /datum/equipment_preset/survivor/upp/medic - spawn_priority = SPAWN_PRIORITY_HIGH + synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/upp_specialist equipment = /datum/equipment_preset/survivor/upp/specialist - spawn_priority = SPAWN_PRIORITY_HIGH + synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + spawn_priority = SPAWN_PRIORITY_LOW /obj/effect/landmark/survivor_spawner/squad_leader equipment = /datum/equipment_preset/survivor/upp/squad_leader - spawn_priority = SPAWN_PRIORITY_VERY_HIGH + synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + spawn_priority = SPAWN_PRIORITY_HIGH diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index 823cfb4d69d4..b1687890045b 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -451,6 +451,25 @@ survivor_variant = ENGINEERING_SURVIVOR +/datum/equipment_preset/synth/survivor/upp_synth + name = "Survivor - Synthetic - UPP Synth" + faction = FACTION_UPP + idtype = /obj/item/card/id/dogtag + role_comm_title = "UPP Syn" + equipment_to_spawn = list( + WEAR_HEAD = /obj/item/clothing/head/uppcap/beret, + WEAR_EYES = /obj/item/clothing/glasses/hud/health, + WEAR_BODY = /obj/item/clothing/under/marine/veteran/UPP/medic/survivor, + WEAR_BACK = /obj/item/storage/backpack/lightpack/upp, + WEAR_IN_BACK = /obj/item/storage/firstaid/adv, + WEAR_IN_BACK = /obj/item/roller, + WEAR_JACKET = /obj/item/clothing/suit/storage/webbing, + WEAR_WAIST = /obj/item/storage/belt/medical/lifesaver/upp/partial, + WEAR_HANDS = /obj/item/clothing/gloves/marine/veteran, + WEAR_R_STORE = /obj/item/storage/pouch/tools/full, + WEAR_FEET = /obj/item/clothing/shoes/marine/upp, + ) + //*****************************************************************************************************/ /datum/equipment_preset/synth/working_joe From ad484d031fc1cbb5353917f8cb8b816780e6097d Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 01:05:28 +0800 Subject: [PATCH 15/37] WeakerPistol --- code/modules/gear_presets/survivors.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index d5373cc85bea..ac40ee0bc000 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1484,7 +1484,7 @@ var/i = rand(1,3) switch(i) if (1 , 2) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/PK9(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/NY(new_human), WEAR_WAIST) if (3) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp(new_human), WEAR_WAIST) /datum/equipment_preset/survivor/upp/soldier From 31107e815118a586e3d915fca3c4afd8bb3005b5 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 01:23:08 +0800 Subject: [PATCH 16/37] CleanUpAndOpacity --- .../standalone/crashlanding-upp-dorms.dmm | 116 ++++++++++++------ 1 file changed, 76 insertions(+), 40 deletions(-) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 32bd5f0b155f..96796c85b781 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -192,7 +192,8 @@ "eD" = ( /turf/closed/shuttle/ert{ icon_state = "T8"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "eM" = ( @@ -296,7 +297,8 @@ "fN" = ( /turf/closed/shuttle/ert{ icon_state = "T11"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "gi" = ( @@ -424,7 +426,8 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "T20"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "hZ" = ( @@ -587,7 +590,8 @@ "lJ" = ( /turf/closed/shuttle/ert{ icon_state = "upp27"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "lL" = ( @@ -790,7 +794,8 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "T16"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "pg" = ( @@ -803,7 +808,8 @@ }, /turf/closed/shuttle/ert{ icon_state = "T17"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "px" = ( @@ -823,7 +829,9 @@ dir = 4 }, /turf/closed/shuttle/ert{ - icon_state = "T19" + icon_state = "T19"; + opacity = 0; + name = "Fulcrum" }, /area/bigredv2/outside/dorms) "pK" = ( @@ -914,7 +922,8 @@ "ro" = ( /turf/closed/shuttle/ert{ icon_state = "T4"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "rp" = ( @@ -1194,8 +1203,9 @@ "wB" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ - icon_state = "T11"; - name = "Fulcrum" + icon_state = "T7"; + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "wF" = ( @@ -1417,10 +1427,11 @@ }, /area/bigredv2/outside/dorms) "AY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T7"; - name = "Fulcrum" +/obj/effect/decal/warning_stripes{ + icon_state = "S-corner" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, /area/bigredv2/outside/dorms) "AZ" = ( @@ -1600,7 +1611,8 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "T2"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Dv" = ( @@ -1622,7 +1634,8 @@ /obj/structure/pipes/standard/manifold/hidden/green, /turf/closed/shuttle/ert{ icon_state = "T15"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "DY" = ( @@ -1649,7 +1662,8 @@ "En" = ( /turf/closed/shuttle/ert{ icon_state = "T14"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "EF" = ( @@ -1716,7 +1730,8 @@ "FI" = ( /turf/closed/shuttle/ert{ icon_state = "T5"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Gh" = ( @@ -1726,7 +1741,8 @@ "Gi" = ( /turf/closed/shuttle/ert{ icon_state = "T2"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Gr" = ( @@ -2031,7 +2047,8 @@ "KO" = ( /turf/closed/shuttle/ert{ icon_state = "T7"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "KP" = ( @@ -2094,7 +2111,8 @@ }, /turf/closed/shuttle/ert{ icon_state = "T10"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Lv" = ( @@ -2157,7 +2175,8 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "T8"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "MP" = ( @@ -2176,7 +2195,8 @@ "Nn" = ( /turf/closed/shuttle/ert{ icon_state = "T1"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Nv" = ( @@ -2184,7 +2204,8 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "T4"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "NM" = ( @@ -2397,6 +2418,13 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/bigredv2/outside/dorms) +"Rq" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = s; + name = "Fulcrum" + }, +/area/bigredv2/outside/dorms) "RA" = ( /obj/structure/girder, /obj/structure/prop/invuln/lattice_prop{ @@ -2410,7 +2438,7 @@ }, /obj/structure/prop/invuln/pipe_water{ pixel_x = 4; - pixel_y = 6 + pixel_y = 12 }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) @@ -2462,7 +2490,8 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/shuttle/ert{ icon_state = "T6"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "SL" = ( @@ -2551,8 +2580,7 @@ pixel_y = 35 }, /obj/structure/prop/invuln/pipe_water{ - pixel_x = 4; - pixel_y = 6 + pixel_y = 11 }, /turf/open/floor/plating, /area/bigredv2/outside/dorms) @@ -2636,7 +2664,8 @@ "Vl" = ( /turf/closed/shuttle/ert{ icon_state = "T16"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Vr" = ( @@ -2685,7 +2714,8 @@ }, /turf/closed/shuttle/ert{ icon_state = "T9"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Ww" = ( @@ -2725,7 +2755,8 @@ "WH" = ( /turf/closed/shuttle/ert{ icon_state = "T3"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "WL" = ( @@ -2792,6 +2823,9 @@ }, /area/bigredv2/outside/c) "XL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S-corner" + }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, @@ -2817,7 +2851,8 @@ }, /turf/closed/shuttle/ert{ icon_state = "T7"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "XV" = ( @@ -2836,7 +2871,8 @@ "Yf" = ( /turf/closed/shuttle/ert{ icon_state = "T12"; - name = "Fulcrum" + name = "Fulcrum"; + opacity = 0 }, /area/bigredv2/outside/dorms) "Yx" = ( @@ -3238,7 +3274,7 @@ eD KO Wm Fb -Op +Rq hQ rJ UD @@ -3266,7 +3302,7 @@ CX KX CX wB -eD +KO KO KO Ls @@ -3340,7 +3376,7 @@ mH mH mH bY -rp +AY KD rP VX @@ -3439,7 +3475,7 @@ Gr Gr Gr Ve -rp +AY Kd rP YO @@ -3498,8 +3534,8 @@ Bf GU pc hY -AY -AY +wB +wB pG Fb Op @@ -3532,7 +3568,7 @@ HZ ql pc hY -AY +wB pn Ti IP From 580aab7540fb4b7e7a3c315acaf022b2c8d6ded1 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 01:26:28 +0800 Subject: [PATCH 17/37] Fix --- .../BigRed/standalone/crashlanding-upp-dorms.dmm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 96796c85b781..cab570b79508 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -341,6 +341,14 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor, /area/bigredv2/outside/dorms) +"gI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T11"; + name = "Fulcrum"; + opacity = 0 + }, +/area/bigredv2/outside/dorms) "hb" = ( /obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor{ @@ -3301,8 +3309,8 @@ NW CX KX CX -wB -KO +gI +eD KO KO Ls From 0ad0197b52081c6780b9583b6894261c8f1f2b45 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 01:30:22 +0800 Subject: [PATCH 18/37] RogueSFix --- .../BigRed/standalone/crashlanding-upp-dorms.dmm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index cab570b79508..c58d493f16b5 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -2426,13 +2426,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/plating, /area/bigredv2/outside/dorms) -"Rq" = ( -/turf/closed/shuttle/ert{ - icon_state = "leftengine_1"; - opacity = s; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) "RA" = ( /obj/structure/girder, /obj/structure/prop/invuln/lattice_prop{ @@ -3282,7 +3275,7 @@ eD KO Wm Fb -Rq +Op hQ rJ UD From 4b02fd1807a81e4153b930271c1e4c0e74f9c21b Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 02:29:37 +0800 Subject: [PATCH 19/37] AddsPatch --- code/modules/clothing/under/ties.dm | 5 +++++ code/modules/gear_presets/survivors.dm | 3 +++ code/modules/gear_presets/synths.dm | 1 + icons/obj/items/clothing/ties.dmi | Bin 18979 -> 19394 bytes .../standalone/crashlanding-upp-dorms.dmm | 15 ++++++++++++--- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 84e053388826..ec8cd06d0e19 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -359,6 +359,11 @@ desc = "A fire-resistant shoulder patch, worn by the men and women of the USS Hanyut, USCM FORECON." icon_state = "forecon_patch" +/obj/item/clothing/accessory/patch/upp + name = "UPP Airborne Reconnaissance patch" + desc = "A fire-resistant shoulder patch, worn by the men and women of the 173rd Airborne Reconnaissance Platoon." + icon_state = "upppatch" + /obj/item/clothing/accessory/poncho name = "USCM Poncho" desc = "The standard USCM poncho has variations for every climate. Custom fitted to be attached to standard USCM armor variants it is comfortable, warming or cooling as needed, and well-fit. A marine couldn't ask for more. Affectionately referred to as a \"woobie\"." diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index ac40ee0bc000..a71d3f0b0507 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1429,7 +1429,10 @@ ) /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) + + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp (new_human), WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE) diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index b1687890045b..6f18a103ff98 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -465,6 +465,7 @@ WEAR_IN_BACK = /obj/item/roller, WEAR_JACKET = /obj/item/clothing/suit/storage/webbing, WEAR_WAIST = /obj/item/storage/belt/medical/lifesaver/upp/partial, + WEAR_ACCESSORY /obj/item/clothing/accessory/patch/upp, WEAR_HANDS = /obj/item/clothing/gloves/marine/veteran, WEAR_R_STORE = /obj/item/storage/pouch/tools/full, WEAR_FEET = /obj/item/clothing/shoes/marine/upp, diff --git a/icons/obj/items/clothing/ties.dmi b/icons/obj/items/clothing/ties.dmi index 4f5a3777ab10d39cb383a8a1db2bdab8038c57b6..083aaa4d4ada0f5e7970abee23e4db0b7b6f0d84 100644 GIT binary patch literal 19394 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 m6E7+>GDY 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 diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index c58d493f16b5..8f8b86cbb8a5 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -1648,7 +1648,16 @@ /area/bigredv2/outside/dorms) "DY" = ( /obj/structure/surface/table/almayer, -/obj/item/map/big_red_map, +/obj/item/clothing/accessory/patch/upp{ + pixel_y = -6; + pixel_x = -7 + }, +/obj/item/paper{ + pixel_y = 5; + pixel_x = 5; + info = "[center][UPP][small][b]Union Of Progressive People's Fourth Fleet[/b][/small][b][large]Orders For 173rd Airborne Recon: 2nd Platoon[large][/b][small]Form U-1053[/small][/center][hr][b]Squad: Bravo[/b][b]Personnel: Sixteen Plus Synthetic[/b][b]Vessel: Fulcrum[/b][hr]The following is an order to bravo squad. New orders. Airborne reconnisance of hostile colony, Solaris Ridge, Routerra I (UA Code LV-1413). Pop 120. Suspected biological warfare experiments being conducted onsight. Unacceptable risk of UA/USCM acquisition. Mission Priority: Aibrone reconnisance, if detection of biological forms noted, authorization for rapid assault and recovery. If assault performed, leave no witnesses. [hr][center][b]Authorizing Commander[/b]Name: [redacted] GanbaatarRank: Kolonel[hr][small][i]FOR COMMAND SANCTIONED USE ONLY[/i][/small]"; + name = "briefing" + }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, @@ -2260,8 +2269,8 @@ /obj/structure/prop/wooden_cross{ pixel_y = 13 }, -/obj/item/toy/deck/uno{ - pixel_y = -5 +/obj/item/clothing/accessory/patch/upp{ + pixel_y = -6 }, /turf/open/mars{ icon_state = "mars_dirt_8" From 381799b8968bba94bc8306f6a7b02d782fc1256c Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 02:37:46 +0800 Subject: [PATCH 20/37] FixMistype --- code/modules/gear_presets/synths.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index 6f18a103ff98..acd684048953 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -465,7 +465,7 @@ WEAR_IN_BACK = /obj/item/roller, WEAR_JACKET = /obj/item/clothing/suit/storage/webbing, WEAR_WAIST = /obj/item/storage/belt/medical/lifesaver/upp/partial, - WEAR_ACCESSORY /obj/item/clothing/accessory/patch/upp, + WEAR_ACCESSORY = /obj/item/clothing/accessory/patch/upp, WEAR_HANDS = /obj/item/clothing/gloves/marine/veteran, WEAR_R_STORE = /obj/item/storage/pouch/tools/full, WEAR_FEET = /obj/item/clothing/shoes/marine/upp, From c59ec22eda5eeca29d9ddd1d4ffb540f5d7ee099 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 02:38:38 +0800 Subject: [PATCH 21/37] NumberGames --- code/modules/clothing/under/marine_uniform.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 014e93f847d5..25285335c355 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -534,11 +534,11 @@ /obj/item/clothing/under/marine/veteran/UPP/survivor/Initialize(mapload) . = ..() - var/R = rand(1,4) + var/R = rand(1,2) switch(R) - if(1 , 2) + if(1) roll_suit_sleeves(TRUE) - if(3 , 4) + if(2) roll_suit_jacket(TRUE) /obj/item/clothing/under/marine/veteran/UPP/medic @@ -552,11 +552,11 @@ /obj/item/clothing/under/marine/veteran/UPP/medic/survivor/Initialize(mapload) . = ..() - var/R = rand(1,4) + var/R = rand(1,2) switch(R) - if(1 , 2) + if(1) roll_suit_sleeves(TRUE) - if(3 , 4) + if(2) roll_suit_jacket(TRUE) /obj/item/clothing/under/marine/veteran/UPP/engi @@ -570,11 +570,11 @@ /obj/item/clothing/under/marine/veteran/UPP/engi/survivor/Initialize(mapload) . = ..() - var/R = rand(1,4) + var/R = rand(1,2) switch(R) - if(1 , 2) + if(1) roll_suit_sleeves(TRUE) - if(3 , 4) + if(2) roll_suit_jacket(TRUE) /obj/item/clothing/under/marine/veteran/UPP/mp From 38151a432ce4d0d4510b81010fdd9be098c12fb9 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 02:52:21 +0800 Subject: [PATCH 22/37] Document --- maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 8f8b86cbb8a5..9be281d02caa 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -1652,12 +1652,6 @@ pixel_y = -6; pixel_x = -7 }, -/obj/item/paper{ - pixel_y = 5; - pixel_x = 5; - info = "[center][UPP][small][b]Union Of Progressive People's Fourth Fleet[/b][/small][b][large]Orders For 173rd Airborne Recon: 2nd Platoon[large][/b][small]Form U-1053[/small][/center][hr][b]Squad: Bravo[/b][b]Personnel: Sixteen Plus Synthetic[/b][b]Vessel: Fulcrum[/b][hr]The following is an order to bravo squad. New orders. Airborne reconnisance of hostile colony, Solaris Ridge, Routerra I (UA Code LV-1413). Pop 120. Suspected biological warfare experiments being conducted onsight. Unacceptable risk of UA/USCM acquisition. Mission Priority: Aibrone reconnisance, if detection of biological forms noted, authorization for rapid assault and recovery. If assault performed, leave no witnesses. [hr][center][b]Authorizing Commander[/b]Name: [redacted] GanbaatarRank: Kolonel[hr][small][i]FOR COMMAND SANCTIONED USE ONLY[/i][/small]"; - name = "briefing" - }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, From ce892bbbfcb7de2b0d7ac9524edf99142cb2c5f8 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 12:18:58 +0800 Subject: [PATCH 23/37] UPPOrders --- code/game/objects/effects/landmarks/survivor_spawner.dm | 8 ++++---- code/modules/paperwork/paper.dm | 4 ++++ .../BigRed/standalone/crashlanding-upp-dorms.dmm | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 09e077b65808..51bae37e40c6 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -116,7 +116,7 @@ /obj/effect/landmark/survivor_spawner/upp/soldier equipment = /datum/equipment_preset/survivor/upp/soldier synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth - spawn_priority = SPAWN_PRIORITY_VERY_HIGH + spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/upp_sapper equipment = /datum/equipment_preset/survivor/upp/sapper @@ -126,15 +126,15 @@ /obj/effect/landmark/survivor_spawner/upp_medic equipment = /datum/equipment_preset/survivor/upp/medic synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth - spawn_priority = SPAWN_PRIORITY_MEDIUM + spawn_priority = SPAWN_PRIORITY_HIGH /obj/effect/landmark/survivor_spawner/upp_specialist equipment = /datum/equipment_preset/survivor/upp/specialist synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth - spawn_priority = SPAWN_PRIORITY_LOW + spawn_priority = SPAWN_PRIORITY_HIGH /obj/effect/landmark/survivor_spawner/squad_leader equipment = /datum/equipment_preset/survivor/upp/squad_leader synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth - spawn_priority = SPAWN_PRIORITY_HIGH + spawn_priority = SPAWN_PRIORITY_VERY_HIGH diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index e58671d7c668..68c5fa382b0c 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -606,6 +606,10 @@ color = "green" info = "

I could not do it, the fucking marshals, the minions of THEM, have gotten a whiff of my co-workers plans and started raiding us pre-emptively. We managed to get word of it and erected a few barricades to slow them down, but it is too late. Our plan, my plan to save humanity has turned to dust.

As I lay and write this, they are gassing the entire area with tear gas, while gunshots echo around the caves. \n They have gotten to my mind already, their voices are... laughing, saying that, \" it's over \" and that \n “we have risen\". Their voices are mocking me as I could do nothing to prevent their rise \n Just as I am about to finish my final entry, I overhear a few panicked radio calls from a dead officer's radio, about a code red lambda breach, and \" X-RAYS OUT OF CONTAINMENT\". \n However, not a single one of their cries has been met with a response as their fellow officers are too preoccupied with beating up poor miners... \n They have won.... they have PLANNED THIS all along.... \n only God may save us now..." +/obj/item/paper/bigred/upp + name = "UPP Orders" + info = "
Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonal Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.
Orders for the Bravo squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" + /obj/item/paper/crumpled name = "paper scrap" icon_state = "scrap" diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm index 9be281d02caa..0e8bff4470ff 100644 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm @@ -1652,6 +1652,10 @@ pixel_y = -6; pixel_x = -7 }, +/obj/item/paper/bigred/upp{ + pixel_y = 4; + pixel_x = 3 + }, /turf/open/shuttle/dropship{ icon_state = "rasputin15" }, From bb6ce1b1f446a18b7df0d6ce4687e8e9ba763244 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 15:08:28 +0800 Subject: [PATCH 24/37] CombatSynth --- .../effects/landmarks/survivor_spawner.dm | 10 ++-- code/game/objects/items/storage/pouch.dm | 6 +++ code/modules/gear_presets/survivors.dm | 1 + code/modules/gear_presets/synths.dm | 47 ++++++++++++------- 4 files changed, 43 insertions(+), 21 deletions(-) diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 51bae37e40c6..0d4bc0f3c8a3 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -115,26 +115,26 @@ /obj/effect/landmark/survivor_spawner/upp/soldier equipment = /datum/equipment_preset/survivor/upp/soldier - synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + synth_equipment = /datum/equipment_preset/synth/upp/upp_synth spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/upp_sapper equipment = /datum/equipment_preset/survivor/upp/sapper - synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + synth_equipment = /datum/equipment_preset/synth/upp/upp_synth spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/upp_medic equipment = /datum/equipment_preset/survivor/upp/medic - synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + synth_equipment = /datum/equipment_preset/synth/upp/upp_synth spawn_priority = SPAWN_PRIORITY_HIGH /obj/effect/landmark/survivor_spawner/upp_specialist equipment = /datum/equipment_preset/survivor/upp/specialist - synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + synth_equipment = /datum/equipment_preset/synth/upp/upp_synth spawn_priority = SPAWN_PRIORITY_HIGH /obj/effect/landmark/survivor_spawner/squad_leader equipment = /datum/equipment_preset/survivor/upp/squad_leader - synth_equipment = /datum/equipment_preset/synth/survivor/upp_synth + synth_equipment = /datum/equipment_preset/synth/upp/upp_synth spawn_priority = SPAWN_PRIORITY_VERY_HIGH diff --git a/code/game/objects/items/storage/pouch.dm b/code/game/objects/items/storage/pouch.dm index 198e5b3b9960..f642ef6e5a94 100644 --- a/code/game/objects/items/storage/pouch.dm +++ b/code/game/objects/items/storage/pouch.dm @@ -1236,6 +1236,12 @@ new /obj/item/explosive/plastic(src) new /obj/item/explosive/plastic(src) +/obj/item/storage/pouch/tools/uppsynth/fill_preset_inventory() + new /obj/item/tool/crowbar(src) + new /obj/item/tool/wirecutters(src) + new /obj/item/tool/weldingtool(src) + new /obj/item/tool/wrench(src) + /obj/item/storage/pouch/sling name = "sling strap" desc = "Keeps a single item attached to a strap." diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index a71d3f0b0507..6ac93b56b7d5 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1565,6 +1565,7 @@ paygrade = "UE5" languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN, LANGUAGE_CHINESE) assignment = "UPP Squad Leader" + role_comm_title = "UPP 173Rd RECON SL" skills = /datum/skills/upp/SL /datum/equipment_preset/survivor/upp/squad_leader/load_gear(mob/living/carbon/human/new_human) diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index acd684048953..37daebeb3182 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -451,25 +451,40 @@ survivor_variant = ENGINEERING_SURVIVOR -/datum/equipment_preset/synth/survivor/upp_synth +/datum/equipment_preset/synth/upp/upp_synth name = "Survivor - Synthetic - UPP Synth" + flags = EQUIPMENT_PRESET_EXTRA + assignment = JOB_UPP_COMBAT_SYNTH + rank = JOB_SURVIVOR faction = FACTION_UPP + faction_group = list(FACTION_UPP, FACTION_SURVIVOR) + skills = /datum/skills/colonial_synthetic + paygrade = "SYN" idtype = /obj/item/card/id/dogtag - role_comm_title = "UPP Syn" - equipment_to_spawn = list( - WEAR_HEAD = /obj/item/clothing/head/uppcap/beret, - WEAR_EYES = /obj/item/clothing/glasses/hud/health, - WEAR_BODY = /obj/item/clothing/under/marine/veteran/UPP/medic/survivor, - WEAR_BACK = /obj/item/storage/backpack/lightpack/upp, - WEAR_IN_BACK = /obj/item/storage/firstaid/adv, - WEAR_IN_BACK = /obj/item/roller, - WEAR_JACKET = /obj/item/clothing/suit/storage/webbing, - WEAR_WAIST = /obj/item/storage/belt/medical/lifesaver/upp/partial, - WEAR_ACCESSORY = /obj/item/clothing/accessory/patch/upp, - WEAR_HANDS = /obj/item/clothing/gloves/marine/veteran, - WEAR_R_STORE = /obj/item/storage/pouch/tools/full, - WEAR_FEET = /obj/item/clothing/shoes/marine/upp, - ) + role_comm_title = "UPP 173Rd RECON Syn" + +/datum/equipment_preset/synth/upp/upp_synth/load_gear(mob/living/carbon/human/new_human) + new_human.allow_gun_usage = TRUE + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver, WEAR_R_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic/survivor, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/multitool, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/radio, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/cable_coil, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/small_stack, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/c99, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/device/flashlight, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/uppsynth, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/pistol, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/c99/upp, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) //*****************************************************************************************************/ From ebb081202f5397b90fcacf5b3d6389094b76f27f Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 15:57:11 +0800 Subject: [PATCH 25/37] UPPDocumentLogo --- code/modules/asset_cache/asset_list_items.dm | 1 + code/modules/paperwork/paper.dm | 3 ++- html/images/upplogo.png | Bin 0 -> 897 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 html/images/upplogo.png diff --git a/code/modules/asset_cache/asset_list_items.dm b/code/modules/asset_cache/asset_list_items.dm index 4ca05fe8a93c..427a33f8913c 100644 --- a/code/modules/asset_cache/asset_list_items.dm +++ b/code/modules/asset_cache/asset_list_items.dm @@ -143,6 +143,7 @@ assets = list( "wylogo.png" = 'html/images/wylogo.png', "uscmlogo.png" = 'html/images/uscmlogo.png', + "upplogo.png" = 'html/images/upplogo.png', "faxwylogo.png" = 'html/images/faxwylogo.png', "faxbackground.jpg" = 'html/images/faxbackground.jpg', ) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 68c5fa382b0c..1253777a76d2 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -256,6 +256,7 @@ t = replacetext(t, "\[logo\]", "") t = replacetext(t, "\[wy\]", "") t = replacetext(t, "\[uscm\]", "") + t = replacetext(t, "\[upp\]", "") t = "[t]" else // If it is a crayon, and he still tries to use these, make them empty! @@ -608,7 +609,7 @@ /obj/item/paper/bigred/upp name = "UPP Orders" - info = "
Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonal Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.
Orders for the Bravo squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" + info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonal Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.
Orders for the Bravo squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" /obj/item/paper/crumpled name = "paper scrap" diff --git a/html/images/upplogo.png b/html/images/upplogo.png new file mode 100644 index 0000000000000000000000000000000000000000..55619e2ce5ea042654f25ef0a1eef8e972d153d7 GIT binary patch literal 897 zcmeAS@N?(olHy`uVBq!ia0vp^GeDSw4M<8HQcwg^Y)RhkE(|U}7DI@E>o*|9S>O>_ z%)p?h48n{ROYO^mg6t)pzOL*~*@YRESq@#lyB{bdS>hT|;+&tGo0?a`;9QiNSdyBe zP@Y+mq2TW68xY>eC(gjY^wQJCF{I+w+q;H&!j2+r4-7Y@?DTRM@eRX4`yY>)*9YTTi@ub^Xle&$sV_oDKtRTX*U`{r=_f z>AUx)KFsjfKhHjYZ(-yKl>`n6CbrPqQI7xr9gYrPHl^tM&*T^PYj^#9l{7Wz)b{yd z200TsBv`UHm|pQ+e$AubUQWDt4M*hVzyZ7ASuV{kjeufuMlDl0FDC7hxU!Ex}FmcxV_^4|xmy5G*F4)?X*v-P|d?4V- z`7jIj?k7vl1EWR$K96~QJ>x>uL7-_oEImI<4SfZ7<{R!l(O>pfc~kexxc9qFd>eIz z7?~Lt^T+nQ?y>kaNAveSZ-@gf>Au>w^@MKh;>e)dRTsOU%3k(fJ2B&qttf`;`*_a8{@Cy4Zuh%(dKl0FAY1%bSH!3I zp8l<%>{e}_(pxAC3d5Gt!rM{bUcY>{ZhMvGak*D^+7e7{4UG*OFDdQ+wz~eUV)o3- z?7Hgwo77FSt}kmp$qALe*nV@l=BDoN8Q1MT-<^DMxx@7>Z}$23D_6VRHeuc70rK)x zv7fr!KcXCCv^QiwtMhuW^7z%)5`9YY(JD-A={NOWCM-XDai_Z8Il=nAV@K=H-{fKg z+N_wc;fB)wRL1+xn~kb?CKktBnhuN;u#*h;huSpg8J(P9Yc%(-d3C}pCXh)?Zt~j} z&kgvd&tQ7F@6XD`mdaxPz&>s+y^^4tJ>yN`(~GZk;jTVgs>yy?Wcu#C+J`UBi<`GL h0g@142@*)3_`?28jOzwNa{oe*sHdx+%Q~loCIA+ndtLwl literal 0 HcmV?d00001 From 2af0c52c08e53a10942035f6e3edb7c8241b00cd Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 10 Jul 2023 19:20:58 +0800 Subject: [PATCH 26/37] HalfFixForNames --- code/modules/gear_presets/survivors.dm | 31 ++++++++++++++++++++++++-- code/modules/gear_presets/synths.dm | 12 ++++++++++ code/modules/paperwork/paper.dm | 2 +- 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 6ac93b56b7d5..ca74baf25f23 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1423,14 +1423,37 @@ faction_group = list(FACTION_UPP, FACTION_SURVIVOR) role_comm_title = "UPP 173RD RECON" idtype = /obj/item/card/id/dogtag - flags = EQUIPMENT_PRESET_START_OF_ROUND + flags = EQUIPMENT_PRESET_EXTRA access = list( ACCESS_CIVILIAN_PUBLIC, ) -/datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) +/datum/equipment_preset/survivor/upp/load_name(mob/living/carbon/human/new_human, randomise) + var/random_name + var/first_name + var/last_name + //gender checks + if(new_human.gender == MALE) + if(prob(40)) + first_name = "[capitalize(randomly_generate_chinese_word(1))]" + else + first_name = "[pick(first_names_male_upp)]" + else + if(prob(40)) + first_name = "[capitalize(randomly_generate_chinese_word(1))]" + else + first_name = "[pick(first_names_female_upp)]" + //surname + if(prob(35)) + last_name = "[capitalize(randomly_generate_chinese_word(pick(20;1, 80;2)))]" + else + last_name = "[pick(last_names_upp)]" + //put them together + random_name = "[first_name] [last_name]" + new_human.change_real_name(new_human, random_name) +/datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp (new_human), WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) @@ -1490,6 +1513,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/NY(new_human), WEAR_WAIST) if (3) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp(new_human), WEAR_WAIST) + /datum/equipment_preset/survivor/upp/soldier name = "Survivor - UPP Soldier" paygrade = "UE2" @@ -1504,6 +1528,7 @@ spawn_random_upp_belt(new_human) ..() + /datum/equipment_preset/survivor/upp/sapper name = "Survivor - UPP Sapper" paygrade = "UE3S" @@ -1521,6 +1546,7 @@ spawn_random_upp_armor(new_human) ..() + /datum/equipment_preset/survivor/upp/medic name = "Survivor - UPP Medic" paygrade = "UE3M" @@ -1541,6 +1567,7 @@ spawn_random_upp_armor(new_human) ..() + /datum/equipment_preset/survivor/upp/specialist name = "Survivor - UPP Specialist" paygrade = "UE4" diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index 37daebeb3182..7f5afd29c626 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -463,7 +463,19 @@ idtype = /obj/item/card/id/dogtag role_comm_title = "UPP 173Rd RECON Syn" +/datum/equipment_preset/synth/upp/upp_synth/load_name(mob/living/carbon/human/new_human, randomise) + var/random_name + if(prob(10)) + random_name = "[capitalize(randomly_generate_chinese_word(2))]" + else if(new_human.gender == MALE) + random_name = "[pick(first_names_male_upp)]" + else + random_name = "[pick(first_names_female_upp)]" + + new_human.change_real_name(new_human, random_name) + /datum/equipment_preset/synth/upp/upp_synth/load_gear(mob/living/carbon/human/new_human) + new_human.allow_gun_usage = TRUE new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver, WEAR_R_EAR) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 1253777a76d2..688d89334fec 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -609,7 +609,7 @@ /obj/item/paper/bigred/upp name = "UPP Orders" - info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonal Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.
Orders for the Bravo squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" + info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonal Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" /obj/item/paper/crumpled name = "paper scrap" From 034b55c1adc778271040946471a4526dc9ba6afa Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Tue, 11 Jul 2023 09:04:14 +0800 Subject: [PATCH 27/37] Changes --- .../effects/landmarks/survivor_spawner.dm | 10 ++-- .../modules/gear_presets/_select_equipment.dm | 50 +++++++++++++++++++ code/modules/gear_presets/survivors.dm | 50 ------------------- code/modules/gear_presets/synths.dm | 11 ++-- 4 files changed, 59 insertions(+), 62 deletions(-) diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 0d4bc0f3c8a3..10064a77a64a 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -115,26 +115,26 @@ /obj/effect/landmark/survivor_spawner/upp/soldier equipment = /datum/equipment_preset/survivor/upp/soldier - synth_equipment = /datum/equipment_preset/synth/upp/upp_synth + synth_equipment = /datum/equipment_preset/synth/survivor/upp spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/upp_sapper equipment = /datum/equipment_preset/survivor/upp/sapper - synth_equipment = /datum/equipment_preset/synth/upp/upp_synth + synth_equipment = /datum/equipment_preset/synth/survivor/upp spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/upp_medic equipment = /datum/equipment_preset/survivor/upp/medic - synth_equipment = /datum/equipment_preset/synth/upp/upp_synth + synth_equipment = /datum/equipment_preset/synth/survivor/upp spawn_priority = SPAWN_PRIORITY_HIGH /obj/effect/landmark/survivor_spawner/upp_specialist equipment = /datum/equipment_preset/survivor/upp/specialist - synth_equipment = /datum/equipment_preset/synth/upp/upp_synth + synth_equipment = /datum/equipment_preset/synth/survivor/upp spawn_priority = SPAWN_PRIORITY_HIGH /obj/effect/landmark/survivor_spawner/squad_leader equipment = /datum/equipment_preset/survivor/upp/squad_leader - synth_equipment = /datum/equipment_preset/synth/upp/upp_synth + synth_equipment = /datum/equipment_preset/synth/survivor/upp spawn_priority = SPAWN_PRIORITY_VERY_HIGH diff --git a/code/modules/gear_presets/_select_equipment.dm b/code/modules/gear_presets/_select_equipment.dm index fc70e5fc90bb..8a353f086b16 100644 --- a/code/modules/gear_presets/_select_equipment.dm +++ b/code/modules/gear_presets/_select_equipment.dm @@ -952,3 +952,53 @@ var/list/rebel_rifles = list( list("Shoulder Holster", 10, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), list("Webbing", 10, /obj/item/clothing/accessory/storage/webbing, null, VENDOR_ITEM_REGULAR) ) + +/datum/equipment_preset/proc/add_upp_weapon(mob/living/carbon/human/new_human) + var/random_gun = rand(1,3) + switch(random_gun) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) + +/datum/equipment_preset/proc/spawn_random_upp_headgear(mob/living/carbon/human/new_human) + var/i = rand(1,10) + switch(i) + if (1 , 2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP(new_human), WEAR_HEAD) + if (3 , 4 , 5) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap(new_human), WEAR_HEAD) + if (6 , 7) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(new_human), WEAR_HEAD) + if (8 , 9) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/ushanka(new_human), WEAR_HEAD) + +/datum/equipment_preset/proc/spawn_random_upp_armor(mob/living/carbon/human/new_human) + var/i = rand(1,4) + switch(i) + if (1 , 2 , 3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) + if (4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) + +/datum/equipment_preset/proc/spawn_random_upp_belt(mob/living/carbon/human/new_human) + var/i = rand(1,3) + switch(i) + if (1 , 2) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/NY(new_human), WEAR_WAIST) + if (3) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp(new_human), WEAR_WAIST) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index ca74baf25f23..9311577dbb93 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1464,56 +1464,6 @@ new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine(new_human), WEAR_HANDS) -/datum/equipment_preset/survivor/upp/proc/add_upp_weapon(mob/living/carbon/human/new_human) - var/random_gun = rand(1,3) - switch(random_gun) - if(1) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71(new_human), WEAR_L_HAND) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) - if(2) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/carbine(new_human), WEAR_L_HAND) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(new_human), WEAR_IN_BACK) - if(3) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/type23(new_human), WEAR_L_HAND) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) - -/datum/equipment_preset/survivor/upp/proc/spawn_random_upp_headgear(mob/living/carbon/human/new_human) - var/i = rand(1,10) - switch(i) - if (1 , 2) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP(new_human), WEAR_HEAD) - if (3 , 4 , 5) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap(new_human), WEAR_HEAD) - if (6 , 7) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(new_human), WEAR_HEAD) - if (8 , 9) - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/ushanka(new_human), WEAR_HEAD) - -/datum/equipment_preset/survivor/upp/proc/spawn_random_upp_armor(mob/living/carbon/human/new_human) - var/i = rand(1,4) - switch(i) - if (1 , 2 , 3) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) - if (4) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) - -/datum/equipment_preset/survivor/upp/proc/spawn_random_upp_belt(mob/living/carbon/human/new_human) - var/i = rand(1,3) - switch(i) - if (1 , 2) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/NY(new_human), WEAR_WAIST) - if (3) - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp(new_human), WEAR_WAIST) - /datum/equipment_preset/survivor/upp/soldier name = "Survivor - UPP Soldier" paygrade = "UE2" diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index 7f5afd29c626..a6f8d012faf9 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -451,7 +451,7 @@ survivor_variant = ENGINEERING_SURVIVOR -/datum/equipment_preset/synth/upp/upp_synth +/datum/equipment_preset/synth/survivor/upp name = "Survivor - Synthetic - UPP Synth" flags = EQUIPMENT_PRESET_EXTRA assignment = JOB_UPP_COMBAT_SYNTH @@ -463,7 +463,7 @@ idtype = /obj/item/card/id/dogtag role_comm_title = "UPP 173Rd RECON Syn" -/datum/equipment_preset/synth/upp/upp_synth/load_name(mob/living/carbon/human/new_human, randomise) +/datum/equipment_preset/synth/survivor/upp/load_name(mob/living/carbon/human/new_human, randomise) var/random_name if(prob(10)) random_name = "[capitalize(randomly_generate_chinese_word(2))]" @@ -474,9 +474,8 @@ new_human.change_real_name(new_human, random_name) -/datum/equipment_preset/synth/upp/upp_synth/load_gear(mob/living/carbon/human/new_human) +/datum/equipment_preset/synth/survivor/upp/load_gear(mob/living/carbon/human/new_human) - new_human.allow_gun_usage = TRUE new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver, WEAR_R_EAR) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) @@ -487,15 +486,13 @@ new_human.equip_to_slot_or_del(new /obj/item/device/radio, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/stack/cable_coil, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/small_stack, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing, WEAR_JACKET) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/c99, WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/device/flashlight, WEAR_J_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial, WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/uppsynth, WEAR_R_STORE) - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/pistol, WEAR_L_STORE) - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/c99/upp, WEAR_IN_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp, WEAR_FEET) //*****************************************************************************************************/ From e911c8dd66f6c1ca527b0c2b763d4909570870d9 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Tue, 11 Jul 2023 12:00:20 +0800 Subject: [PATCH 28/37] SpellingErrorDetected --- code/modules/paperwork/paper.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 688d89334fec..572068e22d3d 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -609,7 +609,7 @@ /obj/item/paper/bigred/upp name = "UPP Orders" - info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonal Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" + info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" /obj/item/paper/crumpled name = "paper scrap" From 092ee0f7b63d2dd135438cbe31dce4f57f6b560a Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Tue, 11 Jul 2023 22:59:04 +0800 Subject: [PATCH 29/37] CleanUp --- code/modules/clothing/under/marine_uniform.dm | 33 --------------- .../modules/gear_presets/_select_equipment.dm | 4 +- code/modules/gear_presets/survivors.dm | 42 ++++++++++++++++--- code/modules/gear_presets/synths.dm | 21 ++++------ code/modules/paperwork/paper.dm | 2 +- 5 files changed, 48 insertions(+), 54 deletions(-) diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 25285335c355..3b314e0812f7 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -530,17 +530,6 @@ suit_restricted = list(/obj/item/clothing/suit/storage/marine/faction/UPP, /obj/item/clothing/suit/gimmick/jason, /obj/item/clothing/suit/storage/snow_suit/soviet, /obj/item/clothing/suit/storage/snow_suit/survivor, /obj/item/clothing/suit/storage/webbing) flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE -/obj/item/clothing/under/marine/veteran/UPP/survivor - -/obj/item/clothing/under/marine/veteran/UPP/survivor/Initialize(mapload) - . = ..() - var/R = rand(1,2) - switch(R) - if(1) - roll_suit_sleeves(TRUE) - if(2) - roll_suit_jacket(TRUE) - /obj/item/clothing/under/marine/veteran/UPP/medic name = "\improper UPP medic fatigues" desc = "A set of medic UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." @@ -548,17 +537,6 @@ worn_state = "upp_uniform_medic" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE -/obj/item/clothing/under/marine/veteran/UPP/medic/survivor - -/obj/item/clothing/under/marine/veteran/UPP/medic/survivor/Initialize(mapload) - . = ..() - var/R = rand(1,2) - switch(R) - if(1) - roll_suit_sleeves(TRUE) - if(2) - roll_suit_jacket(TRUE) - /obj/item/clothing/under/marine/veteran/UPP/engi name = "\improper UPP engineer fatigues" desc = "A set of Engineer UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." @@ -566,17 +544,6 @@ worn_state = "upp_uniform_engi" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE -/obj/item/clothing/under/marine/veteran/UPP/engi/survivor - -/obj/item/clothing/under/marine/veteran/UPP/engi/survivor/Initialize(mapload) - . = ..() - var/R = rand(1,2) - switch(R) - if(1) - roll_suit_sleeves(TRUE) - if(2) - roll_suit_jacket(TRUE) - /obj/item/clothing/under/marine/veteran/UPP/mp name = "\improper UPP Military Police fatigues" desc = "A set of Military Police UPP fatigues, mass produced for the armed-forces of the Union of Progressive Peoples. A rare sight, especially in ICC zones. This particular set sports the dark drab pattern of the UPP 17th battalion, 'Smoldering Sons', operating in the sparse UPP frontier in the Anglo-Japanese arm." diff --git a/code/modules/gear_presets/_select_equipment.dm b/code/modules/gear_presets/_select_equipment.dm index 8a353f086b16..ef7dbdbdc485 100644 --- a/code/modules/gear_presets/_select_equipment.dm +++ b/code/modules/gear_presets/_select_equipment.dm @@ -986,12 +986,12 @@ var/list/rebel_rifles = list( var/i = rand(1,4) switch(i) if (1 , 2 , 3) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) +// new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) if (4) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) +// new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 9311577dbb93..4b673eb3d27a 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1454,7 +1454,14 @@ new_human.change_real_name(new_human, random_name) /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/survivor (new_human), WEAR_BODY) + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/R = rand(1,2) + switch(R) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp (new_human), WEAR_ACCESSORY) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp_knife(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/flare(new_human), WEAR_R_STORE) @@ -1471,6 +1478,14 @@ skills = /datum/skills/upp /datum/equipment_preset/survivor/upp/soldier/load_gear(mob/living/carbon/human/new_human) + var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() + var/R = rand(1,2) + switch(R) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) add_upp_weapon(new_human) spawn_random_upp_headgear(new_human) @@ -1486,14 +1501,22 @@ skills = /datum/skills/upp/combat_engineer /datum/equipment_preset/survivor/upp/sapper/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/engi/survivor (new_human), WEAR_BODY) + + var/obj/item/clothing/under/marine/veteran/UPP/engi/uniform = new() + var/R = rand(1,2) + switch(R) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + spawn_random_upp_armor(new_human) add_upp_weapon(new_human) spawn_random_upp_headgear(new_human) - spawn_random_upp_armor(new_human) ..() @@ -1504,7 +1527,14 @@ skills = /datum/skills/upp/combat_medic /datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic/survivor (new_human), WEAR_BODY) + var/obj/item/clothing/under/marine/veteran/UPP/medic/uniform = new() + var/R = rand(1,2) + switch(R) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new/obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/upp/partial(new_human), WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/medic/upp(new_human), WEAR_BACK) @@ -1512,9 +1542,11 @@ new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer(new_human), WEAR_IN_BACK) + spawn_random_upp_armor(new_human) add_upp_weapon(new_human) spawn_random_upp_headgear(new_human) - spawn_random_upp_armor(new_human) + + ..() diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index a6f8d012faf9..a340f5e6c8db 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -463,23 +463,18 @@ idtype = /obj/item/card/id/dogtag role_comm_title = "UPP 173Rd RECON Syn" -/datum/equipment_preset/synth/survivor/upp/load_name(mob/living/carbon/human/new_human, randomise) - var/random_name - if(prob(10)) - random_name = "[capitalize(randomly_generate_chinese_word(2))]" - else if(new_human.gender == MALE) - random_name = "[pick(first_names_male_upp)]" - else - random_name = "[pick(first_names_female_upp)]" - - new_human.change_real_name(new_human, random_name) - /datum/equipment_preset/synth/survivor/upp/load_gear(mob/living/carbon/human/new_human) - + var/obj/item/clothing/under/marine/veteran/UPP/medic/uniform = new() + var/R = rand(1,2) + switch(R) + if(1) + uniform.roll_suit_jacket(new_human) + if(2) + uniform.roll_suit_sleeves(new_human) + new_human.equip_to_slot_or_del(uniform, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret, WEAR_HEAD) new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver, WEAR_R_EAR) new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR) - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/medic/survivor, WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/upp, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/device/multitool, WEAR_IN_BACK) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 572068e22d3d..c514dfc5bd52 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -609,7 +609,7 @@ /obj/item/paper/bigred/upp name = "UPP Orders" - info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Recon: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonal

FOR SANCTIONED USE ONLY" + info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Reconnaissance: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonel

FOR SANCTIONED USE ONLY" /obj/item/paper/crumpled name = "paper scrap" From 9d4e3cf119e52503a2536c4762864da96db2e7a2 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Wed, 12 Jul 2023 17:26:27 +0800 Subject: [PATCH 30/37] NameRandom --- code/modules/gear_presets/survivors.dm | 24 ++--------------------- maps/Nightmare/maps/BigRed/nightmare.json | 8 ++++---- maps/Nightmare/maps/BigRed/scenario.json | 4 ++-- 3 files changed, 8 insertions(+), 28 deletions(-) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 4b673eb3d27a..b046575de8ec 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1424,33 +1424,13 @@ role_comm_title = "UPP 173RD RECON" idtype = /obj/item/card/id/dogtag flags = EQUIPMENT_PRESET_EXTRA + uses_special_name = TRUE access = list( ACCESS_CIVILIAN_PUBLIC, ) /datum/equipment_preset/survivor/upp/load_name(mob/living/carbon/human/new_human, randomise) - var/random_name - var/first_name - var/last_name - //gender checks - if(new_human.gender == MALE) - if(prob(40)) - first_name = "[capitalize(randomly_generate_chinese_word(1))]" - else - first_name = "[pick(first_names_male_upp)]" - else - if(prob(40)) - first_name = "[capitalize(randomly_generate_chinese_word(1))]" - else - first_name = "[pick(first_names_female_upp)]" - //surname - if(prob(35)) - last_name = "[capitalize(randomly_generate_chinese_word(pick(20;1, 80;2)))]" - else - last_name = "[pick(last_names_upp)]" - //put them together - random_name = "[first_name] [last_name]" - + var/random_name = capitalize(pick(new_human.gender == MALE ? first_names_male_upp : first_names_female_upp)) + " " + capitalize(pick(last_names_upp)) new_human.change_real_name(new_human, random_name) /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) diff --git a/maps/Nightmare/maps/BigRed/nightmare.json b/maps/Nightmare/maps/BigRed/nightmare.json index e6c66e7007ee..7b191e3a4f54 100644 --- a/maps/Nightmare/maps/BigRed/nightmare.json +++ b/maps/Nightmare/maps/BigRed/nightmare.json @@ -1,15 +1,15 @@ [ { "type": "map_sprinkle", "path": "sprinkles/" }, - { "type": "pick", "chance": 0, "choices": [ + { "type": "pick", "chance": 0.40, "choices": [ { "type": "map_insert", "landmark": "crashlanding-offices", "path": "standalone/crashlanding-offices.dmm" }, { "type": "map_insert", "landmark": "crashlanding-eva", "path": "standalone/crashlanding-eva.dmm" } ]}, - { "type": "map_insert", "chance": 0, "landmark": "lambda-graveyard", "path": "standalone/lambda-graveyard.dmm" }, - { "type": "pick", "chance": 0, "choices": [ + { "type": "map_insert", "chance": 0.50, "landmark": "lambda-graveyard", "path": "standalone/lambda-graveyard.dmm" }, + { "type": "pick", "chance": 0.50, "choices": [ { "type": "map_insert", "landmark": "lambda-cave-mushroom", "path": "standalone/lambda-cave_mushroom.dmm" }, { "type": "map_insert", "landmark": "lambda-cave-extratunnel", "path": "standalone/lambda-cave_extratunnel.dmm" } ]}, - { "type": "pick", "chance": 0, "choices": [ + { "type": "pick", "chance": 0.50, "choices": [ { "weight": 3, "type": "map_insert", "landmark": "medbay-passage", "path": "standalone/medbay-passage.dmm" }, { "weight": 1, "type": "map_insert", "landmark": "medbay-v3", "path": "standalone/medbay-v3.dmm" } ]}, diff --git a/maps/Nightmare/maps/BigRed/scenario.json b/maps/Nightmare/maps/BigRed/scenario.json index cf714811782e..f012c57a4b2e 100644 --- a/maps/Nightmare/maps/BigRed/scenario.json +++ b/maps/Nightmare/maps/BigRed/scenario.json @@ -2,8 +2,8 @@ { "type": "pick", "name": "uppcrash", "choices": [ - { "weight": 0, "type": "def", "values": { "lvevent": "none" } }, - { "weight": 10, "type": "def", "values": { "lvevent": "uppcrash" } } + { "weight": 10, "type": "def", "values": { "lvevent": "none" } }, + { "weight": 4, "type": "def", "values": { "lvevent": "uppcrash" } } ] } ] From c531df420daf3cb33c0a24111416f8a763704a8d Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sat, 15 Jul 2023 21:02:27 +0800 Subject: [PATCH 31/37] SpeakRussian --- code/__DEFINES/language.dm | 2 ++ code/modules/gear_presets/synths.dm | 2 +- code/modules/gear_presets/upp.dm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/__DEFINES/language.dm b/code/__DEFINES/language.dm index 557f8e6a3f68..e4c4041a3dda 100644 --- a/code/__DEFINES/language.dm +++ b/code/__DEFINES/language.dm @@ -20,6 +20,8 @@ #define ALL_SYNTH_LANGUAGES list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH) +#define ALL_SYNTH_LANGUAGES_UPP list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_CHINESE, LANGUAGE_GERMAN, LANGUAGE_SPANISH, LANGUAGE_YAUTJA, LANGUAGE_XENOMORPH) + //Chinese language sound bitflags //initial flags diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index 4753a5926405..48dcabe4a269 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -1,7 +1,7 @@ /datum/equipment_preset/synth name = "Synth" uses_special_name = TRUE - languages = ALL_SYNTH_LANGUAGES + languages = ALL_SYNTH_LANGUAGES_UPP skills = /datum/skills/synthetic paygrade = "SYN" diff --git a/code/modules/gear_presets/upp.dm b/code/modules/gear_presets/upp.dm index 2f7148302485..a43404c59450 100644 --- a/code/modules/gear_presets/upp.dm +++ b/code/modules/gear_presets/upp.dm @@ -1777,7 +1777,7 @@ name = "UPP Combat Synthetic" flags = EQUIPMENT_PRESET_EXTRA - languages = ALL_SYNTH_LANGUAGES + languages = ALL_SYNTH_LANGUAGES_UPP skills = /datum/skills/synthetic assignment = JOB_UPP_COMBAT_SYNTH From d3d029a9718937f62b83e11bea9d3564ae427bc7 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Wed, 19 Jul 2023 15:53:28 +0800 Subject: [PATCH 32/37] TrijentChange --- code/modules/paperwork/paper.dm | 2 +- maps/Nightmare/maps/BigRed/nightmare.json | 9 +- maps/Nightmare/maps/BigRed/scenario.json | 10 +- maps/Nightmare/maps/DesertDam/nightmare.json | 13 +- maps/Nightmare/maps/DesertDam/scenario.json | 10 +- maps/map_files/BigRed/BigRed.dmm | 3 - maps/map_files/DesertDam/Desert_Dam.dmm | 11 +- .../standalone/crashlanding-upp-bar.dmm | 4713 +++++++++++++++++ 8 files changed, 4745 insertions(+), 26 deletions(-) create mode 100644 maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index c514dfc5bd52..39057c2816ce 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -609,7 +609,7 @@ /obj/item/paper/bigred/upp name = "UPP Orders" - info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Reconnaissance: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Solaris Ridge, location on planet Routerra I (UA Code -LV1413). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonel

FOR SANCTIONED USE ONLY" + info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Reconnaissance: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Oxley's Buttle, Trijent Dam, location on planet Raijin (UA Code: LV-670). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonel

FOR SANCTIONED USE ONLY" /obj/item/paper/crumpled name = "paper scrap" diff --git a/maps/Nightmare/maps/BigRed/nightmare.json b/maps/Nightmare/maps/BigRed/nightmare.json index 7b191e3a4f54..5c66a5dc94f1 100644 --- a/maps/Nightmare/maps/BigRed/nightmare.json +++ b/maps/Nightmare/maps/BigRed/nightmare.json @@ -12,12 +12,5 @@ { "type": "pick", "chance": 0.50, "choices": [ { "weight": 3, "type": "map_insert", "landmark": "medbay-passage", "path": "standalone/medbay-passage.dmm" }, { "weight": 1, "type": "map_insert", "landmark": "medbay-v3", "path": "standalone/medbay-v3.dmm" } - ]}, - { - "type": "map_insert", - "landmark": "uppcrash", - "chance": 1.0, - "path": "standalone/crashlanding-upp-dorms.dmm", - "when": { "lvevent": "uppcrash" } - } + ]} ] diff --git a/maps/Nightmare/maps/BigRed/scenario.json b/maps/Nightmare/maps/BigRed/scenario.json index f012c57a4b2e..fe51488c7066 100644 --- a/maps/Nightmare/maps/BigRed/scenario.json +++ b/maps/Nightmare/maps/BigRed/scenario.json @@ -1,9 +1 @@ -[ - { - "type": "pick", "name": "uppcrash", - "choices": [ - { "weight": 10, "type": "def", "values": { "lvevent": "none" } }, - { "weight": 4, "type": "def", "values": { "lvevent": "uppcrash" } } - ] - } -] +[] diff --git a/maps/Nightmare/maps/DesertDam/nightmare.json b/maps/Nightmare/maps/DesertDam/nightmare.json index e1b1e5123ac0..261481f6531b 100644 --- a/maps/Nightmare/maps/DesertDam/nightmare.json +++ b/maps/Nightmare/maps/DesertDam/nightmare.json @@ -1,9 +1,16 @@ [ { "type": "pick", "choices": [ { "type": "map_insert", "landmark": "green-new-bridge", "path": "greenriver/newbridge.dmm" } - ], "chance": 0.5 }, + ], "chance": 0.0 }, { "type": "pick", "choices": [ { "weight": 2, "type": "map_insert", "landmark": "purple-new-bridge", "path": "purpleriver/newbridge.dmm" } - ], "chance": 0.6 }, - { "type": "map_sprinkle", "path": "sprinkles/" } + ], "chance": 0.0 }, + { "type": "map_sprinkle", "path": "sprinkles/" }, + { + "type": "map_insert", + "landmark": "uppcrash", + "chance": 1.0, + "path": "standalone/crashlanding-upp-bar.dmm", + "when": { "lvevent": "uppcrash" } + } ] diff --git a/maps/Nightmare/maps/DesertDam/scenario.json b/maps/Nightmare/maps/DesertDam/scenario.json index fe51488c7066..f012c57a4b2e 100644 --- a/maps/Nightmare/maps/DesertDam/scenario.json +++ b/maps/Nightmare/maps/DesertDam/scenario.json @@ -1 +1,9 @@ -[] +[ + { + "type": "pick", "name": "uppcrash", + "choices": [ + { "weight": 10, "type": "def", "values": { "lvevent": "none" } }, + { "weight": 4, "type": "def", "values": { "lvevent": "uppcrash" } } + ] + } +] diff --git a/maps/map_files/BigRed/BigRed.dmm b/maps/map_files/BigRed/BigRed.dmm index 74e6be4a9a50..32259fa72f45 100644 --- a/maps/map_files/BigRed/BigRed.dmm +++ b/maps/map_files/BigRed/BigRed.dmm @@ -15991,9 +15991,6 @@ dir = 1; name = "\improper Operations EVA" }, -/obj/effect/landmark/nightmare{ - insert_tag = "uppcrash" - }, /turf/open/floor{ icon_state = "delivery" }, diff --git a/maps/map_files/DesertDam/Desert_Dam.dmm b/maps/map_files/DesertDam/Desert_Dam.dmm index 1c4017a163a3..cea9f9d39066 100644 --- a/maps/map_files/DesertDam/Desert_Dam.dmm +++ b/maps/map_files/DesertDam/Desert_Dam.dmm @@ -64437,6 +64437,15 @@ icon_state = "desert_transition_corner1" }, /area/desert_dam/interior/caves/temple) +"sRl" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "uppcrash" + }, +/turf/open/desert/dirt{ + dir = 6; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/valley_hydro) "sUe" = ( /obj/effect/decal/sand_overlay/sand1{ dir = 1 @@ -82402,7 +82411,7 @@ dTs dTs dTs dTs -cMo +sRl dNS cZw xgA diff --git a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm new file mode 100644 index 000000000000..07497c7fccbd --- /dev/null +++ b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm @@ -0,0 +1,4713 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"ab" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"am" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"aw" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached12" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"aO" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"aT" = ( +/turf/closed/shuttle/ert{ + icon_state = "T16"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"aY" = ( +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"be" = ( +/obj/structure/closet/secure_closet/bar, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"bf" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"bu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"bz" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/obj/effect/spawner/gibspawner/human, +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/desert_dam/building/bar/bar) +"bC" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"bI" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt{ + dir = 5; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"bJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"bN" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"bO" = ( +/turf/closed/shuttle/ert{ + icon_state = "T4"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"bP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"bY" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"cl" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"cu" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"cH" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"cI" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar_restroom) +"cL" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/structure/machinery/computer/cameras{ + desc = "The flight controls for a Mi-220 Attack Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; + name = "\improper 'Fulcrum' flight controls"; + network = null; + pixel_y = 21 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"cR" = ( +/obj/effect/landmark/crap_item, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"cZ" = ( +/turf/open/asphalt/cement{ + icon_state = "cement2" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"da" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ds" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T11"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"du" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/backroom) +"dJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement{ + icon_state = "cement14" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"dQ" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"dR" = ( +/turf/open/asphalt/cement{ + icon_state = "cement3" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"dX" = ( +/obj/structure/surface/table/almayer, +/obj/item/ammo_box/rounds/type71{ + bullet_amount = 129 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"ee" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"eh" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar_restroom) +"ej" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"eD" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"eI" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"eJ" = ( +/obj/structure/desertdam/decals/road_edge, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"eK" = ( +/obj/structure/fence, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"eQ" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"eT" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"eU" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/semki, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"eV" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/patch/upp{ + pixel_y = -6; + pixel_x = -7 + }, +/obj/item/paper/bigred/upp{ + pixel_y = 4; + pixel_x = 3 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"fk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"fy" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"fL" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"fM" = ( +/obj/item/stack/rods, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"fN" = ( +/obj/structure/disposalpipe/segment, +/obj/item/stack/sandbags, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"fP" = ( +/obj/structure/bed/bedroll, +/obj/item/bedsheet/brown, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"fR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"fW" = ( +/obj/structure/sink, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/desert_dam/building/bar/bar_restroom) +"ga" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/prop/colony/used_flare, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gm" = ( +/obj/structure/desertdam/decals/road_edge, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"gA" = ( +/obj/structure/disposalpipe/segment, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gM" = ( +/obj/item/trash/candy, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gN" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gP" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"gR" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"hc" = ( +/obj/structure/prop/dam/wide_boulder/boulder1, +/turf/open/desert/dirt{ + dir = 9; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"hd" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"hi" = ( +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"hk" = ( +/obj/structure/machinery/squeezer, +/turf/open/floor/plating, +/area/desert_dam/building/bar/backroom) +"hm" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"hn" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"hv" = ( +/turf/closed/wall/wood, +/area/desert_dam/building/bar/bar) +"hx" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"hF" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner/upp_medic, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"hH" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"hJ" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"hO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"hT" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/desert_dam/building/bar/bar_restroom) +"hY" = ( +/obj/structure/bed/stool, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"if" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"ig" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"in" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"is" = ( +/turf/open/desert/dirt{ + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"iy" = ( +/turf/closed/wall/wood, +/area/desert_dam/building/bar/backroom) +"iz" = ( +/obj/structure/flora/bush/desert/cactus, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"iI" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/rock, +/area/desert_dam/exterior/valley/bar_valley_dam) +"iL" = ( +/obj/structure/prop/dam/boulder/boulder1, +/turf/open/desert/dirt{ + dir = 1; + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"iV" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/plating, +/area/desert_dam/building/bar/backroom) +"jf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/obj/structure/prop/invuln/pipe_water{ + pixel_y = 11 + }, +/obj/item/reagent_container/glass/bucket/mopbucket, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"jj" = ( +/obj/item/trash/cheesie, +/obj/item/stack/sheet/wood, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"jm" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"jp" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"jr" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"jt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood/alt, +/area/desert_dam/building/bar/bar) +"jw" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt{ + dir = 6; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"jy" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 1; + name = "\improper Bar Backroom" + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"jC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"jI" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt{ + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"jJ" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"kf" = ( +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"kh" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ki" = ( +/obj/item/stack/sandbags, +/turf/open/desert/dirt{ + dir = 10; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"kk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"kp" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/almayer/flight_recorder/colony, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"kB" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached14" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"kD" = ( +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"kF" = ( +/obj/structure/machinery/door_control{ + id = "dam_checkpoint_west"; + name = "Checkpoint Lockdown" + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/prison, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"kM" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"kQ" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/backroom) +"lc" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"lh" = ( +/obj/structure/surface/rack, +/turf/open/floor/prison{ + dir = 6; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"ln" = ( +/turf/open/desert/rock, +/area/desert_dam/exterior/valley/bar_valley_dam) +"lC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached4" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"lH" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "\improper Security Checkpoint" + }, +/turf/open/floor/prison, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"lT" = ( +/turf/open/desert/dirt{ + dir = 8; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"md" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mf" = ( +/turf/open/desert/dirt{ + dir = 9; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mw" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/backroom) +"mF" = ( +/obj/structure/disposalpipe/segment, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"mL" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mT" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"mV" = ( +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/building/bar/bar_restroom) +"nj" = ( +/turf/closed/wall/hangar{ + name = "reinforced metal wall" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"nk" = ( +/turf/closed/shuttle/ert{ + icon_state = "T3"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"no" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/vest/security, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"np" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"nt" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ny" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/almayer/comp_closed, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"nz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T8"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"nB" = ( +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/desert_dam/building/bar/bar) +"nC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"nD" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/item/trash/cheesie, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"nP" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"nR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"oc" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_y = 32 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"oo" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"oy" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached16" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"oD" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"oF" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/desert/dirt{ + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"oK" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached16" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"oN" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached12" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"pk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"pq" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"pu" = ( +/obj/structure/machinery/light/double, +/turf/open/desert/dirt{ + dir = 5; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"px" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/item/prop/colony/used_flare, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"py" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 2; + name = "\improper Fulcrum Airlock" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"pA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"pM" = ( +/obj/structure/bed/chair/dropship/passenger, +/obj/item/storage/belt/medical/lifesaver/upp, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"pO" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T10"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"pW" = ( +/turf/closed/wall/r_wall/bunker{ + name = "reinforced metal wall" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"pZ" = ( +/obj/item/prop/colony/usedbandage{ + dir = 9; + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"qe" = ( +/obj/structure/prop/dam/boulder/boulder3, +/turf/open/desert/dirt{ + dir = 8; + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"qu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/prop/colony/used_flare, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"qx" = ( +/turf/open/desert/dirt{ + dir = 4; + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"qS" = ( +/turf/open/floor/interior/wood/alt, +/area/desert_dam/building/bar/bar) +"qU" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/interior/wood/alt, +/area/desert_dam/building/bar/bar) +"rj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"rl" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"rR" = ( +/obj/structure/prop/dam/boulder/boulder1, +/turf/open/desert/dirt{ + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"rX" = ( +/obj/item/prop/colony/folded_bedroll, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"se" = ( +/obj/item/trash/semki, +/turf/open/shuttle/dropship, +/area/desert_dam/building/bar/bar) +"sn" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"so" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/asphalt/cement{ + icon_state = "cement3" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"sp" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"su" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"sv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/shovel, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"sE" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/desert_dam/building/bar/bar) +"sH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/sandbags/wired, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"sI" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"sO" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"sT" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"tl" = ( +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"tu" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" + }, +/area/desert_dam/building/bar/bar) +"tA" = ( +/obj/item/tool/wrench, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"tE" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"tK" = ( +/obj/structure/bed/bedroll, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"tM" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"tQ" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"tR" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"tW" = ( +/turf/closed/shuttle/ert{ + icon_state = "T11"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"tX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"ug" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"uA" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop{ + desc = "A gas-operated rotary machine gun used by UPP heavies. Its enormous volume of fire and ammunition capacity allows the suppression of large concentrations of enemy forces. Heavy weapons training is required control its recoil, is non-functional."; + icon_state = "painless"; + item_state = "m41amk1"; + name = "\improper GSh-7.62 rotary machine gun"; + pixel_y = 7; + icon = 'icons/obj/items/weapons/guns/guns_by_faction/upp.dmi' + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"uF" = ( +/turf/open/desert/dirt{ + dir = 4; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"uZ" = ( +/obj/item/roller, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"vk" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"vl" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"vn" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/desert_dam/building/bar/bar_restroom) +"vq" = ( +/obj/structure/sink, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/desert_dam/building/bar/bar_restroom) +"vy" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar_restroom) +"vP" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"vR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"vZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"wj" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"wm" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/closed/shuttle/ert{ + icon_state = "upp5"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"wp" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"wq" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ws" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T17"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"wv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"wy" = ( +/obj/item/trash/candy, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar_restroom) +"wE" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"wI" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/structure/bed/bedroll, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"wJ" = ( +/turf/open/desert/dirt{ + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"wO" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"wT" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"wZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S-corner" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"xg" = ( +/obj/structure/prop/dam/boulder/boulder1, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"xj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/landmark/crap_item, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached4" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"xm" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"xn" = ( +/obj/structure/prop/dam/large_boulder{ + icon_state = "boulder_large1" + }, +/turf/open/desert/rock, +/area/desert_dam/exterior/valley/bar_valley_dam) +"xr" = ( +/obj/structure/prop/dam/boulder/boulder3, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"xt" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"xx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"xz" = ( +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/clothing/accessory/patch/upp{ + pixel_y = -6 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"xG" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"xN" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"xP" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt{ + dir = 9; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"xT" = ( +/turf/open/desert/dirt{ + dir = 6; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/valley_hydro) +"xX" = ( +/obj/item/prop/colony/used_flare, +/turf/open/desert/rock, +/area/desert_dam/exterior/valley/bar_valley_dam) +"yc" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ye" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"yf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"yk" = ( +/obj/structure/prop/dam/large_boulder/boulder2, +/turf/open/desert/dirt{ + dir = 6; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ym" = ( +/obj/item/stack/sandbags/large_stack, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"yo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar) +"yp" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/valley_hydro) +"ys" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"yx" = ( +/obj/structure/closet/secure_closet/bar, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"yC" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/closed/shuttle/ert{ + icon_state = "upp5"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"yF" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship, +/area/desert_dam/building/bar/bar) +"yG" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"yP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached4" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"zl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"zm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/desert_dam/building/bar/bar_restroom) +"zC" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T6"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"zD" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"zM" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"zO" = ( +/turf/open/desert/dirt{ + dir = 10; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"zS" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"zT" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/good_item, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"zZ" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ae" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Ah" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/desert_dam/building/bar/backroom) +"Al" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"At" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/interior/wood/alt, +/area/desert_dam/building/bar/bar) +"Aw" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"AC" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/desert/dirt{ + dir = 6; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"AT" = ( +/turf/closed/shuttle/ert{ + icon_state = "T2"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"AY" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + name = "Security Desk" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/item/paper_bin, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Bj" = ( +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"Bq" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/desert_dam/building/bar/bar) +"Bu" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached12" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Bx" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/bottle/vodka, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_y = -8; + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/bottle/vodka{ + pixel_x = 6 + }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"BB" = ( +/turf/closed/shuttle/ert{ + icon_state = "T5"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"BK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..." + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"BM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"BP" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"BU" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"BV" = ( +/turf/open/desert/dirt{ + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/valley_hydro) +"BW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/backroom) +"Cc" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ce" = ( +/turf/open/desert/dirt{ + dir = 8; + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ch" = ( +/turf/open/desert/dirt{ + dir = 6; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Cm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 1; + pixel_y = 35 + }, +/turf/closed/shuttle/ert{ + icon_state = "T3"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"Cn" = ( +/obj/effect/landmark/survivor_spawner/upp/soldier, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"Cu" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Cx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"CA" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp21"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"CE" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"CH" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar_restroom) +"CI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/clothing/mask/cigarette/cigar, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"CL" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"CX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Db" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Df" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Di" = ( +/obj/item/prop/colony/used_flare, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Dn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T7"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"Dt" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar_restroom) +"Du" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "upp5"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"DB" = ( +/obj/structure/bed/bedroll, +/obj/item/trash/cheesie, +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/desert_dam/building/bar/bar) +"DD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 2; + name = "\improper Bar" + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"DE" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/desert_dam/building/bar/bar_restroom) +"DO" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"DR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached12" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"DZ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T4"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"Eb" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"Ec" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Eg" = ( +/turf/open/desert/dirt{ + dir = 5; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ek" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"Eq" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached19" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Er" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"Ev" = ( +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"Ex" = ( +/obj/item/prop/colony/used_flare, +/turf/open/desert/dirt{ + dir = 5; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"EH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"EO" = ( +/turf/closed/shuttle/ert{ + icon_state = "T14"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"EU" = ( +/turf/open/floor/prison{ + dir = 4; + icon_state = "redcorner" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"EW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/disposalpipe/segment, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Fa" = ( +/obj/structure/flora/tree/joshua, +/turf/closed/wall/rock/orange, +/area/desert_dam/exterior/rock) +"Fb" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison{ + icon_state = "redcorner" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Fd" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"Fh" = ( +/obj/item/storage/belt/utility, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"Fl" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/closed/shuttle/ert{ + icon_state = "T15"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"Fr" = ( +/obj/item/stack/sandbags, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Fs" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_3" + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Fw" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "\improper Security Checkpoint" + }, +/turf/open/floor/prison, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"FB" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt{ + dir = 4; + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"FF" = ( +/obj/structure/disposalpipe/segment, +/obj/item/ammo_casing/bullet, +/obj/item/prop/colony/used_flare, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"FI" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached15" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Gc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached4" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Gd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"GK" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"GP" = ( +/obj/item/prop/colony/used_flare, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"GY" = ( +/obj/item/trash/used_stasis_bag, +/obj/effect/landmark/survivor_spawner/squad_leader, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/desert_dam/building/bar/bar) +"GZ" = ( +/obj/item/stack/barbed_wire/small_stack, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Hb" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Hl" = ( +/turf/open/desert/dirt{ + dir = 1; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Hq" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"HB" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar) +"HD" = ( +/turf/closed/wall/rock/orange, +/area/desert_dam/exterior/rock) +"HH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/item/prop/colony/used_flare, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"HI" = ( +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"HP" = ( +/turf/closed/shuttle/ert{ + icon_state = "T8"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"HV" = ( +/obj/structure/disposalpipe/segment, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ip" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Iu" = ( +/turf/open/desert/dirt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"IA" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/item/stack/sandbags, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"IF" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"IP" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/valley_hydro) +"IU" = ( +/obj/item/tool/shovel, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"IW" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"Jc" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar) +"Jd" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ji" = ( +/obj/item/trash/candy, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar) +"Jk" = ( +/turf/open/desert/dirt{ + dir = 9; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Js" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"Jt" = ( +/obj/item/trash/cheesie, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Jx" = ( +/obj/structure/desertdam/decals/road_edge, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"JB" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/prop/colony/used_flare, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"JS" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"JT" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"Kf" = ( +/obj/structure/bed/bedroll, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"Kl" = ( +/obj/structure/window/framed/wood/reinforced, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"KA" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/closed/shuttle/ert{ + icon_state = "upp5"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"KC" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/desert/dirt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Li" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/stack/sandbags, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached13" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Lo" = ( +/obj/effect/landmark/survivor_spawner/upp_medic, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"Lu" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Lw" = ( +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"LB" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"LC" = ( +/obj/item/prop/colony/usedbandage, +/turf/open/desert/dirt{ + dir = 10; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"LD" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt{ + dir = 8; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"LF" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"LJ" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/backroom) +"LM" = ( +/obj/item/prop/colony/used_flare, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached16" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ms" = ( +/obj/item/ammo_casing/bullet, +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Mw" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"MH" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + name = "Security Cameras - Operations"; + network = list("chigusa_1") + }, +/turf/open/floor/prison{ + dir = 8; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"MM" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/gibspawner/human, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"MW" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached12" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Nh" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Nj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"No" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Nu" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/desert/dirt{ + dir = 1; + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"NH" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/landmark/survivor_spawner/upp_sapper, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"NK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T20"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"NP" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/turf/closed/wall/rock/orange, +/area/desert_dam/exterior/rock) +"Ob" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + name = "Security Desk" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 4; + icon_state = "leftsecure"; + id = "brg" + }, +/obj/item/tool/stamp, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Oe" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Oj" = ( +/turf/closed/shuttle/ert{ + icon_state = "T12"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"Om" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T7"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"Ou" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ow" = ( +/obj/structure/prop/dam/boulder/boulder2, +/turf/open/desert/dirt{ + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"OD" = ( +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"OJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/machinery/sentry_holder/colony{ + dir = 1; + pixel_y = -10 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached19" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"OO" = ( +/turf/closed/wall/r_wall, +/area/desert_dam/exterior/valley/bar_valley_dam) +"OS" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"OU" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"OZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Pd" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"Pw" = ( +/turf/open/floor/prison{ + dir = 10; + icon_state = "floor_plate" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Px" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"PH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -7; + pixel_y = 35 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 1; + pixel_y = 35 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"PR" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"PS" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached12" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"PX" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"PY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/toy/farwadoll, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Qc" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "freezerfloor" + }, +/area/desert_dam/building/bar/bar_restroom) +"Qh" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison{ + dir = 4; + icon_state = "red" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Qk" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"QA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T2"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"QG" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_y = 32 + }, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"QI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"QK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T9"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"QN" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + id = "dam_checkpoint_west"; + name = "\improper Checkpoint Lock" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"QW" = ( +/obj/item/prop/colony/used_flare, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Re" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin4" + }, +/area/desert_dam/building/bar/bar) +"Rl" = ( +/obj/structure/closet/crate/supply, +/obj/item/ammo_box/magazine/misc/flares, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/desert_dam/building/bar/bar) +"Ro" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Rs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar) +"Ry" = ( +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/valley_hydro) +"RU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached9" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"RW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S-corner" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"Sb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Sh" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"Sl" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"So" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/shuttle/ert{ + icon_state = "T16"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"SE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/closed/shuttle/ert{ + icon_state = "T19"; + opacity = 0; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"SF" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"SG" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"SL" = ( +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"SP" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"SY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"Ta" = ( +/obj/item/prop/colony/used_flare, +/turf/open/desert/dirt{ + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Tc" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"Td" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"Tl" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached12" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"TH" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/ammo_casing/bullet, +/obj/effect/landmark/crap_item, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"TO" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"TR" = ( +/turf/open/floor/prison{ + dir = 8; + icon_state = "sterile_white" + }, +/area/desert_dam/building/bar/bar_restroom) +"Ug" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ui" = ( +/obj/structure/prop/dam/boulder/boulder2, +/turf/open/desert/dirt{ + dir = 8; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Ul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood{ + layer = 3 + }, +/turf/closed/shuttle/ert{ + icon_state = "upp1"; + name = "Fulcrum" + }, +/area/desert_dam/building/bar/bar) +"Un" = ( +/obj/structure/prop/dam/large_boulder/boulder2, +/turf/open/desert/rock, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Uq" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt{ + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"UB" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"UK" = ( +/obj/item/ammo_box/rounds/type71/heap/empty{ + bullet_amount = 0 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"UL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/prop/wooden_cross{ + pixel_y = 13 + }, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"UQ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_y = 32 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"Vc" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Vg" = ( +/obj/item/stack/sandbags, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Vl" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"Vr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "grimy" + }, +/area/desert_dam/building/bar/bar) +"Vt" = ( +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/obj/effect/landmark/survivor_spawner/upp_specialist, +/turf/open/shuttle/dropship{ + icon_state = "rasputin5" + }, +/area/desert_dam/building/bar/bar) +"VA" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/desert_dam/building/bar/bar) +"VG" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/desert/dirt{ + dir = 9; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"VI" = ( +/turf/open/floor/plating, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"VP" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"VQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/barricade/sandbags/wired, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"VT" = ( +/turf/closed/wall/wood, +/area/desert_dam/building/bar/bar_restroom) +"VU" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"VW" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Wb" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"Wh" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/backroom) +"WE" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"WG" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"WK" = ( +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"WO" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"WX" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"WY" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/item/stack/sheet/wood/medium_stack, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"WZ" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Xe" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_x = 3; + pixel_y = -6 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_y = 5; + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/flask/canteen{ + desc = "You take a sip from your trusty UPP canteen..."; + pixel_y = 4 + }, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Xh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"Xo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/item/ammo_casing/bullet, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Xv" = ( +/obj/structure/prop/dam/boulder/boulder3, +/turf/open/mars{ + icon_state = "mars_dirt_5" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Xw" = ( +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"XB" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/item/ammo_magazine/rifle/type71/heap{ + current_rounds = 0 + }, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"XD" = ( +/turf/open/floor/prison, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"XF" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"XR" = ( +/obj/structure/desertdam/decals/road_edge, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"XZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt{ + dir = 5; + icon_state = "desert_transition_edge1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Yf" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) +"Yn" = ( +/turf/open/desert/dirt{ + dir = 1; + icon_state = "desert_transition_corner1" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"Yq" = ( +/turf/open/floor{ + dir = 8; + icon_state = "carpet6-2" + }, +/area/desert_dam/building/bar/bar) +"YA" = ( +/obj/structure/bed/chair/wood/normal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar) +"YE" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"YK" = ( +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/desert_dam/building/bar/bar) +"YM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"YQ" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/machinery/light, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"YS" = ( +/turf/closed/shuttle/ert{ + icon_state = "T7"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"YY" = ( +/turf/closed/shuttle/ert{ + icon_state = "T1"; + name = "Fulcrum"; + opacity = 0 + }, +/area/desert_dam/building/bar/bar) +"YZ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/desert_dam/building/bar/bar_restroom) +"Zn" = ( +/obj/effect/landmark/survivor_spawner/upp_sapper, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/desert_dam/building/bar/bar) +"ZA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached{ + icon_state = "cement_sunbleached4" + }, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ZB" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt, +/area/desert_dam/interior/dam_interior/south_tunnel_entrance) +"ZD" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ZS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/disposalpipe/segment, +/turf/open/asphalt, +/area/desert_dam/exterior/valley/bar_valley_dam) +"ZY" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt, +/area/desert_dam/exterior/valley/bar_valley_dam) + +(1,1,1) = {" +iy +iy +iy +iy +iy +HD +HD +HD +HD +HD +HD +VT +vq +vn +TR +DE +VT +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +xT +"} +(2,1,1) = {" +iy +sO +Bj +SF +iy +HD +HD +HD +HD +HD +mV +YZ +fW +TR +hT +TR +cI +NP +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +Ry +"} +(3,1,1) = {" +iy +Bj +Wh +Vl +iy +hv +hv +wE +Mw +wj +CH +tW +zC +DZ +zm +eh +Dt +NP +HD +Fa +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +IP +"} +(4,1,1) = {" +iy +Bj +Ek +zT +iy +Pd +Xw +qS +Yq +aO +tW +nz +Om +BB +Qc +wy +vy +jf +kD +kD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +BV +yp +"} +(5,1,1) = {" +iy +be +Ek +Tc +iy +oD +Xw +jt +Rs +tW +HP +YS +QK +CL +tM +zM +YK +PH +jC +jC +pk +kD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +Ry +"} +(6,1,1) = {" +iy +yx +Ek +hk +iy +if +Xh +BM +ds +HP +YS +YS +pO +kM +xN +Sh +YY +Cm +nk +bO +kf +pk +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +Ry +"} +(7,1,1) = {" +jy +bC +mw +iV +Ah +Jc +cH +hx +bY +bY +bY +bY +bY +bY +bY +bY +bY +Ul +QA +EO +zZ +jm +xz +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(8,1,1) = {" +iy +LJ +kQ +hx +bY +wT +bY +CA +bz +hF +Lo +Cn +Re +PR +PR +PR +Bq +RW +hJ +sH +kf +SG +WO +UL +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(9,1,1) = {" +iy +du +BW +IW +cL +CA +cL +CA +GY +pM +dX +Rl +nB +GK +Fh +cu +yF +wZ +gM +kf +kf +kf +jC +IU +PY +CI +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(10,1,1) = {" +hv +su +HB +IW +kp +MM +ny +py +Vt +uA +eV +Bx +nB +fP +uZ +tA +se +wZ +kf +ym +GZ +cR +kf +kf +kf +kf +pk +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(11,1,1) = {" +hv +oc +Sl +aa +hm +hm +hm +CA +DB +NH +Zn +Cn +tu +IF +IF +IF +sE +RW +GZ +OS +sv +kf +kf +Di +md +tl +OS +QI +HD +HD +HD +HD +HD +HD +HD +HD +"} +(12,1,1) = {" +hv +hv +Td +SY +Jc +zM +Jc +aa +hm +hm +hm +KA +wm +yC +Du +hm +hm +JT +nk +bO +wI +kf +Jt +kf +hJ +Ms +OS +gR +HD +HD +HD +HD +HD +HD +HD +HD +"} +(13,1,1) = {" +hv +sp +Fd +nC +WG +UB +WK +zM +So +NK +Dn +Dn +SE +CL +tM +Kf +Oj +AT +AT +EO +md +kf +Jd +kf +tl +np +OS +Nj +pu +HD +HD +HD +HD +HD +HD +HD +"} +(14,1,1) = {" +hv +sp +Vr +bu +jj +ye +Xh +zM +YA +So +NK +Dn +ws +kM +xN +zM +wE +tK +Xe +tK +kf +Jd +gM +kf +kf +oo +mb +zS +Iu +HD +HD +HD +HD +HD +HD +HD +"} +(15,1,1) = {" +hv +hv +TO +fM +zD +bu +Xh +qU +in +XF +aT +NK +Om +BB +eU +Eb +Ji +Xv +aY +BK +qu +wp +pZ +kf +tl +TH +Ug +KC +Iu +Db +HD +HD +HD +HD +HD +pW +"} +(16,1,1) = {" +hv +QG +Ev +Ev +zD +hY +Er +At +qS +Js +pA +aT +Fl +EO +Al +wj +rX +Ip +mb +Gc +aw +PX +EH +EH +EH +Xo +tE +KC +Iu +bN +VI +Db +pW +pW +pW +pW +"} +(17,1,1) = {" +hv +UQ +Ev +GP +Ev +Ev +Yf +WE +Xw +xx +xm +yo +SP +VA +BU +wE +Lw +Nh +sI +yP +oN +yc +wq +nD +Ug +UK +Ug +KC +oK +VI +tR +Ae +xG +Pw +LF +Db +"} +(18,1,1) = {" +hv +hv +Kl +Kl +hv +Kl +Kl +hv +Kl +xx +DD +Kl +hv +eT +Hq +wE +mT +SL +gN +xj +Tl +kD +hc +LC +Cc +CE +Vc +XR +VP +jp +eJ +eJ +eJ +eJ +eJ +gm +"} +(19,1,1) = {" +HD +HD +ln +ln +ln +ln +ln +ln +wJ +lC +DR +xr +kD +kD +kD +gP +wO +sn +sn +yP +oN +VG +Ce +oF +OU +Ec +JS +ee +HH +QN +OD +ee +DO +OD +ee +Sb +"} +(20,1,1) = {" +HD +HD +ln +ln +ln +ln +ln +xX +wJ +lC +Bu +kD +kD +kD +kD +ej +kD +kD +kD +ZA +MW +Hl +xn +jI +OU +Oe +VQ +bP +bP +LB +mF +bP +mF +mF +bP +tX +"} +(21,1,1) = {" +HD +ln +ln +ln +ln +ln +ln +ln +Ta +yP +PS +kD +nP +kD +mR +fy +QW +mR +vk +yP +PS +Hl +Yn +Ch +hH +HI +bJ +BP +pq +jr +pq +pq +Wb +pq +pq +jr +"} +(22,1,1) = {" +HD +HD +ln +iI +Yn +Uq +ln +Nu +Ch +RU +Ou +fR +kk +Cx +kk +kk +kk +kk +kk +nR +FI +Eg +Ch +kD +hH +Df +hO +Lu +OJ +pW +cZ +so +dR +dR +dJ +pW +"} +(23,1,1) = {" +HD +HD +HD +Yn +jw +bI +is +wJ +kD +kD +kD +eQ +Jx +Jx +Jx +Jx +Jx +bf +Jx +Jx +Hb +CE +CE +JB +ab +vR +bJ +ZB +pW +pW +Fw +pW +AY +Ob +pW +pW +"} +(24,1,1) = {" +HD +HD +HD +wJ +Ug +Ug +Eg +Ch +kD +kD +kD +hH +HI +OZ +HI +HI +OZ +HI +HI +yf +HI +HI +OZ +HI +HI +OZ +bJ +YQ +pW +lc +XD +MH +Cu +EU +XD +lH +"} +(25,1,1) = {" +HD +HD +HD +FB +ki +px +kD +kD +kD +ej +sT +hH +HI +Gd +HV +HV +ZS +HV +HV +ZS +HV +HV +ZS +HV +HV +ZS +zl +ZB +lH +XD +XD +kF +XD +XD +Fb +pW +"} +(26,1,1) = {" +HD +HD +Yn +is +Ow +kD +sT +ug +wv +ig +hd +hH +HI +bJ +Aw +VU +VU +VU +VU +VU +VU +VU +hn +VU +VU +VU +VU +am +pW +no +tQ +tQ +Px +Qh +lh +pW +"} +(27,1,1) = {" +HD +HD +Ch +XZ +Ch +kD +da +wv +eD +ys +jJ +hH +Df +hO +eI +mf +lT +Ui +zO +kD +kD +kD +kD +mf +zO +nP +kD +Jk +pW +pW +pW +pW +pW +pW +pW +pW +"} +(28,1,1) = {" +HD +HD +zO +kD +kD +kD +wv +eD +eD +ZD +kD +hH +HI +bJ +eI +Hl +Un +iL +Ch +kD +kD +kD +kD +Hl +rR +kD +mf +HD +HD +HD +HD +HD +HD +HD +HD +pW +"} +(29,1,1) = {" +HD +Yn +yk +QW +kD +Fs +YM +mq +ZD +vk +kD +hH +HI +bJ +eI +Eg +uF +Ch +Ug +kD +mL +mR +mf +Ce +qx +lT +HD +HD +HD +HD +HD +HD +HD +HD +HD +pW +"} +(30,1,1) = {" +is +wJ +kD +Ug +kD +kD +jJ +fy +hd +Ro +QW +hH +vR +bJ +eI +Fr +kD +Ug +kD +iz +mf +lT +Ce +ln +HD +ln +HD +HD +HD +HD +HD +HD +HD +HD +HD +nj +"} +(31,1,1) = {" +XZ +AC +Ug +kD +nP +kD +kD +kD +kD +kD +kD +hH +Df +hO +eI +xt +kD +QW +kD +mf +qe +ln +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +nj +"} +(32,1,1) = {" +CE +CE +VW +CE +Vc +CE +CE +Vc +CE +Vc +CE +ab +HI +bJ +eI +kD +ZY +xP +LD +Ce +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(33,1,1) = {" +No +vR +OZ +rl +hi +OZ +HI +hi +Qk +vR +OZ +HI +HI +bJ +nt +mf +lT +Ce +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(34,1,1) = {" +HV +HV +ZS +fN +HV +EW +HV +FF +HV +HV +ZS +HV +gA +zl +YE +Hl +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(35,1,1) = {" +cl +IA +cl +kh +XB +cl +WX +Vg +Oe +vP +vl +fL +hn +VU +yG +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(36,1,1) = {" +ga +Li +vZ +fk +CX +kB +dQ +Df +rj +WZ +Eq +Fr +kD +sn +Fr +Hl +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} +(37,1,1) = {" +eK +eK +eK +eK +OO +LM +WY +vR +HI +WZ +oy +nP +mR +xg +kD +Ex +uF +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +HD +"} From ae8947e02a4f92f0e0c655ac017a42e6c174fbee Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Wed, 19 Jul 2023 16:05:39 +0800 Subject: [PATCH 33/37] RemoveOldMap --- .../standalone/crashlanding-upp-dorms.dmm | 3930 ----------------- 1 file changed, 3930 deletions(-) delete mode 100644 maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm diff --git a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm b/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm deleted file mode 100644 index 0e8bff4470ff..000000000000 --- a/maps/map_files/BigRed/standalone/crashlanding-upp-dorms.dmm +++ /dev/null @@ -1,3930 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ae" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"aw" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/bar) -"ay" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"aI" = ( -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"aM" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"aQ" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"aU" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"bl" = ( -/turf/open/mars, -/area/bigredv2/outside/c) -"bz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/closed/shuttle/ert{ - icon_state = "upp5"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"bE" = ( -/turf/open/floor{ - icon_state = "dark" - }, -/area/bigredv2/outside/admin_building) -"bJ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"bY" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin6" - }, -/area/bigredv2/outside/dorms) -"cd" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"ct" = ( -/obj/structure/machinery/blackbox_recorder, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"cw" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"cB" = ( -/obj/item/ammo_casing/bullet, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"cD" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"cK" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"dd" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"di" = ( -/obj/structure/barricade/wooden, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"dj" = ( -/turf/open/floor{ - dir = 1; - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"dM" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"dY" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/mars, -/area/bigredv2/outside/c) -"eb" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"eo" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"ep" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet, -/obj/item/prop/colony/used_flare, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"eq" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"ey" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"eD" = ( -/turf/closed/shuttle/ert{ - icon_state = "T8"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"eM" = ( -/obj/structure/machinery/door_control{ - id = "Operations"; - name = "Storm Shutters"; - pixel_y = -32 - }, -/turf/open/floor{ - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"eX" = ( -/obj/structure/bed/chair/dropship/passenger, -/obj/item/storage/belt/medical/lifesaver/upp, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"eZ" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/bar) -"fe" = ( -/obj/item/trash/semki, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"fg" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" - }, -/area/bigredv2/outside/bar) -"fi" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Bar" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/bar) -"fl" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"fu" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"fw" = ( -/obj/effect/decal/cleanable/blood/gibs/down, -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"fy" = ( -/obj/item/roller, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"fC" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp25"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"fD" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"fJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"fN" = ( -/turf/closed/shuttle/ert{ - icon_state = "T11"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"gi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"gv" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor{ - dir = 8; - icon_state = "carpet11-12" - }, -/area/bigredv2/outside/bar) -"gx" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"gA" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"gF" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp5"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"gG" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"gI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T11"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"hb" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/admin_building) -"hi" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"ht" = ( -/obj/structure/barricade/wooden, -/turf/open/mars, -/area/bigredv2/outside/c) -"hy" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -1; - pixel_y = 35 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"hz" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"hG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"hQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate, -/obj/item/trash/semki, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"hT" = ( -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." - }, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"hV" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"hX" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"hY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T20"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"hZ" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"ii" = ( -/turf/open/mars{ - icon_state = "mars_dirt_8" - }, -/area/bigredv2/outside/c) -"iG" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"iO" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"iS" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/bar) -"iU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/crap_item, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"iV" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/bar) -"iY" = ( -/obj/structure/window/framed/solaris/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Operations"; - name = "\improper Operations Shutters" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/admin_building) -"iZ" = ( -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"ji" = ( -/obj/structure/machinery/light/double{ - dir = 1 - }, -/obj/structure/bed/bedroll, -/obj/item/ammo_casing/bullet, -/obj/item/reagent_container/food/drinks/bottle/vodka, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"jH" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Dormitories"; - name = "\improper Dormitories Shutters" - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"jZ" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"kd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sandbags/large_stack, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"ke" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"kg" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/bar) -"ki" = ( -/obj/structure/barricade/wooden, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"kl" = ( -/obj/item/bedsheet/brown, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"kr" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"lf" = ( -/obj/structure/closet/crate, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/landmark/objective_landmark/medium, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"lC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"lF" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"lJ" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp27"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"lL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"lM" = ( -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"lP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "upp5"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"lV" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"lZ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"ma" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"mj" = ( -/obj/structure/surface/table/almayer, -/obj/item/ammo_box/rounds/type71{ - bullet_amount = 129 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"mk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"mq" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp4"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"mx" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Recreation" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"mz" = ( -/obj/item/ammo_casing/bullet, -/obj/structure/prop/wooden_cross{ - pixel_y = 13 - }, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/mars{ - icon_state = "mars_dirt_11" - }, -/area/bigredv2/outside/c) -"mH" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"mW" = ( -/obj/item/trash/semki, -/turf/open/shuttle/dropship, -/area/bigredv2/outside/dorms) -"mZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Dormitories" - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"nk" = ( -/turf/open/floor{ - dir = 8; - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"nC" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp21"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"nE" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"nH" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"nO" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"nW" = ( -/turf/open/mars{ - icon_state = "mars_dirt_11" - }, -/area/bigredv2/outside/c) -"nX" = ( -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/mars{ - icon_state = "mars_dirt_12" - }, -/area/bigredv2/outside/c) -"oa" = ( -/obj/item/prop/colony/used_flare, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"oe" = ( -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"of" = ( -/obj/structure/window_frame/solaris, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"om" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"oI" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"oL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"oM" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" - }, -/area/bigredv2/outside/bar) -"oO" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Dormitories"; - name = "\improper Dormitories Shutters" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"oQ" = ( -/obj/structure/machinery/computer/arcade, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"oV" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"pc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T16"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"pg" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"pn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "T17"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"px" = ( -/obj/effect/landmark/survivor_spawner/upp_medic, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"pz" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"pG" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "T19"; - opacity = 0; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"pK" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Storage" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"pU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"pZ" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"qe" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"qh" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"ql" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"qs" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"qx" = ( -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"qD" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"qI" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..."; - pixel_x = 3; - pixel_y = -6 - }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..."; - pixel_y = 5; - pixel_x = -8 - }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..."; - pixel_y = 4 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"rj" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"ro" = ( -/turf/closed/shuttle/ert{ - icon_state = "T4"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"rp" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"rq" = ( -/obj/effect/landmark/good_item, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"rJ" = ( -/obj/item/bedsheet/brown, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"rM" = ( -/obj/structure/window/framed/solaris/reinforced, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Operations"; - name = "\improper Operations Shutters" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/admin_building) -"rP" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"rW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"ss" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"sx" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/prop/almayer/comp_closed, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"sy" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"sI" = ( -/obj/item/tool/wrench, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"tf" = ( -/turf/open/mars{ - icon_state = "mars_dirt_9" - }, -/area/bigredv2/outside/c) -"th" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"ty" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - pixel_y = 21 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"tO" = ( -/obj/structure/bed, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/admin_building) -"tQ" = ( -/obj/structure/bed/bedroll, -/obj/item/bedsheet/brown, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"tT" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"tU" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"tY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"ui" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"uj" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/bar) -"uk" = ( -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"um" = ( -/obj/structure/girder, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"uq" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"ux" = ( -/obj/item/tool/shovel, -/turf/open/mars{ - icon_state = "mars_dirt_11" - }, -/area/bigredv2/outside/c) -"vb" = ( -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 13 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"vk" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/vending/cola, -/turf/open/floor{ - dir = 1; - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"vm" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/binoculars, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/admin_building) -"vx" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"vB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/usedbandage{ - dir = 9; - pixel_x = 5; - pixel_y = 15 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"vN" = ( -/obj/structure/prop/wooden_cross{ - pixel_y = 13 - }, -/obj/item/clothing/head/helmet/marine/veteran/UPP, -/turf/open/mars{ - icon_state = "mars_dirt_9" - }, -/area/bigredv2/outside/c) -"wg" = ( -/obj/structure/barricade/wooden{ - desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it..."; - dir = 8; - health = 25000 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"wk" = ( -/obj/structure/closet/crate, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"wo" = ( -/obj/structure/machinery/light/double{ - dir = 1 - }, -/obj/item/reagent_container/food/drinks/flask/canteen{ - desc = "You take a sip from your trusty UPP canteen..." - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"ws" = ( -/obj/structure/prop/wooden_cross{ - pixel_y = 13 - }, -/obj/item/toy/farwadoll, -/turf/open/mars, -/area/bigredv2/outside/c) -"wv" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"wA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"wB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T7"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"wF" = ( -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"wM" = ( -/obj/structure/machinery/light, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"wU" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"xa" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"xb" = ( -/obj/item/stack/barbed_wire/small_stack, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"xk" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Bar Complex"; - name = "\improper Bar Complex Shutters" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"xl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/pistachios, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"xm" = ( -/obj/item/prop/colony/used_flare, -/turf/open/mars, -/area/bigredv2/outside/c) -"xP" = ( -/obj/structure/machinery/light/double, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"xZ" = ( -/turf/open/floor{ - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"ya" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp3"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"yb" = ( -/obj/structure/surface/table, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"yi" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_11" - }, -/area/bigredv2/outside/c) -"yr" = ( -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/admin_building) -"yF" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"yG" = ( -/obj/structure/girder, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"yJ" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - pixel_x = -14 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"yS" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/food/drinks/bottle/vodka, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_y = -8; - pixel_x = -8 - }, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = 6 - }, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"za" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/bar) -"zh" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"zp" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/item/prop/colony/used_flare, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"zr" = ( -/turf/open/floor{ - dir = 8; - icon_state = "darkredcorners2" - }, -/area/bigredv2/outside/admin_building) -"zw" = ( -/turf/open/mars{ - icon_state = "mars_dirt_12" - }, -/area/bigredv2/outside/c) -"zH" = ( -/obj/structure/barricade/wooden, -/turf/open/mars{ - icon_state = "mars_dirt_9" - }, -/area/bigredv2/outside/c) -"zL" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/obj/item/ammo_casing/bullet, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"zM" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "Dormitories"; - name = "\improper Dormitories Shutters" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"zX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"zZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"AH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"AJ" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/blood{ - layer = 3; - pixel_x = 24 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"AY" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S-corner" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"AZ" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"Bb" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"Bd" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/obj/effect/landmark/survivor_spawner/upp_sapper, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"Be" = ( -/obj/item/bedsheet/brown, -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 13 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"Bf" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"BD" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"BJ" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/iv_drip, -/obj/effect/decal/cleanable/blood, -/obj/item/prop/colony/usedbandage{ - dir = 5 - }, -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship{ - icon_state = "rasputin6" - }, -/area/bigredv2/outside/dorms) -"BQ" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/shuttle/dropship{ - icon_state = "rasputin8" - }, -/area/bigredv2/outside/dorms) -"BS" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Cb" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Cd" = ( -/obj/item/trash/cheesie, -/obj/item/trash/pistachios, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"CD" = ( -/obj/item/stack/sheet/metal, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"CI" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/mars, -/area/bigredv2/outside/c) -"CO" = ( -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"CR" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"CS" = ( -/obj/item/ammo_casing/bullet, -/obj/item/stack/rods, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"CV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door_control{ - id = "Dormitories"; - name = "Storm Shutters"; - pixel_x = -32 - }, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"CX" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Df" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"Di" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp16"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"Dk" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Dq" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = 30 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Dt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T2"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Dv" = ( -/obj/structure/window/framed/solaris, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "Bar Complex"; - name = "\improper Bar Complex Shutters" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"DH" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet11-12" - }, -/area/bigredv2/outside/bar) -"DI" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/closed/shuttle/ert{ - icon_state = "T15"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"DY" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/accessory/patch/upp{ - pixel_y = -6; - pixel_x = -7 - }, -/obj/item/paper/bigred/upp{ - pixel_y = 4; - pixel_x = 3 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"Ed" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/item/prop/colony/used_flare, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Ek" = ( -/obj/item/ammo_casing/bullet, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"En" = ( -/turf/closed/shuttle/ert{ - icon_state = "T14"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"EF" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"EM" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"EP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"EX" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Dormitories" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"Fb" = ( -/turf/closed/shuttle/ert{ - icon_state = "leftengine_2"; - opacity = 0; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"Fk" = ( -/obj/item/trash/candy, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"Fm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Ft" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"FI" = ( -/turf/closed/shuttle/ert{ - icon_state = "T5"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Gh" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/mars, -/area/bigredv2/outside/c) -"Gi" = ( -/turf/closed/shuttle/ert{ - icon_state = "T2"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Gr" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"GA" = ( -/turf/open/floor{ - dir = 4; - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"GI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/bar) -"GL" = ( -/obj/structure/barricade/wooden{ - dir = 1; - pixel_y = 7 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"GU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Hm" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = 1; - pixel_y = 35 - }, -/turf/closed/wall/solaris, -/area/bigredv2/outside/dorms) -"Hs" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/obj/effect/landmark/survivor_spawner/upp_medic, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"Hu" = ( -/obj/item/prop/colony/usedbandage{ - dir = 10 - }, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"HE" = ( -/obj/item/prop/colony/folded_bedroll, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"HJ" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"HU" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor{ - dir = 1; - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"HY" = ( -/obj/item/prop/colony/usedbandage{ - dir = 1 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"HZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/good_item, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Ij" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Iq" = ( -/obj/structure/surface/table, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"IP" = ( -/turf/closed/shuttle/ert{ - icon_state = "rightengine_1"; - opacity = 0; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"IU" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"IZ" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars{ - icon_state = "mars_dirt_11" - }, -/area/bigredv2/outside/c) -"Jb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 1; - name = "\improper Bar Maintenance" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/bar) -"Jm" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Dormitories Bedroom" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Jw" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Bedroom" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"Jz" = ( -/obj/structure/bed/chair, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"JF" = ( -/obj/item/prop/colony/used_flare, -/turf/open/mars{ - icon_state = "mars_dirt_8" - }, -/area/bigredv2/outside/c) -"JP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"JR" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/general_offices) -"JS" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "\improper Recreation" - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"JU" = ( -/obj/item/stack/rods, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"JX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"JY" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"Kb" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"Kd" = ( -/obj/item/stack/barbed_wire/small_stack, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"Kh" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"Kk" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet9-4" - }, -/area/bigredv2/outside/bar) -"Kr" = ( -/obj/item/trash/used_stasis_bag, -/obj/effect/landmark/survivor_spawner/squad_leader, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" - }, -/area/bigredv2/outside/dorms) -"Ky" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop{ - desc = "A gas-operated rotary machine gun used by UPP heavies. Its enormous volume of fire and ammunition capacity allows the suppression of large concentrations of enemy forces. Heavy weapons training is required control its recoil, is non-functional."; - icon_state = "painless"; - item_state = "m41amk1"; - name = "\improper GSh-7.62 rotary machine gun"; - pixel_y = 7; - icon = 'icons/obj/items/weapons/guns/guns_by_faction/upp.dmi' - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"KC" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"KD" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"KF" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Dormitories Bedroom" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"KG" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper Fulcrum Airlock" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"KO" = ( -/turf/closed/shuttle/ert{ - icon_state = "T7"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"KP" = ( -/obj/structure/closet/crate, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"KV" = ( -/obj/structure/closet/crate/supply, -/obj/item/ammo_box/magazine/misc/flares, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"KX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"KY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"Lb" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/bar) -"Lf" = ( -/obj/item/trash/cheesie, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Lk" = ( -/obj/item/stack/rods, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Ln" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/closed/shuttle/ert{ - icon_state = "upp5"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"Ls" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "T10"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Lv" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Lz" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "\improper Operations EVA" - }, -/obj/effect/landmark/nightmare{ - insert_tag = "uppcrash" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/admin_building) -"LU" = ( -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"Mc" = ( -/obj/structure/coatrack, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/admin_building) -"Ms" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/prop/almayer/flight_recorder/colony, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"Mt" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"My" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"MJ" = ( -/obj/item/storage/belt/utility, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"MK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T8"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"MP" = ( -/obj/item/stack/rods, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"MS" = ( -/obj/structure/barricade/sandbags/wired, -/obj/item/ammo_casing/bullet, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Nn" = ( -/turf/closed/shuttle/ert{ - icon_state = "T1"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Nv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T4"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"NM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"NT" = ( -/obj/item/ammo_casing/bullet, -/obj/effect/decal/cleanable/blood, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"NW" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/dorms) -"Op" = ( -/turf/closed/shuttle/ert{ - icon_state = "leftengine_1"; - opacity = 0; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"Oz" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/shuttle/dropship, -/area/bigredv2/outside/dorms) -"OR" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/admin_building) -"OS" = ( -/obj/item/ammo_casing/bullet, -/obj/structure/prop/wooden_cross{ - pixel_y = 13 - }, -/obj/item/clothing/accessory/patch/upp{ - pixel_y = -6 - }, -/turf/open/mars{ - icon_state = "mars_dirt_8" - }, -/area/bigredv2/outside/c) -"OU" = ( -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Pi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/plate, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Pj" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/obj/item/ammo_casing/bullet, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Po" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "crashlanding-eva" - }, -/turf/closed/wall/solaris, -/area/bigredv2/outside/dorms) -"Pq" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"Pr" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"Py" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Operations Bedroom" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/admin_building) -"PC" = ( -/obj/effect/landmark/survivor_spawner/upp/soldier, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" - }, -/area/bigredv2/outside/dorms) -"PL" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"PO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"PV" = ( -/obj/item/bedsheet/brown, -/obj/item/bedsheet/brown{ - pixel_y = 13 - }, -/obj/structure/bed, -/obj/structure/bed{ - pixel_y = 13 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"PY" = ( -/obj/structure/surface/table, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"Qb" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Qf" = ( -/obj/item/ammo_box/rounds/type71/heap/empty{ - bullet_amount = 0 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin4" - }, -/area/bigredv2/outside/dorms) -"Qi" = ( -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"Qk" = ( -/obj/structure/bed/stool, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"QB" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"QC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "\improper Bar Maintenance" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"QE" = ( -/obj/structure/machinery/light/double{ - dir = 8 - }, -/turf/open/mars{ - icon_state = "mars_dirt_11" - }, -/area/bigredv2/outside/c) -"QN" = ( -/turf/open/floor, -/area/bigredv2/outside/dorms) -"QU" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"QX" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"RA" = ( -/obj/structure/girder, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_y = 35 - }, -/obj/structure/prop/invuln/pipe_water{ - pixel_x = 4; - pixel_y = 12 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"RM" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_magazine/rifle/type71/heap{ - current_rounds = 0 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"RP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/closed/shuttle/ert{ - icon_state = "upp5"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"Sh" = ( -/turf/closed/shuttle/ert{ - icon_state = "upp20"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"Sk" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Sl" = ( -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"SG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"SK" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/closed/shuttle/ert{ - icon_state = "T6"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"SL" = ( -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"SM" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"SO" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 - }, -/obj/structure/machinery/computer/cameras{ - desc = "The flight controls for a Mi-220 Attack Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; - name = "\improper 'Fulcrum' flight controls"; - network = null; - pixel_y = 21 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"SW" = ( -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/bar) -"Ti" = ( -/turf/closed/shuttle/ert{ - icon_state = "rightengine_2"; - opacity = 0; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"Tm" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Tt" = ( -/obj/item/ammo_casing/bullet, -/obj/item/ammo_casing/bullet, -/obj/item/prop/colony/used_flare, -/turf/open/mars_cave{ - icon_state = "mars_dirt_4" - }, -/area/bigredv2/outside/c) -"Tv" = ( -/obj/effect/landmark/survivor_spawner/upp_sapper, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/bigredv2/outside/dorms) -"TE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Dormitories Storage" - }, -/turf/open/floor{ - icon_state = "delivery" - }, -/area/bigredv2/outside/dorms) -"TF" = ( -/obj/item/stack/barbed_wire/small_stack, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"TL" = ( -/obj/item/stack/rods, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/obj/structure/prop/invuln/pipe_water{ - pixel_y = 11 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"TM" = ( -/obj/item/clothing/head/welding, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"TP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "dark" - }, -/area/bigredv2/outside/admin_building) -"TR" = ( -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"TV" = ( -/turf/open/floor{ - dir = 5; - icon_state = "darkred2" - }, -/area/bigredv2/outside/admin_building) -"Up" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"Ur" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/bigredv2/outside/bar) -"UD" = ( -/obj/structure/bed/bedroll, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"UE" = ( -/obj/item/stack/rods, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"UG" = ( -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"UK" = ( -/obj/item/prop/colony/used_flare, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Ve" = ( -/obj/structure/machinery/light/double{ - dir = 4; - pixel_y = -5 - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin7" - }, -/area/bigredv2/outside/dorms) -"Vk" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"Vl" = ( -/turf/closed/shuttle/ert{ - icon_state = "T16"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Vr" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Vt" = ( -/obj/structure/surface/table/woodentable{ - flipped = 1 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Vu" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"Vw" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bigredv2/outside/bar) -"VX" = ( -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"Wd" = ( -/obj/structure/bed/chair/wood/normal, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Wm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "T9"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Ww" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Wz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet, -/obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bigredv2/outside/dorms) -"WA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"WB" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "dark" - }, -/area/bigredv2/outside/admin_building) -"WE" = ( -/obj/structure/bed/stool, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/dorms) -"WH" = ( -/turf/closed/shuttle/ert{ - icon_state = "T3"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"WL" = ( -/obj/item/prop/colony/usedbandage{ - dir = 1 - }, -/obj/effect/landmark/survivor_spawner/upp_specialist, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" - }, -/area/bigredv2/outside/dorms) -"WM" = ( -/obj/item/prop/colony/usedbandage{ - dir = 5; - pixel_y = 8 - }, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"WN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood{ - layer = 3 - }, -/turf/closed/shuttle/ert{ - icon_state = "upp1"; - name = "Fulcrum" - }, -/area/bigredv2/outside/dorms) -"WO" = ( -/obj/structure/bed/bedroll, -/obj/item/trash/cheesie, -/turf/open/shuttle/dropship{ - icon_state = "rasputin7" - }, -/area/bigredv2/outside/dorms) -"Xe" = ( -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"Xg" = ( -/obj/structure/bed/bedroll, -/obj/item/bedsheet/brown, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"Xl" = ( -/turf/closed/wall/solaris/reinforced, -/area/bigredv2/outside/admin_building) -"Xs" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"Xz" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/mars{ - icon_state = "mars_dirt_8" - }, -/area/bigredv2/outside/c) -"XL" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S-corner" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/bigredv2/outside/dorms) -"XM" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor, -/area/bigredv2/outside/general_offices) -"XP" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/bigredv2/outside/dorms) -"XQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/closed/shuttle/ert{ - icon_state = "T7"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"XV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/colony/used_flare, -/turf/open/floor, -/area/bigredv2/outside/dorms) -"Ye" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Yf" = ( -/turf/closed/shuttle/ert{ - icon_state = "T12"; - name = "Fulcrum"; - opacity = 0 - }, -/area/bigredv2/outside/dorms) -"Yx" = ( -/turf/closed/wall/solaris, -/area/bigredv2/outside/admin_building) -"YB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - icon_state = "grimy" - }, -/area/bigredv2/outside/dorms) -"YI" = ( -/obj/structure/surface/table/woodentable, -/obj/item/tool/lighter/zippo, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/admin_building) -"YO" = ( -/obj/item/tool/shovel, -/turf/open/mars{ - icon_state = "mars_dirt_5" - }, -/area/bigredv2/outside/c) -"YP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"YT" = ( -/obj/structure/bed/stool, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"YU" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/mars, -/area/bigredv2/outside/c) -"Zb" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) -"Zu" = ( -/obj/structure/window_frame/solaris, -/obj/effect/decal/cleanable/blood{ - dir = 4; - icon_state = "gib6" - }, -/turf/open/floor/plating, -/area/bigredv2/outside/dorms) -"ZA" = ( -/obj/item/stack/sandbags/small_stack, -/turf/open/mars{ - icon_state = "mars_dirt_13" - }, -/area/bigredv2/outside/c) -"ZI" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8 - }, -/turf/open/mars{ - icon_state = "mars_dirt_13" - }, -/area/bigredv2/outside/c) -"ZJ" = ( -/obj/item/ammo_casing/bullet, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/bigredv2/outside/c) -"ZV" = ( -/obj/structure/barricade/wooden, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor{ - icon_state = "wood" - }, -/area/bigredv2/outside/bar) - -(1,1,1) = {" -NW -oO -oO -NW -oO -oO -NW -oO -oO -NW -Zu -of -NW -NW -NW -NW -NW -NW -NW -SL -bl -bl -bl -bl -oV -iY -dj -bE -TP -bE -Lz -"} -(2,1,1) = {" -NW -KP -LU -LU -LU -LU -LU -LU -LU -LU -lF -LU -NW -nO -nO -nO -nO -nO -NW -rj -bl -bl -CI -bl -Vk -Xl -vk -bE -TP -xZ -Yx -"} -(3,1,1) = {" -NW -PV -LU -Pr -vb -AJ -fD -vb -PY -LU -vb -LU -NW -Ww -Ww -Ww -Vr -NM -NW -xa -Gh -bl -dY -bl -Vk -Xl -HU -bE -TP -xZ -Yx -"} -(4,1,1) = {" -NW -LU -LU -AZ -Be -wk -lf -vb -KP -hz -QU -LU -NW -Ww -Ww -Ww -Ww -hV -NW -SL -xm -bl -bl -CI -Vk -iY -dj -bE -TP -eM -Yx -"} -(5,1,1) = {" -NW -Jw -NW -NW -NW -NW -NW -NW -NW -NW -NW -Jw -NW -pK -NW -NW -NW -TE -NW -MP -bl -bl -bl -Gh -Df -iY -dj -bE -WB -zr -nk -"} -(6,1,1) = {" -mZ -bJ -bJ -bJ -bJ -bJ -bJ -gG -BS -fl -aI -Tm -rP -ep -Pj -CV -yJ -hV -jH -SL -ii -CI -YU -bl -xP -Xl -TV -bE -GA -GA -GA -"} -(7,1,1) = {" -QN -QN -Ww -Ww -Pi -Ww -iO -XV -xl -gi -hG -CR -rP -hZ -Ek -Fk -iU -hV -jH -ui -zL -ii -bl -ZI -aQ -Xl -Yx -Py -Yx -Yx -Yx -"} -(8,1,1) = {" -NW -NW -NW -NW -om -iU -QN -aI -aM -fl -fN -SK -Nv -Wz -Ek -vB -qs -qs -CD -EF -cB -zL -yi -cB -ZJ -Xl -hb -yr -Mc -Yx -hb -"} -(9,1,1) = {" -zM -PV -LU -NW -Ww -UK -fl -qs -rq -fN -MK -XQ -FI -qe -HE -Xg -PO -XP -JU -xb -cB -Kb -cK -Sl -OS -Xl -OR -yr -yr -Yx -OR -"} -(10,1,1) = {" -zM -wk -LU -Jm -oe -UE -AH -AH -fN -eD -KO -Wm -Fb -Op -hQ -rJ -UD -wU -RA -ZA -Hu -nX -Sl -Sl -vN -Xl -tO -vm -YI -Yx -tO -"} -(11,1,1) = {" -NW -yb -ql -NW -CX -KX -CX -gI -eD -KO -KO -Ls -Ti -IP -UD -Nn -WH -WH -ro -qI -hT -Sl -Sl -tf -ws -Xl -rM -rM -rM -Xl -rM -"} -(12,1,1) = {" -NW -oe -Cb -pg -Kh -AH -Sh -mq -mq -mq -mq -mq -mq -mq -mq -mq -WN -Dt -En -wo -VX -Lf -oa -Xz -ux -mz -IZ -QE -nW -wF -di -"} -(13,1,1) = {" -NW -CX -Sh -mq -Di -mq -nC -BJ -Hs -px -uk -Qf -mH -mH -mH -bY -AY -KD -rP -VX -eq -OU -VX -VX -WM -RM -qh -vx -pZ -JF -ht -"} -(14,1,1) = {" -zM -pz -lJ -SO -nC -SO -nC -Kr -eX -mj -KV -PC -cd -MJ -rp -Oz -XL -Kh -WA -VX -VX -VX -VX -VX -CO -MS -VX -VX -VX -Sl -ii -"} -(15,1,1) = {" -zM -ql -lJ -Ms -BD -sx -KG -WL -Ky -DY -yS -PC -tQ -fy -sI -mW -XL -ql -kd -TF -VX -fe -VX -VX -uq -qh -lZ -VX -lZ -vx -VX -"} -(16,1,1) = {" -NW -sy -fC -gF -gF -gF -nC -WO -Bd -Tv -uk -BQ -Gr -Gr -Gr -Ve -AY -Kd -rP -YO -HY -kl -eq -VX -ae -qh -VX -vx -Sl -Sl -zw -"} -(17,1,1) = {" -zM -ql -EP -Xe -Vu -Bf -fC -gF -gF -gF -Ln -RP -bz -lP -gF -gF -ya -WH -ro -ji -Qb -Lv -hX -Sl -Tt -CS -PL -pZ -Sl -zH -bl -"} -(18,1,1) = {" -zM -dd -pz -ql -JX -Bf -GU -pc -hY -wB -wB -pG -Fb -Op -pg -Yf -Gi -Gi -En -hX -cD -eb -Qi -ss -ss -NT -yF -fw -zp -Qi -Qi -"} -(19,1,1) = {" -NW -wk -oe -pg -JX -GU -HZ -ql -pc -hY -wB -pn -Ti -IP -KX -AH -UE -CX -um -eZ -SW -iV -th -uj -iS -aw -Dv -aw -Dv -aw -aw -"} -(20,1,1) = {" -NW -PV -LU -pg -hy -Kh -aI -CX -KX -Vl -hY -XQ -FI -Lk -ct -qs -HJ -oe -TL -za -SW -Lb -Bb -qx -eZ -kg -eo -eo -UG -UG -aw -"} -(21,1,1) = {" -NW -qD -LU -NW -QN -lM -Pq -oL -Dk -zZ -Vl -DI -En -Cb -Sk -lV -EM -oe -yG -SW -Ur -oM -UG -gA -lL -lL -fJ -oI -UG -ki -xk -"} -(22,1,1) = {" -zM -KP -LU -KF -QN -lM -lM -zX -SG -lC -zZ -pg -GL -aI -Fm -oe -LU -Ft -yG -hi -nH -oM -eo -UG -iG -zh -YP -UG -UG -eo -aw -"} -(23,1,1) = {" -zM -PV -LU -NW -ty -KY -mk -YB -JP -My -Ij -mx -GL -WE -WE -WE -WE -WE -JS -nH -Up -fg -UG -oI -UG -TR -YP -UG -IU -ki -xk -"} -(24,1,1) = {" -NW -NW -NW -NW -QN -hV -QN -QN -Dq -QN -hV -NW -gx -oQ -oQ -oQ -oQ -oQ -Hm -fu -nH -oM -UG -UG -eo -UG -Ed -UG -UG -UG -aw -"} -(25,1,1) = {" -Jz -QB -jZ -NW -NW -pU -EX -NW -NW -NW -QC -NW -NW -NW -Po -NW -NW -NW -NW -DH -gv -Kk -oI -Vt -Ye -UG -YP -Cd -Ye -wM -aw -"} -(26,1,1) = {" -Jz -Iq -jZ -JR -iZ -tY -wg -wv -Iq -NW -rW -oe -oe -qx -aw -dM -UG -UG -oI -UG -UG -UG -TM -tT -UG -UG -YP -tT -KC -ki -fi -"} -(27,1,1) = {" -iZ -iZ -iZ -iZ -iZ -ke -iZ -iZ -jZ -NW -wA -Dk -QX -JY -Jb -ay -ey -lL -lL -lL -ma -lL -lL -lL -lL -lL -Mt -UG -UG -kr -GI -"} -(28,1,1) = {" -iZ -iZ -iZ -SM -iZ -ke -iZ -iZ -jZ -aw -aU -Vw -qx -qx -aw -YP -UG -UG -zh -UG -UG -UG -UG -UG -zh -UG -cw -ey -Zb -ZV -aw -"} -(29,1,1) = {" -JR -JR -JR -JR -XM -ke -iZ -Xs -Iq -aw -qx -Vw -qx -qx -aw -YP -Wd -nE -Ye -Wd -nE -tU -YT -YT -YT -YT -Qk -UG -YP -UG -aw -"} From 5ced4a3538fcb359bbe084a8c6bda245bec24fd3 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Thu, 20 Jul 2023 18:41:35 +0800 Subject: [PATCH 34/37] UPPSkills --- code/datums/skills.dm | 76 ++++++++++++++++++++++++++ code/modules/gear_presets/survivors.dm | 12 ++-- 2 files changed, 82 insertions(+), 6 deletions(-) diff --git a/code/datums/skills.dm b/code/datums/skills.dm index 16a2a20a57fd..809123303c46 100644 --- a/code/datums/skills.dm +++ b/code/datums/skills.dm @@ -1566,6 +1566,82 @@ COLONIAL MARSHALS SKILL_INTEL = SKILL_INTEL_EXPERT, SKILL_DOMESTIC = SKILL_DOMESTIC_MASTER ) + +/datum/skills/military/survivor/upp_private + name = "UPP Private" + skills = list( + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_TRAINED, + SKILL_ENGINEER = SKILL_ENGINEER_ENGI, + SKILL_MEDICAL = SKILL_MEDICAL_TRAINED, + SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED, + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_FIREARMS = SKILL_FIREARMS_TRAINED, + SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED, + SKILL_VEHICLE = SKILL_VEHICLE_DEFAULT, + SKILL_JTAC = SKILL_JTAC_TRAINED, + ) + +/datum/skills/military/survivor/upp_sapper + name = "UPP Sapper" + skills = list( + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_ENGI, + SKILL_ENGINEER = SKILL_ENGINEER_ENGI, + SKILL_MEDICAL = SKILL_MEDICAL_TRAINED, + SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED, + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_FIREARMS = SKILL_FIREARMS_TRAINED, + SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED, + SKILL_VEHICLE = SKILL_VEHICLE_DEFAULT, + SKILL_JTAC = SKILL_JTAC_TRAINED, + ) + +/datum/skills/military/survivor/upp_medic + name = "UPP Medic" + skills = list( + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_TRAINED, + SKILL_ENGINEER = SKILL_ENGINEER_ENGI, + SKILL_MEDICAL = SKILL_MEDICAL_DOCTOR, + SKILL_SURGERY = SKILL_SURGERY_TRAINED, + SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED, + SKILL_FIREARMS = SKILL_FIREARMS_TRAINED, + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED, + SKILL_VEHICLE = SKILL_VEHICLE_DEFAULT, + SKILL_JTAC = SKILL_JTAC_TRAINED, + ) + +/datum/skills/military/survivor/upp_spec + name = "UPP Specialist" + skills = list( + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_TRAINED, + SKILL_ENGINEER = SKILL_ENGINEER_ENGI, + SKILL_MEDICAL = SKILL_MEDICAL_TRAINED, + SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED, + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_LEADERSHIP = SKILL_LEAD_TRAINED, + SKILL_JTAC = SKILL_JTAC_TRAINED, + SKILL_SPEC_WEAPONS = SKILL_SPEC_UPP, + SKILL_FIREARMS = SKILL_FIREARMS_TRAINED, + SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED, + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_VEHICLE = SKILL_VEHICLE_DEFAULT, + ) + +/datum/skills/military/survivor/upp_sl + name = "UPP Squad Leader" + skills = list( + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_ENGI, + SKILL_ENGINEER = SKILL_ENGINEER_ENGI, + SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED, + SKILL_FIREARMS = SKILL_FIREARMS_TRAINED, + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED, + SKILL_LEADERSHIP = SKILL_LEAD_EXPERT, + SKILL_MEDICAL = SKILL_MEDICAL_MEDIC, + SKILL_VEHICLE = SKILL_VEHICLE_DEFAULT, + SKILL_JTAC = SKILL_JTAC_EXPERT, + ) + /* --------------------- SPEC-OPS diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index b046575de8ec..05c148e1b39f 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1417,7 +1417,7 @@ paygrade = "UE1" origin_override = ORIGIN_UPP rank = JOB_SURVIVOR - skills = /datum/skills/upp + skills = /datum/skills/military/survivor/upp_private languages = list(LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_CHINESE) faction = FACTION_UPP faction_group = list(FACTION_UPP, FACTION_SURVIVOR) @@ -1455,7 +1455,7 @@ name = "Survivor - UPP Soldier" paygrade = "UE2" assignment = "UPP Soldier" - skills = /datum/skills/upp + skills = /datum/skills/military/survivor/upp_private /datum/equipment_preset/survivor/upp/soldier/load_gear(mob/living/carbon/human/new_human) var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() @@ -1478,7 +1478,7 @@ name = "Survivor - UPP Sapper" paygrade = "UE3S" assignment = "UPP Sapper" - skills = /datum/skills/upp/combat_engineer + skills = /datum/skills/military/survivor/upp_sapper /datum/equipment_preset/survivor/upp/sapper/load_gear(mob/living/carbon/human/new_human) @@ -1504,7 +1504,7 @@ name = "Survivor - UPP Medic" paygrade = "UE3M" assignment = "UPP Medic" - skills = /datum/skills/upp/combat_medic + skills = /datum/skills/military/survivor/upp_medic /datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) var/obj/item/clothing/under/marine/veteran/UPP/medic/uniform = new() @@ -1534,7 +1534,7 @@ name = "Survivor - UPP Specialist" paygrade = "UE4" assignment = "UPP Specialist" - skills = /datum/skills/upp + skills = /datum/skills/military/survivor/upp_spec /datum/equipment_preset/survivor/upp/specialist/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy(new_human), WEAR_HEAD) @@ -1555,7 +1555,7 @@ languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN, LANGUAGE_CHINESE) assignment = "UPP Squad Leader" role_comm_title = "UPP 173Rd RECON SL" - skills = /datum/skills/upp/SL + skills = /datum/skills/military/survivor/upp_sl /datum/equipment_preset/survivor/upp/squad_leader/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/officer (new_human), WEAR_BODY) From e54eb78b82924749cb39ca0c6cd39a76a766c44c Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Tue, 25 Jul 2023 22:13:34 +0800 Subject: [PATCH 35/37] Updates --- .../modules/gear_presets/_select_equipment.dm | 28 +++++++++---------- code/modules/gear_presets/survivors.dm | 8 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/code/modules/gear_presets/_select_equipment.dm b/code/modules/gear_presets/_select_equipment.dm index ef7dbdbdc485..94a628553252 100644 --- a/code/modules/gear_presets/_select_equipment.dm +++ b/code/modules/gear_presets/_select_equipment.dm @@ -971,34 +971,34 @@ var/list/rebel_rifles = list( new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/heavy/buckshot(new_human), WEAR_IN_BACK) /datum/equipment_preset/proc/spawn_random_upp_headgear(mob/living/carbon/human/new_human) - var/i = rand(1,10) - switch(i) - if (1 , 2) + var/random_hat = rand(1,10) + switch(random_hat) + if (1, 2) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/UPP(new_human), WEAR_HEAD) - if (3 , 4 , 5) + if (3, 4, 5) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap(new_human), WEAR_HEAD) - if (6 , 7) + if (6, 7) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(new_human), WEAR_HEAD) - if (8 , 9) + if (8, 9) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/ushanka(new_human), WEAR_HEAD) /datum/equipment_preset/proc/spawn_random_upp_armor(mob/living/carbon/human/new_human) - var/i = rand(1,4) - switch(i) - if (1 , 2 , 3) -// new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + var/random_gear = rand(1, 4) + switch(random_gear) + if (1, 2, 3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE) if (4) -// new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP (new_human), WEAR_BODY) new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP(new_human), WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_JACKET) /datum/equipment_preset/proc/spawn_random_upp_belt(mob/living/carbon/human/new_human) - var/i = rand(1,3) - switch(i) - if (1 , 2) + var/random_gun = rand(1, 3) + switch(random_gun) + if (1, 2) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/NY(new_human), WEAR_WAIST) if (3) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/upp(new_human), WEAR_WAIST) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index 05c148e1b39f..deaad0bf108d 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1435,8 +1435,8 @@ /datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human) var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() - var/R = rand(1,2) - switch(R) + var/random_number = rand(1,2) + switch(random_number) if(1) uniform.roll_suit_jacket(new_human) if(2) @@ -1459,8 +1459,8 @@ /datum/equipment_preset/survivor/upp/soldier/load_gear(mob/living/carbon/human/new_human) var/obj/item/clothing/under/marine/veteran/UPP/uniform = new() - var/R = rand(1,2) - switch(R) + var/random_number = rand(1,2) + switch(random_number) if(1) uniform.roll_suit_jacket(new_human) if(2) From d2600b404151b5ad5d08dbce12bd0a0348377870 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Wed, 26 Jul 2023 01:15:26 +0800 Subject: [PATCH 36/37] Changes --- code/modules/gear_presets/survivors.dm | 6 ++---- code/modules/gear_presets/synths.dm | 4 ++-- code/modules/paperwork/paper.dm | 7 ++++++- maps/Nightmare/maps/DesertDam/scenario.json | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/code/modules/gear_presets/survivors.dm b/code/modules/gear_presets/survivors.dm index deaad0bf108d..09f12f5e5416 100644 --- a/code/modules/gear_presets/survivors.dm +++ b/code/modules/gear_presets/survivors.dm @@ -1508,8 +1508,8 @@ /datum/equipment_preset/survivor/upp/medic/load_gear(mob/living/carbon/human/new_human) var/obj/item/clothing/under/marine/veteran/UPP/medic/uniform = new() - var/R = rand(1,2) - switch(R) + var/random_number = rand(1,2) + switch(random_number) if(1) uniform.roll_suit_jacket(new_human) if(2) @@ -1526,8 +1526,6 @@ add_upp_weapon(new_human) spawn_random_upp_headgear(new_human) - - ..() /datum/equipment_preset/survivor/upp/specialist diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index 48dcabe4a269..f89a019e8425 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -465,8 +465,8 @@ /datum/equipment_preset/synth/survivor/upp/load_gear(mob/living/carbon/human/new_human) var/obj/item/clothing/under/marine/veteran/UPP/medic/uniform = new() - var/R = rand(1,2) - switch(R) + var/random_number = rand(1,2) + switch(random_number) if(1) uniform.roll_suit_jacket(new_human) if(2) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 39057c2816ce..f44ddaa34127 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -609,7 +609,12 @@ /obj/item/paper/bigred/upp name = "UPP Orders" - info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Reconnaissance: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Oxley's Buttle, Trijent Dam, location on planet Raijin (UA Code: LV-670). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonel

FOR SANCTIONED USE ONLY" + +/obj/item/paper/bigred/upp/Initialize(mapload, photo_list) + . = ..() + + var/datum/asset/asset = get_asset_datum(/datum/asset/simple/paper) + info = "

Union Of Progressive People's Fourth Fleet
Orders For 173rd Airborne Reconnaissance: 2nd Platoon
No.52

Order of Military Officer of the UPP
Kolonel Ganbaatar
Commander of MV-35
Date: 2182
On Special Mission
The actions of the hostile Weyland-Yutani corporation on the fringes of the Neroid sector have grown increasingly intolerable. However, evidence suggesting they are researching into the creation and deployment of some form of biological weapons program represent an unacceptable risk to the security of UPP interests in this sector. The risk of these items falling into UA/USCM hands is unacceptable.

Orders for the Boris squad of the 173rd Airborne Recon are as follows. Initiate airborne reconnaissance of WY colony Oxley's Buttle, Trijent Dam, location on planet Raijin (UA Code: LV-670). Ascertain veracity of onsight biological weapons program. If positive confirmation of the weapons program is identified, authorization for rapid assault and recovery is granted. Avoid all contact with UA/USCM military forces, abort missions if UA/USCM forces are encountered.
Authorizing Officer: Gaanbatar
Name and Rank: Kolonel

FOR SANCTIONED USE ONLY" /obj/item/paper/crumpled name = "paper scrap" diff --git a/maps/Nightmare/maps/DesertDam/scenario.json b/maps/Nightmare/maps/DesertDam/scenario.json index f012c57a4b2e..bacb95e27c25 100644 --- a/maps/Nightmare/maps/DesertDam/scenario.json +++ b/maps/Nightmare/maps/DesertDam/scenario.json @@ -2,7 +2,7 @@ { "type": "pick", "name": "uppcrash", "choices": [ - { "weight": 10, "type": "def", "values": { "lvevent": "none" } }, + { "weight": 10, "type": "def", "values": { "lvevent": "none" } }, { "weight": 4, "type": "def", "values": { "lvevent": "uppcrash" } } ] } From a461b350458f0383dd83b5d168e3b5611d9fa31c Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sat, 29 Jul 2023 21:45:31 +0800 Subject: [PATCH 37/37] OOPAreaChange --- .../standalone/crashlanding-upp-bar.dmm | 1027 +++++++---------- 1 file changed, 429 insertions(+), 598 deletions(-) diff --git a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm index 07497c7fccbd..f4efd48f0a88 100644 --- a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm +++ b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm @@ -341,13 +341,6 @@ icon_state = "cement_sunbleached13" }, /area/desert_dam/exterior/valley/bar_valley_dam) -"fW" = ( -/obj/structure/sink, -/turf/open/floor/prison{ - dir = 8; - icon_state = "sterile_white" - }, -/area/desert_dam/building/bar/bar_restroom) "ga" = ( /obj/effect/decal/sand_overlay/sand1{ dir = 8 @@ -659,14 +652,6 @@ "kD" = ( /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"kF" = ( -/obj/structure/machinery/door_control{ - id = "dam_checkpoint_west"; - name = "Checkpoint Lockdown" - }, -/obj/structure/surface/table/reinforced, -/turf/open/floor/prison, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "kM" = ( /turf/closed/shuttle/ert{ icon_state = "rightengine_2"; @@ -682,19 +667,6 @@ icon_state = "platingdmg1" }, /area/desert_dam/building/bar/backroom) -"lc" = ( -/turf/open/floor/prison{ - dir = 8; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"lh" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 6; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "ln" = ( /turf/open/desert/rock, /area/desert_dam/exterior/valley/bar_valley_dam) @@ -707,13 +679,6 @@ icon_state = "cement_sunbleached4" }, /area/desert_dam/exterior/valley/bar_valley_dam) -"lH" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "\improper Security Checkpoint" - }, -/turf/open/floor/prison, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "lT" = ( /turf/open/desert/dirt{ dir = 8; @@ -784,11 +749,6 @@ icon_state = "mars_dirt_5" }, /area/desert_dam/building/bar/bar_restroom) -"nj" = ( -/turf/closed/wall/hangar{ - name = "reinforced metal wall" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "nk" = ( /turf/closed/shuttle/ert{ icon_state = "T3"; @@ -796,15 +756,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"no" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/clothing/suit/armor/vest/security, -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor/prison{ - dir = 4; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "np" = ( /obj/structure/flora/grass/desert/lightgrass_1, /obj/item/ammo_casing/bullet, @@ -1037,6 +988,14 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) +"rm" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + pixel_x = -30; + start_charge = 0 + }, +/turf/open/floor/interior/wood, +/area/desert_dam/building/bar/bar) "rR" = ( /obj/structure/prop/dam/boulder/boulder1, /turf/open/desert/dirt{ @@ -1157,12 +1116,6 @@ name = "Fulcrum" }, /area/desert_dam/building/bar/bar) -"tQ" = ( -/turf/open/floor/prison{ - dir = 4; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "tR" = ( /obj/item/prop/colony/used_flare, /turf/open/floor/plating, @@ -1425,11 +1378,8 @@ }, /area/desert_dam/exterior/valley/bar_valley_dam) "xT" = ( -/turf/open/desert/dirt{ - dir = 6; - icon_state = "desert_transition_edge1" - }, -/area/desert_dam/exterior/valley/valley_hydro) +/turf/template_noop, +/area/template_noop) "xX" = ( /obj/item/prop/colony/used_flare, /turf/open/desert/rock, @@ -1478,10 +1428,6 @@ icon_state = "platingdmg1" }, /area/desert_dam/building/bar/bar) -"yp" = ( -/obj/structure/flora/grass/desert/lightgrass_5, -/turf/open/desert/dirt, -/area/desert_dam/exterior/valley/valley_hydro) "ys" = ( /obj/structure/flora/grass/tallgrass/desert/corner{ dir = 1 @@ -1643,24 +1589,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"AY" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/eastleft{ - dir = 8; - name = "Security Desk" - }, -/obj/structure/machinery/door/window/brigdoor/westleft{ - dir = 4; - icon_state = "leftsecure"; - id = "brg" - }, -/obj/item/paper_bin, -/obj/item/tool/pen/blue{ - pixel_x = -6 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "Bj" = ( /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) @@ -1742,11 +1670,6 @@ }, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"BV" = ( -/turf/open/desert/dirt{ - icon_state = "desert_transition_edge1" - }, -/area/desert_dam/exterior/valley/valley_hydro) "BW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -1795,15 +1718,6 @@ icon_state = "rasputin3" }, /area/desert_dam/building/bar/bar) -"Cu" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/prison{ - dir = 8; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "Cx" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/sand_overlay/sand1{ @@ -1997,12 +1911,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"EU" = ( -/turf/open/floor/prison{ - dir = 4; - icon_state = "redcorner" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "EW" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -2015,13 +1923,6 @@ /obj/structure/flora/tree/joshua, /turf/closed/wall/rock/orange, /area/desert_dam/exterior/rock) -"Fb" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor/prison{ - icon_state = "redcorner" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "Fd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -2054,12 +1955,6 @@ }, /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) -"Fw" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "\improper Security Checkpoint" - }, -/turf/open/floor/prison, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "FB" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -2158,9 +2053,6 @@ icon_state = "platingdmg1" }, /area/desert_dam/building/bar/bar) -"HD" = ( -/turf/closed/wall/rock/orange, -/area/desert_dam/exterior/rock) "HH" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -2208,10 +2100,6 @@ icon_state = "rasputin15" }, /area/desert_dam/building/bar/bar) -"IP" = ( -/obj/structure/flora/grass/desert/lightgrass_2, -/turf/open/desert/dirt, -/area/desert_dam/exterior/valley/valley_hydro) "IU" = ( /obj/item/tool/shovel, /turf/open/mars{ @@ -2393,17 +2281,6 @@ /obj/structure/machinery/blackbox_recorder, /turf/open/floor/plating, /area/desert_dam/building/bar/bar) -"MH" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - name = "Security Cameras - Operations"; - network = list("chigusa_1") - }, -/turf/open/floor/prison{ - dir = 8; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "MM" = ( /obj/structure/machinery/light/double{ dir = 4; @@ -2473,29 +2350,6 @@ opacity = 0 }, /area/desert_dam/building/bar/bar) -"NP" = ( -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice12"; - pixel_x = -7; - pixel_y = 35 - }, -/turf/closed/wall/rock/orange, -/area/desert_dam/exterior/rock) -"Ob" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/eastleft{ - dir = 8; - name = "Security Desk" - }, -/obj/structure/machinery/door/window/brigdoor/westleft{ - dir = 4; - icon_state = "leftsecure"; - id = "brg" - }, -/obj/item/tool/stamp, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/plating, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "Oe" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -2586,15 +2440,6 @@ icon_state = "floor_plate" }, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) -"Px" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "PH" = ( /obj/effect/decal/sand_overlay/sand1{ dir = 4 @@ -2657,14 +2502,6 @@ icon_state = "freezerfloor" }, /area/desert_dam/building/bar/bar_restroom) -"Qh" = ( -/obj/structure/filingcabinet, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/prison{ - dir = 4; - icon_state = "red" - }, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "Qk" = ( /obj/item/ammo_magazine/rifle/type71/heap{ current_rounds = 0 @@ -2745,9 +2582,6 @@ icon_state = "platingdmg1" }, /area/desert_dam/building/bar/bar) -"Ry" = ( -/turf/open/desert/dirt, -/area/desert_dam/exterior/valley/valley_hydro) "RU" = ( /obj/effect/decal/sand_overlay/sand1{ dir = 5 @@ -3168,9 +3002,6 @@ }, /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) -"XD" = ( -/turf/open/floor/prison, -/area/desert_dam/interior/dam_interior/south_tunnel_entrance) "XF" = ( /obj/structure/bed/chair/wood/normal{ dir = 8 @@ -3311,36 +3142,36 @@ iy iy iy iy -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT VT vq vn TR DE VT -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT xT "} (2,1,1) = {" @@ -3349,37 +3180,37 @@ sO Bj SF iy -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT mV YZ -fW +TR TR hT TR cI -NP -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -Ry +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (3,1,1) = {" iy @@ -3399,25 +3230,25 @@ DZ zm eh Dt -NP -HD +xT +xT Fa -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -IP +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (4,1,1) = {" iy @@ -3426,7 +3257,7 @@ Ek zT iy Pd -Xw +rm qS Yq aO @@ -3440,22 +3271,22 @@ vy jf kD kD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -BV -yp +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (5,1,1) = {" iy @@ -3480,20 +3311,20 @@ jC jC pk kD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -Ry +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (6,1,1) = {" iy @@ -3518,20 +3349,20 @@ nk bO kf pk -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -Ry +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (7,1,1) = {" jy @@ -3557,19 +3388,19 @@ EO zZ jm xz -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (8,1,1) = {" iy @@ -3596,18 +3427,18 @@ kf SG WO UL -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (9,1,1) = {" iy @@ -3636,23 +3467,23 @@ jC IU PY CI -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -"} -(10,1,1) = {" -hv -su -HB -IW -kp +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +"} +(10,1,1) = {" +hv +su +HB +IW +kp MM ny py @@ -3675,15 +3506,15 @@ kf kf kf pk -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (11,1,1) = {" hv @@ -3714,14 +3545,14 @@ md tl OS QI -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT "} (12,1,1) = {" hv @@ -3752,14 +3583,14 @@ hJ Ms OS gR -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT "} (13,1,1) = {" hv @@ -3791,13 +3622,13 @@ np OS Nj pu -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT "} (14,1,1) = {" hv @@ -3829,13 +3660,13 @@ oo mb zS Iu -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT "} (15,1,1) = {" hv @@ -3868,11 +3699,11 @@ Ug KC Iu Db -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT pW "} (16,1,1) = {" @@ -3990,8 +3821,8 @@ eJ gm "} (19,1,1) = {" -HD -HD +xT +xT ln ln ln @@ -4028,8 +3859,8 @@ ee Sb "} (20,1,1) = {" -HD -HD +xT +xT ln ln ln @@ -4066,7 +3897,7 @@ bP tX "} (21,1,1) = {" -HD +xT ln ln ln @@ -4104,8 +3935,8 @@ pq jr "} (22,1,1) = {" -HD -HD +xT +xT ln iI Yn @@ -4142,9 +3973,9 @@ dJ pW "} (23,1,1) = {" -HD -HD -HD +xT +xT +xT Yn jw bI @@ -4170,19 +4001,19 @@ ab vR bJ ZB -pW -pW -Fw -pW -AY -Ob -pW -pW +xT +xT +xT +xT +xT +xT +xT +xT "} (24,1,1) = {" -HD -HD -HD +xT +xT +xT wJ Ug Ug @@ -4208,19 +4039,19 @@ HI OZ bJ YQ -pW -lc -XD -MH -Cu -EU -XD -lH +xT +xT +xT +xT +xT +xT +xT +xT "} (25,1,1) = {" -HD -HD -HD +xT +xT +xT FB ki px @@ -4246,18 +4077,18 @@ HV ZS zl ZB -lH -XD -XD -kF -XD -XD -Fb -pW +xT +xT +xT +xT +xT +xT +xT +xT "} (26,1,1) = {" -HD -HD +xT +xT Yn is Ow @@ -4284,18 +4115,18 @@ VU VU VU am -pW -no -tQ -tQ -Px -Qh -lh -pW +xT +xT +xT +xT +xT +xT +xT +xT "} (27,1,1) = {" -HD -HD +xT +xT Ch XZ Ch @@ -4322,18 +4153,18 @@ zO nP kD Jk -pW -pW -pW -pW -pW -pW -pW -pW +xT +xT +xT +xT +xT +xT +xT +xT "} (28,1,1) = {" -HD -HD +xT +xT zO kD kD @@ -4359,18 +4190,18 @@ Hl rR kD mf -HD -HD -HD -HD -HD -HD -HD -HD -pW +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (29,1,1) = {" -HD +xT Yn yk QW @@ -4396,16 +4227,16 @@ mf Ce qx lT -HD -HD -HD -HD -HD -HD -HD -HD -HD -pW +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (30,1,1) = {" is @@ -4432,18 +4263,18 @@ mf lT Ce ln -HD +xT ln -HD -HD -HD -HD -HD -HD -HD -HD -HD -nj +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (31,1,1) = {" XZ @@ -4468,20 +4299,20 @@ kD mf qe ln -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -nj +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (32,1,1) = {" CE @@ -4504,22 +4335,22 @@ ZY xP LD Ce -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (33,1,1) = {" No @@ -4540,24 +4371,24 @@ nt mf lT Ce -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (34,1,1) = {" HV @@ -4576,26 +4407,26 @@ gA zl YE Hl -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (35,1,1) = {" cl @@ -4613,27 +4444,27 @@ fL hn VU yG -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (36,1,1) = {" ga @@ -4652,26 +4483,26 @@ kD sn Fr Hl -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "} (37,1,1) = {" eK @@ -4691,23 +4522,23 @@ xg kD Ex uF -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD -HD +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT +xT "}