diff --git a/code/__DEFINES/sounds.dm b/code/__DEFINES/sounds.dm index 2d715f5918..ba7889c8d3 100644 --- a/code/__DEFINES/sounds.dm +++ b/code/__DEFINES/sounds.dm @@ -92,6 +92,7 @@ #define AMBIENCE_MALL 'sound/ambience/medbay1.ogg' #define AMBIENCE_CAVE 'sound/ambience/desert.ogg' #define AMBIENCE_YAUTJA 'sound/ambience/yautja_ship.ogg' +#define AMBIENCE_AICORE 'sound/ambience/ai_interface.ogg' #define SOUND_MARINE_DRUMS 'sound/effects/drums.ogg' diff --git a/code/__DEFINES/vendors.dm b/code/__DEFINES/vendors.dm index 70e30edddf..7ebe992ff2 100644 --- a/code/__DEFINES/vendors.dm +++ b/code/__DEFINES/vendors.dm @@ -21,9 +21,13 @@ #define MARINE_CAN_BUY_DRESS "dress" #define CIVILIAN_CAN_BUY_BACKPACK "civilian_backpack" #define CIVILIAN_CAN_BUY_UTILITY "civilian_utility" +#define MARINE_CAN_BUY_MAIN "main" +#define MARINE_CAN_BUY_SIDE "side" #define MARINE_CAN_BUY_ALL list(MARINE_CAN_BUY_UNIFORM = 1, MARINE_CAN_BUY_SHOES = 1, MARINE_CAN_BUY_HELMET = 1, MARINE_CAN_BUY_ARMOR = 1, MARINE_CAN_BUY_GLOVES = 1, MARINE_CAN_BUY_EAR = 1, MARINE_CAN_BUY_BACKPACK = 1, MARINE_CAN_BUY_POUCH = 2, MARINE_CAN_BUY_BELT = 1, MARINE_CAN_BUY_GLASSES = 1, MARINE_CAN_BUY_MASK = 1, MARINE_CAN_BUY_ESSENTIALS = 1, MARINE_CAN_BUY_SECONDARY = 1, MARINE_CAN_BUY_ATTACHMENT = 1, MARINE_CAN_BUY_MRE = 1, MARINE_CAN_BUY_ACCESSORY = 1, MARINE_CAN_BUY_COMBAT_SHOES = 1, MARINE_CAN_BUY_COMBAT_HELMET = 1, MARINE_CAN_BUY_COMBAT_ARMOR = 1, MARINE_CAN_BUY_KIT = 1, MARINE_CAN_BUY_DRESS = 99) +#define MARINE_CAN_BUY_FOOD list(MARINE_CAN_BUY_MAIN = 1, MARINE_CAN_BUY_SIDE = 2) + #define MARINE_TOTAL_BUY_POINTS 45 #define MARINE_TOTAL_SNOWFLAKE_POINTS 120 diff --git a/code/controllers/subsystem/minimap.dm b/code/controllers/subsystem/minimap.dm index 8de2aec9bc..b419edc002 100644 --- a/code/controllers/subsystem/minimap.dm +++ b/code/controllers/subsystem/minimap.dm @@ -541,7 +541,7 @@ SUBSYSTEM_DEF(minimaps) /datum/tacmap/drawing/proc/can_draw(faction, mob/user) var/datum/squad/main_squad_path = MAIN_SHIP_PLATOON - return ((faction == main_squad_path::faction && skillcheck(user, SKILL_LEADERSHIP, SKILL_LEAD_EXPERT)) || (faction == XENO_HIVE_NORMAL && isqueen(user))) + return ((faction == main_squad_path::faction && skillcheck(user, SKILL_LEADERSHIP, SKILL_LEAD_NOVICE)) || (faction == XENO_HIVE_NORMAL && isqueen(user))) /datum/controller/subsystem/minimaps/proc/fetch_tacmap_datum(zlevel, flags) var/hash = "[zlevel]-[flags]" @@ -741,7 +741,7 @@ SUBSYSTEM_DEF(minimaps) old_map = get_tacmap_data_png(faction) current_svg = get_tacmap_data_svg(faction) - var/use_live_map = skillcheck(user, SKILL_LEADERSHIP, SKILL_LEAD_EXPERT) || is_xeno + var/use_live_map = skillcheck(user, SKILL_LEADERSHIP, SKILL_LEAD_NOVICE) || is_xeno if(use_live_map && !map_holder) var/level = SSmapping.levels_by_trait(targeted_ztrait) diff --git a/code/game/area/golden_arrow.dm b/code/game/area/golden_arrow.dm index 9b879219b0..9046062f17 100644 --- a/code/game/area/golden_arrow.dm +++ b/code/game/area/golden_arrow.dm @@ -5,7 +5,7 @@ powernet_name = "golden_arrow" sound_environment = SOUND_ENVIRONMENT_ROOM soundscape_interval = 30 - ambience_exterior = AMBIENCE_ALMAYER + ambience_exterior = AMBIENCE_SHIP ceiling_muffle = FALSE /area/golden_arrow/hangar @@ -87,6 +87,7 @@ icon_state = "airoom" soundscape_playlist = SCAPE_PL_AICORE soundscape_interval = 7 + ambience_exterior = AMBIENCE_AICORE /area/golden_arrow/motor_pool name = "\improper Motor Pool" diff --git a/code/game/machinery/ARES/ARES_interface.dm b/code/game/machinery/ARES/ARES_interface.dm index 0316274774..6840768c21 100644 --- a/code/game/machinery/ARES/ARES_interface.dm +++ b/code/game/machinery/ARES/ARES_interface.dm @@ -601,3 +601,18 @@ if(playsound) playsound(src, "keyboard_alt", 15, 1) + +/obj/structure/machinery/computer/ares_console/large + name = "AI interface computer" + desc = "A large, bulky computer intended to allow the user to interface with the ship's AI." + icon = 'icons/obj/structures/props/almayer_props64.dmi' + icon_state = "ai_interface" + layer = BELOW_MOB_LAYER + pixel_x = -16 + pixel_y = -8 + +/obj/structure/machinery/computer/ares_console/large/Initialize() + . = ..() + overlays.Cut() + var/image/source_image = image(src.icon, "ai_interface_top", layer = ABOVE_MOB_LAYER) + overlays += source_image diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index 5d94c700b1..50d3ca409f 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -174,9 +174,9 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li //Cryopods themselves. /obj/structure/machinery/cryopod name = "hypersleep chamber" - desc = "A large automated capsule with LED displays intended to put anyone inside into 'hypersleep', a form of non-cryogenic statis used on most ships, linked to a long-term hypersleep bay on a lower level." + desc = "A large automated capsule with LED displays intended to put anyone inside into 'hypersleep', a form of non-cryogenic statis used on most ships." icon = 'icons/obj/structures/machinery/cryogenics.dmi' - icon_state = "body_scanner_open" + icon_state = "hypersleep_open" density = TRUE anchored = TRUE @@ -187,6 +187,7 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li var/silent_exit = FALSE var/obj/item/device/radio/intercom/announce //Intercom for cryo announcements + /obj/structure/machinery/cryopod/right dir = WEST @@ -200,6 +201,11 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li QDEL_NULL(announce) . = ..() +/obj/structure/machinery/cryopod/update_icon() + if(occupant) + icon_state = "hypersleep_closed" + else + icon_state = "hypersleep_open" //Lifted from Unity stasis.dm and refactored. ~Zuhayr /obj/structure/machinery/cryopod/process() @@ -361,7 +367,6 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li GLOB.data_core.general -= G qdel(G) - icon_state = "body_scanner_open" set_light(0) if(occupant.key) @@ -378,6 +383,7 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li QDEL_NULL(occupant) stop_processing() + update_icon() /obj/structure/machinery/cryopod/attackby(obj/item/W, mob/living/user) if(isxeno(user)) @@ -495,12 +501,12 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li add_fingerprint(usr) -/obj/structure/machinery/cryopod/proc/go_in_cryopod(mob/mob, silent = FALSE) +/obj/structure/machinery/cryopod/proc/go_in_cryopod(mob/living/mob, silent = FALSE) if(occupant) return mob.forceMove(src) occupant = mob - icon_state = "body_scanner_closed" + update_icon() set_light(2) time_entered = world.time start_processing() @@ -523,7 +529,7 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li occupant.forceMove(get_turf(src)) occupant = null stop_processing() - icon_state = "body_scanner_open" + update_icon() set_light(0) playsound(src, 'sound/machines/pod_open.ogg', 30) SEND_SIGNAL(src, COMSIG_CRYOPOD_GO_OUT) @@ -546,6 +552,54 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li move_inside(target) +/obj/structure/machinery/cryopod/big + icon = 'icons/obj/structures/machinery/hypersleep.dmi' + icon_state = "hypersleep_base" + dir = EAST + var/image/occupant_image + var/occupant_angle = 270 + var/occupant_dir = 4 + var/occupant_x = 6 + var/occupant_y = 0 + +/obj/structure/machinery/cryopod/big/Initialize() + . = ..() + var/cover_image = image(icon, icon_state = "cover_fog", layer = 3.22) + overlays += cover_image + +/obj/structure/machinery/cryopod/big/update_icon() + return + +/obj/structure/machinery/cryopod/big/go_in_cryopod(mob/living/mob, silent = FALSE) + ..() + overlays.Cut() + occupant_image = image(mob.appearance, loc, layer = 3.21) + occupant_image.pixel_x = occupant_x + occupant_image.pixel_y = occupant_y + occupant_image.dir = occupant_dir + if(mob.body_position == STANDING_UP) + occupant_image.transform = occupant.transform.Turn(occupant_angle) + overlays += occupant_image + var/cover_image = image(icon, icon_state = "cover", layer = 3.22) + overlays += cover_image + +/obj/structure/machinery/cryopod/big/go_out() + ..() + overlays -= occupant_image + occupant_image = null + +/obj/structure/machinery/cryopod/big/despawn_occupant() + ..() + overlays.Cut() + occupant_image = null + var/cover_image = image(icon, icon_state = "cover_fog", layer = 3.22) + overlays += cover_image + +/obj/structure/machinery/cryopod/big/flipped + dir = WEST + occupant_angle = 90 + occupant_dir = 8 + occupant_x = 10 /obj/structure/machinery/cryopod/tutorial silent_exit = TRUE @@ -558,7 +612,7 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li return mob.forceMove(src) occupant = mob - icon_state = "body_scanner_closed" + icon_state = "hypersleep_closed" set_light(2) time_entered = world.time if(del_them) @@ -571,7 +625,7 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li var/mob/living/carbon/human/man = occupant man.species.handle_cryo(man) - icon_state = "body_scanner_open" + icon_state = "hypersleep_open" set_light(0) diff --git a/code/game/machinery/machinery.dm b/code/game/machinery/machinery.dm index f7244fb8ce..78088ce533 100644 --- a/code/game/machinery/machinery.dm +++ b/code/game/machinery/machinery.dm @@ -369,7 +369,7 @@ Class Procs: unslashable = TRUE unacidable = TRUE wrenchable = FALSE - + /obj/structure/machinery/fuelpump/ex_act(severity) return diff --git a/code/game/machinery/vending/vendor_types/food.dm b/code/game/machinery/vending/vendor_types/food.dm index 62ed512472..21a099f877 100644 --- a/code/game/machinery/vending/vendor_types/food.dm +++ b/code/game/machinery/vending/vendor_types/food.dm @@ -1,9 +1,10 @@ //------------CANTEEN MRE VENDOR--------------- /obj/structure/machinery/cm_vending/sorted/marine_food - name = "\improper ColMarTech Food Vendor" - desc = "USCM Food Vendor, containing standard military Prepared Meals." - icon_state = "marine_food" - hackable = TRUE + name = "\improper NestleCo AutoChef" + desc = "An autochef food dispenser, capable of distributing food containing all the essential vitamins and nutrients anyone could ever need. Inedible-looking sludge is passed through a variety of heaters, re-shapers, and solidifiers before being artificially flavored to create something that looks and tastes mostly edible." + icon = 'icons/obj/structures/machinery/vending_32x64.dmi' + icon_state = "food" + hackable = FALSE unacidable = FALSE unslashable = FALSE wrenchable = TRUE @@ -46,6 +47,34 @@ list("USCM Flask", 0, /obj/item/reagent_container/food/drinks/flask/marine, VENDOR_ITEM_REGULAR), list("W-Y Flask", 0, /obj/item/reagent_container/food/drinks/flask/weylandyutani, VENDOR_ITEM_REGULAR) ) + +//------------PVE CANTEEN FOOD VENDOR--------------- +/obj/structure/machinery/cm_vending/sorted/pve_food + name = "\improper NestleCo AutoChef" + desc = "An autochef food dispenser, capable of distributing food containing all the essential vitamins and nutrients anyone could ever need. Inedible-looking sludge is passed through a variety of heaters, re-shapers, and solidifiers before being artificially flavored to create something that looks and tastes mostly edible." + icon = 'icons/obj/structures/machinery/vending_32x64.dmi' + icon_state = "food" + req_one_access = list() + listed_products = list() + hackable = FALSE + wrenchable = FALSE + vend_flags = VEND_CLUTTER_PROTECTION | VEND_LIMITED_INVENTORY | VEND_TO_HAND + +/obj/structure/machinery/cm_vending/sorted/pve_food/get_listed_products(mob/user) + return GLOB.cm_vending_sorted_pve_food + +GLOBAL_LIST_INIT(cm_vending_sorted_pve_food, list( + list("MAIN COURSE", 0, null, null, null), + list("NestleCo Vegi-Flavored NutriGo(TM)", 0, /obj/item/reagent_container/food/snacks/canteen/main/soylent/green, MARINE_CAN_BUY_MAIN), + list("NestleCo Meat-Flavored NutriGo(TM)", 0, /obj/item/reagent_container/food/snacks/canteen/main/soylent/red, MARINE_CAN_BUY_MAIN), + list("NestleCo Grain-Flavored NutriGo(TM)", 0, /obj/item/reagent_container/food/snacks/canteen/main/soylent/yellow, MARINE_CAN_BUY_MAIN), + + list("SIDE DISH", 0, null, null, null), + list("NestleCo Vegi-Flavored NutriGo(TM)", 0, /obj/item/reagent_container/food/snacks/canteen/side/soylent/green, MARINE_CAN_BUY_SIDE), + list("NestleCo Meat-Flavored NutriGo(TM)", 0, /obj/item/reagent_container/food/snacks/canteen/side/soylent/red, MARINE_CAN_BUY_SIDE), + list("NestleCo Grain-Flavored NutriGo(TM)", 0, /obj/item/reagent_container/food/snacks/canteen/side/soylent/yellow, MARINE_CAN_BUY_SIDE), + )) + //------------BOOZE-O-MAT VENDOR--------------- /obj/structure/machinery/cm_vending/sorted/boozeomat diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm index eda8a6fe0a..117e0103e0 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_medic.dm @@ -125,8 +125,10 @@ GLOBAL_LIST_INIT(cm_vending_gear_medic, list( //------------CLOTHING VENDOR--------------- GLOBAL_LIST_INIT(cm_vending_clothing_medic, list( - list("MEDICAL SET (MANDATORY)", 0, null, null, null), - list("Essential Medical Set", 0, /obj/effect/essentials_set/medic, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), + list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), + list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine/medic, /obj/item/clothing/shoes/marine/knife, /obj/item/clothing/gloves/marine, /obj/item/device/radio/headset/almayer/marine), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), + list("ARMOR (CHOOSE 1)", 0, null, null, null), list("Light Armor", 0, /obj/item/clothing/suit/storage/marine/light, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm index fee4d2817e..a9f83e0116 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm @@ -142,9 +142,7 @@ list("M276 G8-A General Utility Pouch", floor(scale * 15), /obj/item/storage/backpack/general_belt, VENDOR_ITEM_REGULAR), list("POUCHES", -1, null, null, null), - list("First-Aid Pouch (Splints, Gauze, Ointment)", floor(scale * 15), /obj/item/storage/pouch/firstaid/full/alternate, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Pill Packets)", floor(scale * 15), /obj/item/storage/pouch/firstaid/full/pills, VENDOR_ITEM_REGULAR), - list("First-Aid Pouch (Injectors)", floor(scale * 15), /obj/item/storage/pouch/firstaid/full, VENDOR_ITEM_REGULAR), + list("First-Aid Pouch", floor(scale * 15), /obj/item/storage/pouch/firstaid, VENDOR_ITEM_REGULAR), list("Flare Pouch (Full)", floor(scale * 15), /obj/item/storage/pouch/flare/full, VENDOR_ITEM_REGULAR), list("Magazine Pouch", floor(scale * 15), /obj/item/storage/pouch/magazine, VENDOR_ITEM_REGULAR), list("Medium General Pouch", floor(scale * 15), /obj/item/storage/pouch/general/medium, VENDOR_ITEM_REGULAR), @@ -154,7 +152,7 @@ list("RESTRICTED POUCHES", -1, null, null, null), list("Construction Pouch", 1.25, /obj/item/storage/pouch/construction, VENDOR_ITEM_REGULAR), list("Explosive Pouch", 1.25, /obj/item/storage/pouch/explosive, VENDOR_ITEM_REGULAR), - list("First Responder Pouch (Empty)", 2.5, /obj/item/storage/pouch/first_responder, VENDOR_ITEM_REGULAR), + list("First Responder Pouch", 2.5, /obj/item/storage/pouch/first_responder, VENDOR_ITEM_REGULAR), list("Large Pistol Magazine Pouch", floor(scale * 2), /obj/item/storage/pouch/magazine/pistol/large, VENDOR_ITEM_REGULAR), list("Tools Pouch", 1.25, /obj/item/storage/pouch/tools, VENDOR_ITEM_REGULAR), list("Sling Pouch", 1.25, /obj/item/storage/pouch/sling, VENDOR_ITEM_REGULAR), @@ -437,6 +435,16 @@ list("MRE", floor(scale * 5), /obj/item/storage/box/MRE, VENDOR_ITEM_REGULAR), list("MRE Box", floor(scale * 1), /obj/item/ammo_box/magazine/misc/mre, VENDOR_ITEM_REGULAR), + list("MEDICAL", -1, null, null), + list("Gauze", round(scale * 15), /obj/item/stack/medical/bruise_pack, VENDOR_ITEM_REGULAR), + list("Ointment", round(scale * 15), /obj/item/stack/medical/ointment, VENDOR_ITEM_REGULAR), + list("Splints", round(scale * 15), /obj/item/stack/medical/splint, VENDOR_ITEM_REGULAR), + list("Emergency Autoinjector", round(scale * 15), /obj/item/reagent_container/hypospray/autoinjector/emergency, VENDOR_ITEM_REGULAR), + list("Bicaridine Autoinjector", round(scale * 15), /obj/item/reagent_container/hypospray/autoinjector/bicaridine/skillless, VENDOR_ITEM_REGULAR), + list("Kelotane Autoinjector", round(scale * 15), /obj/item/reagent_container/hypospray/autoinjector/kelotane/skillless, VENDOR_ITEM_REGULAR), + list("Tricordrazine Autoinjector", round(scale * 15), /obj/item/reagent_container/hypospray/autoinjector/tricord/skillless, VENDOR_ITEM_REGULAR), + list("Tramadol Injector", round(scale * 15), /obj/item/reagent_container/hypospray/autoinjector/tramadol/skillless, VENDOR_ITEM_REGULAR), + list("TOOLS", -1, null, null), list("Entrenching Tool (ET)", round(scale * 2), /obj/item/tool/shovel/etool/folded, VENDOR_ITEM_REGULAR), list("Screwdriver", round(scale * 5), /obj/item/tool/screwdriver, VENDOR_ITEM_REGULAR), @@ -467,7 +475,7 @@ list("Fire Extinguisher (Portable)", round(scale * 1), /obj/item/tool/extinguisher/mini, VENDOR_ITEM_REGULAR), list("Roller Bed", round(scale * 2), /obj/item/roller, VENDOR_ITEM_REGULAR), list("Machete Scabbard (Full)", round(scale * 5), /obj/item/storage/large_holster/machete/full, VENDOR_ITEM_REGULAR), - list("Binoculars", round(scale * 1), /obj/item/device/binoculars, VENDOR_ITEM_REGULAR), + list("Tactical Monocular", round(scale * 2), /obj/item/device/binoculars/range/monocular, VENDOR_ITEM_REGULAR), list("AN/PSQ-55 Sentry Console", round(scale * 1), /obj/item/device/sentry_computer, VENDOR_ITEM_REGULAR), list("Spare PDT/L Battle Buddy Kit", round(scale * 3), /obj/item/storage/box/pdt_kit/advanced, VENDOR_ITEM_REGULAR), list("Rail Flashlight", round(scale * 5), /obj/item/attachable/flashlight, VENDOR_ITEM_REGULAR), diff --git a/code/game/objects/effects/decals/strata_decals.dm b/code/game/objects/effects/decals/strata_decals.dm index 22a676eec1..b84f833c75 100644 --- a/code/game/objects/effects/decals/strata_decals.dm +++ b/code/game/objects/effects/decals/strata_decals.dm @@ -1,6 +1,7 @@ /obj/effect/decal/strata_decals icon = 'icons/effects/strata_decals.dmi' layer = TURF_LAYER + anchored = TRUE /obj/effect/decal/strata_decals/catwalk/prison //For finding and replacing prison catwalk objects since they nasty icon = 'icons/turf/floors/strata_floor.dmi' @@ -8,7 +9,6 @@ name = "catwalk" layer = CATWALK_LAYER desc = "These things have no depth to them, are they just, painted on?" - anchored = TRUE //////////////////OUTDOOR STUFF///////////////// @@ -36,6 +36,7 @@ icon_state = "" name = "a stain" desc = "A nasty looking brown stain, could be coffee, soot, water damage. Who knows." + mouse_opacity = MOUSE_OPACITY_TRANSPARENT /obj/effect/decal/strata_decals/grime/grime1 icon_state = "grime1" diff --git a/code/game/objects/effects/spawners/spawner.dm b/code/game/objects/effects/spawners/spawner.dm index f98af35b53..8454b651c3 100644 --- a/code/game/objects/effects/spawners/spawner.dm +++ b/code/game/objects/effects/spawners/spawner.dm @@ -1,2 +1,3 @@ /obj/effect/spawner name = "object spawner" + icon = 'icons/landmarks.dmi' diff --git a/code/game/objects/items/devices/binoculars.dm b/code/game/objects/items/devices/binoculars.dm index 3248115adf..b265023cd9 100644 --- a/code/game/objects/items/devices/binoculars.dm +++ b/code/game/objects/items/devices/binoculars.dm @@ -14,6 +14,8 @@ throw_speed = SPEED_VERY_FAST /// If FALSE won't change icon_state to a camo marine bino. var/uses_camo = TRUE + var/zoom_offset = 11 + var/view_range = 12 //matter = list("metal" = 50,"glass" = 50) @@ -30,7 +32,7 @@ if(SEND_SIGNAL(user, COMSIG_BINOCULAR_ATTACK_SELF, src)) return - zoom(user, 11, 12) + zoom(user, zoom_offset, view_range) /obj/item/device/binoculars/dropped(/obj/item/item, mob/user) . = ..() @@ -350,6 +352,24 @@ QDEL_NULL(laser) break +//pve binocs +/obj/item/device/binoculars/range/monocular + name = "tactical monocular" + desc = "A military-grade monocular equipped with rangefinding capabilities. Capable of withstanding a pretty hefty beating. Ctrl + Click turf to acquire it's coordinates. Ctrl + Click rangefinder to stop lasing." + icon_state = "advanced_monocular" + uses_camo = FALSE + range_laser_overlay = FALSE + zoom_offset = 8 + view_range = 9 + +/obj/item/device/binoculars/range/designator/sergeant + name = "tactical binoculars" + desc = "A laser designator issued to USCM command elements. It has two modes: target marking for CAS with IR laser and rangefinding. Ctrl + Click turf to target something. Ctrl + Click designator to stop lasing. Alt + Click designator to switch modes." + icon_state = "advanced_binoculars" + range_laser_overlay = "adv_laser_range" + cas_laser_overlay = "adv_laser_cas" + uses_camo = FALSE + //IMPROVED LASER DESIGNATER, faster cooldown, faster target acquisition, can be found only in scout spec kit /obj/item/device/binoculars/range/designator/scout name = "scout laser designator" diff --git a/code/game/objects/items/reagent_containers/food/drinks.dm b/code/game/objects/items/reagent_containers/food/drinks.dm index ea8da3043f..9a39483eb1 100644 --- a/code/game/objects/items/reagent_containers/food/drinks.dm +++ b/code/game/objects/items/reagent_containers/food/drinks.dm @@ -388,3 +388,13 @@ desc = "A matte gray coffee mug bearing the Weyland-Yutani logo on its front. Either issued as corporate standard, or bought as a souvenir for people who love the Company oh so dearly. Probably the former." icon_state = "wycup" +/obj/item/reagent_container/food/drinks/plasticcup + name = "plastic cup" + desc = "A decent sized plastic cup, perfect aboard starships for it's capacity to deal with careless handling by roughnecks." + icon_state = "plasticcup" + +/obj/item/reagent_container/food/drinks/plasticcup/clear + name = "clear plastic cup" + desc = "A decent sized plastic cup, perfect aboard starships for it's capacity to deal with careless handling by roughnecks. This one is clear, allowing you to see the contents." + icon_state = "plasticcup" + diff --git a/code/game/objects/items/reagent_containers/food/snacks.dm b/code/game/objects/items/reagent_containers/food/snacks.dm index 95d05a4019..2d70b334c6 100644 --- a/code/game/objects/items/reagent_containers/food/snacks.dm +++ b/code/game/objects/items/reagent_containers/food/snacks.dm @@ -3446,3 +3446,76 @@ reagents.add_reagent("nutriment", 2) reagents.add_reagent("sugar", 2) reagents.add_reagent("coco", 1) + +// ---- Canteen Food ---- + +//mains +/obj/item/reagent_container/food/snacks/canteen + name = "Canteen food" + desc = "What the hell is this? You shouldn't be seeing this." + icon = 'icons/obj/items/food_canteen.dmi' + +/obj/item/reagent_container/food/snacks/canteen/main + name = "Canteen main dish" + bitesize = 1 + + +/obj/item/reagent_container/food/snacks/canteen/main/Initialize() + . = ..() + reagents.add_reagent("nutriment", 9) + +/obj/item/reagent_container/food/snacks/canteen/main/soylent + name = "NestleCo NutriGo(TM)" + desc = "A large heap of highly processed slop made of soy, lentils, and planton. It's the core ingredient to all food made in NestleCo AutoChefs. This plain flavor quite simply has no flavor at all." + icon_state = "soylent" + w_class = SIZE_MEDIUM + +/obj/item/reagent_container/food/snacks/canteen/main/soylent/green + name = "NestleCo Vegi-Flavored NutriGo(TM)" + desc = "A large heap of highly processed slop made of soy, lentils, and plankton. It's the core ingredient to all food made in NestleCo AutoChefs, this one being the main ingredient of all plant-based imitation foods. Somehow despite being made of plants, it only almost tastes as good as an expired salad." + icon_state = "soylent_green" + +/obj/item/reagent_container/food/snacks/canteen/main/soylent/red + name = "NestleCo Meat-Flavored NutriGo(TM)" + desc = "A large heap of highly processed slop made of soy, lentils, and plankton. It's the core ingredient to all food made in NestleCo AutoChefs, this one being the main ingredient of all meat-based imitation foods. One of the furthest things from real meat you could possibly get, flavor included." + icon_state = "soylent_red" + +/obj/item/reagent_container/food/snacks/canteen/main/soylent/yellow + name = "NestleCo Grain-Flavored NutriGo(TM)" + desc = "A large heap of highly processed slop made of soy, lentils, and plankton. It's the core ingredient to all food made in NestleCo AutoChefs, this one being the main ingredient of all grain-based imitation food. Unremarkable, tastes terrible, and only vaguely tastes like it might possibly be grain." + icon_state = "soylent_yellow" + +//sides + +/obj/item/reagent_container/food/snacks/canteen/side + name = "Canteen side dish" + bitesize = 1 + + +/obj/item/reagent_container/food/snacks/canteen/side/Initialize() + . = ..() + reagents.add_reagent("nutriment", 5) + +/obj/item/reagent_container/food/snacks/canteen/side/soylent + name = "NestleCo NutriGo(TM)" + desc = "A small pile of highly processed slop made of soy, lentils, and planton. It's the core ingredient to all food made in NestleCo AutoChefs. This plain flavor quite simply has no flavor at all." + icon_state = "soylent_s" + w_class = SIZE_SMALL + +/obj/item/reagent_container/food/snacks/canteen/side/soylent/green + name = "NestleCo Vegi-Flavored NutriGo(TM)" + desc = "A small pile of highly processed slop made of soy, lentils, and planton. It's the core ingredient to all food made in NestleCo AutoChefs, this one being the main ingredient of all plant-based imitation foods. Somehow despite being made of plants, it only almost tastes as good as an expired salad." + icon_state = "soylent_green_s" + w_class = SIZE_SMALL + +/obj/item/reagent_container/food/snacks/canteen/side/soylent/red + name = "NestleCo Meat-Flavored NutriGo(TM)" + desc = "A small pile of highly processed slop made of soy, lentils, and planton. It's the core ingredient to all food made in NestleCo AutoChefs, this one being the main ingredient of all meat-based imitation foods. One of the furthest things from real meat you could possibly get, flavor included." + icon_state = "soylent_red_s" + w_class = SIZE_SMALL + +/obj/item/reagent_container/food/snacks/canteen/side/soylent/yellow + name = "NestleCo Grain-Flavored NutriGo(TM)" + desc = "A small pile of highly processed slop made of soy, lentils, and planton. It's the core ingredient to all food made in NestleCo AutoChefs, this one being the main ingredient of all grain-based imitation food. Unremarkable, tastes terrible, and only vaguely tastes like it might possibly be grain." + icon_state = "soylent_yellow_s" + w_class = SIZE_SMALL diff --git a/code/game/objects/items/storage/firstaid.dm b/code/game/objects/items/storage/firstaid.dm index 6535497ad5..6b8fe124c5 100644 --- a/code/game/objects/items/storage/firstaid.dm +++ b/code/game/objects/items/storage/firstaid.dm @@ -251,6 +251,58 @@ /obj/item/storage/firstaid/surgical/empty/fill_preset_inventory() return +//---------SOFT PACKS--------- +/obj/item/storage/firstaid/softpack + name = "first-aid pack" + desc = "A soft first aid kit typically containing essential medical supplies for use in the field." + icon_state = "softpack" + use_sound = 'sound/items/zip.ogg' + +/obj/item/storage/firstaid/softpack/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/reagent_container/hypospray/autoinjector/oxycodone(src) + new /obj/item/reagent_container/hypospray/autoinjector/dexalinp(src) + +/obj/item/storage/firstaid/softpack/brute + icon_state = "softpack_purple" + +/obj/item/storage/firstaid/softpack/brute/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/bruise_pack(src) + new /obj/item/stack/medical/splint(src) + new /obj/item/tool/surgery/surgical_line(src) + new /obj/item/reagent_container/hypospray/autoinjector/oxycodone(src) + new /obj/item/reagent_container/hypospray/autoinjector/bicaridine(src) + +/obj/item/storage/firstaid/softpack/burn + icon_state = "softpack_orange" + +/obj/item/storage/firstaid/softpack/burn/fill_preset_inventory() + new /obj/item/stack/medical/advanced/ointment(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/tool/surgery/synthgraft(src) + new /obj/item/reagent_container/hypospray/autoinjector/oxycodone(src) + new /obj/item/reagent_container/hypospray/autoinjector/kelotane(src) + +/obj/item/storage/firstaid/softpack/toxin + icon_state = "softpack_green" + +/obj/item/storage/firstaid/softpack/toxin/fill_preset_inventory() + new /obj/item/reagent_container/pill/russianRed(src) + new /obj/item/reagent_container/pill/russianRed(src) + new /obj/item/reagent_container/pill/russianRed(src) + new /obj/item/reagent_container/pill/russianRed(src) + new /obj/item/reagent_container/hypospray/autoinjector/bicaridine(src) + new /obj/item/reagent_container/hypospray/autoinjector/bicaridine(src) + + //---------SYRINGE CASE--------- /obj/item/storage/syringe_case diff --git a/code/game/objects/items/storage/misc.dm b/code/game/objects/items/storage/misc.dm index d1e80d35cf..9a64042d13 100644 --- a/code/game/objects/items/storage/misc.dm +++ b/code/game/objects/items/storage/misc.dm @@ -84,6 +84,18 @@ new /obj/item/attachable/mateba/long/dark(src) new /obj/item/weapon/mateba_key(src) +// pve canteen tray + +/obj/item/storage/canteen_tray + name = "canteen tray" + desc = "A thin aluminum tray meant for eating food off of." + icon = 'icons/obj/items/food_canteen.dmi' + icon_state = "tray" + storage_slots = 3 + can_hold = list( + /obj/item/reagent_container/food/snacks/canteen/main, + /obj/item/reagent_container/food/snacks/canteen/side, + ) //6 pack /obj/item/storage/beer_pack diff --git a/code/game/objects/items/storage/pouch.dm b/code/game/objects/items/storage/pouch.dm index 096edac938..161b59caf2 100644 --- a/code/game/objects/items/storage/pouch.dm +++ b/code/game/objects/items/storage/pouch.dm @@ -190,7 +190,7 @@ /obj/item/storage/pouch/firstaid name = "first-aid pouch" - desc = "It contains, by default, autoinjectors. But it may also hold ointments, bandages, and pill packets." + desc = "A first aid pouch capable of storing a variety of basic medical supplies. It can hold ointments, bandages, injectors, and pill packets." icon_state = "firstaid" storage_slots = 4 can_hold = list( diff --git a/code/game/objects/structures/blocker.dm b/code/game/objects/structures/blocker.dm index 1ea9fde2aa..b384abe284 100644 --- a/code/game/objects/structures/blocker.dm +++ b/code/game/objects/structures/blocker.dm @@ -140,3 +140,8 @@ GLOBAL_VAR_INIT(vehicle_blockers, TRUE) desc = "It is a machine that pumps fuel around the ship." invisibility = 101 mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/structure/blocker/invisible_wall/directional + name = "directional blocker" + icon_state = "invisible_wall_directional" + flags_atom = ON_BORDER diff --git a/code/game/objects/structures/crane_railing.dm b/code/game/objects/structures/crane_railing.dm new file mode 100644 index 0000000000..de54c910b3 --- /dev/null +++ b/code/game/objects/structures/crane_railing.dm @@ -0,0 +1,49 @@ +/obj/structure/roof/cargocrane_tracks + name = "cargo crane track" + desc = "A track for a cargo crane to move along." + icon = 'icons/obj/structures/props/cargocrane_tracks.dmi' + icon_state = "holder" + mouse_opacity = FALSE + layer = INTERIOR_ROOF_LAYER + +/obj/structure/roof/cargocrane_tracks/Initialize() + var/image/source_image = image(icon, icon_state = "[icon_state]-s") + source_image.pixel_y = -32 + source_image.plane = FLOOR_PLANE + source_image.layer = ANIMAL_HIDING_LAYER + overlays += source_image + + return ..() + +/obj/structure/roof/cargocrane_tracks/horizontal + icon_state = "horizontal" + +/obj/structure/roof/cargocrane_tracks/horizontal/endcap1 + icon_state = "horizontal_endcap1" + +/obj/structure/roof/cargocrane_tracks/horizontal/endcap2 + icon_state = "horizontal_endcap2" + +/obj/structure/roof/cargocrane_tracks/vertical + icon_state = "vertical" + +/obj/structure/roof/cargocrane_tracks/vertical/endcap1 + icon_state = "vertical_endcap1" + +/obj/structure/roof/cargocrane_tracks/vertical/endcap2 + icon_state = "vertical_endcap2" + +/obj/structure/roof/cargocrane_tracks/corner + icon_state = "corner" + +/obj/structure/roof/cargocrane_tracks/tjoint + icon_state = "t-joint" + +/obj/structure/roof/cargocrane_tracks/tjoint2 + icon_state = "t-joint2" + +/obj/structure/roof/cargocrane_tracks/tjoint3 + icon_state = "t-joint3" + +/obj/structure/roof/cargocrane_tracks/cross + icon_state = "cross" diff --git a/code/game/objects/structures/crates_lockers/closets/job_closets.dm b/code/game/objects/structures/crates_lockers/closets/job_closets.dm index 3f21dabf16..ab004c756c 100644 --- a/code/game/objects/structures/crates_lockers/closets/job_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/job_closets.dm @@ -83,7 +83,7 @@ /obj/structure/closet/secure_closet/platoon_sergeant/Initialize() . = ..() new /obj/item/clothing/head/helmet/marine/leader(src) - new /obj/item/device/binoculars/range/designator(src) + new /obj/item/device/binoculars/range/designator/sergeant(src) new /obj/item/device/whistle(src) /obj/structure/closet/secure_closet/platoon_sergeant_forecon diff --git a/code/game/objects/structures/props.dm b/code/game/objects/structures/props.dm index 25eb307182..c3870a6c1b 100644 --- a/code/game/objects/structures/props.dm +++ b/code/game/objects/structures/props.dm @@ -1128,12 +1128,17 @@ COOLDOWN_DECLARE(damage_delay) /// list of quip emotes, taken from Working Joe var/static/list/quips = list( - /datum/emote/living/carbon/human/synthetic/working_joe/damage/alwaysknow_damaged, + /datum/emote/living/carbon/human/synthetic/working_joe/greeting/hello, /datum/emote/living/carbon/human/synthetic/working_joe/quip/not_liking, /datum/emote/living/carbon/human/synthetic/working_joe/greeting/how_can_i_help, /datum/emote/living/carbon/human/synthetic/working_joe/farewell/day_never_done, - /datum/emote/living/carbon/human/synthetic/working_joe/farewell/required_by_apollo, - /datum/emote/living/carbon/human/synthetic/working_joe/warning/safety_breach + /datum/emote/living/carbon/human/synthetic/working_joe/greeting/been_looking_for_you, + /datum/emote/living/carbon/human/synthetic/working_joe/question/lost, + /datum/emote/living/carbon/human/synthetic/working_joe/quip/alwaysknow, + /datum/emote/living/carbon/human/synthetic/working_joe/quip/talk_to_seegson, + /datum/emote/living/carbon/human/synthetic/working_joe/restricted_area/interloper, + /datum/emote/living/carbon/human/synthetic/working_joe/quip/seegson_quality, + /datum/emote/living/carbon/human/synthetic/working_joe/task_update/with_you_shortly ) /// list of voicelines to use when damaged var/static/list/damaged = list( @@ -1192,3 +1197,8 @@ if(initial(emote.sound)) playsound(loc, initial(emote.sound), 50, FALSE) return TRUE + +/obj/structure/prop/invuln/joey/normal + name = "Working Joe" + desc = "A Seegson-brand Working Joe, stored in the synthetic maintenance station to be called upon whenever you need. If only you had the keys." + icon_state = "joe" diff --git a/code/game/objects/structures/roof.dm b/code/game/objects/structures/roof.dm index e302133f0c..57de8dcf5b 100644 --- a/code/game/objects/structures/roof.dm +++ b/code/game/objects/structures/roof.dm @@ -72,6 +72,8 @@ /obj/effect/roof_node //used for observing if mob is near the roof name = "roof_node" + icon = 'icons/landmarks.dmi' + icon_state = "roof_node" anchored = TRUE mouse_opacity = MOUSE_OPACITY_TRANSPARENT invisibility = 101 diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index 7e77610cf0..8add98e6d7 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -306,6 +306,14 @@ name = "AI core chair" desc = "A functional chair designed for comfortably sitting a single person with intent to facilitate interactions with the ship AI." +/obj/structure/bed/chair/comfy/ai_interface + icon_state = "ai_interface_chair" + name = "AI interface chair" + desc = "A functional chair designed for comfortably sitting a single person with intent to facilitate interactions with the ship AI." + can_rotate = FALSE + dir = NORTH + pixel_y = -5 + /obj/structure/bed/chair/office anchored = FALSE drag_delay = 1 //Pulling something on wheels is easy diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index 7ce86f9d46..aae43ad609 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -630,11 +630,6 @@ icon_state = "clothtable" table_prefix = "cloth" -/obj/structure/surface/table/reinforced/aicore - name = "AI interface table" - desc = "A rather fancy looking table for the ship's AI core." - icon_state = "aicoretable" - /obj/structure/surface/table/reinforced/aicore/update_icon() return diff --git a/code/modules/almayer/machinery.dm b/code/modules/almayer/machinery.dm index 6e3f670169..dbb31e5262 100644 --- a/code/modules/almayer/machinery.dm +++ b/code/modules/almayer/machinery.dm @@ -12,6 +12,12 @@ desc = "A small computer hooked up into the ship's computer network." icon_state = "terminal1" +/obj/structure/machinery/prop/almayer/computer/PC/large + icon_state = "largecomp" + +/obj/structure/machinery/prop/almayer/computer/PC/large/dark + icon_state = "largecomp_dark" + /obj/structure/machinery/prop/almayer/computer name = "systems computer" desc = "A small computer hooked up into the ship's systems." @@ -125,6 +131,108 @@ desc = "A screen on the TOC computer displaying the tactical map." icon_state = "toc_map" +/obj/structure/machinery/prop/almayer/CICmap/table + name = "map table" + desc = "A large flat map table used for planning operations. It's large enough it can even be used as a proper table." + icon = 'icons/obj/structures/props/almayer_props96.dmi' + icon_state = "maptable" + layer = TABLE_LAYER + light_system = STATIC_LIGHT + light_color = "#DAE2FF" + light_power = 1 + light_range = 2.5 + light_pixel_x = 16 + light_pixel_y = 32 + bound_width = 64 + bound_height = 96 + +/obj/structure/machinery/prop/almayer/CICmap/table/attackby(obj/item/attacking_item, mob/user, click_data) + if(!user.drop_inv_item_to_loc(attacking_item, loc)) + return + + auto_align(attacking_item, click_data) + user.next_move = world.time + 2 + return TRUE + +/obj/structure/machinery/prop/almayer/CICmap/table/proc/auto_align(obj/item/new_item, click_data) + if(!new_item.center_of_mass) // Clothing, material stacks, generally items with large sprites where exact placement would be unhandy. + new_item.pixel_x = rand(-new_item.randpixel, new_item.randpixel) + new_item.pixel_y = rand(-new_item.randpixel, new_item.randpixel) + new_item.pixel_z = 0 + return + + if(!click_data) + return + + if(!click_data["icon-x"] || !click_data["icon-y"]) + return + + // Calculation to apply new pixelshift. + var/mouse_x = text2num(click_data["icon-x"])-1 // Ranging from 0 to 31 + var/mouse_y = text2num(click_data["icon-y"])-1 + + var/cell_x = clamp(floor(mouse_x/CELLSIZE), 0, CELLS-1) // Ranging from 0 to CELLS-1 + var/cell_y = clamp(floor(mouse_y/CELLSIZE), 0, CELLS-1) + + var/list/center = cached_key_number_decode(new_item.center_of_mass) + + new_item.pixel_x = (CELLSIZE * (cell_x + 0.5)) - center["x"] + new_item.pixel_y = (CELLSIZE * (cell_y + 0.5)) - center["y"] + new_item.pixel_z = 0 + + +/obj/structure/machinery/prop/almayer/CICmap/table/examine(mob/user) + . = ..() + + if(!(stat & NOPOWER)) + map.tgui_interact(user) + else return + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal + icon_state = "h_maptable" + bound_width = 96 + bound_height = 64 + light_pixel_x = 32 + light_pixel_y = 16 + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/update_icon() + ..() + + overlays.Cut() + + if(!(stat & NOPOWER)) + var/image/source_image = image(src.icon, icon_state = "[icon_state]_e") + overlays += emissive_appearance(source_image.icon, source_image.icon_state) + overlays += mutable_appearance(source_image.icon, source_image.icon_state) + light_power = 1 + else return + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment + icon = 'icons/obj/structures/props/maptable.dmi' + icon_state = "h_maptable1" + bound_width = 32 + bound_height = 32 + light_pixel_x = 0 + light_pixel_y = 0 + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/one + icon_state = "h_maptable1" + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/two + icon_state = "h_maptable2" + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/three + icon_state = "h_maptable3" + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/four + icon_state = "h_maptable4" + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/five + icon_state = "h_maptable5" + +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/six + icon_state = "h_maptable6" + //Nonpower using props /obj/structure/prop/almayer @@ -192,6 +300,18 @@ unslashable = TRUE unacidable = TRUE +/obj/structure/prop/almayer/whiteboard + name = "\improper whiteboard" + desc = "A blank white surface where thoughts turn to plans. It's blank, all of the markers having dried out from the constant inappropriate drawings." + icon = 'icons/obj/structures/props/almayer_props64.dmi' + icon_state = "whiteboard" + bound_width = 64 + +/obj/structure/prop/almayer/whiteboard/clear + name = "\improper glass whiteboard" + desc = "Despite what the name implies, this whiteboard is not actually white and instead is a clear pane of glass. Why anyone would want you to see through a whiteboard remains one of the top mysteries as of 2182." + icon_state = "whiteboard_clear" + /obj/structure/prop/almayer/ship_memorial name = "slab of victory" desc = "A ship memorial dedicated to the triumphs of the USCM and the fallen marines of this ship. On the left there are grand tales of victory etched into the slab. On the right there is a list of famous marines who have fallen in combat serving the USCM." @@ -300,9 +420,25 @@ /obj/structure/prop/almayer/cannon_cable_connector/bullet_act() return +/obj/structure/prop/almayer/ai_wallmonitor + name = "AI interface wall monitor" + desc = "A monitor embedded into the wall, providing detailed readouts of various different systems." + icon = 'icons/obj/structures/machinery/computer.dmi' + icon_state = "ai_wallmonitor" + density = FALSE + pixel_y = 32 + layer = ABOVE_OBJ_LAYER + mouse_opacity = MOUSE_OPACITY_TRANSPARENT +/obj/structure/prop/almayer/ai_wallmonitor/east + icon_state = "ai_wallmonitor_e" + pixel_x = 32 + pixel_y = 0 - +/obj/structure/prop/almayer/ai_wallmonitor/west + icon_state = "ai_wallmonitor_w" + pixel_x = -32 + pixel_y = 0 diff --git a/code/modules/cm_marines/equipment/guncases.dm b/code/modules/cm_marines/equipment/guncases.dm index d9ac8c2266..1e2e65cba6 100644 --- a/code/modules/cm_marines/equipment/guncases.dm +++ b/code/modules/cm_marines/equipment/guncases.dm @@ -158,15 +158,102 @@ new /obj/item/weapon/gun/flamer(src) new /obj/item/ammo_magazine/flamer_tank(src) new /obj/item/attachable/attached_gun/extinguisher/pyro(src) +//------------ heavy cases -/obj/item/storage/box/guncase/flamer/fuel - name = "\improper M240A1 fuel case" - desc = "A case containing four fuel canisters for the M240A1 incinerator unit." - icon_state = "fuelbox" +/obj/item/storage/box/guncase/heavy + name = "heavy gun case" + desc = "You shouldn't be seeing this." + icon_state = null + use_sound = "toolbox" + var/move_delay_mult = 2 + +/obj/item/storage/box/guncase/heavy/pickup(mob/user, silent) + . = ..() + RegisterSignal(user, COMSIG_HUMAN_POST_MOVE_DELAY, PROC_REF(handle_movedelay)) + +/obj/item/storage/box/guncase/heavy/proc/handle_movedelay(mob/user, list/movedata) + SIGNAL_HANDLER + if(locate(/obj/item/storage/box/guncase/heavy) in user.contents) + movedata["move_delay"] += move_delay_mult + +/obj/item/storage/box/guncase/heavy/dropped(mob/user, silent) + . = ..() + UnregisterSignal(user, COMSIG_HUMAN_POST_MOVE_DELAY) + + + +/obj/item/storage/box/guncase/heavy/sentry + name = "\improper UA 571-C sentry gun case" + desc = "A gun case containing the UA 571-C sentry unit, a spare drum, and a sentry laptop." + icon_state = "sentrycase" + storage_slots = 3 + can_hold = list(/obj/item/defenses/handheld/sentry, /obj/item/ammo_magazine/sentry, /obj/item/device/sentry_computer) + +/obj/item/storage/box/guncase/heavy/sentry/fill_preset_inventory() + new /obj/item/defenses/handheld/sentry(src) + new /obj/item/ammo_magazine/sentry(src) + new /obj/item/device/sentry_computer(src) + +/obj/item/storage/box/guncase/heavy/sentry/update_icon() + overlays.Cut() + if(opened) + overlays += image(src.icon, "case_lid_open") + else + overlays += image(src.icon, "sentrycase_lid") + return + if(locate(/obj/item/defenses/handheld/sentry) in src.contents) + overlays += image(src.icon, "+sentry") + if(locate(/obj/item/ammo_magazine/sentry) in src.contents) + overlays += image(src.icon, "+sentrymag") + if(locate(/obj/item/device/sentry_computer) in src.contents) + overlays += image(src.icon, "+sentrycomp") + +/obj/item/storage/box/guncase/heavy/motiondetectors + name = "\improper motion detectors case" + desc = "A case containing four individual handheld motion detectors." + icon_state = "mdcase" + storage_slots = 4 + can_hold = list(/obj/item/device/motiondetector) + +/obj/item/storage/box/guncase/heavy/motiondetectors/fill_preset_inventory() + new /obj/item/device/motiondetector(src) + new /obj/item/device/motiondetector(src) + new /obj/item/device/motiondetector(src) + new /obj/item/device/motiondetector(src) + +/obj/item/storage/box/guncase/heavy/motiondetectors/update_icon() + overlays.Cut() + if(opened) + overlays += image(src.icon, "case_lid_open") + else + overlays += image(src.icon, "mdcase_lid") + return + + if(length(src.contents) >= storage_slots) + var/image/source_image = image(src.icon, "+md") + source_image.pixel_x = 0 + overlays += source_image + if(length(src.contents) >= storage_slots * 0.75) + var/image/source_image = image(src.icon, "+md") + source_image.pixel_x = 6 + overlays += source_image + if(length(src.contents) >= storage_slots * 0.5) + var/image/source_image = image(src.icon, "+md") + source_image.pixel_x = 12 + overlays += source_image + if(length(src.contents) >= storage_slots * 0.25) + var/image/source_image = image(src.icon, "+md") + source_image.pixel_x = 18 + overlays += source_image + +/obj/item/storage/box/guncase/heavy/fuel + name = "\improper M240A1 fuel canister case" + desc = "A heavy case containing six fuel canisters for the M240A1 incinerator unit." + icon_state = "fuelcase" storage_slots = 6 can_hold = list(/obj/item/ammo_magazine/flamer_tank) -/obj/item/storage/box/guncase/flamer/fuel/fill_preset_inventory() +/obj/item/storage/box/guncase/heavy/fuel/fill_preset_inventory() new /obj/item/ammo_magazine/flamer_tank(src) new /obj/item/ammo_magazine/flamer_tank(src) new /obj/item/ammo_magazine/flamer_tank(src) @@ -174,6 +261,39 @@ new /obj/item/ammo_magazine/flamer_tank(src) new /obj/item/ammo_magazine/flamer_tank(src) +/obj/item/storage/box/guncase/heavy/fuel/update_icon() + overlays.Cut() + if(opened) + overlays += image(src.icon, "case_lid_open") + else + overlays += image(src.icon, "fuelcase_lid") + return + + if(length(src.contents) >= 1) + var/image/source_image = image(src.icon, "+fuel_bottom") + source_image.pixel_x = 0 + overlays += source_image + if(length(src.contents) >= 2) + var/image/source_image = image(src.icon, "+fuel_bottom") + source_image.pixel_x = 8 + overlays += source_image + if(length(src.contents) >= 3) + var/image/source_image = image(src.icon, "+fuel_bottom") + source_image.pixel_x = 16 + overlays += source_image + if(length(src.contents) >= 4) + var/image/source_image = image(src.icon, "+fuel") + source_image.pixel_x = 0 + overlays += source_image + if(length(src.contents) >= 5) + var/image/source_image = image(src.icon, "+fuel") + source_image.pixel_x = 8 + overlays += source_image + if(length(src.contents) >= 6) + var/image/source_image = image(src.icon, "+fuel") + source_image.pixel_x = 16 + overlays += source_image + //------------ /obj/item/storage/box/guncase/m56d name = "\improper M56D heavy machine gun case" diff --git a/code/modules/lighting/lighting_mask/lighting_mask.dm b/code/modules/lighting/lighting_mask/lighting_mask.dm index c1276d19da..066464ecbb 100644 --- a/code/modules/lighting/lighting_mask/lighting_mask.dm +++ b/code/modules/lighting/lighting_mask/lighting_mask.dm @@ -142,6 +142,7 @@ ///rotating light mask, but only pointing in one direction /atom/movable/lighting_mask/rotating_conical icon_state = "light_conical_rotating" + var/transform_time = 0 /atom/movable/lighting_mask/ex_act(severity, target) return diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 8ff67fa4b9..d3d4cf4566 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -428,7 +428,7 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( //2 if we need to update the overlays if(!update) return - + set_light(0) if(update & 1) //Updating the icon state @@ -478,7 +478,7 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( overlays += mutable_appearance(_lighting.icon, _lighting.icon_state) overlays += emissive_appearance(_environ.icon, _environ.icon_state) overlays += mutable_appearance(_environ.icon, _environ.icon_state) - + switch(charging) if(APC_NOT_CHARGING) set_light_color(LIGHT_COLOR_RED) diff --git a/code/modules/projectiles/ammo_boxes/magazine_boxes.dm b/code/modules/projectiles/ammo_boxes/magazine_boxes.dm index 9cc5ef9545..1984adac08 100644 --- a/code/modules/projectiles/ammo_boxes/magazine_boxes.dm +++ b/code/modules/projectiles/ammo_boxes/magazine_boxes.dm @@ -567,13 +567,12 @@ empty = TRUE /obj/item/ammo_box/magazine/mk1/ap - name = "magazine box (M41A MK1 AP x 10)" + name = "magazine box (AP M41A MK1 x 10)" overlay_ammo_type = "_ap_mk1" overlay_content = "_ap" magazine_type = /obj/item/ammo_magazine/rifle/m41aMK1/ap /obj/item/ammo_box/magazine/mk1/ap/empty - empty = TRUE /obj/item/ammo_box/magazine/mk1/heap name = "magazine box (HEAP M41A MK1 X 10)" @@ -593,6 +592,63 @@ /obj/item/ammo_box/magazine/mk1/rubber/empty empty = TRUE +//-----------------------LARGE M41A MK1 Rifle Mag Boxes----------------------- + +/obj/item/ammo_box/magazine/mk1/large + name = "magazine box (M41A MK1 x 32)" + icon_state = "base_large" + overlay_ammo_type = "_reglarge" + overlay_gun_type = "_blank" + overlay_content = "_reglarge" + limit_per_tile = 1 + flags_equip_slot = null + magazine_type = /obj/item/ammo_magazine/rifle/m41aMK1 + num_of_magazines = 32 + allowed_magazines = list(/obj/item/ammo_magazine/rifle/m41aMK1/recon) + var/move_delay_mult = 2 + +/obj/item/ammo_box/magazine/mk1/large/pickup(mob/user, silent) + . = ..() + RegisterSignal(user, COMSIG_HUMAN_POST_MOVE_DELAY, PROC_REF(handle_movedelay)) + +/obj/item/ammo_box/magazine/mk1/large/proc/handle_movedelay(mob/user, list/movedata) + SIGNAL_HANDLER + if(locate(/obj/item/ammo_box/magazine/mk1/large) in user.contents) + movedata["move_delay"] += move_delay_mult + +/obj/item/ammo_box/magazine/mk1/large/dropped(mob/user, silent) + . = ..() + UnregisterSignal(user, COMSIG_HUMAN_POST_MOVE_DELAY) + +/obj/item/ammo_box/magazine/mk1/large/empty + empty = TRUE + +/obj/item/ammo_box/magazine/mk1/large/ap + name = "magazine box (AP M41A MK1 x 32)" + overlay_ammo_type = "_aplarge" + overlay_content = "_aplarge" + magazine_type = /obj/item/ammo_magazine/rifle/m41aMK1/ap + +/obj/item/ammo_box/magazine/mk1/large/ap/empty + empty = TRUE + +/obj/item/ammo_box/magazine/mk1/large/heap + name = "magazine box (HEAP M41A MK1 x 32)" + overlay_ammo_type = "_heaplarge" + overlay_content = "_heaplarge" + magazine_type = /obj/item/ammo_magazine/rifle/m41aMK1/heap + +/obj/item/ammo_box/magazine/mk1/large/heap/empty + empty = TRUE + +/obj/item/ammo_box/magazine/mk1/large/rubber + name = "magazine box (Rubber M41A MK1 x 32)" + overlay_ammo_type = "_rubberlarge" + magazine_type = /obj/item/ammo_magazine/rifle/m41aMK1/rubber + +/obj/item/ammo_box/magazine/mk1/large/rubber/empty + empty = TRUE + //-----------------------NSG 23 Rifle Mag Boxes----------------------- /obj/item/ammo_box/magazine/nsg23 diff --git a/code/modules/reagents/chemistry_machinery/chem_dispenser.dm b/code/modules/reagents/chemistry_machinery/chem_dispenser.dm index 94553d6a9f..16f20d6d50 100644 --- a/code/modules/reagents/chemistry_machinery/chem_dispenser.dm +++ b/code/modules/reagents/chemistry_machinery/chem_dispenser.dm @@ -331,6 +331,40 @@ "absinthe", ) +/obj/structure/machinery/chem_dispenser/canteen + name = "NestleCo AutoDrink" + desc = "A NestleCo AutoDrink dispenser, capable of making a variety of drinks to consume from a mixture of water and instant flavoring juice and caffeine additives." + icon = 'icons/obj/structures/machinery/vending_32x64.dmi' + icon_state = "drink" + ui_title = "NestleCo AutoDrink Dispenser W-A3" + req_skill = null + req_skill_level = null + wrenchable = FALSE + dispensable_reagents = list( + "water", + "coffee", + "cream", + "tea", + "milk", + "soymilk", + "orangejuice", + "limejuice", + "watermelonjuice", + "tomatojuice", + "carrotjuice", + "berryjuice", + "grapejuice", + "lemonjuice", + ) + +/obj/structure/machinery/chem_dispenser/canteen/update_icon() + . = ..() + overlays.Cut() + if(beaker) + overlays += "+beaker" + if(!inoperable()) + overlays += "+onlight" + #undef DISPENSER_UNHACKABLE #undef DISPENSER_NOT_HACKED #undef DISPENSER_HACKED diff --git a/code/modules/vehicles/interior/interactable/vehicle_locker.dm b/code/modules/vehicles/interior/interactable/vehicle_locker.dm index feeb533796..48ac64ad8d 100644 --- a/code/modules/vehicles/interior/interactable/vehicle_locker.dm +++ b/code/modules/vehicles/interior/interactable/vehicle_locker.dm @@ -16,9 +16,11 @@ indestructible = TRUE var/obj/item/storage/internal/container + var/base_icon /obj/structure/vehicle_locker/Initialize() . = ..() + base_icon = icon_state container = new(src) container.storage_slots = null container.max_w_class = SIZE_MEDIUM @@ -112,12 +114,12 @@ //Cosmetically opens/closes the locker when its storage window is accessed or closed. Only makes sound when not already open/closed. /obj/structure/vehicle_locker/on_pocket_open(first_open) if(first_open) - icon_state = "locker_open" + icon_state = "[initial(icon_state)]_open" playsound(src.loc, 'sound/handling/hinge_squeak1.ogg', 25, TRUE, 3) /obj/structure/vehicle_locker/on_pocket_close(watchers) if(!watchers) - icon_state = "locker" + icon_state = "[initial(icon_state)]" playsound(src.loc, "toolbox", 25, TRUE, 3) /obj/structure/vehicle_locker/tank @@ -279,3 +281,66 @@ has_tray = TRUE update_icon() H.visible_message(SPAN_NOTICE("[H] installs \the [tray] into \the [src]."), SPAN_NOTICE("You install \the [tray] into \the [src].")) + +// canteen + +/obj/structure/vehicle_locker/cabinet + name = "cabinet" + desc = "A cabinet securely fastened to the wall, capable of storing a variety of smaller items." + icon = 'icons/obj/structures/props/almayer_props.dmi' + icon_state = "cabinet" + layer = ABOVE_MOB_LAYER + +/obj/structure/vehicle_locker/cabinet/Initialize() + . = ..() + container = new(src) + container.storage_slots = 12 + container.max_w_class = SIZE_TINY + container.w_class = SIZE_MASSIVE + container.use_sound = null + container.bypass_w_limit = list(/obj/item/reagent_container/glass, + /obj/item/reagent_container/food, + /obj/item/tool/kitchen + ) + +/obj/structure/vehicle_locker/cabinet/cups + name = "cups cabinet" + +/obj/structure/vehicle_locker/cabinet/cups/Initialize() + . = ..() + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + new /obj/item/reagent_container/food/drinks/plasticcup(container) + +/obj/structure/vehicle_locker/cabinet/cups/flip + icon_state = "cabinet2" + +/obj/structure/vehicle_locker/cabinet/utensils + name = "utensils cabinet" + +/obj/structure/vehicle_locker/cabinet/utensils/Initialize() + . = ..() + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + new /obj/item/tool/kitchen/utensil/fork(container) + +/obj/structure/vehicle_locker/cabinet/utensils/flip + icon_state = "cabinet2" diff --git a/code/modules/vehicles/powerloader.dm b/code/modules/vehicles/powerloader.dm index 6992269c75..86185b003e 100644 --- a/code/modules/vehicles/powerloader.dm +++ b/code/modules/vehicles/powerloader.dm @@ -13,12 +13,19 @@ maxhealth = 200 pixel_x = -16 pixel_y = -2 + light_system = HYBRID_LIGHT + light_power = 8 + light_range = 0 + light_color = LIGHT_COLOR_ORANGE + light_mask_type = /atom/movable/lighting_mask/rotating_conical + light_pixel_y = 10 var/base_state = "powerloader" var/open_state = "powerloader_open" var/overlay_state = "powerloader_overlay" var/wreckage = /obj/structure/powerloader_wreckage var/obj/item/powerloader_clamp/PC_left var/obj/item/powerloader_clamp/PC_right + var/light_range_on = 4 //--------------------GENERAL PROCS----------------- @@ -92,6 +99,7 @@ if(do_after(user, 30, INTERRUPT_ALL, BUSY_ICON_HOSTILE) && dir == olddir && loc == oldloc && buckled_mob == old_buckled_mob) manual_unbuckle(user) playsound(loc, 'sound/mecha/powerloader_unbuckle.ogg', 25) + set_light(0) /obj/vehicle/powerloader/attackby(obj/item/W, mob/user) if(istype(W, /obj/item/powerloader_clamp)) @@ -99,6 +107,7 @@ if(PC.linked_powerloader == src) unbuckle() //clicking the powerloader with its own clamp unbuckles the pilot. playsound(loc, 'sound/mecha/powerloader_unbuckle.ogg', 25) + set_light(0) return 1 . = ..() @@ -120,6 +129,7 @@ . = ..() overlays.Cut() playsound(loc, 'sound/mecha/powerloader_buckle.ogg', 25) + set_light(light_range_on,2) if(.) icon_state = base_state overlays += image(icon_state = overlay_state, layer = MOB_LAYER + 0.1) diff --git a/colonialmarines.dme b/colonialmarines.dme index 9b05c353b3..3f46058a09 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -1303,6 +1303,7 @@ #include "code\game\objects\structures\cargo_container.dm" #include "code\game\objects\structures\catwalk.dm" #include "code\game\objects\structures\coathanger.dm" +#include "code\game\objects\structures\crane_railing.dm" #include "code\game\objects\structures\curtains.dm" #include "code\game\objects\structures\desertdam.dm" #include "code\game\objects\structures\displaycase.dm" diff --git a/icons/landmarks.dmi b/icons/landmarks.dmi index 32fe9e0790..071e7ec1a0 100644 Binary files a/icons/landmarks.dmi and b/icons/landmarks.dmi differ diff --git a/icons/obj/items/binoculars.dmi b/icons/obj/items/binoculars.dmi index 1797c12eb3..f85b73212f 100644 Binary files a/icons/obj/items/binoculars.dmi and b/icons/obj/items/binoculars.dmi differ diff --git a/icons/obj/items/drinks.dmi b/icons/obj/items/drinks.dmi index 2e980263fd..357c014e90 100644 Binary files a/icons/obj/items/drinks.dmi and b/icons/obj/items/drinks.dmi differ diff --git a/icons/obj/items/food.dmi b/icons/obj/items/food.dmi index d49b57b098..2360241239 100644 Binary files a/icons/obj/items/food.dmi and b/icons/obj/items/food.dmi differ diff --git a/icons/obj/items/food_canteen.dmi b/icons/obj/items/food_canteen.dmi new file mode 100644 index 0000000000..0abf2129c4 Binary files /dev/null and b/icons/obj/items/food_canteen.dmi differ diff --git a/icons/obj/items/lighting.dmi b/icons/obj/items/lighting.dmi index 024db8c832..b2a1a1d1e3 100644 Binary files a/icons/obj/items/lighting.dmi and b/icons/obj/items/lighting.dmi differ diff --git a/icons/obj/items/storage/kits.dmi b/icons/obj/items/storage/kits.dmi index 98d671ffdc..b7abaeb551 100644 Binary files a/icons/obj/items/storage/kits.dmi and b/icons/obj/items/storage/kits.dmi differ diff --git a/icons/obj/items/storage/medical.dmi b/icons/obj/items/storage/medical.dmi index f520ef5634..7c959f8769 100644 Binary files a/icons/obj/items/storage/medical.dmi and b/icons/obj/items/storage/medical.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi b/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi index 8620fa8863..2e08e0aa41 100644 Binary files a/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi and b/icons/obj/items/weapons/guns/ammo_boxes/boxes_and_lids.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_boxes/magazines.dmi b/icons/obj/items/weapons/guns/ammo_boxes/magazines.dmi index 90c0f341dd..65419c72e9 100644 Binary files a/icons/obj/items/weapons/guns/ammo_boxes/magazines.dmi and b/icons/obj/items/weapons/guns/ammo_boxes/magazines.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_boxes/text.dmi b/icons/obj/items/weapons/guns/ammo_boxes/text.dmi index 211b29d27e..3a573b2af9 100644 Binary files a/icons/obj/items/weapons/guns/ammo_boxes/text.dmi and b/icons/obj/items/weapons/guns/ammo_boxes/text.dmi differ diff --git a/icons/obj/items/weapons/projectiles.dmi b/icons/obj/items/weapons/projectiles.dmi index 21c210c149..d038ed49b6 100644 Binary files a/icons/obj/items/weapons/projectiles.dmi and b/icons/obj/items/weapons/projectiles.dmi differ diff --git a/icons/obj/objects.dmi b/icons/obj/objects.dmi index e604ccd390..05367d930f 100644 Binary files a/icons/obj/objects.dmi and b/icons/obj/objects.dmi differ diff --git a/icons/obj/structures/machinery/computer.dmi b/icons/obj/structures/machinery/computer.dmi index 9e3a24f9cc..eade7b4196 100644 Binary files a/icons/obj/structures/machinery/computer.dmi and b/icons/obj/structures/machinery/computer.dmi differ diff --git a/icons/obj/structures/machinery/cryogenics.dmi b/icons/obj/structures/machinery/cryogenics.dmi index dc06119558..5842f0bcfa 100644 Binary files a/icons/obj/structures/machinery/cryogenics.dmi and b/icons/obj/structures/machinery/cryogenics.dmi differ diff --git a/icons/obj/structures/machinery/hypersleep.dmi b/icons/obj/structures/machinery/hypersleep.dmi new file mode 100644 index 0000000000..4366a27993 Binary files /dev/null and b/icons/obj/structures/machinery/hypersleep.dmi differ diff --git a/icons/obj/structures/machinery/vending.dmi b/icons/obj/structures/machinery/vending.dmi index 6ed2ebf0f6..989f3bb312 100644 Binary files a/icons/obj/structures/machinery/vending.dmi and b/icons/obj/structures/machinery/vending.dmi differ diff --git a/icons/obj/structures/machinery/vending_32x64.dmi b/icons/obj/structures/machinery/vending_32x64.dmi new file mode 100644 index 0000000000..f0effb4676 Binary files /dev/null and b/icons/obj/structures/machinery/vending_32x64.dmi differ diff --git a/icons/obj/structures/props/almayer_props.dmi b/icons/obj/structures/props/almayer_props.dmi index 536ac7e6a8..91425f9cfb 100644 Binary files a/icons/obj/structures/props/almayer_props.dmi and b/icons/obj/structures/props/almayer_props.dmi differ diff --git a/icons/obj/structures/props/almayer_props64.dmi b/icons/obj/structures/props/almayer_props64.dmi index 233e4c9c72..ef174cad28 100644 Binary files a/icons/obj/structures/props/almayer_props64.dmi and b/icons/obj/structures/props/almayer_props64.dmi differ diff --git a/icons/obj/structures/props/almayer_props96.dmi b/icons/obj/structures/props/almayer_props96.dmi index 9e92d36d02..c861725e50 100644 Binary files a/icons/obj/structures/props/almayer_props96.dmi and b/icons/obj/structures/props/almayer_props96.dmi differ diff --git a/icons/obj/structures/props/cargocrane_tracks.dmi b/icons/obj/structures/props/cargocrane_tracks.dmi new file mode 100644 index 0000000000..27f3427b66 Binary files /dev/null and b/icons/obj/structures/props/cargocrane_tracks.dmi differ diff --git a/icons/obj/structures/props/maptable.dmi b/icons/obj/structures/props/maptable.dmi new file mode 100644 index 0000000000..409b087634 Binary files /dev/null and b/icons/obj/structures/props/maptable.dmi differ diff --git a/icons/obj/structures/props/props.dmi b/icons/obj/structures/props/props.dmi index 57485feeae..dce0a92114 100644 Binary files a/icons/obj/structures/props/props.dmi and b/icons/obj/structures/props/props.dmi differ diff --git a/icons/obj/structures/tables.dmi b/icons/obj/structures/tables.dmi index 4f118b4eea..a1a98b3ae5 100644 Binary files a/icons/obj/structures/tables.dmi and b/icons/obj/structures/tables.dmi differ diff --git a/maps/map_files/golden_arrow/golden_arrow.dmm b/maps/map_files/golden_arrow/golden_arrow.dmm index a3209cc3c3..c893b1a6f5 100644 --- a/maps/map_files/golden_arrow/golden_arrow.dmm +++ b/maps/map_files/golden_arrow/golden_arrow.dmm @@ -19,11 +19,12 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/platoonprep) "aad" = ( -/obj/structure/pipes/vents/pump{ - pixel_y = -16 +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Cargo Elevator Blast Door"; + id = "lowercargolocks" }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/supply) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aae" = ( /obj/structure/machinery/landinglight/ds1/delaythree, /turf/open/floor/almayer/plate, @@ -36,22 +37,16 @@ /turf/open/floor/almayer, /area/golden_arrow/motor_pool) "aah" = ( -/obj/docking_port/stationary/trijent_elevator/shipmap_elevator/cargo{ - id = "garrow_cargo_elevator_upper"; - name = "Cargo Elevator Upper"; - elevator_network = "ArrowCargo"; - airlock_exit = "north"; - airlock_area = /area/golden_arrow/cargo_shuttle/upper +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + dir = 4 }, -/turf/open/floor/almayer/empty/golden_arrow, -/area/golden_arrow/cargo_shuttle/upper) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aan" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/cargo_container/wy/mid{ - opacity = 0 - }, /obj/structure/sign/poster{ desc = "YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE."; icon_state = "poster11"; @@ -74,6 +69,10 @@ pixel_y = 8; serial_number = 12 }, +/obj/structure/cargo_container/uscm/chinook/mid{ + color = "#898988"; + opacity = 0 + }, /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "aao" = ( @@ -117,22 +116,20 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/item/map/current_map, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/map/current_map{ + pixel_y = 2 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/map/current_map{ + pixel_y = 4 }, -/turf/open/floor/almayer/edge/smooth/north, +/turf/open/floor/almayer, /area/golden_arrow/briefing) "aaw" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/supply) +/obj/structure/disposalpipe/segment, +/turf/closed/wall/almayer/outer, +/area/golden_arrow/lower_cargo) "aax" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -161,7 +158,6 @@ /obj/structure/machinery/camera/autoname/golden_arrow{ dir = 8 }, -/obj/item/trash/burger, /obj/effect/decal/strata_decals/grime/grime3, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/cryo_cells) @@ -224,16 +220,22 @@ /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "aaT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/dartboard{ - pixel_y = 41; - layer = 3.2 +/obj/structure/prop/invuln/overhead{ + icon_state = "flammable_pipe_2"; + pixel_y = 11; + pixel_x = 13; + name = "dense fuel line"; + desc = "Likely to be incredibly flammable."; + density = 0 }, -/obj/structure/bed/chair, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/plate, +/area/golden_arrow/briefing) "aaU" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -311,7 +313,7 @@ /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice3"; pixel_x = 16; - pixel_y = -15 + pixel_y = -10 }, /turf/open/floor/almayer, /area/golden_arrow/dorms) @@ -366,15 +368,9 @@ /turf/open/floor/almayer/black, /area/golden_arrow/vehicle_shuttle/upper) "abz" = ( -/obj/structure/machinery/sleep_console{ - dir = 4; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/medical) +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) "abA" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -502,13 +498,22 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/bed/bedroll{ + pixel_x = -2; + color = "#333333"; + name = "gym mat"; + buckle_lying = null; + can_buckle = 0; + foldabletype = null; + desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." + }, /turf/open/floor/almayer/cargo_arrow/east, /area/golden_arrow/hangar) "aca" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/obj/structure/machinery/door/poddoor/almayer/open{ +/obj/structure/machinery/door/poddoor/almayer{ dir = 4; name = "\improper Storage Bay One Blast Door"; id = "cargobay1" @@ -637,17 +642,50 @@ /turf/open/floor/almayer, /area/golden_arrow/platoonprep) "acz" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/vehicle/powerloader{ + dir = 1 }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) -"acA" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "cargo" }, -/turf/open/floor/almayer/edge/smooth/east, +/obj/structure/barricade/handrail{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526" + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 8; + layer = 2.97 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 4; + layer = 2.97 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"acA" = ( +/obj/structure/machinery/door_control{ + pixel_y = 28; + pixel_x = -8; + id = "briefingdoor"; + req_one_access_txt = "19;12"; + specialfunctions = 4 + }, +/turf/open/floor/almayer, /area/golden_arrow/briefing) "acB" = ( /obj/effect/decal/warning_stripes{ @@ -664,12 +702,12 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "acH" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - layer = 3.3 +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1 }, -/turf/open/floor/almayer/edge/smooth/endcap_left, -/area/golden_arrow/prep_hallway) +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/dark_sterile, +/area/golden_arrow/medical) "acL" = ( /obj/structure/surface/table/almayer, /obj/item/prop/colony/game{ @@ -727,7 +765,13 @@ /obj/effect/landmark/start/bridge, /obj/effect/landmark/late_join/alpha, /obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/east, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "acX" = ( /obj/structure/sign/safety/galley{ @@ -736,7 +780,8 @@ /obj/structure/sign/safety/cryo{ name = "hypersleep semiotic"; pixel_x = 15; - pixel_y = 28 + pixel_y = 28; + desc = "Semiotic Standard denoting the nearby presence of a hypersleep bay." }, /turf/open/floor/almayer/edge/northwest, /area/golden_arrow/prep_hallway) @@ -760,11 +805,11 @@ icon_state = "E"; pixel_x = 1 }, -/obj/structure/largecrate/supply/supplies/flares{ - layer = 3.1 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/smooth/endcap_right/east, +/area/golden_arrow/supply) "adf" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable{ @@ -776,14 +821,10 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/alarm/almayer{ - dir = 1 - }, +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) +/area/golden_arrow/lower_cargo) "adj" = ( /obj/structure/pipes/vents/scrubber{ dir = 1 @@ -896,12 +937,13 @@ /turf/closed/wall/almayer/outer, /area/golden_arrow/hangar) "adA" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/door/firedoor/border_only/almayer{ - dir = 2 +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Four Blast Door"; + dir = 4; + id = "lowerstorage4" }, /turf/open/floor/almayer/test_floor4, -/area/golden_arrow/cryo_cells) +/area/golden_arrow/lower_cargo) "adB" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -918,10 +960,10 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/closet/secure_closet/squad_sergeant{ - req_access_txt = "32;40"; +/obj/structure/closet/secure_closet/smartgunner{ + req_access_txt = "14;39"; req_one_access = list(); - name = "squad two sergeant locker" + name = "squad one smartgunner locker" }, /turf/open/floor/almayer/plate, /area/golden_arrow/platoonprep) @@ -949,12 +991,11 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/door/poddoor/almayer{ - dir = 2; +/obj/structure/machinery/door/poddoor/almayer/open{ name = "\improper Storage Bay Blast Door" }, /turf/open/floor/almayer/test_floor4, -/area/golden_arrow/hangar) +/area/golden_arrow/supply) "adH" = ( /obj/structure/platform{ dir = 4 @@ -1028,22 +1069,20 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/cargo_container/wy/right{ +/obj/structure/cargo_container/uscm/right{ + color = "#898988"; opacity = 0 }, /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "adV" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_y = 1; - pixel_x = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/bed/chair{ + dir = 1; + pixel_y = 7; + buckling_y = 7 }, -/turf/open/floor/almayer/edge/smooth/corner/north, -/area/golden_arrow/briefing) +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/hangar) "adW" = ( /turf/open/floor/almayer/edge/smooth/endcap_right/west, /area/golden_arrow/cryo_cells) @@ -1084,13 +1123,11 @@ /turf/open/floor/almayer/edge/northwest, /area/golden_arrow/dorms) "aed" = ( -/obj/structure/machinery/medical_pod/bodyscanner{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/machinery/cm_vending/clothing/medic{ + pixel_y = 20; + density = 0 }, -/turf/open/floor/almayer/test_floor4, +/turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aef" = ( /obj/effect/decal/cleanable/dirt{ @@ -1109,24 +1146,11 @@ /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/hangar) "aej" = ( -/obj/item/trash/cigbutt{ - pixel_y = 10; - pixel_x = 4; - layer = 3.2; - randpixel = 0 - }, -/obj/item/ashtray/plastic{ - icon_state = "ashtray_full_bl"; - pixel_x = -2; - pixel_y = 1; - layer = 3.2 - }, -/obj/structure/largecrate/supply/weapons/pistols{ - layer = 3.1; - pixel_y = -7 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/closed/wall/almayer/outer, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/supply) "aek" = ( /obj/structure/machinery/power/smes/buildable, /obj/structure/machinery/power/smes/buildable{ @@ -1187,6 +1211,9 @@ icon_state = "1-2"; pixel_x = 2 }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, /turf/open/floor/almayer/edge/smooth/southeast, /area/golden_arrow/platoon_commander_rooms) "aeE" = ( @@ -1226,10 +1253,6 @@ pixel_y = 26; pixel_x = -3 }, -/obj/item/storage/box/drinkingglasses{ - pixel_x = 10; - pixel_y = 28 - }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/cryo_cells) "aeH" = ( @@ -1238,7 +1261,8 @@ /obj/structure/machinery/light/small/blue{ dir = 8; light_color = "#dae2ff"; - light_power = 0.25 + light_power = 0.5; + pixel_y = 10 }, /turf/open/floor/almayer/edge/smooth/southwest, /area/golden_arrow/platoon_commander_rooms) @@ -1282,23 +1306,37 @@ /turf/open/floor/almayer, /area/golden_arrow/dorms) "aeO" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Five Blast Door"; + dir = 4; + id = "lowerstorage5" }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/supply) +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aeQ" = ( -/obj/structure/bed/bedroll{ - pixel_y = 7; - pixel_x = 3; - layer = 3.1; - dir = 4 +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/prop/almayer/CICmap{ + density = 0; + icon_state = "map"; + layer = 2.97; + name = "Tactical Map Display"; + pixel_y = 10 }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/sign/safety/terminal{ + pixel_y = 25; + layer = 2.96 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 }, /turf/open/floor/almayer, -/area/golden_arrow/hangar) +/area/golden_arrow/briefing) "aeR" = ( /obj/structure/largecrate/supply/medicine/medkits{ pixel_y = 24; @@ -1349,15 +1387,6 @@ "aeZ" = ( /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/motor_pool) -"afc" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/heavyduty{ - icon_state = "2-8" - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "afd" = ( /obj/structure/barricade/handrail, /obj/structure/barricade/handrail{ @@ -1366,11 +1395,12 @@ /turf/open/floor/almayer/mono, /area/golden_arrow/motor_pool) "aff" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 }, -/turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) "afh" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -1420,17 +1450,17 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice3"; - pixel_x = 16; - pixel_y = -15 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable/heavyduty{ icon_state = "4-8" }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 16; + pixel_y = -10 + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/dorms) "afo" = ( @@ -1444,25 +1474,15 @@ /turf/open/floor/almayer, /area/golden_arrow/motor_pool) "afq" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/light/small/blue{ - dir = 1 - }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) -"afr" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" }, -/obj/structure/closet/secure_closet/squad_sergeant{ - req_access_txt = "32;39"; - req_one_access = list(); - name = "squad one sergeant locker" +/obj/structure/cable/heavyduty{ + icon_state = "1-8" }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/platoonprep) +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "afs" = ( /obj/structure/largecrate/supply/medicine/medkits{ pixel_y = 9; @@ -1494,25 +1514,9 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "afv" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/turf/open/floor/almayer/edge/smooth/endcap_right/north, +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/four, +/turf/open/floor/almayer/mono, /area/golden_arrow/briefing) -"afw" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/radio/intercom{ - freerange = 1; - name = "General Listening Channel"; - pixel_x = -8; - pixel_y = 28 - }, -/obj/structure/machinery/computer/ares_console{ - pixel_y = 2 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "afx" = ( /obj/structure/machinery/door/poddoor/railing, /obj/effect/decal/strata_decals/grime/grime1{ @@ -1556,36 +1560,10 @@ }, /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/hangar) -"afC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/prop/almayer/CICmap{ - density = 0; - icon_state = "shuttle"; - layer = 2.97; - name = "Tactical Map Display"; - pixel_y = 21 - }, -/obj/structure/noticeboard{ - pixel_y = 30; - pixel_x = -21 - }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "afD" = ( /obj/structure/machinery/light/double/blue, /turf/open/floor/almayer/edge/smooth/corner/west, /area/golden_arrow/motor_pool) -"afG" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "afI" = ( /obj/structure/barricade/metal{ dir = 8 @@ -1643,12 +1621,9 @@ /turf/open/floor/almayer, /area/golden_arrow/platoonprep) "afP" = ( -/obj/structure/ship_ammo/rocket/napalm{ - pixel_y = 10 - }, -/obj/structure/ship_ammo/rocket/napalm, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/five, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) "afQ" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -1704,7 +1679,7 @@ icon_state = "E"; pixel_x = 1 }, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/almayer/sterile_green_side/east, /area/golden_arrow/medical) "afZ" = ( /obj/effect/decal/warning_stripes{ @@ -1715,13 +1690,6 @@ /turf/closed/wall/almayer, /area/golden_arrow/platoonarmory) "aga" = ( -/obj/item/ammo_box/magazine/m4a3{ - pixel_y = 11; - pixel_x = -7 - }, -/obj/item/ammo_box/magazine/vp70{ - pixel_y = 3 - }, /obj/structure/surface/table/reinforced/almayer_B, /turf/open/floor/almayer/mono, /area/golden_arrow/platoonarmory) @@ -1799,8 +1767,14 @@ /turf/open/floor/almayer, /area/golden_arrow/motor_pool) "ago" = ( -/turf/open/floor/almayer/edge/smooth/corner/north, -/area/golden_arrow/supply) +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/machinery/alarm/almayer{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "agq" = ( /obj/effect/decal/warning_stripes{ icon_state = "SE-out" @@ -1840,12 +1814,15 @@ /area/golden_arrow/hangar) "agD" = ( /obj/structure/machinery/light/small/blue{ - dir = 4; + dir = 8; light_color = "#dae2ff"; - light_power = 0.5 + light_power = 0.25 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "agE" = ( /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/platoonprep) @@ -1882,12 +1859,7 @@ /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice3"; pixel_x = 16; - pixel_y = -15 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice2"; - pixel_x = 16; - pixel_y = 16 + pixel_y = -10 }, /turf/open/floor/almayer/edge/north, /area/golden_arrow/dorms) @@ -2029,21 +2001,6 @@ /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer/cargo_arrow, /area/golden_arrow/hangar) -"ahh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/item/reagent_container/food/drinks/coffee/marine{ - pixel_y = 14; - pixel_x = -4 - }, -/obj/item/ashtray/plastic{ - pixel_y = 3; - pixel_x = -10 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) "ahi" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -2063,8 +2020,9 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/prop/almayer/computer/PC{ - pixel_y = 6 +/obj/item/paper{ + pixel_y = 5; + pixel_x = -4 }, /turf/open/floor/almayer, /area/golden_arrow/shared_office) @@ -2075,6 +2033,9 @@ /obj/structure/cable/heavyduty{ icon_state = "4-8" }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, /obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; name = "First Platoon Ready Bay Blast Door"; @@ -2083,9 +2044,6 @@ open_layer = 3.3; id = "squadblastdoor" }, -/obj/structure/machinery/door/firedoor/border_only/almayer{ - layer = 1.9 - }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/platoonarmory) "ahl" = ( @@ -2133,14 +2091,13 @@ /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "ahw" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, -/turf/open/floor/almayer/edge/smooth/corner/north, -/area/golden_arrow/supply) +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "ahx" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/almayer, @@ -2210,23 +2167,16 @@ /area/golden_arrow/hangar) "ahJ" = ( /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + icon_state = "E"; + pixel_x = 1 }, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 + dir = 10 }, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/almayer/sterile_green_side/east, /area/golden_arrow/medical) "ahK" = ( /obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_y = 13; - pixel_x = 4 - }, -/obj/item/trash/plate{ - pixel_x = -3 - }, /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "ahR" = ( @@ -2260,15 +2210,18 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "ahV" = ( -/obj/structure/barricade/handrail, +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + id = "lowercargolocks" + }, /obj/structure/disposalpipe/segment, -/turf/open/floor/almayer/edge/smooth/corner/east, -/area/golden_arrow/supply) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "ahY" = ( /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice1"; pixel_x = 16; - pixel_y = -15 + pixel_y = -10 }, /turf/open/floor/almayer/edge, /area/golden_arrow/dorms) @@ -2284,9 +2237,6 @@ /turf/open/floor/almayer, /area/golden_arrow/platoonprep) "aia" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, /obj/structure/largecrate/random/case/small{ pixel_y = 14; anchored = 1; @@ -2322,6 +2272,7 @@ light_color = "#C02526"; color = "#C02526" }, +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer, /area/golden_arrow/engineering) "aic" = ( @@ -2378,6 +2329,12 @@ /obj/structure/bed/chair/office/dark{ dir = 8 }, +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_x = 25; + pixel_y = 28 + }, /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/platoon_commander_rooms) "aij" = ( @@ -2442,9 +2399,16 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aiv" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/almayer/edge/smooth/east, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) "aix" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -2463,16 +2427,20 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) "aiz" = ( -/obj/structure/cargo_container/kelland/left{ - layer = 3; - opacity = 0 +/obj/structure/largecrate/supply/ammo/m41amk1{ + layer = 3.1; + pixel_y = -1 }, -/obj/structure/cargo_container/kelland/left{ - pixel_y = 22; - opacity = 0 +/obj/structure/largecrate/supply/ammo/m41amk1{ + pixel_y = 10; + layer = 3.2; + pixel_x = -2 }, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) "aiB" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -2512,16 +2480,11 @@ /area/golden_arrow/prep_hallway) "aiL" = ( /obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 2; + icon_state = "SW-out"; pixel_x = -1 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/decal/warning_stripes{ - icon_state = "door_warning" +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 }, /turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) @@ -2544,6 +2507,10 @@ req_one_access = null; name = "\improper Power Substation" }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/engineering) "aiO" = ( @@ -2570,7 +2537,10 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aiQ" = ( -/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aiT" = ( @@ -2585,38 +2555,32 @@ icon_state = "1-2" }, /obj/effect/decal/warning_stripes{ - icon_state = "door_warning" + icon_state = "cargo_arrow" }, /turf/open/floor/almayer/edge/southeast, /area/golden_arrow/prep_hallway) "aiV" = ( -/obj/structure/sign/safety/rewire{ - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 1 - }, -/obj/structure/machinery/door/poddoor/railing{ - dir = 2; - id = "garrow_elevator_upper" +/obj/structure/prop/invuln/overhead{ + dir = 5; + pixel_x = 13; + pixel_y = 11; + name = "dense fuel line"; + desc = "Likely to be incredibly flammable."; + density = 0 }, -/turf/open/floor/almayer/edge/north, -/area/golden_arrow/cargo_shuttle/upper) -"aiW" = ( -/obj/structure/window/framed/almayer, -/obj/structure/curtain/red, -/turf/open/floor/plating, -/area/golden_arrow/platoon_commander_rooms) -"aiX" = ( +/obj/structure/machinery/portable_atmospherics/canister, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow" +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) +"aiX" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + id = "cargolock" }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/prep_hallway) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) "aiY" = ( /obj/structure/machinery/landinglight/ds1{ dir = 8 @@ -2687,30 +2651,34 @@ /turf/open/floor/almayer/edge/smooth/endcap_right/east, /area/golden_arrow/cryo_cells) "ajq" = ( -/obj/structure/closet/secure_closet{ - icon_broken = "fridgebroken"; - icon_closed = "fridge"; - icon_locked = "fridge1"; - icon_off = "fridge1"; - icon_opened = "fridgeopen"; - icon_state = "fridge1"; - name = "beverage fridge" - }, -/obj/item/reagent_container/food/drinks/bottle/orangejuice{ - pixel_x = 8; - pixel_y = -7 +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/storage/canteen_tray{ + pixel_y = 8 }, -/obj/item/reagent_container/food/drinks/bottle/orangejuice{ - pixel_y = -1 +/obj/item/storage/canteen_tray{ + pixel_y = 10 }, -/obj/item/reagent_container/food/drinks/bottle/orangejuice{ - pixel_y = -4; - pixel_x = -2 +/obj/item/storage/canteen_tray{ + pixel_y = 12 }, -/obj/item/reagent_container/food/drinks/bottle/orangejuice{ - pixel_y = -9 +/obj/item/storage/canteen_tray{ + pixel_y = 14 }, -/turf/open/floor/almayer/edge/smooth/endcap_right/east, +/obj/structure/vehicle_locker/cabinet/utensils{ + pixel_x = -7; + pixel_y = 27 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -7 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_y = 2 + }, +/obj/structure/vehicle_locker/cabinet/utensils/flip{ + pixel_x = 8; + pixel_y = 27 + }, +/turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) "ajr" = ( /obj/structure/bed/chair/office/light{ @@ -2733,15 +2701,16 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "ajt" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, /obj/structure/cable{ icon_state = "4-8" }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 8 + }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aju" = ( @@ -2755,12 +2724,6 @@ /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer/cargo_arrow/north, /area/golden_arrow/hangar) -"ajv" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "ajy" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -2787,11 +2750,6 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/largecrate/random/secure, -/obj/item/reagent_container/food/drinks/cans/waterbottle{ - pixel_x = 7; - pixel_y = 13 - }, /turf/open/floor/almayer, /area/golden_arrow/hangar) "ajB" = ( @@ -2852,14 +2810,20 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "ajO" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/cargo_container/uscm/micor/left{ + pixel_y = 7; + color = "#4550A3"; + pixel_x = 8; + opacity = 0 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 +/obj/structure/largecrate/random/case/double{ + pixel_y = -3 }, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/briefing) +/obj/structure/roof/cargocrane_tracks/horizontal/endcap1{ + pixel_y = 14 + }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/supply) "ajR" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -2867,6 +2831,11 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = -1 + }, /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) "ajU" = ( @@ -2918,14 +2887,12 @@ /turf/open/floor/almayer/edge/smooth/corner/east, /area/golden_arrow/hangar) "akg" = ( -/obj/item/ashtray/plastic{ - icon_state = "ashtray_full_bl"; - pixel_x = -2; - pixel_y = -4; - layer = 3.2 +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + dir = 4 }, -/turf/open/floor/almayer, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) "akk" = ( /obj/item/paper{ icon_state = "paper_words"; @@ -2988,22 +2955,19 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "akv" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 6 }, /obj/structure/cable/heavyduty{ icon_state = "2-4" }, -/obj/structure/cable{ - layer = 2.36 - }, /obj/structure/disposalpipe/junction{ dir = 2; icon_state = "pipe-j2" }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/platoonprep) "akx" = ( @@ -3024,6 +2988,7 @@ layer = 2.36 }, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "akA" = ( @@ -3033,16 +2998,6 @@ /obj/vehicle/powerloader, /turf/open/floor/almayer/cargo, /area/golden_arrow/hangar) -"akD" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 - }, -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor/almayer/edge/smooth/corner/east, -/area/golden_arrow/briefing) "akE" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -3095,9 +3050,11 @@ /turf/open/floor/almayer/edge/northwest, /area/golden_arrow/dorms) "akL" = ( -/obj/structure/machinery/cryopod{ - layer = 3.1; - pixel_y = 13 +/obj/structure/machinery/cryopod/big{ + dir = 4; + pixel_y = 11; + layer = 3.2; + pixel_x = -5 }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) @@ -3141,10 +3098,16 @@ /turf/open/floor/almayer/edge/east, /area/golden_arrow/prep_hallway) "akT" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 +/obj/structure/machinery/medical_pod/autodoc{ + pixel_y = 6 }, -/turf/open/floor/almayer/dark_sterile, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/test_floor4, /area/golden_arrow/medical) "akV" = ( /obj/effect/decal/cleanable/dirt{ @@ -3156,26 +3119,15 @@ /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/hangar) "akY" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/item/clothing/under/shorts/blue, -/obj/item/clothing/under/shorts/blue, -/obj/item/clothing/under/shorts/red, -/obj/item/clothing/under/shorts/red, -/obj/item/clothing/under/shorts/green, -/obj/item/clothing/under/shorts/green, -/obj/item/clothing/under/shorts/grey, -/obj/item/clothing/under/shorts/grey, -/obj/item/clothing/under/shorts/grey, -/obj/item/clothing/under/shorts/grey, -/obj/structure/closet/coffin/woodencrate{ - name = "gym equipment" +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/obj/item/clothing/under/shorts/grey, -/obj/item/clothing/under/shorts/grey, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/sterile_green_corner/east, +/area/golden_arrow/medical) "akZ" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -3237,7 +3189,13 @@ dir = 4; light_color = "#dae2ff" }, -/turf/open/floor/almayer/dark_sterile, +/obj/structure/machinery/medical_pod/bodyscanner{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/test_floor4, /area/golden_arrow/medical) "aln" = ( /obj/effect/decal/warning_stripes{ @@ -3254,19 +3212,17 @@ /turf/open/floor/almayer/cargo_arrow/north, /area/golden_arrow/hangar) "alp" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/ship_ammo/rocket/widowmaker{ - pixel_y = 13 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/structure/ship_ammo/rocket/widowmaker, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/briefing) "alr" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "als" = ( /obj/structure/surface/table/almayer, /obj/item/prop/almayer/comp_open{ @@ -3312,9 +3268,9 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/almayer/edge/smooth/corner/north, -/area/golden_arrow/supply) +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "alC" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -3417,19 +3373,18 @@ }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) +"alV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "alW" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ dir = 4; name = "ship-grade camera" }, -/obj/structure/sign/safety/storage{ - pixel_x = -18; - pixel_y = -7 - }, -/obj/structure/sign/safety/two{ - pixel_x = -18; - pixel_y = 7 - }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/platoonprep) "alX" = ( @@ -3451,10 +3406,6 @@ pixel_x = -8; pixel_y = -2 }, -/obj/item/paper_bin/uscm{ - pixel_x = 5; - pixel_y = 6 - }, /turf/open/floor/almayer, /area/golden_arrow/platoon_commander_rooms) "ama" = ( @@ -3528,15 +3479,11 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "amn" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - light_color = "#dae2ff" - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/hangar) +/area/golden_arrow/briefing) "amo" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -3615,12 +3562,19 @@ /area/golden_arrow/hangar) "amB" = ( /obj/structure/bed/chair{ - dir = 1 + dir = 4; + pixel_y = 3 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" }, -/turf/open/floor/almayer/cargo, +/obj/structure/sign/banners/united_americas_flag{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/mono, /area/golden_arrow/briefing) "amC" = ( /obj/effect/decal/cleanable/dirt{ @@ -3667,19 +3621,6 @@ }, /turf/open/floor/plating, /area/golden_arrow/hangar) -"amK" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 - }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/briefing) "amL" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -3700,20 +3641,18 @@ /turf/open/floor/almayer, /area/golden_arrow/platoonprep) "amM" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/cable/heavyduty{ - icon_state = "1-2"; - pixel_x = 2 +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 }, -/turf/open/floor/plating/plating_catwalk, +/turf/open/floor/almayer, /area/golden_arrow/platoon_commander_rooms) "amP" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass, -/obj/structure/machinery/door/firedoor/border_only/almayer{ - dir = 2 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/cryo_cells) +/turf/open/floor/almayer/edge/smooth/corner/west, +/area/golden_arrow/lower_cargo) "amQ" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 1 @@ -3737,7 +3676,7 @@ /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice3"; pixel_x = 16; - pixel_y = -15 + pixel_y = -10 }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/dorms) @@ -3756,43 +3695,39 @@ icon_state = "N"; pixel_y = 1 }, -/obj/structure/target{ - name = "punching bag"; - pixel_y = 16; - layer = 3.1 - }, /turf/open/floor/almayer/edge/smooth/corner, /area/golden_arrow/hangar) "ana" = ( -/obj/structure/cargo_container/seegson/right, -/turf/open/floor/almayer, -/area/golden_arrow/hangar) +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/supply) "anb" = ( -/obj/structure/foamed_metal, -/turf/open/floor/plating, -/area/golden_arrow/medical) +/turf/open/floor/almayer/edge/smooth/corner/west, +/area/golden_arrow/briefing) "anc" = ( +/obj/structure/machinery/power/apc/almayer/east, /obj/structure/cable{ icon_state = "0-2" }, -/obj/structure/machinery/power/apc/almayer/north, -/obj/structure/filingcabinet/medical{ - pixel_y = 17; - pixel_x = -8; - name = "medical records"; - density = 0 - }, -/obj/structure/filingcabinet{ - pixel_y = 17; - pixel_x = 8; - density = 0 - }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "and" = ( /obj/structure/machinery/power/terminal{ dir = 4 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) "anf" = ( @@ -3863,26 +3798,19 @@ /turf/open/floor/almayer/empty/golden_arrow/vehicle_one, /area/golden_arrow/vehicle_shuttle/upper) "ans" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_x = -16 +/obj/structure/machinery/autodoc_console{ + dir = 1; + pixel_y = 6 }, /obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) -"ant" = ( -/obj/structure/sink{ - pixel_y = 24; - layer = 3.1 + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/mirror{ - pixel_y = 35; - pixel_x = -1 +/obj/structure/sign/safety/autodoc{ + pixel_x = -17 }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) "anu" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -3956,21 +3884,6 @@ }, /turf/closed/wall/almayer/outer, /area/golden_arrow/hangar) -"anA" = ( -/obj/structure/machinery/door/firedoor/border_only/almayer{ - dir = 2 - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/briefing) -"anB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/banners/united_americas_flag{ - pixel_y = 28 - }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "anC" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -3984,24 +3897,14 @@ /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) "anE" = ( -/obj/structure/ship_ammo/rocket/widowmaker{ - pixel_y = 13 - }, -/obj/structure/ship_ammo/rocket/widowmaker, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) -"anF" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/vents/scrubber{ - dir = 4 - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) +/turf/open/floor/almayer/edge/smooth/corner/east, +/area/golden_arrow/briefing) "anG" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -4014,12 +3917,25 @@ /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "anJ" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_y = 4; - pixel_x = -4 +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8 }, -/turf/open/floor/almayer, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8; + pixel_x = -10 + }, +/obj/structure/machinery/cryopod/big{ + dir = 4; + layer = 3.1; + pixel_x = -5 + }, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "anL" = ( /obj/effect/decal/warning_stripes{ @@ -4029,14 +3945,15 @@ /turf/open/floor/almayer/mono, /area/golden_arrow/hangar) "anM" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/machinery/cm_vending/gear/medic_chemical{ + pixel_y = 20; + density = 0 }, /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + icon_state = "SE-out"; + pixel_x = 1 }, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/almayer/sterile_green_side/southeast, /area/golden_arrow/medical) "anN" = ( /obj/effect/decal/cleanable/dirt{ @@ -4113,10 +4030,6 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 5 }, -/obj/structure/sign/safety/terminal{ - pixel_y = -26; - pixel_x = 1 - }, /obj/structure/cable/heavyduty{ icon_state = "1-4" }, @@ -4128,6 +4041,9 @@ /area/golden_arrow/prep_hallway) "aoc" = ( /obj/structure/fence, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, /obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; name = "First Platoon Ready Bay Blast Door"; @@ -4136,11 +4052,16 @@ open_layer = 3.3; id = "squadblastdoor" }, -/obj/structure/machinery/door/firedoor/border_only/almayer{ - layer = 1.9 - }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/platoonarmory) +"aoe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/dark_sterile, +/area/golden_arrow/medical) "aog" = ( /turf/closed/wall/almayer, /area/golden_arrow/cryo_cells) @@ -4149,7 +4070,7 @@ anchored = 1 }, /turf/closed/wall/almayer/outer, -/area/golden_arrow/briefing) +/area/golden_arrow/supply) "aok" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -4163,14 +4084,25 @@ /turf/open/floor/almayer/uscm/directional/up_down/north, /area/golden_arrow/hangar) "aon" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.25 }, /turf/open/floor/almayer/edge/smooth/corner/west, -/area/golden_arrow/supply) +/area/golden_arrow/lower_cargo) "aop" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/paper_bin/uscm{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/tool/pen{ + pixel_x = -8; + pixel_y = 2 }, /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/platoon_commander_rooms) @@ -4239,20 +4171,12 @@ }, /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) -"aov" = ( -/obj/structure/machinery/medical_pod/autodoc{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/medical) "aow" = ( /obj/structure/surface/table/almayer, /obj/item/storage/toolbox/electrical{ pixel_y = 10 }, +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer, /area/golden_arrow/engineering) "aox" = ( @@ -4267,6 +4191,9 @@ dir = 8; name = "ship-grade camera" }, +/obj/structure/machinery/photocopier{ + pixel_y = 4 + }, /turf/open/floor/almayer/edge/smooth/southeast, /area/golden_arrow/platoon_commander_rooms) "aoA" = ( @@ -4305,23 +4232,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/platoonprep) -"aoG" = ( -/obj/structure/largecrate/supply/ammo{ - name = "sentry crate"; - fill_from_loc = 1 - }, -/obj/item/ammo_magazine/sentry{ - layer = 3.01 - }, -/obj/item/defenses/handheld/sentry, -/obj/structure/largecrate/supply/explosives/grenades/less{ - icon_state = "case"; - pixel_y = 10; - pixel_x = 20; - layer = 3.1 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoonarmory) "aoI" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -4332,37 +4242,26 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/platoonarmory) "aoL" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/smooth/west, +/turf/open/floor/almayer, /area/golden_arrow/briefing) "aoN" = ( -/obj/structure/cargo_container/seegson/left, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/obj/structure/cargo_container/uscm/sanfran/mid{ + layer = 3.1; + pixel_x = 4; + opacity = 0 }, -/turf/open/floor/almayer, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/supply) "aoO" = ( /turf/open/floor/almayer/edge/east, /area/golden_arrow/cryo_cells) -"aoQ" = ( -/obj/structure/bed/bedroll{ - pixel_x = -2; - color = "#333333"; - name = "gym mat"; - buckle_lying = null; - can_buckle = 0; - foldabletype = null; - pixel_y = -3; - desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." - }, -/turf/open/floor/almayer/cargo_arrow/east, -/area/golden_arrow/hangar) "aoR" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/almayer, @@ -4375,6 +4274,9 @@ pixel_x = 32; pixel_y = 6 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) "aoU" = ( @@ -4402,11 +4304,11 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aoZ" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/east, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/smooth/corner/east, +/area/golden_arrow/lower_cargo) "ape" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -4428,6 +4330,9 @@ layer = 2.52 }, /obj/structure/largecrate/random/case/small, +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = 23 + }, /turf/open/floor/almayer/cargo, /area/golden_arrow/hangar) "apj" = ( @@ -4448,18 +4353,8 @@ /turf/open/floor/almayer/edge/smooth/corner/north, /area/golden_arrow/hangar) "apm" = ( -/obj/structure/surface/table/almayer, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/item/ammo_box/magazine/misc/mre{ - pixel_y = 11 - }, -/obj/item/prop/helmetgarb/flair_io{ - pixel_x = -5; - pixel_y = -9 - }, -/turf/open/floor/almayer/plate, +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/almayer, /area/golden_arrow/platoonprep) "apn" = ( /obj/structure/disposalpipe/segment{ @@ -4492,12 +4387,10 @@ /turf/open/floor/almayer, /area/golden_arrow/engineering) "aps" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - name = "\improper Hangar Lockdown Blast Door"; - id = "lowercargolocks" - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge, +/area/golden_arrow/lower_cargo) "apv" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/effect/decal/warning_stripes{ @@ -4513,6 +4406,9 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) "apx" = ( @@ -4538,13 +4434,6 @@ "apA" = ( /turf/open/floor/almayer/edge/smooth/corner/east, /area/golden_arrow/cryo_cells) -"apC" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access{ - pixel_y = 24; - density = 0 - }, -/turf/open/floor/almayer/test_floor5, -/area/golden_arrow/medical) "apD" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -4601,6 +4490,10 @@ /obj/structure/cable/heavyduty{ icon_state = "4-8" }, +/obj/structure/machinery/photocopier{ + pixel_y = 15; + density = 0 + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/shared_office) "apO" = ( @@ -4617,12 +4510,12 @@ /turf/open/floor/almayer/edge/north, /area/golden_arrow/prep_hallway) "apP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/effect/decal/warning_stripes{ - icon_state = "door_warning" - }, /turf/open/floor/almayer/edge/southwest, /area/golden_arrow/prep_hallway) "apQ" = ( @@ -4676,13 +4569,11 @@ /turf/open/floor/almayer, /area/golden_arrow/shared_office) "aqa" = ( -/obj/item/reagent_container/food/drinks/cans/beer{ - layer = 4.2; - pixel_y = 8; - pixel_x = -11 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/closed/wall/almayer/outer, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/smooth/corner/east, +/area/golden_arrow/supply) "aqb" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -4709,11 +4600,14 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aqf" = ( -/obj/structure/sign/safety/storage{ - pixel_x = -18 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/platoonprep) +/obj/structure/cargo_container/horizontal/blue/middle{ + pixel_x = 16 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) "aqg" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -4756,19 +4650,6 @@ }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) -"aqo" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/firealarm{ - dir = 4; - pixel_x = 21 - }, -/obj/structure/cable/heavyduty{ - icon_state = "1-8" - }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/platoon_commander_rooms) "aqp" = ( /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 4 @@ -4975,17 +4856,8 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/cargo_arrow/east, +/turf/open/floor/almayer/cargo_arrow/west, /area/golden_arrow/hangar) -"aqV" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/cable/heavyduty{ - icon_state = "1-4" - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "aqX" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -5008,16 +4880,14 @@ /turf/open/floor/almayer/black, /area/golden_arrow/vehicle_shuttle/two/upper) "arc" = ( -/obj/structure/machinery/door/poddoor/railing{ - dir = 2; - id = "garrow_elevator_upper" +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 1 +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "\improper Storage Bay Blast Door" }, -/turf/open/floor/almayer/edge/north, -/area/golden_arrow/cargo_shuttle/upper) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) "ard" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ dir = 4; @@ -5034,9 +4904,14 @@ /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "arf" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/almayer/outer, -/area/golden_arrow/supply) +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff" + }, +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) "arh" = ( /turf/open/floor/almayer/edge, /area/golden_arrow/platoonarmory) @@ -5056,18 +4931,6 @@ layer = 2.52 }, /obj/structure/surface/table/almayer, -/obj/item/trash/plate{ - pixel_y = 8; - pixel_x = 7 - }, -/obj/item/reagent_container/food/condiment/saltshaker{ - pixel_x = -4; - pixel_y = 13 - }, -/obj/item/reagent_container/food/snacks/protein_pack{ - pixel_y = 9; - pixel_x = 3 - }, /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "arl" = ( @@ -5134,6 +4997,9 @@ /obj/structure/machinery/power/terminal{ dir = 8 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) "arw" = ( @@ -5147,18 +5013,6 @@ }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) -"arx" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop{ - icon = 'icons/obj/items/paper.dmi'; - icon_state = "newspaper"; - name = "The Marine Corps Gazette"; - desc = "An issue of The Marine Corps Gazette, the official newspaper of the United States Colonial Marines."; - pixel_y = 18; - pixel_x = 6 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "arz" = ( /obj/structure/surface/rack, /obj/effect/decal/cleanable/dirt{ @@ -5200,7 +5054,7 @@ }, /obj/structure/machinery/prop{ icon = 'icons/obj/vehicles/arc.dmi'; - icon_state = "frontalcannon_1"; + icon_state = "autocannon_1"; pixel_x = -31; pixel_y = -38; dir = 4; @@ -5218,7 +5072,7 @@ }, /obj/structure/machinery/prop{ icon = 'icons/obj/vehicles/arc.dmi'; - icon_state = "wheels_1"; + icon_state = "arc_wheels_1"; pixel_x = -31; pixel_y = -38; dir = 4; @@ -5230,18 +5084,14 @@ /turf/open/floor/almayer/edge/smooth/corner/east, /area/golden_arrow/hangar) "arD" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/effect/decal/warning_stripes{ - icon_state = "door_warning"; - dir = 1 +/obj/structure/roof/cargocrane_tracks/vertical/endcap1{ + pixel_y = 14 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/cryo_cells) +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/lower_cargo) "arE" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -5266,14 +5116,12 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "arK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/safety/conference_room{ - pixel_y = 29 +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/platoonprep) +/turf/open/floor/almayer/edge/smooth/corner/west, +/area/golden_arrow/supply) "arL" = ( /obj/item/storage/toolbox/mechanical/green{ pixel_y = -14; @@ -5406,21 +5254,17 @@ name = "overwatch receiver"; phone_category = "Overwatch" }, -/obj/structure/machinery/computer/ares_console{ - dir = 4; - pixel_y = 6; - pixel_x = 2 - }, -/obj/item/tool/pen{ - pixel_x = -8; - pixel_y = -11 - }, /obj/structure/machinery/door_control{ - pixel_y = -11; + pixel_y = 10; pixel_x = 6; id = "squadarmory"; name = "gear lockers door-control" }, +/obj/structure/sign/safety/commline_connection{ + name = "communication line semiotic"; + pixel_y = 27; + pixel_x = 4 + }, /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/platoon_commander_rooms) "asj" = ( @@ -5446,17 +5290,6 @@ }, /turf/open/floor/almayer/cargo_arrow/west, /area/golden_arrow/hangar) -"aso" = ( -/obj/structure/surface/table/almayer, -/obj/item/notepad/black{ - pixel_y = 4 - }, -/obj/item/tool/pen{ - pixel_x = -16; - pixel_y = 8 - }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "ass" = ( /obj/structure/largecrate/random/case/small, /turf/open/floor/almayer/cargo, @@ -5518,19 +5351,6 @@ }, /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/motor_pool) -"asD" = ( -/obj/structure/largecrate/supply/motiondetectors, -/obj/structure/largecrate/supply/explosives/grenades/less{ - icon_state = "case"; - pixel_y = 10 - }, -/obj/item/ammo_box/magazine/mk1{ - layer = 3.1; - pixel_y = 14; - pixel_x = -2 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoonarmory) "asE" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -5554,7 +5374,7 @@ /obj/effect/landmark/start/marine/leader/alpha, /obj/effect/landmark/late_join/alpha, /obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/southeast, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "asL" = ( /obj/effect/decal/cleanable/dirt{ @@ -5656,12 +5476,17 @@ /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "ate" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/alarm/almayer{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "atf" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -5696,37 +5521,28 @@ /area/golden_arrow/cryo_cells) "ato" = ( /obj/structure/surface/table/almayer, -/obj/item/tool/soap/deluxe{ - pixel_x = -7; - pixel_y = 10 - }, /turf/open/floor/almayer/edge, /area/golden_arrow/cryo_cells) "atq" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + name = "\improper Supply Bay"; + id = "largebay2" }, -/obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/machinery/door/firedoor/border_only/almayer{ - dir = 2 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{ - name = "\improper Assembly Room" + layer = 1.9 }, /turf/open/floor/almayer/test_floor4, -/area/golden_arrow/briefing) +/area/golden_arrow/supply) "atv" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/closet/coffin/woodencrate{ - name = "gym equipment" +/obj/structure/machinery/iv_drip{ + pixel_y = 6 }, -/obj/item/clothing/gloves/boxing, -/obj/item/clothing/gloves/boxing/blue, -/obj/item/clothing/gloves/boxing/green, -/obj/item/clothing/gloves/boxing/yellow, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/sterile_green_side, +/area/golden_arrow/medical) "atw" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -5741,6 +5557,9 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/plating, /area/golden_arrow/engineering) "atz" = ( @@ -5820,6 +5639,14 @@ }, /turf/open/floor/almayer/edge/west, /area/golden_arrow/dorms) +"atJ" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "atM" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -5839,16 +5666,6 @@ }, /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) -"atR" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/bed/chair, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "atW" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -5894,11 +5711,16 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "auc" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Two Blast Door"; + dir = 4; + id = "lowerstorage2" }, -/turf/open/floor/almayer/edge/smooth/southwest, -/area/golden_arrow/supply) +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aue" = ( /obj/structure/disposalpipe/segment{ dir = 8 @@ -5911,23 +5733,6 @@ }, /turf/open/floor/almayer, /area/golden_arrow/motor_pool) -"aug" = ( -/obj/structure/machinery/autodoc_console{ - pixel_y = 6 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 3.3; - pixel_x = -1 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/sign/safety/autodoc{ - pixel_x = 32 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) "auh" = ( /turf/closed/wall/almayer/outer, /area/golden_arrow/prep_hallway) @@ -5935,34 +5740,17 @@ /turf/open/floor/almayer, /area/golden_arrow/platoon_commander_rooms) "aum" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/structure/cargo_container/wy/mid{ - pixel_y = -17; - opacity = 0; - layer = 2.9 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/mono, +/area/golden_arrow/supply) "aun" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/platoonprep) -"aup" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/structure/pipes/vents/pump{ - dir = 8; - pixel_x = -16 - }, -/turf/open/floor/almayer/edge/smooth/east, -/area/golden_arrow/briefing) "aur" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -5984,11 +5772,12 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "auu" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 }, -/turf/open/floor/almayer/edge/smooth/corner/west, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) "auv" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/machinery/door/poddoor/almayer{ @@ -6054,24 +5843,24 @@ /turf/open/floor/almayer, /area/golden_arrow/motor_pool) "auH" = ( -/obj/structure/platform{ - dir = 1 - }, /obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/structure/cable{ - icon_state = "4-8" + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/briefing) +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/supply) "auJ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - pixel_x = -8 +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 }, -/obj/structure/machinery/light/double/blue{ - light_color = "#dae2ff" +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) @@ -6209,30 +5998,11 @@ }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) -"avr" = ( -/obj/item/reagent_container/food/drinks/milk{ - pixel_y = 10 - }, -/obj/item/reagent_container/food/drinks/milk{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/reagent_container/food/drinks/milk{ - pixel_x = 5 - }, -/obj/item/reagent_container/food/drinks/milk, -/obj/structure/closet/secure_closet{ - icon_broken = "fridgebroken"; - icon_closed = "fridge"; - icon_locked = "fridge1"; - icon_off = "fridge1"; - icon_opened = "fridgeopen"; - icon_state = "fridge1"; - name = "beverage fridge" - }, -/turf/open/floor/almayer/edge/smooth/endcap_left/west, -/area/golden_arrow/cryo_cells) "avs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, /turf/open/floor/almayer/edge/east, /area/golden_arrow/platoonarmory) "avw" = ( @@ -6247,23 +6017,21 @@ /obj/effect/decal/warning_stripes{ icon_state = "E" }, -/turf/open/floor/almayer/edge/smooth/west, +/turf/closed/wall/almayer/outer, /area/golden_arrow/hangar) "avB" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) -"avC" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) "avE" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -6286,31 +6054,27 @@ /area/golden_arrow/cryo_cells) "avI" = ( /obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger{ + pixel_y = 3 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "avJ" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/closet/crate/trashcart{ - pixel_y = 11 - }, -/obj/item/prop/colony/usedbandage, -/obj/item/prop/colony/usedbandage{ - dir = 4 +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffee/marine{ + pixel_y = 14; + pixel_x = -4 }, -/obj/item/prop/colony/usedbandage{ - dir = 6; - pixel_y = 6 +/obj/item/ashtray/plastic{ + pixel_y = 3; + pixel_x = -10 }, -/obj/item/prop/colony/usedbandage{ - dir = 10; - pixel_y = 13 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/item/storage/pill_bottle, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "avL" = ( @@ -6373,17 +6137,6 @@ }, /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) -"avX" = ( -/obj/structure/largecrate/supply/ammo{ - name = "sentry crate"; - fill_from_loc = 1 - }, -/obj/item/ammo_magazine/sentry{ - layer = 3.01 - }, -/obj/item/defenses/handheld/sentry, -/turf/open/floor/almayer, -/area/golden_arrow/platoonarmory) "avY" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -6395,8 +6148,15 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/hangar) "awa" = ( -/turf/open/floor/almayer/edge/east, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) "awb" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -6411,11 +6171,13 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "awf" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_y = 5; + layer = 5.2 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) +/turf/closed/wall/almayer, +/area/golden_arrow/briefing) "awk" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -6472,13 +6234,22 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "awt" = ( +/obj/structure/sign/safety/terminal{ + layer = 2.96; + pixel_x = 10; + pixel_y = -24 + }, /turf/open/floor/almayer/edge/smooth/southeast, /area/golden_arrow/platoonprep) "awv" = ( -/obj/structure/barricade/handrail, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/edge/smooth/corner, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) "aww" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -6537,18 +6308,11 @@ /area/golden_arrow/cryo_cells) "awI" = ( /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 2 - }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - light_color = "#dae2ff" - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 + icon_state = "SE-out"; + pixel_x = 1 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/cryo_cells) +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "awK" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 10 @@ -6562,28 +6326,24 @@ /turf/open/floor/almayer/edge/west, /area/golden_arrow/shared_office) "awL" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/cargo, +/turf/closed/wall/almayer/outer, /area/golden_arrow/briefing) "awM" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /obj/structure/surface/table/almayer, -/obj/item/weapon/gun/rifle/m4ra/pve{ - pixel_y = 9 - }, /obj/item/storage/box/guncase/shotgunpump, /turf/open/floor/almayer/plate, /area/golden_arrow/platoonprep) "awN" = ( -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + id = "cargolockswest"; + dir = 4 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "awQ" = ( /turf/open/floor/almayer/edge/west, /area/golden_arrow/platoonarmory) @@ -6682,9 +6442,6 @@ /area/golden_arrow/hangar) "axh" = ( /obj/structure/surface/table/reinforced/prison, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, /obj/item/storage/box/bodybags{ pixel_y = 11; pixel_x = -5 @@ -6693,9 +6450,8 @@ pixel_y = 3; pixel_x = -2 }, -/obj/item/reagent_container/spray/cleaner{ - pixel_y = 18; - pixel_x = 10 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) @@ -6728,6 +6484,9 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "axm" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-8" + }, /turf/open/floor/almayer/plating_striped, /area/golden_arrow/engineering) "axn" = ( @@ -6760,19 +6519,16 @@ layer = 3.1; pixel_x = -5 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "axq" = ( -/obj/structure/closet/secure_closet/smartgunner{ - req_access_txt = "14;39"; - req_one_access = list(); - name = "squad one smartgunner locker" - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/prop/dam/crane/cargo{ + layer = 2.8; + dir = 1 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/platoonprep) +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) "axr" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -6816,6 +6572,9 @@ pixel_y = -1; pixel_x = 12 }, +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 1 + }, /turf/open/floor/almayer/edge, /area/golden_arrow/prep_hallway) "axu" = ( @@ -6830,13 +6589,8 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "axv" = ( -/obj/structure/machinery/door_control{ - id = "cargobaylocks"; - needs_power = 0; - pixel_y = 28 - }, -/turf/open/floor/almayer/edge/smooth/southeast, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/smooth/corner/north, +/area/golden_arrow/lower_cargo) "axw" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 10 @@ -6950,7 +6704,7 @@ /obj/effect/landmark/start/marine/smartgunner/alpha, /obj/effect/landmark/late_join/alpha, /obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/east, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "axM" = ( /obj/structure/machinery/light/double/blue{ @@ -7019,6 +6773,7 @@ }, /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/blocker/invisible_wall, +/obj/structure/disposalpipe/segment, /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "axV" = ( @@ -7085,6 +6840,7 @@ /turf/open/floor/almayer/mono, /area/golden_arrow/motor_pool) "ayf" = ( +/obj/structure/surface/table/reinforced/prison, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, @@ -7127,21 +6883,26 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "ayn" = ( -/obj/structure/bed/chair{ - dir = 8; - pixel_y = 3 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/almayer, -/area/golden_arrow/hangar) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/supply) "ayo" = ( -/obj/structure/machinery/disposal{ - density = 0; - layer = 3.2; - pixel_y = 16 +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff" }, -/obj/structure/disposalpipe/trunk, /turf/open/floor/almayer, -/area/golden_arrow/motor_pool) +/area/golden_arrow/briefing) "ayp" = ( /obj/structure/bed{ can_buckle = 0 @@ -7163,14 +6924,14 @@ /turf/open/floor/almayer/edge/north, /area/golden_arrow/dorms) "ayr" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 +/obj/structure/pipes/vents/pump{ + dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 }, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/almayer/sterile_green_side/east, /area/golden_arrow/medical) "ayu" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ @@ -7211,12 +6972,7 @@ layer = 2.52 }, /obj/structure/sign/safety/storage{ - pixel_x = -18; - pixel_y = -7 - }, -/obj/structure/sign/safety/one{ - pixel_x = -18; - pixel_y = 7 + pixel_x = -18 }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/platoonprep) @@ -7227,6 +6983,11 @@ /obj/structure/cable/heavyduty{ icon_state = "4-8" }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = -1 + }, /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) "ayA" = ( @@ -7289,6 +7050,9 @@ /turf/open/floor/almayer/edge/smooth/corner, /area/golden_arrow/motor_pool) "ayH" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, /turf/open/floor/almayer/edge/smooth/northeast, /area/golden_arrow/platoonprep) "ayI" = ( @@ -7327,15 +7091,8 @@ /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/motor_pool) "ayN" = ( -/obj/structure/ship_ammo/rocket/widowmaker{ - pixel_y = 13 - }, -/obj/structure/ship_ammo/rocket/widowmaker, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/briefing) "ayO" = ( /obj/structure/barricade/handrail{ layer = 3.7; @@ -7355,11 +7112,11 @@ /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/motor_pool) "ayP" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow" +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/supply) +/turf/open/space/basic, +/area/space) "ayS" = ( /turf/open/floor/plating, /area/golden_arrow/engineering) @@ -7386,29 +7143,34 @@ /turf/open/floor/plating, /area/golden_arrow/hangar) "ayY" = ( -/obj/structure/sign/safety/hazard{ - pixel_x = -20; - pixel_y = -7 +/obj/structure/surface/table/almayer, +/obj/item/notepad/black{ + pixel_y = -3; + pixel_x = -6 }, -/obj/structure/sign/safety/bulkhead_door{ - pixel_y = 7; - pixel_x = -20 +/obj/item/tool/pen{ + pixel_x = 5 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/item/prop/tableflag{ + pixel_y = 13; + layer = 5 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"ayZ" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, /obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow" + icon_state = "SW-out" }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/prep_hallway) -"ayZ" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S"; - layer = 3.3 + icon_state = "NW-out"; + pixel_y = 1 }, -/turf/open/floor/almayer/edge/smooth/endcap_right, -/area/golden_arrow/prep_hallway) +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/briefing) "aza" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -7429,20 +7191,15 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "azc" = ( -/obj/effect/decal/strata_decals/grime/grime1{ - dir = 8 - }, -/obj/structure/sign/safety/storage{ - pixel_x = 33 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 3 }, /obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow" + icon_state = "cargo" }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/prep_hallway) +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) "azd" = ( /obj/structure/machinery/light/double/blue{ dir = 4; @@ -7454,18 +7211,23 @@ /turf/open/floor/almayer/edge/east, /area/golden_arrow/cryo_cells) "aze" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - name = "\improper Hangar Lockdown Blast Door"; - id = "cargolockswest"; - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "azh" = ( /obj/effect/landmark/start/marine/alpha, /obj/effect/landmark/late_join/alpha, /obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/southeast, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "azi" = ( /obj/structure/pipes/standard/simple/hidden/supply{ @@ -7486,28 +7248,44 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "azn" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" +/obj/structure/prop/invuln/overhead{ + dir = 10; + pixel_y = 11; + pixel_x = -18; + name = "dense fuel line"; + desc = "Likely to be incredibly flammable."; + density = 0 }, -/obj/structure/machinery/light/double/blue{ - light_color = "#dae2ff" +/obj/structure/prop/invuln/overhead{ + dir = 6; + pixel_y = 11; + pixel_x = 13; + name = "dense fuel line"; + desc = "Likely to be incredibly flammable."; + density = 0 }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/prep_hallway) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/bed/bedroll, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) "azo" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 1 +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/door/poddoor/railing{ - dir = 2; - id = "garrow_elevator_lower" +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 }, -/turf/open/floor/almayer/edge/north, -/area/golden_arrow/cargo_shuttle/lower) +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "azp" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -7530,7 +7308,10 @@ /turf/open/floor/almayer/edge/smooth/corner/north, /area/golden_arrow/motor_pool) "azs" = ( -/turf/closed/wall/almayer/outer, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/briefing) "azu" = ( /obj/effect/decal/cleanable/dirt{ @@ -7542,6 +7323,10 @@ /obj/structure/cable/heavyduty{ icon_state = "4-8" }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, /turf/open/floor/almayer/edge/east, /area/golden_arrow/platoonarmory) "azv" = ( @@ -7559,6 +7344,9 @@ icon_state = "1-2" }, /obj/structure/window/framed/almayer, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, /turf/open/floor/plating, /area/golden_arrow/platoonprep) "azx" = ( @@ -7583,9 +7371,6 @@ /turf/open/floor/almayer/edge/smooth/corner/east, /area/golden_arrow/motor_pool) "azB" = ( -/obj/structure/closet/crate/trashcart{ - pixel_y = 11 - }, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 @@ -7594,32 +7379,12 @@ pixel_x = 13; pixel_y = 29 }, -/obj/item/trash/candy, -/obj/item/trash/burger, -/obj/item/trash/cigbutt, /turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) "azD" = ( /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer, /area/golden_arrow/hangar) -"azE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 - }, -/turf/open/floor/almayer/edge/smooth/corner/west, -/area/golden_arrow/briefing) "azF" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -7664,21 +7429,6 @@ /obj/structure/largecrate/random/case/double, /turf/open/floor/almayer/cargo, /area/golden_arrow/hangar) -"azM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/item/paper_bin/uscm{ - pixel_x = -6; - pixel_y = 7 - }, -/obj/item/tool/pen{ - pixel_x = -7; - pixel_y = 4 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) "azN" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -7756,26 +7506,18 @@ /turf/open/floor/almayer, /area/golden_arrow/platoon_commander_rooms) "azW" = ( -/obj/structure/cargo_container/wy/left{ - pixel_y = -17; - opacity = 0; - layer = 2.9 +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 1 }, /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "S" }, -/obj/item/toy/plush/therapy/red{ - desc = "An unapproved bootleg copy of the patented Sergeant Huggs. Looks like he's seen better days."; - force = 15; - layer = 4.1; - name = "Discharged Huggs"; - pixel_y = 32; - throwforce = 15; - pixel_x = 5 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/platoonprep) "azZ" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -7814,34 +7556,20 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/supply) -"aAg" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/roof/cargocrane_tracks/vertical/endcap2{ + pixel_y = 14 }, -/turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/briefing) +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/lower_cargo) "aAh" = ( /obj/effect/decal/strata_decals/grime/grime1{ dir = 8 }, -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8 +/obj/structure/machinery/camera/autoname/golden_arrow, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" }, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/almayer/plate, /area/golden_arrow/medical) "aAi" = ( /obj/structure/sign/safety/bulkhead_door{ @@ -7857,12 +7585,16 @@ /turf/open/floor/almayer/cargo_arrow/west, /area/golden_arrow/hangar) "aAj" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "aAk" = ( /obj/structure/disposalpipe/segment{ dir = 8 @@ -7882,11 +7614,16 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/platoonprep) "aAm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Six Blast Door"; + dir = 4; + id = "lowerstorage6" }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aAn" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -7945,12 +7682,11 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) "aAu" = ( -/obj/structure/largecrate/supply/ammo/m41amk1, -/obj/structure/largecrate/supply/ammo/m41amk1{ - pixel_y = 10 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/cargo_arrow/north, -/area/golden_arrow/hangar) +/turf/open/floor/almayer, +/area/golden_arrow/supply) "aAv" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -7961,9 +7697,11 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "aAy" = ( -/obj/structure/foamed_metal, -/turf/open/floor/plating, -/area/golden_arrow/platoon_commander_rooms) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) "aAz" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -8015,16 +7753,6 @@ /obj/structure/machinery/alarm/almayer{ dir = 1 }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice3"; - pixel_x = 16; - pixel_y = -15 - }, -/obj/structure/prop/invuln/lattice_prop{ - icon_state = "lattice2"; - pixel_x = 16; - pixel_y = 16 - }, /obj/structure/pipes/vents/scrubber{ dir = 8 }, @@ -8036,6 +7764,11 @@ /obj/structure/disposalpipe/trunk{ dir = 8 }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_x = 16; + pixel_y = -10 + }, /turf/open/floor/almayer/edge/north, /area/golden_arrow/dorms) "aAI" = ( @@ -8056,7 +7789,11 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aAK" = ( -/obj/structure/machinery/cryopod, +/obj/structure/machinery/cryopod/big{ + dir = 4; + layer = 3.1; + pixel_x = -5 + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "aAO" = ( @@ -8090,26 +7827,17 @@ }, /turf/open/floor/almayer, /area/golden_arrow/shared_office) -"aAR" = ( -/obj/structure/closet/coffin/woodencrate, -/obj/item/ammo_magazine/rifle/m4ra/pve, -/obj/item/ammo_magazine/rifle/m4ra/pve, -/obj/item/ammo_magazine/rifle/m4ra/pve, -/obj/item/ammo_magazine/rifle/m4ra/pve, -/obj/item/ammo_magazine/rifle/m4ra/pve, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/platoonprep) "aAS" = ( -/obj/structure/machinery/alarm/almayer{ - dir = 1 - }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /obj/structure/pipes/vents/pump, +/obj/structure/machinery/door_control/brbutton{ + pixel_y = 28; + id = "platco-privacy"; + name = "hangar blast door control"; + req_one_access_txt = "19;12" + }, /turf/open/floor/almayer/edge/smooth/northwest, /area/golden_arrow/platoon_commander_rooms) "aAT" = ( @@ -8143,17 +7871,17 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/edge/smooth/west, +/turf/closed/wall/almayer/outer, /area/golden_arrow/hangar) "aAZ" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin/uscm{ - pixel_x = -12; - pixel_y = 7 +/obj/structure/machinery/power/apc/almayer/west, +/obj/structure/sink{ + pixel_y = 24; + layer = 3.1 }, -/obj/item/tool/pen{ - pixel_x = -14; - pixel_y = 4 +/obj/structure/mirror{ + pixel_y = 35; + pixel_x = -1 }, /turf/open/floor/almayer, /area/golden_arrow/platoon_commander_rooms) @@ -8229,17 +7957,6 @@ }, /turf/open/floor/almayer, /area/golden_arrow/hangar) -"aBn" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8 - }, -/obj/structure/cable/heavyduty{ - icon_state = "1-2"; - pixel_x = 2 - }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/platoon_commander_rooms) "aBo" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -8285,13 +8002,13 @@ /obj/effect/decal/warning_stripes{ icon_state = "SE-out" }, -/turf/open/floor/almayer/edge/smooth/endcap_left/west, +/turf/closed/wall/almayer/outer, /area/golden_arrow/hangar) "aBv" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/almayer/test_floor5, +/turf/open/floor/almayer/plate, /area/golden_arrow/medical) "aBw" = ( /obj/effect/decal/cleanable/dirt{ @@ -8332,17 +8049,14 @@ /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/motor_pool) "aBD" = ( -/obj/structure/surface/table/almayer, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, /obj/item/reagent_container/food/drinks/coffeecup/wy{ desc = "A matte gray coffee mug bearing the Weyland-Yutani logo on its front. Looks like someone spat in it."; name = "dip cup"; pixel_x = 5; - pixel_y = 7 + pixel_y = 25 }, -/turf/open/floor/almayer, +/obj/structure/machinery/cm_vending/sorted/marine_food, +/turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) "aBE" = ( /obj/structure/disposalpipe/segment{ @@ -8366,12 +8080,18 @@ /turf/open/floor/almayer/mono, /area/golden_arrow/motor_pool) "aBI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "aBK" = ( /turf/open/floor/almayer/edge/west, /area/golden_arrow/prep_hallway) @@ -8418,6 +8138,10 @@ /obj/structure/cable/heavyduty{ icon_state = "1-2" }, +/obj/structure/cable{ + icon_state = "0-4"; + layer = 2.36 + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/platoonprep) "aBQ" = ( @@ -8509,19 +8233,14 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aCj" = ( -/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/body_scanconsole{ + pixel_y = 6; + dir = 8 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/item/stack/medical/bruise_pack{ - pixel_y = 7; - pixel_x = -12 - }, -/obj/item/stack/medical/ointment{ - pixel_y = 12; - pixel_x = 2 - }, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/almayer/test_floor4, /area/golden_arrow/medical) "aCl" = ( /obj/effect/decal/warning_stripes{ @@ -8587,11 +8306,15 @@ /turf/open/floor/almayer, /area/golden_arrow/dorms) "aCw" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/briefing) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/supply) "aCx" = ( /obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/supply, @@ -8611,36 +8334,14 @@ /turf/open/floor/almayer/edge/smooth/corner/east, /area/golden_arrow/hangar) "aCA" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{ - pixel_y = 36; - pixel_x = 5; - shuttleId = "garrow_cargo_elevator"; - dockId = "garrow_cargo_elevator_storage" - }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) "aCB" = ( /obj/structure/surface/table/almayer, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/obj/item/storage/fancy/cigarettes/lucky_strikes{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/item/prop/magazine/dirty{ - icon_state = "poster3"; - pixel_y = 7; - pixel_x = 3; - name = "Playboy Magazine: Issue March 2182"; - desc = "A copy of Playboy magazine. On the cover is photo of guitarist Sadie Summers, with the headline 'Sadie Summers tells ALL'. The article itself focuses on Sadie's many carnal exploits while on tour as well as her very public brawl at an LA nightclub that occured two years prior to the date of this issue. Flipping through the magazine you see article titles such as 'Jungle Mercenary: Life as an Ex-UPP commando', 'The whys and hows of choosing synthetic girls'." - }, /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "aCC" = ( @@ -8653,6 +8354,10 @@ name = "hangar blast door control"; req_one_access_txt = "19;12" }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, /turf/open/floor/almayer/edge/northeast, /area/golden_arrow/platoonarmory) "aCE" = ( @@ -8731,10 +8436,17 @@ /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/hangar) "aCS" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "briefing" +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, -/turf/closed/wall/almayer/outer, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, /area/golden_arrow/briefing) "aCT" = ( /obj/effect/decal/cleanable/dirt{ @@ -8763,9 +8475,9 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/motor_pool) "aCW" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/almayer, -/area/golden_arrow/supply) +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/lower_cargo) "aCY" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -8846,11 +8558,8 @@ /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) "aDj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) +/turf/open/floor/almayer/mono, +/area/golden_arrow/supply) "aDk" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -8888,18 +8597,6 @@ /obj/structure/closet/secure_closet, /turf/open/floor/almayer/edge/north, /area/golden_arrow/dorms) -"aDt" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "aDu" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -8980,9 +8677,6 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/item/storage/toolbox/mechanical/green{ - pixel_y = 10 - }, /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aDJ" = ( @@ -8995,6 +8689,10 @@ name = "General Listening Channel"; pixel_y = -29 }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, /turf/open/floor/almayer/edge/southeast, /area/golden_arrow/platoonarmory) "aDM" = ( @@ -9004,9 +8702,16 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aDO" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) +/obj/structure/machinery/cm_vending/sorted/medical{ + pixel_y = 18; + density = 0 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8; + light_color = "#dae2ff" + }, +/turf/open/floor/almayer/dark_sterile, +/area/golden_arrow/medical) "aDQ" = ( /turf/closed/wall/almayer/outer, /area/golden_arrow/platoonprep) @@ -9052,19 +8757,21 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/platoonarmory) "aDX" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/machinery/door/airlock/almayer/secure{ + dir = 1; + id = "briefingdoor"; + req_access = null; + name = "\improper Assembly Room" }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 1 +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 }, -/obj/structure/machinery/door/poddoor/railing{ - dir = 2; - id = "garrow_elevator_upper" +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "briefingdoor" }, -/turf/open/floor/almayer/edge/north, -/area/golden_arrow/cargo_shuttle/upper) +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/briefing) "aDZ" = ( /obj/structure/machinery/light/double/blue{ dir = 1 @@ -9140,18 +8847,23 @@ /turf/open/floor/almayer/cargo_arrow/west, /area/golden_arrow/hangar) "aEh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger{ +/obj/structure/filingcabinet/medical{ + pixel_y = 17; pixel_x = -8; - pixel_y = 3 + name = "medical records"; + density = 0 + }, +/obj/structure/filingcabinet{ + pixel_y = 17; + pixel_x = 8; + density = 0 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aEi" = ( -/obj/structure/sign/banners/united_americas_flag{ - pixel_x = -30; - pixel_y = 31 - }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, @@ -9160,7 +8872,7 @@ pixel_x = -3; pixel_y = 13 }, -/turf/open/floor/almayer/edge/east, +/turf/open/floor/almayer/edge/northeast, /area/golden_arrow/cryo_cells) "aEl" = ( /obj/structure/cable/heavyduty{ @@ -9181,23 +8893,7 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "aEo" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - light_color = "#dae2ff" - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/almayer/edge/smooth/endcap_left, +/turf/closed/wall/almayer, /area/golden_arrow/briefing) "aEp" = ( /obj/effect/decal/siding{ @@ -9213,18 +8909,21 @@ /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/motor_pool) "aEr" = ( -/obj/structure/pipes/vents/scrubber{ - dir = 8; - pixel_x = 16 - }, /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "E"; + pixel_x = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/machinery/door_control{ + pixel_y = 28; + pixel_x = -7; + id = "largebay2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 }, /turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/briefing) +/area/golden_arrow/supply) "aEs" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -9249,9 +8948,9 @@ pixel_y = -3; pixel_x = 10 }, -/obj/item/device/megaphone{ - pixel_x = 11; - pixel_y = 7 +/obj/structure/sign/safety/terminal{ + layer = 2.96; + pixel_x = 34 }, /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/platoon_commander_rooms) @@ -9260,12 +8959,24 @@ icon_state = "1-2" }, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "aEv" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/almayer/edge/smooth/corner/east, -/area/golden_arrow/supply) +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "aEw" = ( /obj/structure/pipes/vents/scrubber{ dir = 8 @@ -9279,18 +8990,17 @@ /turf/open/floor/almayer, /area/golden_arrow/prep_hallway) "aEy" = ( -/obj/structure/bed/bedroll{ - pixel_y = -8; - pixel_x = 3; - layer = 3.1 +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, -/obj/item/clothing/head/cmcap{ - layer = 4.2; - pixel_y = 6; - pixel_x = 4 +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, -/turf/closed/wall/almayer/outer, -/area/golden_arrow/hangar) +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/supply) "aEA" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -9298,14 +9008,9 @@ /turf/open/floor/almayer/cargo_arrow/east, /area/golden_arrow/hangar) "aEB" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/cargo_container/wy/left{ - opacity = 0 - }, +/obj/structure/pipes/standard/manifold/hidden/supply, /turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/hangar) +/area/golden_arrow/briefing) "aEC" = ( /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) @@ -9340,18 +9045,14 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aEI" = ( -/obj/effect/landmark/start/marine/leader/alpha, +/obj/effect/landmark/start/marine/medic/alpha, /obj/effect/landmark/late_join/alpha, /obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/northeast, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "aEK" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "cargolock"; - name = "\improper Cargo Elevator Blast Door" - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/prep_hallway) +/turf/open/floor/almayer/empty/golden_arrow, +/area/golden_arrow/cargo_shuttle/upper) "aEM" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -9425,32 +9126,22 @@ }, /turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) -"aFa" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/machinery/photocopier{ - pixel_y = 4 - }, -/obj/structure/machinery/power/apc/almayer/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "aFb" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, /obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1 + icon_state = "W" }, /obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - layer = 2.5; - pixel_y = 1; - pixel_x = -1 + icon_state = "door_warning"; + dir = 4 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff" + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/briefing) "aFc" = ( /obj/item/hardpoint/locomotion/apc_wheels/arc, /turf/open/floor/almayer/plating/northeast, @@ -9541,20 +9232,21 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aFv" = ( -/obj/structure/machinery/door_control{ - id = "cargolock"; - name = "GM cargo lock control"; - pixel_y = 23; - pixel_x = -7; - needs_power = 0 +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + dir = 4 }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - color = "#E10600"; - dir = 1 +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/turf/open/space/basic, -/area/space) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aFx" = ( /obj/structure/disposalpipe/segment{ dir = 1 @@ -9569,19 +9261,23 @@ /obj/effect/landmark/start/marine/tl/alpha, /obj/effect/landmark/late_join/alpha, /obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/northeast, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "aFz" = ( /turf/open/floor/almayer/uscm/directional/up_down/west, /area/golden_arrow/hangar) "aFA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/med_data/laptop{ - dir = 8; - pixel_x = -3 +/obj/item/reagent_container/food/drinks/plasticcup{ + pixel_y = 9 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) +/obj/effect/decal/strata_decals/grime/grime4{ + layer = 2.9; + plane = -6; + pixel_y = 2 + }, +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/six, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) "aFF" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -9705,13 +9401,6 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/obj/structure/sign/safety/bathunisex{ - pixel_y = 28 - }, -/obj/structure/sign/safety/water{ - pixel_x = 15; - pixel_y = 28 - }, /obj/structure/cable/heavyduty{ icon_state = "4-8" }, @@ -9776,7 +9465,7 @@ }, /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer/cargo_arrow, -/area/golden_arrow/hangar) +/area/golden_arrow/supply) "aGi" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -9789,25 +9478,26 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) "aGl" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop{ - icon = 'icons/obj/items/paper.dmi'; - icon_state = "newspaper"; - name = "The Marine Corps Gazette"; - desc = "An issue of The Marine Corps Gazette, the official newspaper of the United States Colonial Marines."; - pixel_y = -2; - pixel_x = -1 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 1; - pixel_y = 12 +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = -1 }, -/turf/open/floor/almayer, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_3"; + pixel_y = 22 + }, +/turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) "aGm" = ( /obj/item/ammo_magazine/shotgun/buckshot{ pixel_x = -5; - pixel_y = 13 + pixel_y = 13; + layer = 3.01 }, /obj/item/ammo_magazine/shotgun/buckshot{ pixel_x = -5; @@ -9815,7 +9505,8 @@ }, /obj/item/ammo_magazine/shotgun{ pixel_x = 12; - pixel_y = 11 + pixel_y = 11; + layer = 3.01 }, /obj/item/ammo_magazine/shotgun{ pixel_x = 12; @@ -9889,12 +9580,37 @@ }, /turf/open/floor/almayer/edge/east, /area/golden_arrow/dorms) +"aGz" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) "aGB" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + id = "cargolockswest"; + dir = 4 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aGC" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -10018,29 +9734,32 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/platoonarmory) "aGZ" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - name = "\improper Hangar Lockdown Blast Door"; - id = "cargolockswest"; - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526" }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "aHa" = ( /obj/effect/decal/warning_stripes{ - icon_state = "E"; + icon_state = "NE-out"; + pixel_y = 1; pixel_x = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/obj/structure/largecrate/supply/supplies/mre{ - layer = 3.1 +/obj/structure/cable/heavyduty{ + icon_state = "4-8" }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/hangar) +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/corner/north, +/area/golden_arrow/supply) "aHb" = ( /turf/open/floor/almayer/uscm/directional/up_down/east, /area/golden_arrow/hangar) @@ -10076,19 +9795,14 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "aHh" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/machinery/disposal, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/structure/cargo_container/uscm/chinook/left{ + color = "#898988"; + layer = 3.2; + pixel_y = 15; + opacity = 0 }, -/turf/open/floor/almayer/edge/smooth/endcap_left/north, -/area/golden_arrow/briefing) +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/supply) "aHk" = ( /obj/structure/surface/table/almayer, /obj/item/toy/deck/uno, @@ -10112,12 +9826,6 @@ /obj/structure/window/framed/almayer, /turf/open/floor/plating, /area/golden_arrow/medical) -"aHr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "aHs" = ( /obj/structure/bed/chair{ dir = 8; @@ -10132,6 +9840,7 @@ /obj/structure/closet/secure_closet/engineering_electrical{ req_one_access = null }, +/obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer, /area/golden_arrow/engineering) "aHu" = ( @@ -10141,9 +9850,14 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aHw" = ( -/obj/structure/window/framed/almayer, -/turf/open/floor/plating, -/area/golden_arrow/platoon_commander_rooms) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) "aHx" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -10178,31 +9892,16 @@ }, /turf/open/floor/almayer/edge/smooth/corner/north, /area/golden_arrow/hangar) -"aHC" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/bed/bedroll{ - pixel_x = -2; - color = "#333333"; - name = "gym mat"; - buckle_lying = null; - can_buckle = 0; - foldabletype = null; - desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." - }, -/turf/open/floor/almayer/cargo_arrow/east, -/area/golden_arrow/hangar) "aHF" = ( /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/cryo_cells) "aHG" = ( /obj/structure/pipes/vents/pump, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, /turf/open/floor/almayer, -/area/golden_arrow/hangar) +/area/golden_arrow/supply) "aHI" = ( /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/hangar) @@ -10224,6 +9923,10 @@ /obj/structure/cable{ icon_state = "1-4" }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4 + }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aHP" = ( @@ -10235,13 +9938,24 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aHQ" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/obj/structure/sign/banners/united_americas_flag{ + pixel_x = -30; + pixel_y = 31 }, -/turf/open/floor/almayer/edge/smooth/corner/west, +/obj/structure/closet/crate/trashcart{ + pixel_y = 8 + }, +/obj/item/trash/candy, +/obj/item/trash/burger, +/obj/item/trash/cigbutt, +/obj/item/trash/burger{ + pixel_y = 6; + pixel_x = 3 + }, +/turf/open/floor/almayer/edge/smooth/endcap_left/north, /area/golden_arrow/cryo_cells) "aHR" = ( /obj/effect/decal/warning_stripes{ @@ -10251,6 +9965,9 @@ /obj/structure/machinery/door/firedoor/border_only/almayer{ dir = 2 }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/medical) "aHU" = ( @@ -10263,17 +9980,20 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "aHV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/platoonprep) "aHX" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, /turf/open/floor/almayer/plating_striped, /area/golden_arrow/engineering) "aHZ" = ( @@ -10305,7 +10025,7 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aIf" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ +/obj/structure/machinery/door/poddoor/almayer{ dir = 4; name = "\improper Storage Bay One Blast Door"; id = "cargobay1" @@ -10351,8 +10071,17 @@ /turf/open/floor/almayer, /area/golden_arrow/motor_pool) "aIn" = ( -/turf/open/floor/almayer/edge/north, -/area/golden_arrow/supply) +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/lower_cargo) "aIo" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -10380,14 +10109,25 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/almayer/plating_striped/north, /area/golden_arrow/engineering) "aIu" = ( -/obj/structure/sign/safety/rewire{ - pixel_x = 32 +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/softpack{ + pixel_y = 11; + pixel_x = 5 }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) +/obj/item/storage/firstaid/softpack/brute, +/obj/item/storage/firstaid/softpack/burn{ + pixel_y = 9; + pixel_x = -9; + layer = 3.01 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) "aIv" = ( /obj/structure/ladder{ id = "engisouth" @@ -10398,11 +10138,6 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aIw" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; - pixel_y = 1 - }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, @@ -10417,16 +10152,15 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aIy" = ( +/obj/structure/machinery/sleep_console{ + dir = 8; + pixel_y = 6 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/largecrate/random/case/double, -/obj/item/storage/box/cups{ - pixel_x = -1; - pixel_y = 16 - }, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/medical) "aIz" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -10440,12 +10174,21 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/prep_hallway) "aIB" = ( -/obj/structure/machinery/power/apc/almayer/north, -/obj/structure/cable{ - icon_state = "0-8"; - layer = 2.36 +/obj/structure/prop/invuln{ + icon = 'icons/obj/structures/structures.dmi'; + icon_state = "ladder11"; + pixel_y = 10; + desc = "A sturdy metal ladder."; + name = "ladder"; + density = 0 }, -/turf/open/floor/almayer, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/sign/safety/ladder{ + pixel_x = -17 + }, +/turf/open/floor/almayer/plate, /area/golden_arrow/briefing) "aIC" = ( /turf/closed/wall/almayer/outer, @@ -10503,7 +10246,8 @@ "aIQ" = ( /obj/structure/machinery/light/double/blue{ dir = 1; - light_color = "#dae2ff" + light_color = "#dae2ff"; + pixel_y = 20 }, /obj/structure/machinery/cm_vending/sorted/marine_food, /turf/open/floor/almayer/plate, @@ -10513,6 +10257,9 @@ pixel_x = 32; pixel_y = 6 }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, /turf/open/floor/almayer/edge/southeast, /area/golden_arrow/prep_hallway) "aIS" = ( @@ -10544,17 +10291,6 @@ }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) -"aIV" = ( -/obj/structure/platform{ - dir = 4; - layer = 2.7 - }, -/obj/structure/stairs/perspective, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "aIW" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -10591,6 +10327,10 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 + }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aJa" = ( @@ -10600,19 +10340,6 @@ /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer, /area/golden_arrow/hangar) -"aJc" = ( -/obj/structure/machinery/light/double/blue{ - dir = 8; - light_color = "#dae2ff" - }, -/obj/structure/cable/heavyduty{ - icon_state = "0-4" - }, -/obj/structure/cable{ - layer = 2.36 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "aJe" = ( /obj/structure/machinery/floodlight/landing/floor{ color = "#dae2ff"; @@ -10684,6 +10411,13 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/item/paper/crumpled{ + pixel_y = 17; + pixel_x = 10 + }, +/obj/item/paper/crumpled{ + pixel_y = 17 + }, /turf/open/floor/almayer, /area/golden_arrow/shared_office) "aJl" = ( @@ -10738,8 +10472,21 @@ /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aJu" = ( -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) +/obj/structure/platform_decoration, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "aJv" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -10769,29 +10516,21 @@ serial_number = 11 }, /obj/structure/machinery/power/apc/almayer/north, +/obj/structure/cable{ + icon_state = "0-8"; + layer = 2.36 + }, /turf/open/floor/almayer/plate, /area/golden_arrow/platoonprep) "aJz" = ( -/obj/structure/cargo_container/seegson/mid, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" - }, /turf/open/floor/almayer, -/area/golden_arrow/hangar) +/area/golden_arrow/briefing) "aJA" = ( -/obj/structure/machinery/door_control{ - id = "lowercargolocks"; - name = "lowercargolocks"; - needs_power = 0; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - color = "#E10600"; - dir = 1 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/space/basic, -/area/space) +/turf/closed/wall/almayer/outer, +/area/golden_arrow/lower_cargo) "aJB" = ( /obj/structure/machinery/door/firedoor/border_only/almayer{ dir = 2 @@ -10808,14 +10547,6 @@ }, /turf/open/floor/almayer, /area/golden_arrow/engineering) -"aJM" = ( -/obj/structure/largecrate/supply/ammo/m41amk1, -/obj/structure/largecrate/supply/ammo/m41amk1{ - pixel_x = 3; - pixel_y = 10 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoonarmory) "aJN" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" @@ -10842,14 +10573,6 @@ }, /turf/open/floor/almayer, /area/golden_arrow/dorms) -"aJR" = ( -/obj/structure/largecrate/supply/ammo/m41amk1, -/obj/structure/largecrate/supply/ammo/m41amk1{ - pixel_x = -3; - pixel_y = 10 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoonarmory) "aJS" = ( /obj/structure/pipes/standard/manifold/hidden/supply, /obj/structure/cable/heavyduty{ @@ -10872,6 +10595,10 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) "aJX" = ( @@ -10906,37 +10633,13 @@ /obj/effect/decal/warning_stripes{ icon_state = "cargo" }, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/obj/vehicle/powerloader, /obj/structure/machinery/light/small{ light_color = "#C02526"; color = "#C02526"; dir = 1 }, -/obj/structure/prop{ - icon = 'icons/obj/structures/props/platforms.dmi'; - icon_state = "platform"; - name = "powerloader dock"; - desc = "A square metal surface resting on four legs."; - dir = 4; - layer = 2.97 - }, -/obj/structure/prop{ - icon = 'icons/obj/structures/props/platforms.dmi'; - icon_state = "platform"; - name = "powerloader dock"; - desc = "A square metal surface resting on four legs."; - dir = 8; - layer = 2.97 - }, -/obj/structure/barricade/handrail{ - dir = 8; - pixel_x = -1 - }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "aKd" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -10971,11 +10674,12 @@ /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "aKl" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/sign/safety/terminal{ + layer = 2.96; + pixel_x = 34 }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "aKn" = ( /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) @@ -11000,30 +10704,47 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aKr" = ( -/obj/effect/landmark/start/marine/alpha, -/obj/effect/landmark/late_join/alpha, -/obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/east, -/area/golden_arrow/cryo_cells) -"aKs" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8 }, -/obj/structure/machinery/light_switch{ - pixel_x = -24 +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8; + pixel_x = -10 }, -/turf/open/floor/almayer/cargo, +/obj/structure/machinery/cryopod/big{ + dir = 4; + pixel_y = 11; + layer = 3.2; + pixel_x = -5 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/cryo_cells) +"aKs" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer/mono, /area/golden_arrow/briefing) "aKt" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - layer = 3.3 +/obj/structure/cargo_container/uscm/mid{ + pixel_y = 7; + pixel_x = 4; + color = "#4550A3"; + layer = 3.2; + opacity = 0 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/cargo_container/uscm/mid{ + pixel_y = 7; + pixel_x = -4; + layer = 3.1; + opacity = 0 }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/prep_hallway) +/turf/open/floor/almayer, +/area/golden_arrow/supply) "aKu" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -11129,6 +10850,12 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, /turf/open/floor/almayer/edge, /area/golden_arrow/prep_hallway) "aKN" = ( @@ -11144,18 +10871,6 @@ }, /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) -"aKS" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 3.3; - pixel_x = -1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) "aKV" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/almayer, @@ -11174,16 +10889,15 @@ /turf/open/floor/almayer/edge/northeast, /area/golden_arrow/prep_hallway) "aKZ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "door_warning"; - dir = 1 +/obj/structure/sign/safety/five{ + pixel_y = -24 }, -/obj/structure/disposalpipe/segment, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) "aLb" = ( /obj/structure/machinery/light/double/blue{ dir = 8; @@ -11346,19 +11060,13 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/hangar) "aLG" = ( -/obj/structure/machinery/door_control{ - id = "cargolockswest"; - name = "cargolockswest"; - needs_power = 0; - pixel_y = 32 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - color = "#E10600"; - dir = 1 +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + pixel_y = 22; + pixel_x = -5; + density = 0 }, -/turf/open/space/basic, -/area/space) +/turf/open/floor/almayer, +/area/golden_arrow/engineering) "aLK" = ( /turf/open/floor/almayer/edge/smooth/endcap_left/west, /area/golden_arrow/cryo_cells) @@ -11418,39 +11126,16 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aLS" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/turf/open/floor/almayer/edge/smooth/northwest, -/area/golden_arrow/supply) -"aLT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Six Blast Door"; + dir = 4; + id = "lowerstorage6" }, -/obj/structure/largecrate/supply/ammo{ - pixel_y = 11; - name = "smoke grenades case"; - fill_from_loc = 1 +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/obj/item/explosive/grenade/smokebomb, -/turf/open/floor/almayer/plate, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aLV" = ( /obj/structure/cable/heavyduty{ icon_state = "4-8" @@ -11487,11 +11172,14 @@ icon_state = "1-2" }, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "aMb" = ( /obj/item/tool/warning_cone, -/obj/structure/pipes/vents/pump, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, /turf/open/floor/almayer, /area/golden_arrow/engineering) "aMc" = ( @@ -11499,6 +11187,9 @@ pixel_x = -6; pixel_y = 4 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/almayer/plating_striped/north, /area/golden_arrow/engineering) "aMe" = ( @@ -11546,13 +11237,6 @@ }, /turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) -"aMp" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/briefing) "aMq" = ( /obj/structure/sign/safety/airlock{ pixel_y = 1; @@ -11627,19 +11311,24 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aMI" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow" +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "\improper Storage Bay Blast Door" }, -/turf/open/floor/almayer/edge/smooth, +/turf/open/floor/almayer/test_floor4, /area/golden_arrow/supply) "aMK" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/tableflag/uscm{ - pixel_y = 2; - pixel_x = -3 +/obj/structure/machinery/door_control{ + id = "cargolock"; + name = "GM cargo lock control"; + pixel_y = -24; + needs_power = 0 }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + color = "#E10600" + }, +/turf/open/space/basic, +/area/space) "aMO" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -11674,17 +11363,12 @@ layer = 3.2; pixel_y = 12 }, -/obj/structure/sign/poster{ - pixel_y = 6; - pixel_x = -27; - icon_state = "poster15"; - name = "pulse rifle pinup"; - desc = "The Armat Battlefield Systems Model 41 Derivative 'A' Pulse Rifle Mark One. The only pinup you'll ever need."; - serial_number = 15 - }, /obj/structure/disposalpipe/trunk{ dir = 4 }, +/obj/structure/sign/safety/storage{ + pixel_x = -18 + }, /turf/open/floor/almayer/edge/smooth/northwest, /area/golden_arrow/platoonprep) "aMV" = ( @@ -11711,9 +11395,25 @@ /turf/open/floor/almayer/black/west, /area/golden_arrow/vehicle_shuttle/two/upper) "aMY" = ( -/obj/structure/machinery/cm_vending/gear/medic_chemical, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/CICmap{ + density = 0; + dir = 4; + icon_state = "shuttle"; + layer = 2.97; + name = "Tactical Map Display"; + pixel_x = 1; + pixel_y = 14 + }, +/obj/item/prop/tableflag/uscm{ + pixel_y = 2; + pixel_x = -3 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "aNa" = ( /obj/structure/machinery/door/poddoor/almayer/locked{ name = "\improper Vehicle Bay One Blast Door"; @@ -11765,12 +11465,6 @@ }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/hangar) -"aNj" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 8 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) "aNk" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -11795,25 +11489,29 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) "aNm" = ( -/obj/structure/cargo_container/wy/right{ - pixel_y = -17; - opacity = 0; - layer = 2.9 - }, /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 + icon_state = "N"; + pixel_y = 1 }, -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/obj/item/device/flashlight/lamp/on{ - layer = 4.2; - pixel_y = 19; - pixel_x = 3 +/obj/structure/cable/heavyduty{ + icon_state = "4-8" }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/hangar) +/obj/structure/cable/heavyduty{ + icon_state = "node" + }, +/obj/structure/cable{ + icon_state = "0-2"; + layer = 2.36; + pixel_y = -3 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/supply) "aNn" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -11882,16 +11580,16 @@ /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/platoon_commander_rooms) "aNI" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/structure/machinery/medical_pod/autodoc{ + dir = 1; + pixel_y = 6 }, -/turf/open/floor/almayer/dark_sterile, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/test_floor4, /area/golden_arrow/medical) "aNK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1 - }, /obj/structure/pipes/standard/manifold/hidden/supply, /obj/structure/cable{ icon_state = "1-8" @@ -11906,6 +11604,7 @@ icon_state = "1-2" }, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/hangar) "aNN" = ( @@ -11984,6 +11683,9 @@ /obj/structure/machinery/medical_pod/sleeper{ pixel_y = 6 }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/medical) "aOd" = ( @@ -12016,6 +11718,9 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) "aOk" = ( @@ -12035,6 +11740,9 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aOm" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 8 + }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/supply) "aOn" = ( @@ -12154,16 +11862,6 @@ pixel_y = 1 }, /obj/effect/decal/strata_decals/grime/grime3, -/obj/structure/largecrate/supply/ammo{ - name = "materials crate"; - fill_from_loc = 1 - }, -/obj/item/stack/sheet/metal/large_stack, -/obj/item/stack/sheet/plasteel{ - amount = 40; - pixel_x = 7; - pixel_y = 6 - }, /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aOH" = ( @@ -12192,7 +11890,9 @@ /obj/structure/machinery/cm_vending/sorted/medical/wall_med{ pixel_y = 25 }, -/obj/structure/janitorialcart, +/obj/structure/janitorialcart{ + pixel_y = 8 + }, /turf/open/floor/almayer/edge/north, /area/golden_arrow/prep_hallway) "aOQ" = ( @@ -12216,19 +11916,6 @@ }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/platoonprep) -"aOT" = ( -/obj/structure/closet/secure_closet, -/obj/structure/machinery/prop{ - desc = "This stylized recruitment poster for the USCM depicts a the head of a screaming eagle breaking into orbit, surrounded by flames. Death from above."; - icon = 'icons/obj/structures/props/posters.dmi'; - icon_state = "poster41"; - name = "USCM recruitment poster"; - layer = 3.5; - pixel_y = 34; - pixel_x = -1 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "aOV" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -12236,7 +11923,7 @@ /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice3"; pixel_x = 16; - pixel_y = -15 + pixel_y = -10 }, /turf/open/floor/almayer/mono, /area/golden_arrow/dorms) @@ -12269,11 +11956,16 @@ /turf/open/floor/almayer/edge/north, /area/golden_arrow/prep_hallway) "aPb" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "aPf" = ( /turf/open/floor/almayer/edge/west, /area/golden_arrow/cryo_cells) @@ -12303,15 +11995,21 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aPm" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood{ - req_access = list(); - pixel_y = 24; - density = 0 +/obj/structure/machinery/autodoc_console{ + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_x = -1 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/test_floor5, +/obj/structure/sign/safety/autodoc{ + pixel_x = 32 + }, +/turf/open/floor/almayer/plate, /area/golden_arrow/medical) "aPn" = ( /obj/structure/pipes/standard/simple/hidden/supply{ @@ -12363,45 +12061,24 @@ /obj/structure/machinery/camera/autoname/golden_arrow{ dir = 1 }, -/obj/structure/sign/safety/ammunition{ - pixel_y = -26 - }, /turf/open/floor/almayer/edge/southwest, /area/golden_arrow/platoonarmory) "aPt" = ( -/obj/structure/machinery/autodoc_console{ - dir = 1; - pixel_y = 6 - }, /obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - layer = 2.5; - pixel_y = 1; - pixel_x = -1 - }, -/obj/structure/sign/safety/autodoc{ - pixel_x = -17 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - name = "General Listening Channel"; - pixel_y = -29 + icon_state = "door_warning"; + dir = 1 }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aPv" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, /obj/structure/pipes/standard/manifold/hidden/supply, /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, +/obj/structure/cable/heavyduty{ + icon_state = "1-4-8" + }, /turf/open/floor/almayer/mono, /area/golden_arrow/platoonprep) "aPw" = ( @@ -12420,25 +12097,35 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/edge/smooth/endcap_right/west, +/turf/closed/wall/almayer/outer, /area/golden_arrow/hangar) "aPy" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 8; - name = "\improper Hangar Lockdown Blast Door" +/obj/structure/machinery/door/poddoor/railing{ + id = "garrow_elevator_lower" }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge, +/area/golden_arrow/cargo_shuttle/lower) "aPz" = ( /obj/effect/decal/warning_stripes{ - icon_state = "door_warning"; + icon_state = "cargo_arrow"; dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/structure/machinery/light/small/blue{ + dir = 8; + light_color = "#dae2ff"; + light_power = 0.25 }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) "aPA" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 4 @@ -12446,24 +12133,13 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aPB" = ( -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_y = 19; - pixel_x = -9 - }, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_y = 19; - pixel_x = 16 - }, -/obj/structure/curtain/red{ - pixel_y = 6 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/obj/structure/cargo_container/uscm/right{ + pixel_x = 4; + layer = 3.1; + opacity = 0 }, -/turf/open/floor/almayer, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/supply) "aPC" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -12489,49 +12165,14 @@ /turf/open/floor/almayer/edge/smooth/corner/west, /area/golden_arrow/motor_pool) "aPG" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" - }, -/obj/structure/barricade/handrail{ - dir = 4 - }, -/obj/structure/barricade/handrail{ - dir = 8; - pixel_x = -1 - }, -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526"; - dir = 1 - }, -/obj/structure/prop{ - icon = 'icons/obj/structures/props/platforms.dmi'; - icon_state = "platform"; - name = "powerloader dock"; - desc = "A square metal surface resting on four legs."; - dir = 4; - layer = 2.97 - }, -/obj/structure/prop{ - icon = 'icons/obj/structures/props/platforms.dmi'; - icon_state = "platform"; - name = "powerloader dock"; - desc = "A square metal surface resting on four legs."; - dir = 8; - layer = 2.97 - }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/smooth/corner, +/area/golden_arrow/lower_cargo) "aPL" = ( /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 + icon_state = "S" }, -/obj/effect/decal/warning_stripes{ - icon_state = "door_warning" +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, /turf/open/floor/almayer/plate, /area/golden_arrow/cryo_cells) @@ -12550,19 +12191,6 @@ /obj/structure/closet/secure_closet/engineering_welding, /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) -"aPQ" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/structure/machinery/light/double/blue{ - dir = 4; - light_color = "#dae2ff" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/turf/open/floor/almayer/edge/smooth/endcap_right, -/area/golden_arrow/briefing) "aPS" = ( /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/plating/plating_catwalk, @@ -12623,17 +12251,12 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"aQh" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/bible{ - desc = "As the legendary US Army chaplain once said, 'There are no Athiests in fancy offices'."; - name = "Holy Bible"; - pixel_x = -5; - pixel_y = 4 +/obj/structure/roof/cargocrane_tracks/tjoint2{ + pixel_y = 14 }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"aQh" = ( /obj/item/device/flashlight/lamp/on{ pixel_y = 14; pixel_x = 5 @@ -12648,6 +12271,24 @@ pixel_x = 1; randpixel = 0 }, +/obj/item/paper_bin{ + pixel_y = 9; + pixel_x = -8 + }, +/obj/item/tool/pen{ + pixel_x = -25; + pixel_y = 6 + }, +/obj/item/paper/crumpled{ + layer = 2.7; + pixel_y = -9 + }, +/obj/item/paper/crumpled{ + layer = 2.7; + pixel_y = -10; + pixel_x = 5 + }, +/obj/structure/surface/table/almayer, /turf/open/floor/almayer, /area/golden_arrow/shared_office) "aQk" = ( @@ -12672,17 +12313,6 @@ "aQr" = ( /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) -"aQv" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/structure/machinery/firealarm{ - dir = 4; - pixel_x = 21 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) "aQw" = ( /obj/effect/decal/strata_decals/grime/grime4, /obj/effect/decal/strata_decals/grime/grime2{ @@ -12698,20 +12328,15 @@ /turf/open/floor/almayer, /area/golden_arrow/platoonprep) "aQI" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E" +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_case/regular{ + pixel_y = 13 }, -/obj/structure/bed/bedroll{ - pixel_y = -4; - color = "#333333"; - name = "gym mat"; - buckle_lying = null; - can_buckle = 0; - foldabletype = null; - desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." +/obj/item/roller{ + pixel_y = 6 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/hangar) +/area/golden_arrow/medical) "aQJ" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -12739,7 +12364,13 @@ /obj/effect/landmark/start/marine/medic/alpha, /obj/effect/landmark/late_join/alpha, /obj/effect/landmark/late_join, -/turf/open/floor/almayer/edge/east, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/cryo_cells) "aQR" = ( /obj/structure/bed/chair{ @@ -12792,9 +12423,16 @@ dir = 1; name = "\improper Prep Lockers" }, +/obj/structure/blocker/forcefield/vehicles{ + layer = 5 + }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/platoonprep) "aQW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, /turf/open/floor/almayer, /area/golden_arrow/briefing) "aQY" = ( @@ -12804,19 +12442,12 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aQZ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1 - }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "door_warning"; - dir = 1 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/cryo_cells) +/obj/structure/closet/emcloset, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) "aRd" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -12830,19 +12461,12 @@ /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "aRf" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - name = "General Listening Channel"; - pixel_y = 28 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/obj/structure/platform, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_ew_full_cap" }, /turf/open/floor/almayer, -/area/golden_arrow/hangar) +/area/golden_arrow/briefing) "aRg" = ( /turf/open/floor/almayer/plate, /area/golden_arrow/motor_pool) @@ -12881,10 +12505,6 @@ pixel_x = -11; pixel_y = 5 }, -/obj/item/clothing/head/cmcap{ - pixel_x = 1; - pixel_y = -3 - }, /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "aRp" = ( @@ -12909,12 +12529,10 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/sign/safety/ammunition{ - pixel_y = -26 - }, /obj/structure/machinery/light/small/blue{ light_color = "#dae2ff"; - light_power = 0.5 + light_power = 0.5; + pixel_y = -1 }, /turf/open/floor/almayer/edge, /area/golden_arrow/platoonarmory) @@ -12933,21 +12551,27 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aRt" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, /obj/structure/sign/banners/colonial_marines_flag_worn{ pixel_y = 28; - desc = "A well worn flag of the USCM recovered from the original USS Golden Arrow. Nobody knows who recovered it, and whoever did has yet to step forth." + desc = "A well worn flag of the USCM recovered from the original USS Golden Arrow. Nobody knows who recovered it, and whoever did has yet to step forth."; + pixel_x = 6 + }, +/obj/structure/machinery/door_control{ + pixel_y = 28; + pixel_x = -2; + id = "largebay" }, /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/platoonprep) "aRv" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/area/golden_arrow/lower_cargo) "aRw" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -12996,6 +12620,10 @@ can_buckle = 1; pixel_y = 6 }, +/obj/structure/dartboard{ + pixel_y = 41; + layer = 3.2 + }, /turf/open/floor/almayer/mono, /area/golden_arrow/hangar) "aRC" = ( @@ -13016,6 +12644,9 @@ /obj/structure/machinery/door/firedoor/border_only/almayer{ layer = 1.9 }, +/obj/structure/blocker/forcefield/vehicles{ + layer = 5 + }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/platoonprep) "aRE" = ( @@ -13034,29 +12665,40 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) "aRI" = ( -/obj/structure/machinery/medical_pod/autodoc{ - dir = 1; - pixel_y = 6 - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/medical) -"aRJ" = ( -/turf/open/floor/almayer/empty/golden_arrow, -/area/golden_arrow/cargo_shuttle/upper) -"aRK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +/obj/structure/machinery/door_control{ + id = "hangarlockdownwest"; + name = "hangarlockdownwest"; + pixel_x = 23; + needs_power = 0 }, /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "cargo_arrow"; + color = "#E10600"; + dir = 4 }, -/obj/structure/largecrate/supply/supplies/sandbags{ +/turf/open/space/basic, +/area/space) +"aRJ" = ( +/obj/structure/cargo_container/uscm/right{ pixel_y = 7; - layer = 4.2 + pixel_x = 12; + color = "#4550A3"; + opacity = 0 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/hangar) +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/supply) +"aRK" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1; + light_power = 0.3 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/supply) "aRL" = ( /obj/docking_port/stationary/trijent_elevator/shipmap_elevator/two{ id = "garrow_vehicle_elevator_two_storage"; @@ -13067,13 +12709,17 @@ /turf/open/floor/corsat, /area/golden_arrow/motor_pool) "aRN" = ( -/obj/structure/surface/table/almayer, -/obj/item/prop/tableflag{ - pixel_x = 3; - pixel_y = 2 +/obj/structure/sign/safety/rewire{ + pixel_x = 32 }, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) +/obj/structure/machinery/door/poddoor/railing{ + id = "garrow_elevator_upper" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/turf/open/floor/almayer/edge, +/area/golden_arrow/cargo_shuttle/upper) "aRP" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -13176,12 +12822,15 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/platoonprep) "aSm" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - name = "\improper Cargo Elevator Blast Door"; - id = "lowercargolocks" +/obj/structure/roof/cargocrane_tracks/vertical/endcap1{ + pixel_y = 14 }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) "aSn" = ( /obj/item/device/radio/intercom{ freerange = 1; @@ -13213,11 +12862,21 @@ /turf/open/floor/plating, /area/golden_arrow/hangar) "aSr" = ( -/obj/structure/largecrate/supply/motiondetectors, -/obj/item/ammo_box/magazine/mk1{ - layer = 3.1; - pixel_y = 14; - pixel_x = -12 +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/small/blue{ + pixel_y = -1 + }, +/obj/item/storage/box/nade_box{ + pixel_y = 15; + layer = 3.2; + pixel_x = -4 + }, +/obj/item/storage/box/guncase/heavy/fuel{ + pixel_y = 14 + }, +/obj/item/storage/box/guncase/heavy/motiondetectors{ + pixel_y = 2; + pixel_x = -3 }, /turf/open/floor/almayer, /area/golden_arrow/platoonarmory) @@ -13230,6 +12889,9 @@ pixel_x = -16; pixel_y = 6 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) "aSu" = ( @@ -13237,11 +12899,6 @@ /obj/structure/machinery/light/double/blue{ light_color = "#dae2ff" }, -/obj/item/tool/soap/deluxe, -/obj/item/tool/soap{ - pixel_y = 15; - pixel_x = 3 - }, /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) "aSv" = ( @@ -13268,13 +12925,6 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) "aSB" = ( -/obj/structure/cargo_container/kelland/right{ - opacity = 0 - }, -/obj/structure/cargo_container/kelland/right{ - pixel_y = 22; - opacity = 0 - }, /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; pixel_x = 1 @@ -13295,21 +12945,26 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aSD" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; dir = 8 }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) -"aSF" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/bed/chair, -/turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/hangar) +/turf/open/floor/almayer/mono, +/area/golden_arrow/lower_cargo) +"aSF" = ( +/obj/structure/platform{ + dir = 8; + layer = 2.7 + }, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "aSI" = ( /obj/structure/largecrate/random/case/double{ pixel_y = 5; @@ -13357,15 +13012,6 @@ }, /turf/open/floor/almayer, /area/golden_arrow/hangar) -"aSP" = ( -/obj/structure/machinery/door_control{ - id = "hangarlockdownwest"; - name = "hangarlockdownwest"; - pixel_x = -23; - needs_power = 0 - }, -/turf/open/space/basic, -/area/space) "aSR" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out" @@ -13384,14 +13030,17 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aSV" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/obj/structure/machinery/firealarm{ - dir = 4; - pixel_x = 21 +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/almayer/cargo, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/briefing) "aTc" = ( /obj/structure/machinery/door/poddoor/almayer/locked{ @@ -13535,6 +13184,15 @@ /obj/structure/pipes/vents/pump{ dir = 8 }, +/obj/structure/bed/bedroll{ + pixel_x = 1; + color = "#333333"; + name = "gym mat"; + buckle_lying = null; + can_buckle = 0; + foldabletype = null; + desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." + }, /turf/open/floor/almayer/edge/smooth/corner, /area/golden_arrow/hangar) "aTD" = ( @@ -13591,26 +13249,25 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/light/double/blue{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "aTO" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" +/obj/structure/ship_ammo/minirocket, +/obj/structure/ship_ammo/minirocket{ + pixel_y = 9; + layer = 3.1 }, -/obj/structure/cable{ - icon_state = "2-8" +/obj/structure/machinery/light/double/blue{ + dir = 8; + light_color = "#dae2ff" }, -/turf/open/floor/almayer/edge/smooth/corner, -/area/golden_arrow/briefing) +/turf/open/floor/almayer/cargo/southwest, +/area/golden_arrow/hangar) "aTS" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ dir = 8 @@ -13693,7 +13350,7 @@ /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice1"; pixel_x = 16; - pixel_y = -15 + pixel_y = -10 }, /turf/open/floor/almayer/edge, /area/golden_arrow/dorms) @@ -13723,11 +13380,13 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aUn" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "aUo" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -13757,41 +13416,15 @@ /turf/closed/wall/almayer/outer, /area/golden_arrow/platoonarmory) "aUy" = ( -/obj/vehicle/powerloader{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" - }, -/obj/structure/barricade/handrail{ - dir = 8; - pixel_x = -1 - }, -/obj/structure/barricade/handrail{ +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; dir = 4 }, -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526" - }, -/obj/structure/prop{ - icon = 'icons/obj/structures/props/platforms.dmi'; - icon_state = "platform"; - name = "powerloader dock"; - desc = "A square metal surface resting on four legs."; - dir = 8; - layer = 2.97 - }, -/obj/structure/prop{ - icon = 'icons/obj/structures/props/platforms.dmi'; - icon_state = "platform"; - name = "powerloader dock"; - desc = "A square metal surface resting on four legs."; - dir = 4; - layer = 2.97 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "aUB" = ( /obj/structure/surface/table/almayer, /obj/item/storage/toolbox/mechanical/green{ @@ -13817,8 +13450,12 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/hangar) "aUE" = ( -/turf/open/floor/plating, -/area/golden_arrow/supply) +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) "aUF" = ( /obj/structure/machinery/camera/autoname/golden_arrow{ dir = 4 @@ -13879,15 +13516,9 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/prep_hallway) "aUO" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/pipes/standard/manifold/hidden/supply, -/turf/open/floor/almayer/edge/smooth/corner/west, -/area/golden_arrow/supply) +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) "aUP" = ( /obj/structure/platform, /obj/structure/machinery/alarm/almayer{ @@ -13915,12 +13546,26 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/motor_pool) "aUV" = ( -/obj/structure/largecrate/supply/floodlights, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/platform_decoration{ + dir = 8 }, -/turf/open/floor/almayer/cargo, -/area/golden_arrow/hangar) +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4; + pixel_y = -16 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) "aUX" = ( /obj/structure/machinery/light/small/blue{ dir = 4; @@ -13988,9 +13633,11 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aVi" = ( -/obj/structure/foamed_metal, -/turf/open/floor/plating, -/area/golden_arrow/cryo_cells) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "aVj" = ( /obj/item/device/flashlight/lamp/tripod/grey, /turf/open/floor/almayer/plate, @@ -14011,6 +13658,10 @@ /obj/structure/cable/heavyduty{ icon_state = "4-8" }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4 + }, /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/platoonprep) "aVm" = ( @@ -14023,25 +13674,12 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) "aVp" = ( -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep{ - req_one_access_txt = "8;12;39;40"; - req_access = list() - }, -/obj/item/reagent_container/food/drinks/cans/souto/lime{ - pixel_y = 21; - pixel_x = 10 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoonprep) -"aVq" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/alarm/almayer{ - dir = 1 - }, +/obj/effect/step_trigger/ares_alert/access_control, /turf/open/floor/almayer, -/area/golden_arrow/briefing) +/area/golden_arrow/engineering) "aVr" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -14207,17 +13845,10 @@ /area/golden_arrow/vehicle_shuttle/two/upper) "aVT" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S" - }, -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/structure/machinery/light/double/blue{ - dir = 8; - light_color = "#dae2ff" + icon_state = "SE-out"; + pixel_x = 1 }, -/turf/open/floor/almayer/dark_sterile, +/turf/open/floor/almayer/plate, /area/golden_arrow/medical) "aVU" = ( /obj/structure/pipes/standard/manifold/hidden/supply{ @@ -14245,20 +13876,20 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/motor_pool) "aVX" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow" - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/lower_cargo) "aVY" = ( /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer/edge/smooth/north, /area/golden_arrow/hangar) "aVZ" = ( /obj/structure/window/framed/almayer, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/structure/blocker/forcefield/vehicles{ + layer = 5 + }, /turf/open/floor/plating, /area/golden_arrow/platoonprep) "aWa" = ( @@ -14268,11 +13899,16 @@ /turf/open/floor/almayer/edge/smooth/corner/west, /area/golden_arrow/cryo_cells) "aWc" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 1 +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/prep_hallway) +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 8 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "aWh" = ( /turf/closed/wall/almayer/outer, /area/golden_arrow/cryo_cells) @@ -14336,15 +13972,29 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - pixel_y = 25 - }, /obj/structure/cable/heavyduty{ icon_state = "4-8" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/sign/safety/bathunisex{ + pixel_y = 28 + }, +/obj/structure/sign/safety/water{ + pixel_x = 15; + pixel_y = 28 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = -1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_3"; + pixel_y = 22 + }, /turf/open/floor/almayer/mono, /area/golden_arrow/cryo_cells) "aWC" = ( @@ -14389,12 +14039,8 @@ /turf/open/floor/almayer, /area/golden_arrow/cryo_cells) "aWJ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S"; - layer = 3.3 - }, -/turf/open/floor/almayer/edge/smooth, -/area/golden_arrow/prep_hallway) +/turf/open/floor/almayer/edge/smooth/corner/west, +/area/golden_arrow/supply) "aWL" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 9 @@ -14426,13 +14072,11 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aWQ" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/smooth, +/obj/effect/decal/strata_decals/grime/grime1, +/turf/open/floor/almayer, /area/golden_arrow/briefing) "aWS" = ( /obj/effect/decal/warning_stripes{ @@ -14503,9 +14147,17 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/hangar) "aXc" = ( -/obj/structure/barricade/handrail, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, /turf/open/floor/almayer, -/area/golden_arrow/supply) +/area/golden_arrow/lower_cargo) "aXe" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/plating/plating_catwalk, @@ -14542,6 +14194,9 @@ /obj/structure/machinery/door/firedoor/border_only/almayer{ dir = 2 }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/medical) "aXj" = ( @@ -14552,13 +14207,14 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/platoonprep) "aXk" = ( -/obj/structure/machinery/body_scanconsole{ - pixel_y = 6 +/obj/structure/machinery/light/double/blue{ + dir = 4; + light_color = "#dae2ff" }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/effect/decal/warning_stripes{ + icon_state = "S" }, -/turf/open/floor/almayer/test_floor4, +/turf/open/floor/almayer/sterile_green_side, /area/golden_arrow/medical) "aXq" = ( /obj/structure/pipes/standard/simple/hidden/supply, @@ -14609,9 +14265,8 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/platoon_commander_rooms) "aXB" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/supply) +/turf/closed/wall/almayer/outer, +/area/golden_arrow/lower_cargo) "aXD" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" @@ -14634,15 +14289,17 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/dorms) "aXH" = ( -/obj/structure/machinery/light/double/blue{ - light_color = "#dae2ff" +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 +/obj/structure/machinery/firealarm{ + pixel_y = 2; + dir = 8; + pixel_x = -21 }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/prep_hallway) +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "aXI" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -14688,19 +14345,14 @@ /obj/structure/cable/heavyduty{ icon_state = "0-2" }, -/obj/structure/cable{ - layer = 2.36 - }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/platoonprep) "aXN" = ( -/obj/structure/machinery/cm_vending/clothing/medic, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "squadarmory"; - name = "\improper Gear Lockers" +/obj/structure/cargo_container/horizontal/blue/bottom{ + pixel_x = 16 }, -/turf/closed/wall/almayer, -/area/golden_arrow/medical) +/turf/open/floor/almayer, +/area/golden_arrow/supply) "aXP" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -14711,13 +14363,6 @@ }, /turf/open/floor/almayer/plate, /area/golden_arrow/hangar) -"aXR" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out"; - pixel_x = -1 - }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) "aXS" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -14725,13 +14370,6 @@ }, /turf/open/floor/almayer, /area/golden_arrow/hangar) -"aXU" = ( -/obj/structure/curtain/red, -/obj/structure/machinery/door/firedoor/border_only/almayer{ - dir = 2 - }, -/turf/open/floor/almayer, -/area/golden_arrow/platoon_commander_rooms) "aXV" = ( /obj/structure/disposalpipe/segment{ dir = 8 @@ -14745,30 +14383,23 @@ /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/motor_pool) "aXW" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/soap{ - pixel_y = -5; - pixel_x = -5 - }, -/obj/item/tool/soap{ - pixel_y = 12; - pixel_x = 7 - }, -/obj/item/tool/soap/weyland_yutani{ - pixel_y = 6; - pixel_x = -7 +/obj/effect/decal/warning_stripes{ + icon_state = "E" }, -/turf/open/floor/almayer, -/area/golden_arrow/cryo_cells) -"aXX" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/obj/structure/bed/bedroll{ + pixel_y = -4; + color = "#333333"; + name = "gym mat"; + buckle_lying = null; + can_buckle = 0; + foldabletype = null; + desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." }, -/turf/open/floor/almayer/edge/smooth/corner/north, -/area/golden_arrow/cryo_cells) +/turf/open/floor/almayer/plate, +/area/golden_arrow/hangar) "aYb" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -14780,7 +14411,13 @@ /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/cryo_cells) "aYd" = ( -/obj/structure/machinery/power/apc/almayer/north, +/obj/structure/phone_base{ + pixel_y = 30; + name = "motor pool receiver"; + phone_category = "Golden Arrow"; + phone_id = "Motor Pool"; + pixel_x = 2 + }, /turf/open/floor/almayer, /area/golden_arrow/motor_pool) "aYf" = ( @@ -14797,14 +14434,6 @@ /obj/structure/largecrate/random/secure, /turf/open/floor/almayer/cargo, /area/golden_arrow/hangar) -"aYj" = ( -/obj/structure/platform{ - dir = 8; - layer = 2.7 - }, -/obj/structure/stairs/perspective, -/turf/open/floor/almayer, -/area/golden_arrow/briefing) "aYk" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -14843,7 +14472,7 @@ dir = 8 }, /obj/effect/spawner/prop_gun/m41aMK1{ - pixel_y = -3; + pixel_y = 3; pixel_x = 6 }, /turf/open/floor/almayer, @@ -15037,20 +14666,19 @@ "aYV" = ( /obj/structure/machinery/door/airlock/almayer/medical{ dir = 8; - name = "\improper Chemistry Subsection"; + name = "\improper Medical Office"; req_one_access = list(); req_one_access_txt = "8;12" }, -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 - }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, /obj/structure/cable{ icon_state = "4-8" }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, /turf/open/floor/almayer/dark_sterile, /area/golden_arrow/medical) "aYX" = ( @@ -15064,8 +14692,18 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/motor_pool) "aYY" = ( -/turf/closed/wall/almayer, -/area/golden_arrow/briefing) +/obj/structure/sign/safety/med_life_support{ + pixel_x = 33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) "aZa" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -15078,12 +14716,12 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aZb" = ( +/obj/structure/platform, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/hangar) +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "aZf" = ( /obj/effect/decal/warning_stripes{ icon_state = "W" @@ -15140,13 +14778,11 @@ /turf/open/floor/almayer/edge/smooth/northeast, /area/golden_arrow/platoon_commander_rooms) "aZp" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 3.3; - pixel_x = -1 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/dark_sterile, -/area/golden_arrow/medical) +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/lower_cargo) "aZr" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -15223,23 +14859,12 @@ /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/hangar) "aZH" = ( +/obj/structure/pipes/standard/simple/hidden/supply, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/prop/invuln/overhead_pipe{ - dir = 4; - pixel_y = 19; - pixel_x = -9 - }, -/obj/structure/curtain/red{ - pixel_y = 6 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" - }, /turf/open/floor/almayer, -/area/golden_arrow/hangar) +/area/golden_arrow/supply) "aZK" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -15265,47 +14890,44 @@ /turf/open/floor/almayer, /area/golden_arrow/hangar) "aZP" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/light/small/blue{ - dir = 4; - light_color = "#dae2ff"; - light_power = 0.5 +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/obj/structure/machinery/prop/almayer/computer/PC{ - dir = 8 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/supply) +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/lower_cargo) "aZQ" = ( /obj/effect/decal/warning_stripes{ - icon_state = "W"; - layer = 3.3; - pixel_x = -1 + icon_state = "E" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/bed/bedroll{ - pixel_x = 1; - color = "#333333"; - name = "gym mat"; - buckle_lying = null; - can_buckle = 0; - foldabletype = null; - desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." +/obj/structure/target{ + name = "punching bag"; + pixel_y = 16; + layer = 3.1 }, -/turf/open/floor/almayer/edge/smooth/west, +/turf/open/floor/almayer/plate, /area/golden_arrow/hangar) "aZR" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 1 +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 }, -/obj/structure/machinery/power/apc/almayer/north, -/obj/structure/prop/dam/crane{ - pixel_y = -13 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) "aZV" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -15348,13 +14970,45 @@ /area/golden_arrow/ai_interface) "bcc" = ( /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "S" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"bfK" = ( +/obj/structure/blocker/forcefield/vehicles{ + layer = 5 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + name = "\improper Supply Bay"; + id = "largebay" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) +"bgS" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"bhu" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/supply) +"bkv" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "bmu" = ( /obj/structure/machinery/door/poddoor/almayer/locked{ name = "\improper Hangar Lockdown Blast Door"; @@ -15371,6 +15025,18 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/almayer, /area/golden_arrow/engineering) +"bqs" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) "brg" = ( /obj/structure/platform{ dir = 8 @@ -15381,34 +15047,68 @@ /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) "brA" = ( -/obj/structure/sign/safety/six{ - pixel_y = -24; - pixel_x = 11 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 4 +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/edge/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge, +/area/golden_arrow/lower_cargo) +"bsE" = ( +/obj/structure/bed/bedroll{ + pixel_y = -8; + pixel_x = 3; + layer = 3.1 + }, +/obj/item/clothing/head/cmcap{ + layer = 4.2; + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/reagent_container/food/drinks/cans/beer{ + layer = 4.2; + pixel_y = -5; + pixel_x = -17 + }, +/obj/structure/largecrate/supply/weapons/pistols{ + layer = 3.1; + pixel_y = -7; + pixel_x = 32 + }, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + pixel_x = 30; + pixel_y = 1; + layer = 3.2 + }, +/turf/closed/wall/almayer/outer, /area/golden_arrow/supply) -"bug" = ( +"btA" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 4; + light_power = 0.3 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"bug" = ( +/obj/structure/roof/cargocrane_tracks/cross{ + pixel_y = 14 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/simple/hidden/supply{ +/obj/structure/pipes/standard/manifold/hidden/supply{ dir = 4 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) +/area/golden_arrow/lower_cargo) "bvd" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -15420,15 +15120,45 @@ /turf/open/floor/almayer, /area/golden_arrow/synthcloset) "bwh" = ( -/obj/structure/sign/safety/two{ - pixel_y = -24; - pixel_x = 11 +/obj/structure/sign/safety/one{ + pixel_y = -24 }, /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; - dir = 4 + dir = 8 }, -/turf/open/floor/almayer/edge/east, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"bxi" = ( +/obj/structure/platform, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-4"; + layer = 2.36 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"byz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/edge/north, /area/golden_arrow/supply) "byT" = ( /obj/structure/pipes/standard/simple/hidden/supply{ @@ -15439,6 +15169,20 @@ }, /turf/open/floor/almayer, /area/golden_arrow/synthcloset) +"bAy" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"bBB" = ( +/turf/closed/wall/almayer/outer, +/area/golden_arrow/cargo_shuttle/upper) "bDB" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -15455,6 +15199,44 @@ }, /turf/open/floor/almayer/cargo_arrow/west, /area/golden_arrow/hangar) +"bFJ" = ( +/obj/structure/noticeboard{ + pixel_y = 30; + pixel_x = -15 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"bGL" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 3.1; + opacity = 0; + pixel_y = 8; + pixel_x = 7 + }, +/obj/structure/cargo_container/kelland/left{ + pixel_y = 31; + opacity = 0; + pixel_x = 10 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"bKv" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/computer/ares_console/large{ + pixel_x = -16; + pixel_y = -8 + }, +/obj/structure/bed/chair/comfy/ai_interface{ + buckling_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/golden_arrow/ai_interface) "bMl" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/machinery/door/poddoor/almayer{ @@ -15463,6 +15245,10 @@ }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/synthcloset) +"bMs" = ( +/obj/structure/prop/almayer/ai_wallmonitor/west, +/turf/open/floor/almayer/aicore/glowing, +/area/golden_arrow/ai_interface) "bPy" = ( /obj/structure/platform{ dir = 1 @@ -15488,6 +15274,66 @@ }, /turf/open/floor/almayer/edge/east, /area/golden_arrow/engineering) +"bRe" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 22; + pixel_x = -14 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"bRI" = ( +/obj/structure/prop/dam/crane{ + layer = 3.1 + }, +/obj/structure/largecrate/supply/supplies/flares{ + layer = 3.1; + pixel_y = 22; + pixel_x = -1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"bUF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 8; + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/cryo_cells) +"bUH" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "platco-privacy" + }, +/turf/open/floor/plating, +/area/golden_arrow/platoon_commander_rooms) +"bWK" = ( +/obj/structure/platform, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 29; + pixel_x = -8 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "bZF" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ pixel_y = 19; @@ -15514,16 +15360,17 @@ "cdX" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; - dir = 8 + dir = 1 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) "cgo" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -15542,11 +15389,14 @@ /turf/open/floor/almayer, /area/golden_arrow/synthcloset) "ckD" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SW-out" +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/lower_cargo) "cqk" = ( /obj/structure/machinery/door/poddoor/almayer/locked{ name = "\improper Hangar Lockdown Blast Door" @@ -15564,11 +15414,20 @@ }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) +"cuV" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice2"; + pixel_x = 16; + pixel_y = -10 + }, +/turf/closed/wall/almayer, +/area/golden_arrow/dorms) "cwD" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "cxa" = ( /obj/structure/barricade/handrail, /obj/structure/barricade/handrail{ @@ -15594,40 +15453,120 @@ /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) -"cQH" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/pipes/standard/simple/hidden/supply{ +"cIk" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ dir = 8 }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/turf/open/floor/almayer/dark_sterile, +/area/golden_arrow/medical) +"cQH" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Five Blast Door"; + dir = 4; + id = "lowerstorage5" }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "cTL" = ( /obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 + icon_state = "cargo" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"cUK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/hypospray/autoinjector/adrenaline_concentrated, +/obj/item/reagent_container/hypospray/autoinjector/adrenaline_concentrated{ + pixel_y = 8; + pixel_x = 3 + }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/area/golden_arrow/medical) +"cWH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) "cXg" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ +/obj/structure/barricade/handrail, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"cZM" = ( +/obj/structure/cargo_container/uscm/chinook/left{ + color = "#898988"; + opacity = 0 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"daF" = ( +/obj/structure/machinery/door/poddoor/railing{ + id = "garrow_elevator_upper" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/turf/open/floor/almayer/edge, +/area/golden_arrow/cargo_shuttle/upper) +"dbK" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 }, -/obj/structure/machinery/light/small/blue{ - dir = 8; - light_color = "#dae2ff"; - light_power = 0.25 +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/floor/almayer/edge/smooth/west, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"dfZ" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer, /area/golden_arrow/supply) +"dhv" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/briefing) "dhC" = ( /turf/open/floor/almayer/edge/east, /area/golden_arrow/engineering) @@ -15635,6 +15574,13 @@ /obj/structure/machinery/autolathe, /turf/open/floor/almayer, /area/golden_arrow/engineering) +"dmJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/turf/open/floor/almayer/edge/smooth/endcap_left/west, +/area/golden_arrow/supply) "duL" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/cable/heavyduty{ @@ -15655,21 +15601,98 @@ /area/golden_arrow/engineering) "dzT" = ( /obj/item/ammo_box/magazine/m4a3{ - pixel_y = 11 + pixel_y = 11; + layer = 2.98 }, /obj/item/ammo_box/magazine/vp70{ pixel_y = 3 }, -/obj/structure/machinery/power/apc/almayer/north, /obj/structure/surface/table/reinforced/almayer_B, /turf/open/floor/almayer, /area/golden_arrow/platoonarmory) +"dAO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 8; + layer = 2.97 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 4; + layer = 2.97 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/supply) +"dDk" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 22; + pixel_x = 6 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 22; + pixel_x = 12 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"dJo" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4; + light_color = "#dae2ff" + }, +/obj/structure/closet/coffin/woodencrate{ + name = "gym equipment" + }, +/obj/item/clothing/gloves/boxing/yellow, +/obj/item/clothing/gloves/boxing/green, +/obj/item/clothing/gloves/boxing/blue, +/obj/item/clothing/gloves/boxing, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/shorts/black, +/turf/open/floor/almayer/plate, +/area/golden_arrow/hangar) "dLD" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /obj/effect/decal/cleanable/blood/oil, /obj/structure/machinery/power/apc/almayer/north, +/obj/structure/cable{ + icon_state = "0-8"; + layer = 2.36 + }, /turf/open/floor/almayer, /area/golden_arrow/engineering) "dLT" = ( @@ -15698,6 +15721,53 @@ }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/supplydrop) +"dRK" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_y = 29 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) +"dRV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"dSy" = ( +/obj/structure/prop/almayer/whiteboard/clear{ + pixel_y = 18; + density = 0 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) +"dTR" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) "dVU" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; @@ -15705,6 +15775,12 @@ }, /turf/open/floor/almayer/edge/north, /area/golden_arrow/motor_pool) +"eau" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) "ecj" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -15713,31 +15789,105 @@ }, /turf/open/floor/almayer, /area/golden_arrow/synthcloset) -"eqr" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +"egO" = ( +/obj/structure/roof/cargocrane_tracks/vertical/endcap1{ + pixel_y = 14 }, +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/lower_cargo) +"ekn" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/edge/smooth/west, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/cargo_arrow/north, /area/golden_arrow/supply) -"eqM" = ( -/obj/structure/machinery/door_control{ - id = "lowerstorage6"; - name = "lowerstorage6"; - needs_power = 0; - pixel_y = 32 +"ekt" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = 11; + pixel_y = 29 }, /obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer/sterile_green_side/east, +/area/golden_arrow/medical) +"eow" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + name = "\improper Supply Bay"; + id = "largebay2" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) +"epS" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.25 + }, +/turf/open/floor/almayer/edge/smooth/corner, +/area/golden_arrow/lower_cargo) +"eqd" = ( +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"eqr" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Three Blast Door"; + dir = 4; + id = "lowerstorage3" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"eqM" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/lower_cargo) +"etb" = ( +/obj/structure/bed/chair{ dir = 8 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/edge/west, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"euH" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = -23 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"ewl" = ( +/turf/open/floor/almayer/edge/smooth/corner/north, +/area/golden_arrow/briefing) +"exa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1 + }, +/turf/open/floor/almayer/cargo_arrow/north, /area/golden_arrow/supply) "exb" = ( /obj/structure/surface/table/almayer, @@ -15748,13 +15898,51 @@ /obj/item/storage/firstaid/regular, /turf/open/floor/almayer, /area/golden_arrow/engineering) +"exo" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"eyg" = ( +/obj/structure/machinery/door_control{ + id = "lowercargolocks"; + name = "lowercargolocks"; + needs_power = 0; + pixel_y = -32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + color = "#E10600" + }, +/turf/open/space/basic, +/area/space) "eyx" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay Two Blast Door"; - dir = 4; - id = "lowerstorage2" +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4 }, -/turf/open/floor/almayer/test_floor4, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/lower_cargo) +"ezh" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"ezt" = ( +/obj/structure/largecrate/supply/ammo{ + name = "materials crate"; + fill_from_loc = 1 + }, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/sheet/plasteel{ + amount = 40; + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/supply) "eEG" = ( /turf/open/floor/almayer/edge/smooth, @@ -15769,28 +15957,78 @@ /obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/golden_arrow/supplydrop) +"eGp" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 31 + }, +/turf/closed/wall/almayer/outer, +/area/golden_arrow/briefing) "eGR" = ( /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/supply) "eNC" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 8 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, +/turf/open/floor/almayer/edge/smooth/corner, +/area/golden_arrow/lower_cargo) +"eQj" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/edge/west, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/supply) "eTc" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/obj/structure/cargo_container/uscm/mid{ + pixel_y = 7; + layer = 2.9; + pixel_x = 8; + opacity = 0 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/cargo_container/uscm/mid{ + pixel_y = 7; + pixel_x = 16; + color = "#4550A3"; + opacity = 0 }, -/turf/open/floor/almayer/plating/northeast, -/area/golden_arrow/supplydrop) +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"eTr" = ( +/obj/structure/cargo_container/kelland/right{ + opacity = 0; + pixel_y = 8; + layer = 3 + }, +/obj/structure/cargo_container/kelland/right{ + pixel_y = 31; + opacity = 0 + }, +/obj/structure/largecrate/supply/supplies/sandbags{ + pixel_y = -6; + layer = 3.1; + pixel_x = -3 + }, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 5; + layer = 3.2; + pixel_x = -3 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) "eUL" = ( /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; @@ -15804,6 +16042,22 @@ }, /turf/open/floor/almayer/plate, /area/golden_arrow/engineering) +"eWX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) "eZR" = ( /obj/structure/machinery/light/small/blue{ dir = 8; @@ -15812,35 +16066,50 @@ pixel_y = 10 }, /obj/structure/surface/table/reinforced/almayer_B, -/obj/item/ammo_box/rounds/smartgun{ - pixel_y = 8 - }, -/obj/item/ammo_box/rounds/smartgun, /turf/open/floor/almayer/mono, /area/golden_arrow/platoonarmory) "fbw" = ( /turf/closed/wall/almayer/outer, /area/golden_arrow/cargo_shuttle/lower) -"fpt" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ - req_one_access = list() +"feX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"fqq" = ( +/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{ + pixel_x = 5; + pixel_y = 36; + layer = 3.5; + dockId = "garrow_cargo_elevator_storage" + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"fpt" = ( /obj/effect/decal/warning_stripes{ - icon_state = "W" + icon_state = "NW-out"; + pixel_y = 1 }, -/obj/item/device/radio/intercom{ - freerange = 1; - name = "General Listening Channel"; - pixel_y = 28 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/area/golden_arrow/lower_cargo) +"fqq" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "frR" = ( /obj/structure/cable/heavyduty{ icon_state = "4-8" @@ -15850,27 +16119,124 @@ }, /turf/open/floor/almayer, /area/golden_arrow/engineering) -"fIR" = ( +"fsm" = ( /obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; + icon_state = "N"; pixel_y = 1 }, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 19; + pixel_x = -15 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/briefing) +"fuL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/item/storage/box/cups{ + pixel_x = -1; + pixel_y = 16 + }, +/obj/structure/largecrate/random/case/double, /turf/open/floor/almayer/plate, +/area/golden_arrow/hangar) +"fwf" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + dir = 2 + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) +"fxp" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"fAo" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"fFO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"fIR" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer, /area/golden_arrow/supply) +"fJT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 8 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/lower_cargo) "fKv" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /obj/item/reagent_container/glass/bucket/janibucket{ - pixel_y = 15; + pixel_y = 5; pixel_x = -7 }, +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_one_access = list(); + pixel_y = 23 + }, /turf/open/floor/almayer, /area/golden_arrow/engineering) +"fLv" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 22 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice1"; + pixel_y = -10; + layer = 5.2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/briefing) "fPI" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -15880,31 +16246,129 @@ }, /turf/open/floor/almayer/edge/east, /area/golden_arrow/engineering) +"fRc" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/junction, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"fRm" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) +"fSy" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/storage/canteen_tray{ + pixel_y = 8; + pixel_x = -7 + }, +/obj/item/storage/canteen_tray{ + pixel_y = 10; + pixel_x = -7 + }, +/obj/item/storage/canteen_tray{ + pixel_y = 12; + pixel_x = -7 + }, +/obj/item/storage/canteen_tray{ + pixel_y = 14; + pixel_x = -7 + }, +/obj/item/storage/canteen_tray{ + pixel_y = 8; + pixel_x = 13 + }, +/obj/item/storage/canteen_tray{ + pixel_y = 10; + pixel_x = 13 + }, +/obj/item/storage/canteen_tray{ + pixel_y = 12; + pixel_x = 13 + }, +/obj/item/storage/canteen_tray{ + pixel_y = 14; + pixel_x = 13 + }, +/obj/structure/vehicle_locker/cabinet/cups{ + pixel_y = 27; + pixel_x = -8 + }, +/obj/structure/vehicle_locker/cabinet/cups/flip{ + pixel_x = 7; + pixel_y = 27 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/cryo_cells) +"fUj" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) +"fUr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/edge, +/area/golden_arrow/prep_hallway) "fWu" = ( /turf/closed/wall/almayer/outer{ blend_objects = list(/obj/structure/window_frame,/obj/structure/window/framed) }, /area/golden_arrow/engineering) "fWz" = ( -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526"; - dir = 8 - }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/supply) -"gjs" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) +"gbH" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 + dir = 8 }, -/turf/open/floor/almayer/plate, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/lower_cargo) +"gcB" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer, /area/golden_arrow/engineering) +"gjs" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "gjM" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 8 @@ -15914,34 +16378,73 @@ }, /turf/open/floor/almayer/edge/northeast, /area/golden_arrow/platoonarmory) +"gjS" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"gkz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/corner, +/area/golden_arrow/briefing) "gkN" = ( -/obj/structure/machinery/door_control{ - id = "lowerstorage5"; - name = "lowerstorage5"; - needs_power = 0; - pixel_y = 32 +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door" }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 4 +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"gpc" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/east, +/obj/structure/machinery/camera/autoname/golden_arrow, +/turf/open/floor/almayer, /area/golden_arrow/supply) "gqG" = ( -/obj/structure/machinery/door_control{ - id = "lowerstorage3"; - name = "lowerstorage3"; - needs_power = 0; - pixel_y = 32 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"gry" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" }, /obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 4 + icon_state = "N"; + pixel_y = 1 }, -/turf/open/floor/almayer/edge/east, +/turf/open/floor/almayer/edge, +/area/golden_arrow/supply) +"grN" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + pixel_y = 8; + buckling_y = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"gsQ" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + light_color = "#dae2ff"; + light_power = 0.3 + }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/supply) +"gtS" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.3 + }, +/turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/supply) "gwS" = ( -/obj/structure/machinery/recharge_station, /obj/structure/machinery/light/small{ light_color = "#C02526"; color = "#C02526"; @@ -15953,14 +16456,75 @@ /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/prop/invuln/joey/normal, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) -"gNW" = ( +"gDf" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"gEj" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo" }, -/turf/open/floor/almayer, -/area/golden_arrow/supply) +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/vehicle/powerloader, +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 1 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 4; + layer = 2.97 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 8; + layer = 2.97 + }, +/obj/structure/barricade/handrail{ + dir = 8; + pixel_x = -1 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"gGG" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/two, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) +"gLu" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"gNW" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) "gPu" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo" @@ -15968,31 +16532,63 @@ /turf/open/floor/almayer/plate, /area/golden_arrow/supplydrop) "gSr" = ( -/obj/structure/machinery/light/double/blue{ - light_color = "#dae2ff" +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/ammo_box/magazine/vp70{ + pixel_y = 3 }, -/obj/structure/surface/table/almayer, -/obj/item/storage/box/guncase/flamer/fuel{ - pixel_y = 8 +/obj/item/ammo_box/magazine/m4a3{ + pixel_y = 11; + pixel_x = -7; + layer = 2.98 + }, +/obj/item/ammo_box/magazine/mk1{ + pixel_y = 12; + pixel_x = 16; + layer = 2.98 }, -/obj/item/tool/crowbar, /turf/open/floor/almayer, /area/golden_arrow/platoonarmory) -"hbu" = ( +"gUY" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"gWb" = ( +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/vents/pump{ - dir = 8; - pixel_x = -16 +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) +"gZt" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/obj/structure/machinery/light/small/blue{ - dir = 4; - light_color = "#dae2ff"; - light_power = 0.25 +/obj/structure/cable/heavyduty{ + icon_state = "4-8" }, -/turf/open/floor/almayer/edge/smooth/east, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/supply) +"hbu" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Three Blast Door"; + dir = 4; + id = "lowerstorage3" + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) "hcq" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -16028,150 +16624,512 @@ }, /turf/open/floor/almayer, /area/golden_arrow/engineering) -"hhQ" = ( -/obj/structure/machinery/door/poddoor/railing{ - dir = 2 - }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/engineering) -"hwm" = ( -/obj/structure/stairs/perspective, -/obj/structure/platform{ - dir = 4; - layer = 2.7 - }, -/turf/open/floor/almayer, -/area/golden_arrow/supplydrop) -"hxJ" = ( -/turf/closed/wall/almayer/outer, -/area/golden_arrow/cargo_shuttle/upper) -"hCn" = ( -/obj/structure/cable/heavyduty{ - icon_state = "1-2" - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ - dir = 1 - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/engineering) -"hGr" = ( +"hhG" = ( /obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" + dir = 8 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, /obj/structure/cable/heavyduty{ icon_state = "4-8" }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"hMX" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_3"; + pixel_y = 22; + pixel_x = -14 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1 }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) -"hPz" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +"hhQ" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 2 }, -/obj/structure/machinery/door_control{ - pixel_y = -19; - id = "synthbay"; - name = "synthetic storage door-control"; - req_access = list(36) +/turf/open/floor/almayer/plate, +/area/golden_arrow/engineering) +"hhV" = ( +/obj/structure/cargo_container/uscm/micor/left{ + pixel_y = 7; + pixel_x = -4; + color = "#4550A3"; + layer = 3.2; + opacity = 0 }, /turf/open/floor/almayer, -/area/golden_arrow/synthcloset) -"hUp" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/area/golden_arrow/lower_cargo) +"hjV" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_ew_full_cap" }, -/turf/open/floor/almayer/plate, +/obj/structure/platform/stair_cut/alt, +/turf/open/floor/almayer, /area/golden_arrow/supply) -"icW" = ( +"hmW" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"idK" = ( -/obj/structure/barricade/handrail, -/obj/structure/reagent_dispensers/fueltank{ - layer = 2.9; - icon = 'icons/obj/structures/props/generic_props.dmi'; - icon_state = "weldtank_old"; - anchored = 1 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/briefing) +"hrh" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/device/megaphone{ + pixel_x = -2; + pixel_y = 7 }, /turf/open/floor/almayer, -/area/golden_arrow/engineering) -"iGx" = ( +/area/golden_arrow/briefing) +"huw" = ( +/obj/structure/roof/cargocrane_tracks/tjoint2{ + pixel_y = 14 + }, /obj/structure/cable/heavyduty{ - icon_state = "2-4" + icon_state = "1-2" }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 6 }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"iRi" = ( -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 18; - layer = 4.11 +/area/golden_arrow/supply) +"huW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = 8; - pixel_y = 16; - layer = 4.11 +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 19; + pixel_x = 16 }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 19; + pixel_x = -15 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 +/obj/structure/prop/invuln/pipe_water{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.5; + pixel_y = 10 + }, +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_y = -11; + pixel_x = -2 + }, +/obj/structure/prop/invuln/overhead{ + icon_state = "flammable_pipe_2"; + pixel_y = 11; + pixel_x = 13; + name = "dense fuel line"; + desc = "Likely to be incredibly flammable."; + density = 0 + }, +/turf/open/floor/almayer/edge/smooth/corner/west, +/area/golden_arrow/briefing) +"hvd" = ( +/obj/docking_port/stationary/trijent_elevator/shipmap_elevator/cargo{ + id = "garrow_cargo_elevator_upper"; + name = "Cargo Elevator Upper"; + elevator_network = "ArrowCargo"; + airlock_exit = "north"; + airlock_area = /area/golden_arrow/cargo_shuttle/upper + }, +/turf/open/floor/almayer/empty/golden_arrow, +/area/golden_arrow/cargo_shuttle/upper) +"hwm" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, +/turf/open/floor/almayer, +/area/golden_arrow/supplydrop) +"hCn" = ( /obj/structure/cable/heavyduty{ - icon_state = "1-4" + icon_state = "1-2" }, -/turf/open/floor/plating/plating_catwalk, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 1; + req_access = null; + req_one_access_txt = "90;91;92" + }, +/turf/open/floor/almayer/test_floor4, /area/golden_arrow/engineering) -"jnX" = ( +"hGc" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 31; + pixel_x = -14 + }, +/turf/closed/wall/almayer/outer, +/area/golden_arrow/lower_cargo) +"hGr" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; dir = 8 }, +/obj/vehicle/powerloader{ + dir = 4 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = 27 + }, /obj/structure/sign/safety/hazard{ pixel_x = 14; pixel_y = 27 }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"hKW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"hMX" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"hPz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/door_control{ + pixel_y = -19; + id = "synthbay"; + name = "synthetic storage door-control"; + req_access = list(36) + }, +/turf/open/floor/almayer, +/area/golden_arrow/synthcloset) +"hRK" = ( +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) +"hSW" = ( +/obj/effect/landmark/start/marine/leader/alpha, +/obj/effect/landmark/late_join/alpha, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/cryo_cells) +"hUp" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"hVV" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"icW" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"idK" = ( +/obj/structure/barricade/handrail, +/obj/structure/reagent_dispensers/fueltank{ + layer = 2.9; + icon = 'icons/obj/structures/props/generic_props.dmi'; + icon_state = "weldtank_old"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"ieS" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"ifq" = ( /obj/structure/sign/safety/bulkhead_door{ pixel_y = 27 }, -/turf/open/floor/almayer/edge/west, +/obj/structure/sign/safety/hazard{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"ijg" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/prep_hallway) +"ikK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/bed/roller, +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) +"iwB" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4 + }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/platoonprep) +"iBA" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Four Blast Door"; + dir = 4; + id = "lowerstorage4" + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"iGx" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/computer/working_joe{ + layer = 3.3; + pixel_y = 21 + }, +/obj/effect/step_trigger/ares_alert/access_control, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"iHs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"iKm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/east, /area/golden_arrow/supply) +"iLR" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + light_color = "#dae2ff" + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 10 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 5; + pixel_x = 3 + }, +/obj/structure/sign/safety/synth_storage{ + pixel_y = 28; + pixel_x = 10 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"iOB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"iRi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"iTu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_y = 28 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"iUC" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.25 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"iWt" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"iWD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/platoonprep) +"jbv" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"jiQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/dark_sterile, +/area/golden_arrow/medical) +"jlb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"jmu" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/phone_base{ + pixel_y = 31; + name = "engineering receiver"; + phone_category = "Golden Arrow"; + phone_id = "Engineering"; + pixel_x = -5 + }, +/obj/structure/sign/safety/commline_connection{ + name = "communication line semiotic"; + pixel_y = 30; + pixel_x = 17; + layer = 3.1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_3"; + pixel_y = 22; + pixel_x = 6 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_3"; + pixel_y = 22; + pixel_x = 12 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"jnX" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"jpb" = ( +/obj/structure/prop/dam/crane{ + pixel_y = -13 + }, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "jqA" = ( /obj/effect/decal/warning_stripes{ icon_state = "door_warning"; @@ -16182,6 +17140,13 @@ }, /turf/open/floor/almayer/edge/east, /area/golden_arrow/engineering) +"jqB" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) "jqJ" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -16194,6 +17159,45 @@ }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) +"jtU" = ( +/obj/structure/cargo_container/uscm/micor/left{ + pixel_y = 7; + pixel_x = -4; + color = "#4550A3"; + layer = 3.2; + opacity = 0 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"jzw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"jHP" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) "jHV" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; @@ -16211,40 +17215,36 @@ /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) "jKX" = ( -/obj/structure/surface/table/almayer{ - layer = 4.11 - }, -/obj/structure/machinery/photocopier{ - pixel_y = 16; - layer = 4.12 - }, -/obj/item/reagent_container/food/drinks/coffeecup/uscm{ - pixel_x = 7; - pixel_y = -7; - layer = 4.12 - }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/lower_cargo) "jSb" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526"; - dir = 1 +/obj/structure/pipes/vents/scrubber{ + dir = 8 }, -/turf/open/floor/almayer, -/area/golden_arrow/supply) +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/lower_cargo) +"jVu" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/sterile_green_side, +/area/golden_arrow/medical) "jWK" = ( /obj/effect/decal/warning_stripes{ icon_state = "door_warning" }, /turf/open/floor/almayer, /area/golden_arrow/engineering) +"jXa" = ( +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/briefing) "jYS" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -16259,11 +17259,27 @@ /turf/open/floor/almayer/edge/east, /area/golden_arrow/engineering) "jZp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"kaq" = ( /obj/effect/decal/warning_stripes{ icon_state = "door_warning" }, /obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, /turf/open/floor/almayer, /area/golden_arrow/engineering) "kbQ" = ( @@ -16280,10 +17296,40 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) +"kdA" = ( +/obj/structure/roof/cargocrane_tracks/tjoint3{ + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"kem" = ( +/obj/structure/cargo_container/uscm/right{ + color = "#898988"; + pixel_y = 15; + layer = 3.2; + opacity = 0 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/supply) "kgw" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/almayer, /area/golden_arrow/motor_pool) +"kiG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge, +/area/golden_arrow/supply) "kiT" = ( /obj/structure/machinery/computer/supply_drop_console/limited/alternate{ density = 1 @@ -16291,7 +17337,6 @@ /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/supplydrop) "kjn" = ( -/obj/structure/machinery/recharge_station, /obj/structure/machinery/light/small{ light_color = "#C02526"; color = "#C02526"; @@ -16303,21 +17348,24 @@ /obj/effect/decal/warning_stripes{ icon_state = "cargo" }, +/obj/structure/prop/invuln/joey/normal, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) "knD" = ( -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526"; - dir = 4 +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Two Blast Door"; + dir = 4; + id = "lowerstorage2" }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"knW" = ( +/obj/structure/cargo_container/uscm/sanfran/left{ + pixel_x = 4; + layer = 3.1; + opacity = 0 }, -/turf/open/floor/plating/plating_catwalk, +/turf/open/floor/almayer/edge/smooth/corner/east, /area/golden_arrow/supply) "kwe" = ( /obj/structure/machinery/cm_vending/clothing/synth, @@ -16326,15 +17374,25 @@ }, /turf/open/floor/almayer, /area/golden_arrow/synthcloset) -"kDp" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +"kBG" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/storage/box/nade_box{ + pixel_y = 13; + layer = 3.2 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 +/obj/item/storage/box/guncase/heavy/sentry{ + pixel_y = 13 }, -/turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/supply) +/obj/item/storage/box/guncase/heavy/sentry, +/obj/structure/machinery/power/apc/almayer/east, +/turf/open/floor/almayer, +/area/golden_arrow/platoonarmory) +"kDp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) "kGg" = ( /obj/structure/platform{ dir = 4; @@ -16350,6 +17408,19 @@ }, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) +"kIR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) "kKs" = ( /obj/structure/machinery/light/small{ light_color = "#C02526"; @@ -16358,9 +17429,80 @@ }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/motor_pool) +"kNp" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/three, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) +"kNU" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"kOv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) "kQO" = ( /turf/closed/wall/almayer/outer, /area/golden_arrow/supplydrop) +"kXG" = ( +/obj/structure/prop/almayer/whiteboard{ + pixel_y = 25; + density = 0 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/smooth/endcap_left/west, +/area/golden_arrow/briefing) +"kYQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"laE" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"lff" = ( +/obj/structure/largecrate/supply/floodlights{ + pixel_y = -9 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"ljO" = ( +/obj/structure/cargo_container/wy/right{ + pixel_y = -17; + opacity = 0; + layer = 2.9 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) "lov" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -16371,11 +17513,18 @@ /turf/open/floor/almayer/mono, /area/golden_arrow/motor_pool) "lve" = ( -/obj/structure/machinery/door_control{ - id = "lowerstorage1"; - name = "lowerstorage1"; - needs_power = 0; - pixel_y = 32 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/lower_cargo) +"lvy" = ( +/obj/structure/sign/safety/four{ + pixel_y = -24; + pixel_x = 11 }, /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; @@ -16385,13 +17534,31 @@ layer = 2.52 }, /turf/open/floor/almayer/edge/east, -/area/golden_arrow/supply) +/area/golden_arrow/lower_cargo) +"lyc" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) "lAv" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "W" +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/lower_cargo) +"lCv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/vents/scrubber{ + dir = 8 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "lDt" = ( /obj/structure/machinery/door_control{ id = "motorpoolnorth"; @@ -16402,44 +17569,94 @@ /turf/open/space/basic, /area/space) "lDX" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/almayer/edge/smooth/west, -/area/golden_arrow/supply) +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) "lEX" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 2; - name = "\improper Hangar Lockdown Blast Door"; - id = "cargobaylocks" +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) "lGH" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow2" }, /turf/open/floor/almayer, /area/golden_arrow/supplydrop) -"lHE" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay Five Blast Door"; - dir = 4; - id = "lowerstorage5" +"lGY" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"lHh" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/turf/open/floor/almayer/test_floor4, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer, /area/golden_arrow/supply) -"lJP" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay Six Blast Door"; - dir = 4; - id = "lowerstorage6" +"lHE" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"lID" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"lJs" = ( +/obj/structure/platform_decoration, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/test_floor4, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/supply) +"lJP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8; + light_color = "#dae2ff"; + light_power = 0.25 + }, +/turf/open/floor/almayer/edge/smooth/corner/north, +/area/golden_arrow/lower_cargo) "lJW" = ( /obj/structure/sign/safety/storage{ pixel_x = 32 @@ -16451,12 +17668,39 @@ /turf/open/floor/almayer, /area/golden_arrow/engineering) "lNj" = ( -/turf/open/space/basic, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/lower_cargo) +"lPj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/supply) "lPm" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, /turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/supply) "lPH" = ( @@ -16465,6 +17709,71 @@ }, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/supplydrop) +"lPW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"lQZ" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"lRg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/sign/safety/synth_storage{ + pixel_y = 28; + pixel_x = 7 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"lRC" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1 + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/supply) +"lUn" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.5 + }, +/obj/structure/machinery/power/apc/almayer/east, +/obj/structure/platform, +/obj/structure/cable{ + icon_state = "0-8"; + layer = 2.36 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"lXR" = ( +/obj/structure/prop/almayer/ai_wallmonitor/east, +/turf/open/floor/almayer/aicore/glowing, +/area/golden_arrow/ai_interface) "lYO" = ( /obj/structure/machinery/door/poddoor/almayer/locked{ name = "\improper Hangar Lockdown Blast Door"; @@ -16472,16 +17781,47 @@ }, /turf/open/floor/almayer/test_floor4, /area/golden_arrow/motor_pool) +"lYS" = ( +/obj/structure/janitorialcart{ + pixel_y = 8 + }, +/obj/structure/machinery/alarm/almayer{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"lZn" = ( +/obj/structure/cargo_container/uscm/chinook/mid{ + color = "#898988"; + opacity = 0 + }, +/obj/structure/cargo_container/kelland/right{ + pixel_y = 31; + opacity = 0; + pixel_x = 10 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"mas" = ( +/obj/structure/platform, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) "mhB" = ( -/obj/structure/sign/safety/five{ - pixel_y = -24 +/obj/structure/machinery/door_control{ + id = "lowerstorage1"; + name = "lowerstorage1"; + needs_power = 0; + pixel_y = 32 }, /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; - dir = 8 + dir = 4 }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) "miP" = ( /obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/supply, @@ -16500,6 +17840,25 @@ }, /turf/open/floor/almayer, /area/golden_arrow/engineering) +"mlr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) "mnT" = ( /obj/effect/decal/siding{ icon_state = "siding2" @@ -16510,6 +17869,13 @@ }, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) +"moU" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/turf/open/floor/almayer/edge/smooth/corner/north, +/area/golden_arrow/supply) "moW" = ( /obj/structure/gun_rack/m41/unloaded, /obj/structure/machinery/light/double/blue{ @@ -16520,15 +17886,15 @@ /area/golden_arrow/platoonarmory) "mpf" = ( /obj/effect/decal/warning_stripes{ - icon_state = "cargo" + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 }, -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526"; - dir = 1 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/supply) +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) "mpM" = ( /obj/effect/decal/siding{ icon_state = "siding2" @@ -16542,12 +17908,97 @@ }, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/engineering) +"mrG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"mtK" = ( +/obj/structure/cargo_container/uscm/right{ + color = "#898988"; + opacity = 0 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) "mvk" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /turf/open/floor/almayer/edge/smooth, /area/golden_arrow/motor_pool) +"mvw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/supply) +"mAs" = ( +/obj/structure/cargo_container/horizontal/blue/top{ + pixel_x = 16 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"mCZ" = ( +/obj/structure/platform, +/obj/structure/cargo_container/uscm/chinook/mid{ + color = "#898988"; + layer = 2.9 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"mEm" = ( +/obj/structure/closet/emcloset, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/almayer/cargo, +/area/golden_arrow/lower_cargo) +"mEQ" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_3"; + pixel_y = 22 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_y = -10; + layer = 5.2 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_y = 6; + layer = 5.2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/briefing) +"mFD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) "mGo" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 @@ -16560,6 +18011,13 @@ }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) +"mGI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/lower_cargo) "mHq" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -16586,6 +18044,22 @@ }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) +"mJp" = ( +/obj/structure/platform, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) "mJI" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -16593,1132 +18067,2864 @@ /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/almayer, /area/golden_arrow/engineering) -"mKT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" - }, +"mKI" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/almayer, /area/golden_arrow/supply) -"ngb" = ( -/obj/structure/machinery/recharge_station, +"mKT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"mLo" = ( +/obj/structure/sign/safety/two{ + pixel_y = -24; + pixel_x = 11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"mME" = ( /obj/effect/decal/warning_stripes{ - icon_state = "cargo" + icon_state = "W" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/plating/northeast, -/area/golden_arrow/engineering) -"nja" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "lowerblastdoor" - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/engineering) -"nrp" = ( -/obj/structure/cable/heavyduty{ - icon_state = "1-8" +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/supply) +"mQb" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 - }, -/turf/open/floor/almayer, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/closed/wall/almayer/outer, /area/golden_arrow/engineering) -"nuK" = ( -/obj/structure/machinery/door/airlock/almayer/secure{ - dir = 1; - name = "\improper Human AI Interface Access" +"mSK" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + dir = 4 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/structure/cable/heavyduty{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/engineering) -"nxj" = ( -/obj/structure/pipes/vents/pump{ - dir = 8; - pixel_x = -16 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, -/obj/structure/machinery/light/small/blue{ - dir = 4; - light_color = "#dae2ff"; - light_power = 0.25 +/obj/structure/disposalpipe/segment{ + dir = 8 }, -/turf/open/floor/almayer/edge/smooth/east, +/turf/open/floor/almayer/test_floor4, /area/golden_arrow/supply) -"nAo" = ( +"mWO" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/tjoint3{ + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"mZk" = ( /obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 4 + icon_state = "NW-out"; + pixel_y = 1 }, -/turf/open/floor/almayer/edge/east, -/area/golden_arrow/supply) -"nBF" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/supplydrop) -"nBM" = ( -/obj/structure/prop/almayer/computers/sensor_computer1, -/turf/open/floor/almayer/plating/northeast, -/area/golden_arrow/supplydrop) -"nEn" = ( /obj/structure/machinery/disposal{ density = 0; layer = 3.2; pixel_y = 16 }, /obj/structure/disposalpipe/trunk, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 - }, -/turf/open/floor/almayer/edge/smooth/north, -/area/golden_arrow/supply) -"nEI" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/machinery/telecomms/hub/preset{ - pixel_x = 6 +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"naw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 1 }, /obj/structure/machinery/light/small/blue{ dir = 4; light_color = "#dae2ff"; light_power = 0.25 }, -/turf/open/floor/almayer/plating/northeast, -/area/golden_arrow/engineering) -"nIL" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay One Blast Door"; - dir = 4; - id = "lowerstorage1" - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) -"nUJ" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay Three Blast Door"; - dir = 4; - id = "lowerstorage3" - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) -"odN" = ( -/obj/structure/machinery/door_control{ - id = "cargolocksnorth"; - name = "cargolocksnorth"; - needs_power = 0; - pixel_x = 32 - }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - color = "#E10600"; - dir = 4 - }, -/turf/open/space/basic, -/area/space) -"olN" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 8 - }, -/obj/vehicle/powerloader{ - dir = 4 - }, -/obj/structure/sign/safety/bulkhead_door{ - pixel_y = 27 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/obj/structure/sign/safety/hazard{ - pixel_x = 14; - pixel_y = 27 +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) +"nex" = ( +/obj/structure/blocker/invisible_wall/directional{ + layer = 2 }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) -"onj" = ( -/turf/open/floor/almayer/aicore/glowing, +/turf/open/floor/almayer/aicore, /area/golden_arrow/ai_interface) -"opj" = ( -/obj/structure/cable/heavyduty{ - icon_state = "1-2" - }, -/turf/open/floor/almayer, -/area/golden_arrow/motor_pool) -"otJ" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 4 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +"nfP" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, -/turf/open/floor/almayer/edge/east, -/area/golden_arrow/supply) -"oxf" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"oye" = ( -/obj/structure/machinery/light/small/blue{ - dir = 4; - light_color = "#dae2ff"; - light_power = 0.25 - }, -/turf/open/floor/almayer/edge/smooth/east, -/area/golden_arrow/supply) -"ozf" = ( -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526"; - dir = 8 - }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/supply) -"oRK" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 - }, -/obj/item/device/radio/intercom{ - freerange = 1; - name = "General Listening Channel"; - pixel_y = 28 - }, -/turf/open/floor/almayer/plate, /area/golden_arrow/supply) -"oTo" = ( -/obj/structure/supply_drop/echo{ - mouse_opacity = 0 +"ngb" = ( +/obj/structure/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/supplydrop) -"oZQ" = ( /obj/effect/decal/warning_stripes{ - icon_state = "door_warning"; - dir = 1 + icon_state = "cargo" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/mono, -/area/golden_arrow/motor_pool) -"pas" = ( +/turf/open/floor/almayer/plating/northeast, +/area/golden_arrow/engineering) +"nhH" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 10 }, -/obj/structure/cable/heavyduty{ - icon_state = "2-8" - }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"pce" = ( -/obj/structure/machinery/light/small/blue{ - light_color = "#dae2ff"; - light_power = 0.25 - }, -/turf/open/floor/almayer/edge/east, +/turf/open/floor/almayer, /area/golden_arrow/engineering) -"pcD" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay Two Blast Door"; +"nja" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; - id = "lowerstorage2" + id = "lowerblastdoor" }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/engineering) +"nlR" = ( +/obj/structure/platform, +/obj/structure/machinery/power/apc/almayer/east, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) -"pFO" = ( +/obj/structure/sign/safety/rewire{ + pixel_y = 29; + pixel_x = 11 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"nmO" = ( +/obj/structure/platform/stair_cut/alt, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_ew_full_cap" + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"nnJ" = ( /obj/effect/decal/warning_stripes{ - icon_state = "SW-out" + icon_state = "door_warning" }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"pGL" = ( -/obj/structure/ladder{ - id = "engisouth"; - height = -1 +/area/golden_arrow/medical) +"nnZ" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 4 }, -/turf/open/floor/almayer/mono, -/area/golden_arrow/engineering) -"pIe" = ( -/obj/structure/pipes/vents/pump{ - dir = 8; - pixel_x = -16 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/smooth/east, -/area/golden_arrow/supply) -"pLu" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/closet/secure_closet/surgical{ - pixel_x = 30 +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"noS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/almayer/test_floor5, -/area/golden_arrow/synthcloset) -"pPo" = ( -/obj/structure/barricade/handrail, -/obj/structure/disposalpipe/segment, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 6 +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 }, /obj/structure/cable/heavyduty{ - icon_state = "1-2" + icon_state = "0-2" }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) -"pPt" = ( -/obj/structure/machinery/door/poddoor/railing{ - dir = 2 - }, +"npR" = ( +/obj/structure/pipes/standard/simple/hidden/supply, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/engineering) -"pRt" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 8 - }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) -"pRD" = ( -/obj/structure/machinery/door_control{ - id = "lowerstorage4"; - name = "lowerstorage4"; - needs_power = 0; - pixel_y = 32 +/obj/structure/cable/heavyduty{ + icon_state = "4-8" }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; +/obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, -/turf/open/floor/almayer/edge/west, +/turf/open/floor/almayer, /area/golden_arrow/supply) -"pSQ" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - light_color = "#dae2ff" - }, -/obj/structure/surface/table/almayer, -/obj/item/storage/briefcase/inflatable{ - pixel_y = 10 - }, -/obj/item/storage/briefcase/inflatable{ - pixel_y = 5; - pixel_x = 3 +"nrn" = ( +/obj/structure/machinery/door_control{ + pixel_y = -21; + pixel_x = -2; + id = "largebay" }, /turf/open/floor/almayer, -/area/golden_arrow/engineering) -"pWS" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 +/area/golden_arrow/supply) +"nrp" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-8" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"pXl" = ( -/obj/structure/machinery/door_control{ - pixel_y = 32; - id = "synthbay"; - name = "synthetic storage door-control"; - req_access = list(36) - }, -/obj/item/prop/colony/canister{ - pixel_y = 19; - pixel_x = 3 - }, -/obj/item/tool/mop{ - pixel_x = -10; - pixel_y = 20 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 }, -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/step_trigger/ares_alert/access_control, /turf/open/floor/almayer, /area/golden_arrow/engineering) -"pZs" = ( -/obj/structure/sign/safety/four{ - pixel_y = -24; - pixel_x = 11 +"nsl" = ( +/obj/structure/closet/crate/trashcart{ + pixel_y = 11 }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; +/obj/item/prop/colony/usedbandage, +/obj/item/prop/colony/usedbandage{ dir = 4 }, +/obj/item/prop/colony/usedbandage{ + dir = 6; + pixel_y = 6 + }, +/obj/item/prop/colony/usedbandage{ + dir = 10; + pixel_y = 13 + }, +/obj/item/storage/pill_bottle, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/edge/east, +/obj/structure/machinery/light/small/blue{ + dir = 8; + light_color = "#dae2ff"; + light_power = 0.5; + pixel_y = 10 + }, +/turf/open/floor/almayer/dark_sterile, +/area/golden_arrow/medical) +"nuo" = ( +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + light_power = 0.3 + }, +/turf/open/floor/almayer, /area/golden_arrow/supply) -"qcH" = ( -/obj/structure/machinery/door/poddoor/railing, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +"nxj" = ( +/obj/structure/surface/table/almayer{ + layer = 4.11 }, -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 1 +/obj/structure/machinery/photocopier{ + pixel_y = 16; + layer = 4.12 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/engineering) -"qds" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = 7; + pixel_y = -7; + layer = 4.12 }, -/obj/structure/machinery/alarm/almayer{ - dir = 1 +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera" }, /turf/open/floor/almayer, -/area/golden_arrow/supply) -"qiX" = ( +/area/golden_arrow/engineering) +"nzo" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/structure/cable/heavyduty{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/structure/cable/heavyduty{ - icon_state = "node"; - layer = 2.38 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 }, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"qjn" = ( +/area/golden_arrow/supply) +"nAo" = ( +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/lower_cargo) +"nBF" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, /turf/open/floor/almayer, -/area/golden_arrow/synthcloset) -"qmu" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/area/golden_arrow/supplydrop) +"nBM" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/almayer/plating/northeast, +/area/golden_arrow/supplydrop) +"nEn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/cargo_arrow, -/area/golden_arrow/supply) -"qwH" = ( -/obj/structure/sign/safety/three{ - pixel_y = -24 - }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"nEv" = ( /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; - dir = 8 + dir = 1 }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) -"qEe" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) +"nEI" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/telecomms/hub/preset{ + pixel_x = 6 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.25 + }, +/turf/open/floor/almayer/plating/northeast, +/area/golden_arrow/engineering) +"nIL" = ( /obj/structure/disposalpipe/segment{ - dir = 1; + dir = 4; icon_state = "pipe-c" }, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 5 + dir = 8 }, /obj/structure/cable/heavyduty{ - icon_state = "1-4" + icon_state = "4-8" }, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"qGj" = ( -/obj/structure/pipes/standard/simple/hidden/supply, +/area/golden_arrow/lower_cargo) +"nLR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/accessory/stethoscope, +/obj/item/device/flashlight/pen{ + pixel_y = 6; + pixel_x = -5 + }, /turf/open/floor/almayer/plate, -/area/golden_arrow/engineering) -"qRO" = ( -/obj/structure/machinery/light/double/blue{ - light_color = "#dae2ff" +/area/golden_arrow/medical) +"nOf" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"qVj" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, -/obj/structure/cable/heavyduty{ - icon_state = "1-8" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 9 +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"nUJ" = ( +/obj/structure/cargo_container/uscm/right{ + color = "#898988"; + opacity = 0 }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"rdX" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"nXt" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"nXv" = ( +/obj/structure/machinery/power/apc/almayer/south, +/obj/structure/cable, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"ocy" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) +"odf" = ( /obj/structure/machinery/light/small{ light_color = "#C02526"; - color = "#C02526" + color = "#C02526"; + dir = 8 }, -/turf/open/floor/almayer, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"odN" = ( +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/lower_cargo) +"odS" = ( +/obj/structure/platform, +/obj/structure/cargo_container/uscm/right{ + color = "#898988"; + layer = 2.9 + }, +/turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/supply) -"rmN" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "E"; - pixel_x = 1 +"oex" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"rnt" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/cable/heavyduty{ - icon_state = "1-2" - }, -/turf/open/floor/almayer/mono, -/area/golden_arrow/motor_pool) -"rqE" = ( -/obj/structure/cable/heavyduty{ - icon_state = "1-2" +/obj/structure/pipes/vents/pump{ + dir = 4 }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/lower_cargo) +"ogX" = ( /obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/lower_cargo) +"ohY" = ( +/obj/structure/cargo_container/uscm/chinook/mid{ + color = "#898988"; + pixel_y = 15; + layer = 3.2; + opacity = 0 + }, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"rzk" = ( +/area/golden_arrow/supply) +"ojW" = ( +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 1; + light_power = 0.3 + }, +/turf/open/floor/almayer/edge/smooth/corner, +/area/golden_arrow/supply) +"olG" = ( +/obj/structure/phone_base{ + pixel_y = 6; + name = "supply bay receiver"; + phone_category = "Golden Arrow"; + phone_id = "Supply Bay"; + pixel_x = 23; + dir = 8 + }, /obj/effect/decal/warning_stripes{ icon_state = "door_warning"; - dir = 8 + dir = 1 }, -/obj/structure/machinery/door_control/brbutton{ - pixel_y = 27; - id = "lowerblastdoor" +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) +"olN" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/engineering) -"rBy" = ( -/obj/structure/sign/safety/one{ - pixel_y = -24 +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 8 +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) +"onj" = ( +/turf/open/floor/almayer/aicore/glowing, +/area/golden_arrow/ai_interface) +"opj" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) -"rMy" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 +/turf/open/floor/almayer, +/area/golden_arrow/motor_pool) +"osR" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 + dir = 6 }, /obj/structure/cable/heavyduty{ - icon_state = "4-8" + icon_state = "1-2" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"rOB" = ( -/obj/structure/machinery/light/small/blue{ - dir = 1; - light_color = "#dae2ff"; - light_power = 0.25 - }, -/turf/open/floor/almayer/edge/east, -/area/golden_arrow/engineering) -"rQj" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow" - }, -/turf/open/floor/almayer/edge, -/area/golden_arrow/motor_pool) -"rRA" = ( -/turf/closed/wall/almayer/aicore/hull, -/area/golden_arrow/ai_interface) -"rTJ" = ( +/area/golden_arrow/lower_cargo) +"otJ" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/supply) -"rWx" = ( -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526"; - dir = 4 - }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/supply) -"rYI" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "S" +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"ouD" = ( +/obj/structure/machinery/chem_dispenser/canteen, +/obj/structure/machinery/light/double/blue{ + dir = 1; + light_color = "#dae2ff"; + pixel_y = 20 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"rZR" = ( -/obj/structure/gun_rack/mk221{ - pixel_x = -11 +/area/golden_arrow/cryo_cells) +"ouW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" }, -/obj/structure/gun_rack/flamer/unloaded{ - pixel_x = 7 +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/cable/heavyduty{ + icon_state = "0-2" }, /turf/open/floor/almayer, -/area/golden_arrow/platoonarmory) -"sgG" = ( +/area/golden_arrow/engineering) +"oxf" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" }, +/obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/plating/bare_catwalk, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) -"sgR" = ( +"oye" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Six Blast Door"; + dir = 4; + id = "lowerstorage6" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"ozf" = ( /obj/effect/decal/warning_stripes{ - icon_state = "NE-out"; - pixel_x = 1; + icon_state = "N"; pixel_y = 1 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"shd" = ( +/area/golden_arrow/lower_cargo) +"ozg" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/smooth/endcap_right/west, +/area/golden_arrow/briefing) +"oCT" = ( /obj/effect/decal/warning_stripes{ - icon_state = "SE-out"; - pixel_x = 1 + icon_state = "door_warning" }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"soC" = ( +/area/golden_arrow/briefing) +"oFy" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 22 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_y = -10; + layer = 5.2 + }, /obj/effect/decal/warning_stripes{ icon_state = "E"; pixel_x = 1 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"srv" = ( -/turf/open/floor/almayer/empty/golden_arrow/vehicle_one, -/area/golden_arrow/vehicle_shuttle/upper) -"srO" = ( -/obj/structure/sign/safety/bulkhead_door{ - pixel_y = 27 +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/briefing) +"oFX" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, -/obj/structure/sign/safety/hazard{ - pixel_x = 14; - pixel_y = 27 +/obj/structure/cable/heavyduty{ + icon_state = "4-8" }, -/obj/effect/decal/warning_stripes{ - icon_state = "cargo_arrow"; - dir = 4 +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, -/turf/open/floor/almayer/edge/east, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/supply) -"sse" = ( -/obj/structure/machinery/power/apc/almayer/north, -/turf/open/floor/almayer/aicore/glowing, -/area/golden_arrow/ai_interface) -"svL" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay Four Blast Door"; - dir = 4; - id = "lowerstorage4" +"oIf" = ( +/obj/structure/platform_decoration{ + dir = 1 }, -/turf/open/floor/almayer/test_floor4, +/turf/closed/wall/almayer/outer, /area/golden_arrow/supply) -"sCG" = ( -/obj/structure/bed/chair{ +"oIL" = ( +/obj/structure/phone_base{ + name = "briefing receiver"; + phone_category = "Golden Arrow"; + phone_id = "Briefing"; + pixel_x = 17; dir = 8 }, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff" + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"oRK" = ( +/obj/structure/roof/cargocrane_tracks/cross{ + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"oTo" = ( +/obj/structure/supply_drop/echo{ + mouse_opacity = 0 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supplydrop) +"oWU" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"sMB" = ( -/obj/structure/ladder{ - id = "enginorth"; - height = -1; - pixel_y = 16 +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 }, -/turf/open/floor/almayer/mono, -/area/golden_arrow/engineering) -"sTP" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/supply) +"oZQ" = ( /obj/effect/decal/warning_stripes{ icon_state = "door_warning"; - dir = 8 + dir = 1 }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/engineering) -"tjT" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "NW-out"; - pixel_y = 1 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/motor_pool) +"pas" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"tkm" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 2; + icon_state = "pipe-c" }, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 + dir = 10 }, /obj/structure/cable/heavyduty{ - icon_state = "4-8" + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-4"; + layer = 2.36 }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) -"two" = ( -/obj/structure/machinery/door/poddoor/railing{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 - }, +"pce" = ( /obj/structure/machinery/light/small/blue{ - dir = 4; light_color = "#dae2ff"; - light_power = 0.5 - }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/engineering) -"txJ" = ( -/obj/structure/machinery/door/poddoor/almayer{ - name = "\improper Lower Storage Bay Six Blast Door"; - dir = 4; - id = "lowerstorage6" - }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) -"tBe" = ( -/obj/structure/platform{ - dir = 4; - layer = 2.7 - }, -/obj/structure/machinery/telecomms/hub/preset{ - pixel_x = -6 + light_power = 0.25 }, -/turf/open/floor/almayer/plating/northeast, +/turf/open/floor/almayer/edge/east, /area/golden_arrow/engineering) -"tDA" = ( -/obj/effect/decal/warning_stripes{ - icon_state = "cargo" +"pcD" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 4 }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"pcJ" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/alarm/almayer{ - dir = 1 +/turf/open/floor/almayer/edge/smooth/corner/north, +/area/golden_arrow/supply) +"pjK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 }, /turf/open/floor/almayer, -/area/golden_arrow/supply) -"tDZ" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ - req_one_access = list() +/area/golden_arrow/briefing) +"ptZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 }, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/briefing) +"pvV" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"tEH" = ( +/obj/structure/machinery/prop/almayer/CICmap/table/horizontal/segment/one, +/turf/open/floor/almayer/mono, +/area/golden_arrow/briefing) +"pwX" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/light/double/blue, -/turf/open/floor/almayer, -/area/golden_arrow/synthcloset) -"tTk" = ( -/obj/structure/machinery/computer/ares_console{ - pixel_y = 16; - layer = 4.12 +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1 }, -/obj/structure/surface/table/reinforced/aicore{ - layer = 4.11; - pixel_y = 8; - density = 0 +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/supply) +"pxW" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/structure/cable/heavyduty{ - icon_state = "1-2" - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/bed/chair/comfy/ares{ - dir = 1; - layer = 4.13 + icon_state = "4-8" }, -/turf/open/floor/plating/plating_catwalk/aicore, -/area/golden_arrow/ai_interface) -"uel" = ( /obj/structure/disposalpipe/segment{ dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/supply) +"pDh" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, /obj/structure/machinery/alarm/almayer{ dir = 1 }, -/turf/open/floor/plating/plating_catwalk, -/area/golden_arrow/engineering) -"uls" = ( -/obj/structure/machinery/light/double/blue{ - dir = 4; - light_color = "#dae2ff" - }, /turf/open/floor/almayer, -/area/golden_arrow/motor_pool) -"umm" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - dir = 2; - name = "\improper Hangar Lockdown Blast Door"; - id = "cargobaylocks" +/area/golden_arrow/briefing) +"pDT" = ( +/obj/structure/cargo_container/uscm/chinook/mid{ + color = "#898988"; + opacity = 0 }, -/turf/open/floor/almayer/test_floor4, +/turf/open/floor/almayer, /area/golden_arrow/supply) -"uoJ" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +"pFO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"pGL" = ( +/obj/structure/ladder{ + id = "engisouth"; + height = -1 }, -/turf/open/floor/almayer/edge/southwest, -/area/golden_arrow/platoonarmory) -"uEm" = ( /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + icon_state = "door_warning"; + dir = 1; + pixel_y = -7 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/turf/open/floor/almayer/mono, +/area/golden_arrow/engineering) +"pIe" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"uPX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"pKJ" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) +"pKQ" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + light_color = "#dae2ff" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/sterile_green_side, +/area/golden_arrow/medical) +"pLu" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/cargo_arrow, -/area/golden_arrow/supply) -"uVo" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" +/obj/structure/closet/secure_closet/surgical{ + pixel_x = 30 }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"vfK" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/reagentgrinder/industrial{ - pixel_y = 8 +/turf/open/floor/almayer/test_floor5, +/area/golden_arrow/synthcloset) +"pPo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/obj/item/reagent_container/food/drinks/coffee/marine{ - pixel_y = 2; - pixel_x = 5 +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_y = 28 }, -/obj/structure/machinery/light/small/blue{ - dir = 4; - light_color = "#dae2ff"; - light_power = 0.5 +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"pPt" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 2 }, -/turf/open/floor/almayer, -/area/golden_arrow/engineering) -"vve" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/cargo_arrow/north, -/area/golden_arrow/supply) -"vCJ" = ( +/turf/open/floor/almayer/plate, +/area/golden_arrow/engineering) +"pRt" = ( +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"pRD" = ( /obj/effect/decal/warning_stripes{ - icon_state = "N"; - pixel_y = 1 + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/supply) -"vDs" = ( -/obj/structure/machinery/camera/autoname/golden_arrow{ - dir = 4; - name = "ship-grade camera" +/area/golden_arrow/lower_cargo) +"pRQ" = ( +/obj/structure/blocker/forcefield/vehicles{ + layer = 5 }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" +/obj/structure/machinery/door/poddoor/shutters/almayer{ + name = "\improper Supply Bay"; + id = "largebay" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 }, /obj/structure/cable/heavyduty{ - icon_state = "4-8" + icon_state = "1-2" }, -/turf/open/floor/plating/plating_catwalk, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) +"pSQ" = ( +/obj/structure/sign/safety/conference_room{ + pixel_y = -25; + pixel_x = -15 + }, +/obj/structure/sign/safety/terminal{ + pixel_x = -1; + pixel_y = -25 + }, +/turf/open/floor/almayer, +/area/golden_arrow/prep_hallway) +"pWS" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/lower_cargo) +"pXl" = ( +/obj/structure/machinery/door_control{ + pixel_y = 32; + id = "synthbay"; + name = "synthetic storage door-control"; + req_access = list(36) + }, +/obj/item/prop/colony/canister{ + pixel_y = 19; + pixel_x = 3 + }, +/obj/item/tool/mop{ + pixel_x = -10; + pixel_y = 20 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/almayer, /area/golden_arrow/engineering) -"vFy" = ( +"pXx" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/item/stool{ - pixel_y = 12; - pixel_x = -1 - }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/machinery/light/small/blue{ - dir = 4; - light_color = "#dae2ff"; - light_power = 0.5 +/obj/structure/phone_base{ + pixel_y = 30; + name = "supply launch bay receiver"; + phone_category = "Golden Arrow"; + phone_id = "Supply Launch Bay"; + pixel_x = 2 + }, +/obj/structure/sign/safety/commline_connection{ + name = "communication line semiotic"; + pixel_x = -17; + layer = 3.1 }, /turf/open/floor/almayer/plating/northeast, /area/golden_arrow/supplydrop) -"vRh" = ( -/obj/structure/ship_ammo/heavygun{ - pixel_y = 8 +"pYe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge, +/area/golden_arrow/lower_cargo) +"pZs" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, -/obj/structure/ship_ammo/heavygun{ - layer = 3.01 +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/cargo/southwest, -/area/golden_arrow/hangar) -"vYW" = ( -/turf/open/floor/almayer/cargo_arrow, -/area/golden_arrow/supply) -"vZm" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"pZI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 }, /turf/open/floor/almayer/plate, -/area/golden_arrow/engineering) -"wdE" = ( +/area/golden_arrow/medical) +"qba" = ( +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) +"qbU" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 31; + pixel_x = 6 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon = 'icons/obj/structures/props/almayer_props.dmi'; + icon_state = "wallpipe_2"; + pixel_y = 31; + pixel_x = 12 + }, +/turf/closed/wall/almayer/outer, +/area/golden_arrow/lower_cargo) +"qcH" = ( +/obj/structure/machinery/door/poddoor/railing, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 1 }, /turf/open/floor/almayer/plate, /area/golden_arrow/engineering) -"wnq" = ( -/obj/structure/sign/safety/hazard{ - pixel_y = -25 +"qds" = ( +/turf/open/floor/almayer/edge/smooth/corner/west, +/area/golden_arrow/lower_cargo) +"qft" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/supply) +"qiX" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" }, /obj/structure/cable/heavyduty{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "node"; + layer = 2.38 + }, /turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) -"woR" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - name = "\improper Hangar Lockdown Blast Door"; - id = "cargolocksnorth" +"qjn" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 }, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) -"wAd" = ( -/obj/structure/platform_decoration{ - dir = 8 +/turf/open/floor/almayer, +/area/golden_arrow/synthcloset) +"qlw" = ( +/obj/structure/cargo_container/uscm/right{ + pixel_y = 7; + pixel_x = -4; + color = "#4550A3"; + layer = 3.2; + opacity = 0 }, -/obj/structure/machinery/camera/autoname/golden_arrow{ +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"qlK" = ( +/obj/structure/cargo_container/uscm/chinook/left{ + color = "#898988"; + opacity = 0 + }, +/obj/structure/cargo_container/kelland/left{ + pixel_y = 31; + opacity = 0; + pixel_x = 10 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"qmu" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay Two Blast Door"; dir = 4; - name = "ship-grade camera" + id = "lowerstorage2" }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer, -/area/golden_arrow/supplydrop) -"wBW" = ( +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"qwH" = ( +/turf/open/floor/plating, +/area/golden_arrow/lower_cargo) +"qEe" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, /obj/structure/pipes/standard/simple/hidden/supply{ - dir = 10 + dir = 5 }, -/turf/open/floor/almayer/plate, +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/engineering) -"wDL" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 8 +"qGj" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"qJe" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 }, /obj/structure/cable/heavyduty{ icon_state = "4-8" }, -/turf/open/floor/almayer/edge/northwest, -/area/golden_arrow/platoonarmory) -"wPI" = ( +/obj/structure/cable/heavyduty{ + icon_state = "0-2" + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"qOv" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/ship_ammo/heavygun{ - pixel_y = 8 - }, -/obj/structure/ship_ammo/heavygun{ - layer = 3.01 +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 7; + buckling_y = 7 }, -/turf/open/floor/almayer/cargo/southwest, +/turf/open/floor/plating/plating_catwalk, /area/golden_arrow/hangar) -"wRv" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/almayer/test_floor5, -/area/golden_arrow/synthcloset) -"wSf" = ( -/turf/open/space/basic, -/area/golden_arrow/supply) -"xiW" = ( -/obj/structure/barricade/handrail{ - pixel_y = -2; +"qQp" = ( +/obj/structure/cargo_container/wy/mid{ + pixel_y = -17; + opacity = 0; layer = 2.9 }, -/turf/open/floor/almayer/aicore, -/area/golden_arrow/ai_interface) -"xlL" = ( -/obj/structure/machinery/light/double/blue{ - dir = 1; - light_color = "#dae2ff" - }, -/turf/open/floor/almayer/edge/smooth/corner, -/area/golden_arrow/motor_pool) -"xxa" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/light/small/blue{ - dir = 8; - light_color = "#dae2ff"; - light_power = 0.25 +/obj/item/toy/plush/therapy/red{ + desc = "An unapproved bootleg copy of the patented Sergeant Huggs. Looks like he's seen better days."; + force = 15; + layer = 4.1; + name = "Discharged Huggs"; + pixel_y = 32; + throwforce = 15; + pixel_x = 5 }, -/turf/open/floor/almayer/edge/smooth/west, +/turf/open/floor/almayer, /area/golden_arrow/supply) -"xzY" = ( +"qRO" = ( +/turf/open/floor/almayer/edge/smooth/corner/east, +/area/golden_arrow/lower_cargo) +"qUN" = ( +/obj/structure/machinery/alarm/almayer{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"qVj" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 1 }, -/obj/structure/machinery/light/small/blue{ - dir = 8; - light_color = "#dae2ff"; - light_power = 0.25 +/obj/structure/cable/heavyduty{ + icon_state = "1-8" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"qZf" = ( +/obj/vehicle/powerloader{ + dir = 8 }, /turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/supply) -"xHO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/supply{ +"rdX" = ( +/obj/structure/phone_base{ + pixel_y = 2; + name = "supply bay receiver"; + phone_category = "Golden Arrow"; + phone_id = "Supply Bay"; + pixel_x = 22; dir = 8 }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"rfl" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/smooth/corner/north, +/area/golden_arrow/lower_cargo) +"rhq" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, /obj/structure/cable/heavyduty{ - icon_state = "4-8" + icon_state = "1-2" }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/open/floor/almayer, -/area/golden_arrow/engineering) -"xIP" = ( +/area/golden_arrow/supply) +"rij" = ( +/obj/structure/cargo_container/uscm/mid{ + pixel_y = 7; + pixel_x = -4; + layer = 3.1; + opacity = 0 + }, +/obj/structure/cargo_container/uscm/mid{ + pixel_y = 7; + pixel_x = 4; + color = "#4550A3"; + layer = 3.2; + opacity = 0 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"rll" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning" + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"rmN" = ( /obj/structure/machinery/door_control{ - id = "lowerstorage2"; - name = "lowerstorage2"; + id = "lowerstorage5"; + name = "lowerstorage5"; needs_power = 0; pixel_y = 32 }, /obj/effect/decal/warning_stripes{ icon_state = "cargo_arrow"; - dir = 8 + dir = 4 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"rnt" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/motor_pool) +"rnv" = ( /obj/effect/decal/cleanable/dirt{ layer = 2.52 }, -/turf/open/floor/almayer/edge/west, -/area/golden_arrow/supply) -"xKb" = ( -/obj/structure/machinery/door/poddoor/railing{ - dir = 4 +/obj/structure/roof/cargocrane_tracks/tjoint{ + pixel_y = 14 }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/cable/heavyduty{ + icon_state = "4-8" }, -/turf/open/floor/almayer/plate, -/area/golden_arrow/engineering) -"xOB" = ( -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/cable/heavyduty{ + icon_state = "0-2" }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/edge/smooth/west, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer/edge/smooth/east, /area/golden_arrow/supply) -"xTf" = ( -/turf/open/floor/almayer/cargo_arrow/north, +"roZ" = ( +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/west, /area/golden_arrow/supply) -"xXq" = ( +"rqE" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"rzk" = ( /obj/effect/decal/warning_stripes{ - icon_state = "SW-out" + icon_state = "door_warning"; + dir = 8 }, -/obj/structure/machinery/gear{ - id = "supply_elevator_gear" +/obj/structure/machinery/door_control/brbutton{ + pixel_y = 27; + id = "lowerblastdoor" }, -/turf/open/floor/almayer/plate, +/turf/open/floor/almayer/edge/west, /area/golden_arrow/engineering) -"xXR" = ( +"rzW" = ( /obj/effect/decal/warning_stripes{ - icon_state = "S" + icon_state = "W" }, -/obj/effect/decal/cleanable/dirt{ - layer = 2.52 +/obj/structure/machinery/door_control{ + pixel_y = 28; + pixel_x = 7; + id = "largebay2" }, -/turf/open/floor/almayer/plate, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/turf/open/floor/almayer/edge/east, /area/golden_arrow/supply) -"ydL" = ( +"rAj" = ( /obj/effect/decal/warning_stripes{ - icon_state = "cargo" + icon_state = "S" }, -/obj/structure/machinery/light/small{ - light_color = "#C02526"; - color = "#C02526" +/turf/open/floor/almayer/sterile_green_side, +/area/golden_arrow/medical) +"rBy" = ( +/obj/structure/sign/safety/six{ + pixel_y = -24; + pixel_x = 11 }, -/turf/open/floor/almayer, -/area/golden_arrow/supply) -"yfG" = ( -/obj/structure/machinery/door/poddoor/almayer/locked{ - name = "\improper Hangar Lockdown Blast Door"; - id = "cargolocksnorth" +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/supply, -/turf/open/floor/almayer/test_floor4, -/area/golden_arrow/supply) +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"rBG" = ( +/obj/structure/cargo_container/kelland/left{ + layer = 3; + opacity = 0; + pixel_y = 8 + }, +/obj/structure/cargo_container/kelland/left{ + pixel_y = 31; + opacity = 0 + }, +/obj/structure/largecrate/supply/ammo/m41amk1{ + layer = 3.1; + pixel_y = -1 + }, +/obj/structure/largecrate/supply/ammo/m41amk1{ + pixel_y = 10; + layer = 3.2 + }, +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"rEz" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"rMy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/prop/invuln/overhead{ + icon_state = "flammable_pipe_2"; + pixel_y = 32; + pixel_x = 13; + name = "dense fuel line"; + desc = "Likely to be incredibly flammable."; + density = 0 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/sign/safety/waterhazard{ + pixel_y = 27 + }, +/obj/structure/prop/invuln/overhead{ + icon_state = "flammable_pipe_2"; + pixel_y = 11; + pixel_x = 13; + name = "dense fuel line"; + desc = "Likely to be incredibly flammable."; + density = 0 + }, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/briefing) +"rOB" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1; + light_color = "#dae2ff"; + light_power = 0.25 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/engineering) +"rPa" = ( +/turf/closed/wall/almayer, +/area/golden_arrow/prep_hallway) +"rQf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"rQj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/turf/open/floor/almayer/edge, +/area/golden_arrow/motor_pool) +"rRA" = ( +/turf/closed/wall/almayer/aicore/hull, +/area/golden_arrow/ai_interface) +"rTJ" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"rTS" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = 23 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/hangar) +"rVt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 4 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/lower_cargo) +"rWx" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"rYI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/lower_cargo) +"rZR" = ( +/obj/structure/gun_rack/mk221{ + pixel_x = -11 + }, +/obj/structure/gun_rack/flamer/unloaded{ + pixel_x = 7 + }, +/turf/open/floor/almayer, +/area/golden_arrow/platoonarmory) +"rZY" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"sdp" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = -23 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/hangar) +"sgG" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/bare_catwalk, +/area/golden_arrow/engineering) +"sgR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"shd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/vents/scrubber{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/lower_cargo) +"skM" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/phone_base{ + pixel_y = 31; + name = "lower supply bay receiver"; + phone_category = "Golden Arrow"; + phone_id = "Lower Supply Bay"; + pixel_x = -6 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"soC" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge, +/area/golden_arrow/lower_cargo) +"spc" = ( +/obj/structure/largecrate/supply/supplies/sandbags{ + pixel_y = -8; + layer = 3.1; + pixel_x = -3 + }, +/obj/structure/largecrate/supply/supplies/mre{ + layer = 3.1; + pixel_y = 8; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"sru" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/supply) +"srv" = ( +/turf/open/floor/almayer/empty/golden_arrow/vehicle_one, +/area/golden_arrow/vehicle_shuttle/upper) +"srM" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = 4; + pixel_y = 29 + }, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/supply) +"srO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"sse" = ( +/obj/structure/machinery/power/apc/almayer/north, +/obj/item/toy/prize/apc, +/turf/open/floor/almayer/aicore, +/area/golden_arrow/ai_interface) +"ssW" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = -23 + }, +/turf/open/floor/almayer/cargo, +/area/golden_arrow/hangar) +"sud" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC/large/dark{ + pixel_y = 6; + name = "supply desktop" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/supply) +"suA" = ( +/obj/structure/machinery/door_control{ + id = "lowerstorage6"; + name = "lowerstorage6"; + needs_power = 0; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"svL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"syi" = ( +/obj/structure/cargo_container/kelland/right{ + opacity = 0; + pixel_y = 8; + layer = 3.1; + pixel_x = 7 + }, +/obj/structure/cargo_container/kelland/right{ + pixel_y = 31; + opacity = 0; + pixel_x = 10 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"syZ" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/supply) +"sCf" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = -29 + }, +/obj/structure/sign/safety/hazard{ + pixel_x = 14; + pixel_y = -29 + }, +/obj/structure/bed/bedroll{ + pixel_x = -2; + color = "#333333"; + name = "gym mat"; + buckle_lying = null; + can_buckle = 0; + foldabletype = null; + pixel_y = -3; + desc = "A black gym mat, useful if you don't want to use the cold hard floor for exercise." + }, +/turf/open/floor/almayer/cargo_arrow/east, +/area/golden_arrow/hangar) +"sCG" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"sMo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer/edge/smooth/corner/west, +/area/golden_arrow/supply) +"sMB" = ( +/obj/structure/ladder{ + id = "enginorth"; + height = -1; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + pixel_y = 4 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/engineering) +"sTP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 8 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/engineering) +"tjT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/structure/sign/safety/hazard{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = 27 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"tkm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"tkO" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) +"tmN" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + id = "cargolockswest"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"tsK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"tuM" = ( +/obj/structure/machinery/door_control{ + id = "lowerstorage4"; + name = "lowerstorage4"; + needs_power = 0; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"tvN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/vehicle/powerloader, +/obj/structure/barricade/handrail{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 8; + layer = 2.97 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 4; + layer = 2.97 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/supply) +"two" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.5 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/engineering) +"txJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/barricade/handrail{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 1 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 4; + layer = 2.97 + }, +/obj/structure/prop{ + icon = 'icons/obj/structures/props/platforms.dmi'; + icon_state = "platform"; + name = "powerloader dock"; + desc = "A square metal surface resting on four legs."; + dir = 8; + layer = 2.97 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"tBe" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/obj/structure/machinery/telecomms/hub/preset{ + pixel_x = -6 + }, +/turf/open/floor/almayer/plating/northeast, +/area/golden_arrow/engineering) +"tBI" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/corner{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-8" + }, +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"tDA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"tEH" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer, +/area/golden_arrow/synthcloset) +"tJa" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/supply) +"tNi" = ( +/obj/structure/surface/table/almayer, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"tNo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/north, +/area/golden_arrow/platoonprep) +"tPM" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) +"tTk" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cargo_container/uscm/chinook/left{ + color = "#898988"; + opacity = 0 + }, +/turf/open/floor/almayer/edge/smooth/corner/east, +/area/golden_arrow/hangar) +"uel" = ( +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) +"uls" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4; + light_color = "#dae2ff" + }, +/turf/open/floor/almayer, +/area/golden_arrow/motor_pool) +"umc" = ( +/obj/structure/platform, +/obj/structure/cargo_container/uscm/chinook/left{ + color = "#898988"; + layer = 2.9 + }, +/turf/open/floor/almayer/mono, +/area/golden_arrow/supply) +"umm" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + name = "\improper Hangar Lockdown Blast Door"; + id = "cargobaylocks" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"umJ" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/smooth, +/area/golden_arrow/lower_cargo) +"uoJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/southwest, +/area/golden_arrow/platoonarmory) +"uto" = ( +/obj/structure/roof/cargocrane_tracks/tjoint2{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"uwt" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/ammo_box/magazine/mk1/large{ + layer = 2.98; + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/mk1/large{ + pixel_y = 13; + pixel_x = -3 + }, +/turf/open/floor/almayer, +/area/golden_arrow/platoonarmory) +"uxq" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.25 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"uEm" = ( +/obj/structure/machinery/door_control{ + id = "cargobaylocks"; + needs_power = 0; + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"uJn" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + light_power = 0.3 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/supply) +"uMR" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door" + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) +"uPo" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/prop/invuln/joey/normal, +/turf/open/floor/almayer/plating/northeast, +/area/golden_arrow/engineering) +"uPX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"uUf" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/corner{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"uVo" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"uZy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"vbQ" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "briefing" + }, +/turf/open/space/basic, +/area/space) +"vfK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagentgrinder/industrial{ + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/coffee/marine{ + pixel_y = 2; + pixel_x = 5 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.5 + }, +/turf/open/floor/almayer, +/area/golden_arrow/engineering) +"vgS" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"vld" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC/large{ + pixel_y = 6; + name = "supply desktop" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"vlN" = ( +/obj/structure/cargo_container/wy/left{ + pixel_y = -17; + opacity = 0; + layer = 2.9 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"vms" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8; + light_color = "#dae2ff"; + light_power = 0.25 + }, +/turf/open/floor/almayer/edge/smooth/corner/east, +/area/golden_arrow/lower_cargo) +"voF" = ( +/obj/structure/platform/stair_cut/alt, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_ew_full_cap" + }, +/turf/open/floor/almayer, +/area/golden_arrow/lower_cargo) +"vtV" = ( +/obj/structure/closet/crate/freezer{ + name = "blood cooler crate"; + pixel_y = 7 + }, +/obj/item/reagent_container/blood/OMinus, +/obj/item/reagent_container/blood/OMinus{ + pixel_x = -5 + }, +/obj/item/reagent_container/blood/OMinus{ + pixel_x = 7 + }, +/obj/item/reagent_container/blood/OMinus, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/sterile_green_side, +/area/golden_arrow/medical) +"vve" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/supply) +"vzH" = ( +/obj/structure/prop/almayer/ai_wallmonitor, +/turf/open/floor/almayer/aicore/glowing, +/area/golden_arrow/ai_interface) +"vAm" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 2; + name = "\improper Hangar Lockdown Blast Door"; + id = "cargobaylocks" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"vCJ" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"vDn" = ( +/obj/structure/machinery/disposal{ + density = 0; + layer = 3.2; + pixel_y = 16 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/machinery/power/apc/almayer/east, +/obj/structure/sign/safety/commline_connection{ + name = "communication line semiotic"; + pixel_y = 30; + pixel_x = 4; + layer = 3.1 + }, +/turf/open/floor/almayer, +/area/golden_arrow/motor_pool) +"vDs" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff"; + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"vFy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/stool{ + pixel_y = 12; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4; + light_color = "#dae2ff"; + light_power = 0.5 + }, +/turf/open/floor/almayer/plating/northeast, +/area/golden_arrow/supplydrop) +"vFU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) +"vHQ" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer/edge/smooth/corner/east, +/area/golden_arrow/supply) +"vIn" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/briefing) +"vLe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/supply) +"vNW" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/small/blue{ + pixel_y = -1 + }, +/obj/item/ammo_box/rounds/smartgun{ + pixel_y = 13; + pixel_x = 7 + }, +/obj/item/ammo_box/rounds/smartgun, +/turf/open/floor/almayer, +/area/golden_arrow/platoonarmory) +"vQy" = ( +/obj/structure/machinery/door_control{ + pixel_y = -21; + pixel_x = -8; + id = "briefingdoor"; + req_one_access_txt = "19;12"; + specialfunctions = 4 + }, +/turf/open/floor/almayer/edge, +/area/golden_arrow/prep_hallway) +"vRh" = ( +/obj/structure/ship_ammo/heavygun{ + pixel_y = 8 + }, +/obj/structure/ship_ammo/heavygun{ + layer = 3.01 + }, +/turf/open/floor/almayer/cargo/southwest, +/area/golden_arrow/hangar) +"vXI" = ( +/obj/structure/roof/cargocrane_tracks/tjoint3{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"vYW" = ( +/turf/open/floor/almayer/cargo_arrow, +/area/golden_arrow/supply) +"vZm" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay One Blast Door"; + dir = 4; + id = "lowerstorage1" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"wdE" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + id = "lowercargolocks" + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"wmF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/briefing) +"wnq" = ( +/obj/structure/sign/safety/hazard{ + pixel_y = -25 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"woR" = ( +/obj/structure/machinery/door_control{ + id = "lowerstorage2"; + name = "lowerstorage2"; + needs_power = 0; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"wAd" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname/golden_arrow{ + dir = 4; + name = "ship-grade camera" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supplydrop) +"wBW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"wDL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/almayer/edge/northwest, +/area/golden_arrow/platoonarmory) +"wGV" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/smooth/west, +/area/golden_arrow/lower_cargo) +"wHw" = ( +/obj/structure/machinery/door_control{ + id = "lowerstorage3"; + name = "lowerstorage3"; + needs_power = 0; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"wHV" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/light/double/blue{ + light_color = "#dae2ff" + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"wMR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/north, +/area/golden_arrow/supply) +"wNl" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18; + layer = 4.11 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16; + layer = 4.11 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"wPl" = ( +/obj/structure/platform{ + dir = 4; + layer = 2.7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/briefing) +"wPI" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/ship_ammo/heavygun{ + pixel_y = 8 + }, +/obj/structure/ship_ammo/heavygun{ + layer = 3.01 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8; + light_color = "#dae2ff" + }, +/turf/open/floor/almayer/cargo/southwest, +/area/golden_arrow/hangar) +"wRv" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/almayer/test_floor5, +/area/golden_arrow/synthcloset) +"wSf" = ( +/obj/effect/landmark/start/bridge, +/obj/effect/landmark/late_join/alpha, +/obj/effect/landmark/late_join, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/cryo_cells) +"wYO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1 + }, +/obj/structure/sign/safety/commline_connection{ + name = "communication line semiotic"; + pixel_y = 22; + pixel_x = 32 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/medical) +"wZo" = ( +/obj/structure/sign/safety/three{ + pixel_y = -24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/edge/west, +/area/golden_arrow/lower_cargo) +"xch" = ( +/obj/structure/bed/chair{ + dir = 1; + pixel_y = 7; + buckling_y = 7 + }, +/obj/structure/machinery/prop/almayer/computer/PC/large/dark{ + pixel_y = 26; + layer = 2.9 + }, +/turf/open/floor/almayer, +/area/golden_arrow/platoon_commander_rooms) +"xeG" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/cable/heavyduty{ + icon_state = "1-4-8" + }, +/turf/open/floor/almayer/plating_striped, +/area/golden_arrow/engineering) +"xlL" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1; + light_color = "#dae2ff" + }, +/turf/open/floor/almayer/edge/smooth/corner, +/area/golden_arrow/motor_pool) +"xpl" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + dir = 2 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/supply) +"xsH" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"xxa" = ( +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"xzY" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door" + }, +/obj/structure/roof/cargocrane_tracks/vertical{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"xFF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/cargo_arrow/north, +/area/golden_arrow/supply) +"xHO" = ( +/obj/structure/cargo_container/uscm/right{ + pixel_y = 7; + pixel_x = -4; + color = "#4550A3"; + layer = 3.2; + opacity = 0 + }, +/turf/open/floor/almayer, +/area/golden_arrow/supply) +"xIP" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "\improper Hangar Lockdown Blast Door"; + id = "lowercargolocks" + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) +"xJl" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/lower_cargo) +"xKb" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/engineering) +"xLG" = ( +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/almayer/edge/smooth/east, +/area/golden_arrow/supply) +"xOB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/edge/east, +/area/golden_arrow/lower_cargo) +"xTf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt{ + layer = 2.52 + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"xXq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/machinery/gear{ + id = "supply_elevator_gear" + }, +/turf/open/floor/almayer/plate, +/area/golden_arrow/engineering) +"xXR" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"ydL" = ( +/turf/open/floor/almayer/plate, +/area/golden_arrow/lower_cargo) +"yef" = ( +/obj/structure/barricade/handrail, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk, +/area/golden_arrow/engineering) +"yfG" = ( +/obj/structure/machinery/door/poddoor/almayer{ + name = "\improper Lower Storage Bay One Blast Door"; + dir = 4; + id = "lowerstorage1" + }, +/obj/structure/roof/cargocrane_tracks/horizontal{ + pixel_y = 14 + }, +/turf/open/floor/almayer/test_floor4, +/area/golden_arrow/lower_cargo) (1,1,1) = {" aEG @@ -17871,8 +21077,3357 @@ aEG aEG aEG aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(2,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(3,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(4,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(5,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(6,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(7,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(8,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(9,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(10,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(11,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(12,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(13,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(14,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(15,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(16,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(17,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aWh +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(18,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aWh +auV +aAK +aKr +aAK +akL +aqy +aAK +akL +anJ +akL +aMo +aAK +akL +aAK +akL +azJ +aAK +akL +aAK +akL +aWW +aWh +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG "} -(2,1,1) = {" +(19,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aWh +aEZ +asK +aQQ +wSf +asK +aAU +hSW +aEI +acV +asK +aPL +aFy +axL +azh +azh +abh +aFy +axL +azh +azh +aUY +aWh +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(20,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aWh +aWw +abW +bUF +acb +abW +aAt +abW +acb +bUF +ahi +aiL +aOs +ajU +aOs +afh +aKH +aOs +aOs +ajU +aOs +aOE +aWh +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -17910,6 +24465,38 @@ aEG aEG aEG aEG +"} +(21,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -17929,6 +24516,14 @@ aEG aEG aEG aEG +ayP +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -17975,6 +24570,30 @@ aEG aEG aEG aEG +aWh +aLK +adW +aog +aLK +akO +akO +akO +adW +aog +aUi +aih +abx +abx +abx +abx +abx +abx +abx +abx +abx +abx +avb +aEG aEG aEG aEG @@ -18024,9 +24643,7 @@ aEG aEG aEG "} -(3,1,1) = {" -aEG -aEG +(22,1,1) = {" aEG aEG aEG @@ -18073,6 +24690,13 @@ aEG aEG aEG aEG +aXB +aXB +aff +kIR +aff +aXB +aXB aEG aEG aEG @@ -18123,6 +24747,29 @@ aEG aEG aEG aEG +aWh +awS +alP +atN +aLz +aBk +axN +aLz +aLz +apV +atM +aBk +abx +aec +ack +abx +afL +aVJ +abx +akK +aJU +acv +avb aEG aEG aEG @@ -18172,11 +24819,11 @@ aEG aEG aEG aEG +"} +(23,1,1) = {" aEG aEG aEG -"} -(4,1,1) = {" aEG aEG aEG @@ -18196,6 +24843,37 @@ aEG aEG aEG aEG +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aXB +aah +aFv +aUy +aXB +aXB aEG aEG aEG @@ -18246,6 +24924,29 @@ aEG aEG aEG aEG +aWh +aQd +aTj +adE +aqd +ajm +aFK +aTS +aQd +ase +aZl +aqd +abx +aeL +aeM +amw +axW +ajy +atI +aFt +aWx +aNr +avb aEG aEG aEG @@ -18295,6 +24996,8 @@ aEG aEG aEG aEG +"} +(24,1,1) = {" aEG aEG aEG @@ -18317,6 +25020,37 @@ aEG aEG aEG aEG +aXB +uPX +uPX +mKT +odf +tDA +uPX +uPX +aXB +uPX +uPX +mKT +odf +tDA +xTf +uPX +aXB +uPX +uPX +mpf +xJl +aZR +uPX +uPX +aXB +aXB +auu +eWX +lEX +aXB +aXB aEG aEG aEG @@ -18327,8 +25061,6 @@ aEG aEG aEG aEG -"} -(5,1,1) = {" aEG aEG aEG @@ -18369,8 +25101,35 @@ aEG aEG aEG aEG +aWh +aog +aQr +anC +aQr +aog +aog +aog +amC +ayv +aDi +aog +abx +aqX +aFO +aQR +aao +amo +aPS +asx +aya +acL +avb aEG aEG +avb +avb +avb +avb aEG aEG aEG @@ -18414,6 +25173,8 @@ aEG aEG aEG aEG +"} +(25,1,1) = {" aEG aEG aEG @@ -18436,6 +25197,37 @@ aEG aEG aEG aEG +aXB +pFO +jKX +lDX +cwD +hKW +lAv +pFO +aXB +cTL +eqM +ozf +xxa +bcc +pWS +cTL +aXB +cTL +eqM +lDX +cwD +bcc +pWS +cTL +aXB +qRO +aZp +aIn +aVX +axv +aXB aEG aEG aEG @@ -18479,8 +25271,6 @@ aEG aEG aEG aEG -"} -(6,1,1) = {" aEG aEG aEG @@ -18488,6 +25278,35 @@ aEG aEG aEG aEG +aWh +aEe +apA +aax +aRE +aoU +aog +aoU +apA +aax +aBq +aEe +abx +aDs +aFt +asE +aHs +aMg +alw +aMQ +aHk +aWM +aKo +aOK +aOK +aKo +ahx +aeo +avb aEG aEG aEG @@ -18496,35 +25315,6 @@ aEG aEG aEG aEG -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -awa -awa -ahl -aLG aEG aEG aEG @@ -18560,6 +25350,8 @@ aEG aEG aEG aEG +"} +(26,1,1) = {" aEG aEG aEG @@ -18582,6 +25374,37 @@ aEG aEG aEG aEG +aXB +uZy +arD +avB +mWO +pRD +aAe +aBI +aXB +uZy +arD +avB +mWO +pRD +aAe +aBI +aXB +aKb +egO +avB +kdA +lPW +aAe +aBI +aXB +aiv +alA +aEv +alA +arf +aXB aEG aEG aEG @@ -18631,11 +25454,36 @@ aEG aEG aEG aEG -"} -(7,1,1) = {" aEG +aWh +aog +awW +aAv +asd +aog +aog +aog +afy +aAv +aTn +aog +abx +aPp +aMD +axf +aeo +aRd +aEN +aJQ +aCu +apG +avb aEG aEG +avb +aeo +aeo +avb aEG aEG aEG @@ -18648,34 +25496,6 @@ aEG aEG aEG aEG -ahl -soC -soC -sgR -ozf -shd -soC -soC -ahl -soC -soC -sgR -ozf -shd -rmN -soC -ahl -soC -soC -fIR -fWz -pWS -soC -soC -ahl -aPy -aPy -ahl aEG aEG aEG @@ -18707,6 +25527,8 @@ aEG aEG aEG aEG +"} +(27,1,1) = {" aEG aEG aEG @@ -18729,6 +25551,37 @@ aEG aEG aEG aEG +aXB +ago +jKX +lDX +vCJ +bcc +pWS +pFO +aXB +ago +jKX +lDX +vCJ +bcc +pWS +pFO +aXB +ago +jKX +ozf +ezh +bcc +pWS +pFO +aXB +aPG +wGV +gbH +wGV +qds +aXB aEG aEG aEG @@ -18779,12 +25632,37 @@ aEG aEG aEG aEG +aWh +aFo +awW +aAv +alD +alc +aog +alc +awW +aAv +aTn +aFo +cuV +agI +abp +afn +amT +aUe +cuV +aAH +aOV +ahY +avb aEG aEG +avb +avb +avb +avb aEG aEG -"} -(8,1,1) = {" aEG aEG aEG @@ -18800,34 +25678,6 @@ aEG aEG aEG aEG -ahl -gNW -xTf -hUp -rTJ -rYI -vYW -gNW -ahl -mKT -vve -vCJ -eGR -xXR -uPX -mKT -ahl -mKT -vve -hUp -rTJ -xXR -uPX -mKT -ahl -alr -aJu -ahl aEG aEG aEG @@ -18854,6 +25704,8 @@ aEG aEG aEG aEG +"} +(28,1,1) = {" aEG aEG aEG @@ -18876,6 +25728,37 @@ aEG aEG aEG aEG +aXB +pPo +iRi +fpt +vCJ +nEn +iRi +iRi +aXB +pPo +iRi +fpt +vCJ +nEn +aRv +iRi +aXB +pPo +iRi +aUE +ezh +nEn +aRv +aRv +aXB +aXB +wBW +jzw +aff +aXB +aXB aEG aEG aEG @@ -18926,6 +25809,29 @@ aEG aEG aEG aEG +aWh +aog +awW +aAv +aPo +aog +aog +aog +aYb +aAv +aTn +aog +abx +ayp +aeo +aBc +aeo +akE +abx +arz +aeo +aIK +avb aEG aEG aEG @@ -18935,8 +25841,6 @@ aEG aEG aEG aEG -"} -(9,1,1) = {" aEG aEG aEG @@ -18952,34 +25856,6 @@ aEG aEG aEG aEG -ahl -jSb -vve -hUp -rTJ -xXR -uPX -rdX -ahl -jSb -vve -hUp -rTJ -xXR -uPX -rdX -ahl -mpf -xTf -hUp -eGR -rYI -uPX -rdX -ahl -aoZ -awa -ahl aEG aEG aEG @@ -19005,6 +25881,8 @@ aEG aEG aEG aEG +"} +(29,1,1) = {" aEG aEG aEG @@ -19019,6 +25897,45 @@ aEG aEG aEG aEG +fbw +fbw +fbw +fbw +fbw +fbw +fbw +fbw +aXB +aXB +mhB +wBW +mFD +wBW +wBW +aXB +aXB +aXB +wHw +wBW +cWH +wBW +wBW +aXB +aXB +aXB +rmN +aff +xOB +aff +aff +aXB +aXB +aXB +tmN +aGB +awN +aXB +aXB aEG aEG aEG @@ -19066,8 +25983,35 @@ aEG aEG aEG aEG +aWh +aWh +aWh +aWh +aAI +aZw +amS +azT +aoU +aog +aoU +aZw +amS +aWb +aAI +abx +alX +aGx +agV +awk +afm +abx +aij +aBU +agf +avb aEG aEG +aRI aEG aEG aEG @@ -19087,8 +26031,6 @@ aEG aEG aEG aEG -"} -(10,1,1) = {" aEG aEG aEG @@ -19104,34 +26046,6 @@ aEG aEG aEG aEG -ahl -qds -xTf -hUp -rTJ -xXR -uPX -gNW -ahl -qds -xTf -hUp -rTJ -xXR -uPX -gNW -ahl -qds -xTf -vCJ -eGR -xXR -uPX -gNW -ahl -aGZ -aze -ahl aEG aEG aEG @@ -19144,6 +26058,8 @@ aEG aEG aEG aEG +"} +(30,1,1) = {" aEG aEG aEG @@ -19158,6 +26074,45 @@ aEG aEG aEG aEG +fbw +cGQ +cGQ +cGQ +cGQ +cGQ +aTM +fbw +qwH +aXB +vZm +vZm +yfG +vZm +vZm +aXB +qwH +aXB +eqr +eqr +hbu +eqr +eqr +aXB +qwH +aXB +cQH +cQH +aeO +cQH +cQH +aXB +aXB +aXB +lEX +mlr +auu +aXB +aXB aEG aEG aEG @@ -19205,6 +26160,37 @@ aEG aEG aEG aEG +aWh +avH +ael +aog +aog +aog +aWy +ajR +aog +aog +aog +aGl +ayz +aog +aog +abx +abx +abx +aTG +aXG +abx +abx +abx +acQ +abx +avb +auh +auh +auh +auh +auh aEG aEG aEG @@ -19239,8 +26225,6 @@ aEG aEG aEG aEG -"} -(11,1,1) = {" aEG aEG aEG @@ -19251,48 +26235,13 @@ aEG aEG aEG aEG +"} +(31,1,1) = {" aEG aEG aEG aEG aEG -ahl -fqq -lAv -cTL -rTJ -pFO -lAv -lAv -ahl -fqq -lAv -cTL -rTJ -pFO -bcc -lAv -ahl -fqq -lAv -tjT -eGR -pFO -bcc -bcc -ahl -acz -aUn -ahl -ahl -fbw -fbw -fbw -fbw -fbw -fbw -fbw -fbw aEG aEG aEG @@ -19302,6 +26251,47 @@ aEG aEG aEG aEG +fbw +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +fbw +aXB +aXB +tjT +lEX +srO +lEX +bwh +aXB +aXB +aXB +tjT +lEX +srO +lEX +wZo +aXB +aXB +aXB +hGr +auu +jZp +lEX +aKZ +aXB +aJA +vms +aVX +aZP +aCW +lJP +aXB +aXB +aXB aEG aEG aEG @@ -19347,6 +26337,37 @@ aEG aEG aEG aEG +aWh +ari +aOu +aKz +aFW +awD +aqN +adW +aay +aLb +adW +avj +agG +adt +acO +acO +aRz +aog +afT +aAP +aHc +auL +aTH +aHc +avi +apP +aTc +aer +aWi +auE +aBN aEG aEG aEG @@ -19392,8 +26413,7 @@ aEG aEG aEG "} -(12,1,1) = {" -aEG +(32,1,1) = {" aEG aEG aEG @@ -19408,52 +26428,47 @@ aEG aEG aEG aEG -ahl -ahl -lve -otJ -otJ -otJ -otJ -ahl -ahl -ahl -gqG -nAo -nAo -nAo -nAo -ahl -ahl -ahl -gkN -nAo -nAo -nAo -nAo -ahl -ahl -aLS -auc -ahl -aUE fbw cGQ cGQ cGQ cGQ cGQ -aTM -fbw -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG +cGQ +aPy +wdE +aPz +qRO +aZp +oex +aZp +rfl +otJ +agD +otJ +aoZ +aZp +oex +aVX +axv +otJ +agD +otJ +qRO +aVX +oex +lNj +axv +agD +otJ +umJ +mGI +rVt +eyx +awv +soC +gkN +odN aEG aEG aEG @@ -19499,6 +26514,37 @@ aEG aEG aEG aEG +aWh +aeF +aQw +aHd +aog +aog +aFX +aBk +aht +aRo +aQm +aQr +aBw +atm +aPf +aOM +ave +aog +atY +ayJ +aUN +aUN +akR +aAo +aGT +aiU +avO +aYk +aGT +agR +aBN aEG aEG aEG @@ -19544,8 +26590,7 @@ aEG aEG aEG "} -(13,1,1) = {" -aEG +(33,1,1) = {" aEG aEG aEG @@ -19555,40 +26600,11 @@ aEG aEG aEG aEG -odN aEG aEG aEG aEG -lNj -ahl -nIL -nIL -nIL -nIL -nIL -ahl -aUE -ahl -nUJ -nUJ -nUJ -nUJ -nUJ -ahl -aUE -ahl -lHE -lHE -lHE -lHE -lHE -ahl -ahl -avB -aho -ahl -ahl +eyg fbw cGQ cGQ @@ -19596,12 +26612,40 @@ cGQ cGQ cGQ cGQ -fbw -aEG -aEG -aEG -aEG -aEG +aPy +ahV +nEv +aSm +qGj +oRK +fxp +lyc +pIe +pIe +pIe +uel +aPb +bug +jnX +pKJ +rEz +pIe +pIe +uel +aPb +bug +aPb +pKJ +pIe +rEz +uel +jnX +uto +jnX +gNW +brA +xzY +jqB aEG aEG aEG @@ -19647,6 +26691,37 @@ aEG aEG aEG aEG +aWh +afI +aHF +aHd +aog +fSy +azv +aNp +aKk +ahK +aNn +aAs +agh +aUh +ahK +ato +aSu +aog +aEs +aeA +rPa +rPa +rPa +rPa +rPa +rPa +auh +auh +auh +auh +auh aEG aEG aEG @@ -19691,12 +26766,12 @@ aEG aEG aEG aEG +"} +(34,1,1) = {" aEG aEG aEG aEG -"} -(14,1,1) = {" aEG aEG aEG @@ -19707,51 +26782,47 @@ aEG aEG aEG aEG -ahl -ahl -ahl -ahl -ahl -ahl -ahl -jnX -pRt -pRt -pRt -rBy -ahl -ahl -ahl -jnX -pRt -pRt -pRt -qwH -ahl -ahl -ahl -olN -pRt -eNC -eNC -mhB -ahl -ahl -aPb -aho -aMI -aps -azo +fbw cGQ cGQ cGQ cGQ cGQ cGQ -fbw -aEG -aEG -aEG +aPy +xIP +cdX +olN +laE +osR +aAj +ocy +aUn +bAy +bAy +aGz +aAj +azo +aAj +ocy +bAy +bAy +bAy +fRm +aAj +azo +aAj +ocy +bAy +aUn +aGz +svL +fqq +ieS +adg +pYe +gjs +fWz aEG aEG aEG @@ -19797,6 +26868,35 @@ aEG aEG aEG aEG +aWh +afI +aHF +aHd +aog +ajq +asL +aBk +aKk +ahK +aLw +ahS +axK +aGr +aoO +aNT +aQr +aog +aCH +adj +aHp +avJ +aiM +aEh +aCE +aDO +vtV +aaI +aaI aEG aEG aEG @@ -19843,12 +26943,12 @@ aEG aEG aEG aEG +"} +(35,1,1) = {" aEG aEG aEG aEG -"} -(15,1,1) = {" aEG aEG aEG @@ -19859,51 +26959,47 @@ aEG aEG aEG aEG -aOm -cqk -lDX -aXB -yfG -xxa -aXB -aXB -aXB -aXB -aXB -aXB -aXB -cXg -aXB -aXB -aXB -aXB -xOB -xOB -aXB -xzY -xOB -eqr -eqr -xOB -xOB -xOB -xxa -kDp -aUO -aOp -aVX -aps -azo +fbw cGQ cGQ cGQ cGQ cGQ cGQ -fbw -aJA -aEG -aEG +aPy +aad +naw +aPG +wGV +jSb +wGV +qds +pRt +uxq +otJ +aPG +nAo +jSb +wGV +amP +otJ +iUC +pRt +aPG +wGV +jSb +wGV +amP +iUC +otJ +umJ +aSD +shd +fJT +awv +soC +rZY +odN aEG aEG aEG @@ -19949,6 +27045,35 @@ aEG aEG aEG aEG +aWh +aWh +aWh +aWh +aWh +aIQ +asS +aBk +aht +aCB +aQm +ahS +aBw +adt +aYH +aYH +azq +aog +aDd +aeA +aHp +auJ +ajr +aiQ +acH +aoe +jVu +hRK +aaI aEG aEG aEG @@ -19995,12 +27120,12 @@ aEG aEG aEG aEG +"} +(36,1,1) = {" aEG aEG aEG aEG -"} -(16,1,1) = {" aEG aEG aEG @@ -20011,41 +27136,7 @@ aEG aEG aEG aEG -avc -cqk -avc -avc -woR -oye -avc -avc -avc -avc -avc -avc -avc -nxj -avc -avc -lPm -lPm -lPm -lPm -lPm -hbu -lPm -lPm -lPm -lPm -avc -lPm -oye -pIe -ahw -aOp -aVX -aps -azo +fbw cGQ cGQ cGQ @@ -20053,6 +27144,39 @@ cGQ cGQ cGQ fbw +aXB +aXB +feX +wBW +cWH +wBW +mLo +aXB +aXB +aXB +ifq +wBW +tsK +wBW +lvy +aJA +aXB +aXB +ifq +wBW +mFD +wBW +rBy +aXB +aXB +epS +wGV +ckD +ogX +aon +aXB +aXB +aXB aEG aEG aEG @@ -20102,6 +27226,31 @@ aEG aEG aEG aEG +aWh +arr +asS +aLz +aKk +aCB +aQm +ahS +aBd +aog +aog +aog +aog +aog +aIz +aGD +aHp +anc +aHM +cIk +aCE +aed +rAj +nLR +aaI aEG aEG aEG @@ -20148,11 +27297,11 @@ aEG aEG aEG aEG +"} +(37,1,1) = {" aEG aEG aEG -"} -(17,1,1) = {" aEG aEG aEG @@ -20163,41 +27312,8 @@ aEG aEG aEG aEG -ahl -ahl -ahl -ahl -ahl -ahl -ahl -srO -nAo -nAo -nAo -bwh -ahl -ahl -ahl -srO -otJ -otJ -otJ -pZs -aYm -ahl -ahl -srO -otJ -otJ -otJ -brA -ahl -ahl -aCA -aOp -ayP -aSm -azo +aEG +fbw cGQ cGQ cGQ @@ -20205,6 +27321,37 @@ cGQ cGQ cGQ fbw +qwH +aXB +knD +knD +auc +qmu +knD +aXB +qwH +aXB +adA +adA +iBA +adA +adA +aXB +qwH +aXB +oye +oye +aLS +aAm +oye +aXB +aXB +aXB +pRt +gqG +pRt +aXB +aXB aEG aEG aEG @@ -20231,31 +27378,6 @@ aEG aEG aEG aEG -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh -aWh aEG aEG aEG @@ -20281,6 +27403,31 @@ aEG aEG aEG aEG +aWh +aBD +asS +aLz +aLz +aBk +aBk +aRP +axK +akA +aog +acX +auL +aBK +aot +aeA +aCE +aCE +aYV +aCE +aCE +anM +akY +aQI +aaI aEG aEG aEG @@ -20303,8 +27450,6 @@ aEG aEG aEG aEG -"} -(18,1,1) = {" aEG aEG aEG @@ -20320,43 +27465,6 @@ aEG aEG aEG aEG -lNj -ahl -eyx -eyx -eyx -pcD -eyx -ahl -aUE -ahl -svL -svL -svL -svL -svL -ahl -aUE -ahl -txJ -txJ -txJ -lJP -txJ -ahl -ahl -aTN -aOp -ahl -ahl -fbw -cGQ -cGQ -cGQ -cGQ -cGQ -cGQ -fbw aEG aEG aEG @@ -20366,6 +27474,14 @@ aEG aEG aEG aEG +"} +(38,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -20374,6 +27490,56 @@ aEG aEG aEG aEG +fbw +fbw +fbw +fbw +fbw +fbw +fbw +fbw +aXB +aXB +woR +lEX +jZp +lEX +lEX +aXB +aXB +aXB +tuM +lEX +jZp +auu +auu +aXB +aXB +aXB +suA +lEX +jZp +rQf +lEX +aXB +aXB +aXB +bFJ +gqG +awI +aXB +aXB +aXB +aXB +aXB +aXB +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -20383,31 +27549,6 @@ aEG aEG aEG aEG -aWh -auV -aAK -akL -aAK -akL -aqy -aAK -akL -aAK -akL -awI -azx -aMo -aAK -akL -aAK -akL -azJ -aAK -akL -aAK -akL -aWW -aWh aEG aEG aEG @@ -20439,6 +27580,31 @@ aEG aEG aEG aEG +aWh +ouD +aqB +avE +aKd +aWH +avW +aWI +aBW +abi +aBx +aZx +aHx +arY +aQS +aeA +aHp +axh +ajt +nsl +aCE +aXk +cUK +aIu +aaI aEG aEG aEG @@ -20455,8 +27621,6 @@ aEG aEG aEG aEG -"} -(19,1,1) = {" aEG aEG aEG @@ -20472,43 +27636,6 @@ aEG aEG aEG aEG -ahl -ahl -xIP -eNC -eNC -eNC -eNC -ahl -ahl -ahl -pRD -eNC -eNC -pRt -pRt -ahl -ahl -ahl -eqM -eNC -eNC -cdX -eNC -ahl -ahl -aSD -aOp -ahl -aUE -fbw -cGQ -cGQ -cGQ -cGQ -cGQ -cGQ -fbw aEG aEG aEG @@ -20524,6 +27651,8 @@ aEG aEG aEG aEG +"} +(39,1,1) = {" aEG aEG aEG @@ -20535,31 +27664,6 @@ aEG aEG aEG aEG -aWh -aEZ -aEI -aQQ -acV -asK -aAU -aEI -aQQ -acV -asK -aPL -amP -arD -aFy -axL -aKr -azh -abh -aFy -axL -aKr -azh -aUY -aWh aEG aEG aEG @@ -20571,6 +27675,41 @@ aEG aEG aEG aEG +aXB +iTu +uPX +mpf +vCJ +aZR +uPX +uPX +aXB +iTu +xTf +mpf +vCJ +aZR +xTf +uPX +aXB +iTu +uPX +mpf +vCJ +aZR +uPX +uPX +aXB +qlK +hhV +aXc +alr +cXg +aVX +axv +qRO +aVX +aXB aEG aEG aEG @@ -20607,8 +27746,6 @@ aEG aEG aEG aEG -"} -(20,1,1) = {" aEG aEG aEG @@ -20620,47 +27757,35 @@ aEG aEG aEG aEG +aWh +arr +alD +aBk +ahK +aZr +arj +aBk +aBk +ama +aJB +ahz +aDd +aEx +aiH +aGD +aHp +aJs +jiQ +aKW +aCE +aCE +aHp +aCE +aaI aEG aEG aEG aEG -ahl -oRK -soC -fIR -rTJ -pWS -soC -soC -ahl -oRK -rmN -fIR -rTJ -pWS -rmN -soC -ahl -oRK -soC -fIR -rTJ -pWS -soC -soC -ahl -aSD -aOp -aYm -ahl -fbw -fbw -fbw -fbw -fbw -fbw -fbw -fbw aEG aEG aEG @@ -20687,31 +27812,6 @@ aEG aEG aEG aEG -aWh -aWw -abW -acb -acb -abW -aAt -abW -acb -acb -ahi -aiL -adA -aQZ -aOs -ajU -aOs -afh -aKH -aOs -aOs -ajU -aOs -aOE -aWh aEG aEG aEG @@ -20728,6 +27828,8 @@ aEG aEG aEG aEG +"} +(40,1,1) = {" aEG aEG aEG @@ -20750,6 +27852,41 @@ aEG aEG aEG aEG +aXB +pFO +jKX +ozf +vCJ +bcc +pWS +pFO +aXB +pFO +jKX +lDX +vCJ +bcc +pWS +pFO +aXB +pFO +jKX +lDX +ezh +bcc +lve +cTL +aXB +lZn +rij +rWx +alr +aXB +gEj +rYI +aHw +acz +aXB aEG aEG aEG @@ -20759,8 +27896,6 @@ aEG aEG aEG aEG -"} -(21,1,1) = {" aEG aEG aEG @@ -20776,40 +27911,6 @@ aEG aEG aEG aEG -ahl -gNW -xTf -vCJ -rTJ -xXR -uPX -gNW -ahl -gNW -xTf -hUp -rTJ -xXR -uPX -gNW -ahl -gNW -xTf -hUp -eGR -xXR -qmu -mKT -ahl -adg -aOp -aGB -aBt -avc -ago -aBt -avc -ahl aEG aEG aEG @@ -20833,37 +27934,37 @@ aEG aEG aEG aEG +aWh +aog +alD +ave +anG +atc +aUc +aBk +aBk +aDS +azx +aKL +axB +aYu +adf +aKM +aXh +aIZ +aNK +aKW +aKW +pKQ +aVT +ans +aaI aEG aEG aEG aEG aEG aEG -aWh -aLK -adW -aog -aLK -akO -akO -akO -adW -aog -aUi -aih -abx -abx -abx -abx -abx -abx -abx -abx -abx -abx -avb -aWh -aWh aEG aEG aEG @@ -20904,6 +28005,8 @@ aEG aEG aEG aEG +"} +(41,1,1) = {" aEG aEG aEG @@ -20911,8 +28014,6 @@ aEG aEG aEG aEG -"} -(22,1,1) = {" aEG aEG aEG @@ -20928,42 +28029,47 @@ aEG aEG aEG aEG -ahl -jSb -vve -hUp -rTJ -xXR -uPX -ydL -ahl -jSb -vve -hUp -rTJ -xXR -uPX -rdX -ahl -jSb -vve -uEm -rTJ -xXR -uPX +aXB +uZy +arD +avB +aQf +pRD +aAe +aGZ +aXB +uZy +arD +avB +aQf +pRD +aAe +aBI +aXB +uZy +arD +iOB +aQf +pRD +aAe +aGZ +aXB +nUJ +qlw +rWx +alr ydL -ahl -aPb -aho -aGB -ahl -aKb -aLe -aho -aUy -ahl +nAo +qds +eNC +nAo +aXB aEG aEG +aDh +aDh +aDh +aDh aEG aEG aEG @@ -20991,29 +28097,6 @@ aEG aEG aEG aEG -aWh -awS -alP -atN -aLz -aBk -axN -aLz -aLz -apV -atM -aBk -abx -aec -ack -abx -afL -aVJ -abx -akK -aJU -acv -avb aEG aEG aEG @@ -21028,6 +28111,31 @@ aEG aEG aEG aEG +aWh +aog +aHQ +aBk +aBk +aEY +aBk +aBk +aLz +aDS +azx +aQb +aWC +aCm +acs +aIR +aHR +aPt +aIw +avI +ayf +atv +aBv +akT +aaI aEG aEG aEG @@ -21063,8 +28171,6 @@ aEG aEG aEG aEG -"} -(23,1,1) = {" aEG aEG aEG @@ -21076,44 +28182,13 @@ aEG aEG aEG aEG +"} +(42,1,1) = {" +aEG aEG aEG aEG aEG -ahl -tDA -vve -vCJ -rTJ -xXR -uPX -mKT -ahl -tDA -vve -hUp -rTJ -xXR -uPX -mKT -ahl -tDA -xTf -vCJ -rTJ -xXR -uPX -mKT -ahl -aZR -aaw -aQf -awv -aXB -auu -aGR -aOm -ahl aEG aEG aEG @@ -21131,6 +28206,47 @@ aEG aEG aEG aEG +aXB +ate +eqM +ozf +cwD +bcc +pWS +cTL +aXB +ate +eqM +lDX +cwD +bcc +pWS +cTL +aXB +ate +jKX +ozf +cwD +bcc +pWS +cTL +aXB +jpb +otJ +nIL +mrG +aCA +hUp +aps +aUO +tNi +aaw +aOK +aOK +aTv +aNx +aPh +aDh aEG aEG aEG @@ -21143,29 +28259,6 @@ aEG aEG aEG aEG -aWh -aQd -aTj -adE -aqd -ajm -aFK -aTS -aQd -ase -aZl -aqd -abx -aeL -aeM -amw -axW -ajy -atI -aFt -aWx -aNr -avb aEG aEG aEG @@ -21195,6 +28288,31 @@ aEG aEG aEG aEG +aWh +aog +aEi +azd +aQd +aZl +ars +agH +aVk +adJ +aog +alf +aDd +aGD +aCE +aCE +aCE +ekt +ahJ +ayr +afX +akY +ikK +aCE +aaI aEG aEG aEG @@ -21215,8 +28333,6 @@ aEG aEG aEG aEG -"} -(24,1,1) = {" aEG aEG aEG @@ -21232,53 +28348,10 @@ aEG aEG aEG aEG -ahl -lAv -bcc -cTL -knD -pFO -lAv -lAv -ahl -lAv -lAv -tjT -rWx -ckD -bcc -bcc -ahl -bcc -bcc -cTL -rWx -ckD -lAv -lAv -ahl -aPb -aho -awN -aXc -aCW -aad -aIn -aCW -ahl aEG aEG aEG -aDh -aDh -aDh -aDh aEG -aUI -aUI -aUI -aUI -aUI aEG aEG aEG @@ -21286,6 +28359,8 @@ aEG aEG aEG aEG +"} +(43,1,1) = {" aEG aEG aEG @@ -21295,35 +28370,8 @@ aEG aEG aEG aEG -aWh -aog -aQr -anC -aQr -aog -aog -aog -amC -ayv -aDi -aog -abx -aqX -aFO -aQR -aao -amo -aPS -asx -aya -acL -avb aEG aEG -avb -avb -avb -avb aEG aEG aEG @@ -21335,8 +28383,47 @@ aEG aEG aEG aEG +aXB +iRi +aRv +fpt +nnZ +nEn +iRi +iRi +aXB +iRi +iRi +aUE +pcD +kDp +aRv +aRv +aXB +aRv +aRv +fpt +pcD +kDp +iRi +iRi +aXB +qUN +pRt +lHE +alr +ydL +aVX +axv +qRO +aVX +aXB aEG aEG +aDh +aPh +aPh +aDh aEG aEG aEG @@ -21367,13 +28454,42 @@ aEG aEG aEG aEG -"} -(25,1,1) = {" aEG +ahl +ana +iKm +ana +ana +ahl aEG aEG aEG aEG +aWh +aWh +aWh +aWh +azB +aYn +apy +aog +aog +aog +aog +aPa +aDd +aYy +aCE +aCE +aCE +dRK +aCj +nnJ +aIy +pZI +aBv +aNI +aaI aEG aEG aEG @@ -21384,53 +28500,7 @@ aEG aEG aEG aEG -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -ahl -aPb -aAe -aBI -ahV -aiv -alA -aEv -aiv -arf -aOK -aOK -aOK -aTv -aNx -aPh -aDh aEG -aUI -agb -aUI -aUI -aUI aEG aEG aEG @@ -21447,35 +28517,6 @@ aEG aEG aEG aEG -aWh -aEe -apA -aax -aRE -aoU -aog -aoU -apA -aax -aBq -aEe -abx -aDs -aFt -asE -aHs -aMg -alw -aMQ -aHk -aWM -aKo -aOK -aOK -aKo -ahx -aeo -avb aEG aEG aEG @@ -21495,6 +28536,8 @@ aEG aEG aEG aEG +"} +(44,1,1) = {" aEG aEG aEG @@ -21517,10 +28560,47 @@ aEG aEG aEG aEG +aXB +aXB +aXB +aXB +aXB +aYv +aYv +aYv +aYv +aYv +aYv +aIC +aIC +aIC +aIC +aIC +aIC +aIC +aIC +aIC +aXB +aXB +aXB +aXB +aXB +skM +bkv +sgR +alr +aXB +txJ +awa +aHw +acz +aXB aEG aEG -"} -(26,1,1) = {" +aDh +aDh +aDh +aDh aEG aEG aEG @@ -21538,51 +28618,10 @@ aEG aEG aEG aEG -wSf -wSf -wSf -wSf -wSf -wSf -wSf -aYv -aYv -aYv -aYv -aYv -aYv -tDZ -fKv -dij -bnm -vDs -abb -idK -jKX -aJF -ahl -afq -aho -aAm -ahl -aPG -aKl -aho -aUy -ahl aEG aEG aEG -aDh -aPh -aPh -aDh aEG -aUI -aUI -aUI -aUI -aUI aEG aEG aEG @@ -21593,6 +28632,12 @@ aEG aEG aEG aEG +ahl +akg +mSK +akg +akg +ahl aEG aEG aEG @@ -21600,34 +28645,31 @@ aEG aEG aEG aWh +aeG +aHF +arQ +aHF +aqI +ahm aog -awW -aAv -asd -aog -aog -aog -afy -aAv -aTn -aog -abx -aPp -aMD -axf -aeo -aRd -aEN -aJQ -aCu -apG -avb +aCM +azU +axF +axt +aCE +aCE +aCE +aAh +alm +aYY +aNY +olG +wYO +aPm +aaI +aEG aEG aEG -avb -aeo -aeo -avb aEG aEG aEG @@ -21672,7 +28714,10 @@ aEG aEG aEG "} -(27,1,1) = {" +(45,1,1) = {" +aEG +aEG +aEG aEG aEG aEG @@ -21703,32 +28748,36 @@ avw wRv aYv aYv -fpt -mGo -dMj -fPI -qiX -jYS -pPo -iRi -sCG -ahl -nEn -ate -aRv -ati -aOm -aon -aGR -aff -ahl +adI +fKv +dij +bnm +vDs +abb +idK +nxj +aJF +aXB +mEm +aze +dRV +ahw +kOv +lCv +afq +alr +cXg +pRt +otJ +otJ +wGV +aXB +aEG +aEG +aEG aEG aEG aEG -aDh -aDh -aDh -aDh aEG aEG aEG @@ -21751,35 +28800,56 @@ aEG aEG aEG aEG -aWh -aFo -awW -aAv -alD -alc -aog -alc -awW -aAv -aTn -aFo -abx -agI -abp -afn -amT -aUe -abx -aAH -aOV -ahY -avb aEG aEG -avb -avb -avb -avb +aEG +aEG +aEG +aEG +aEG +aEG +ahl +ahl +ayn +vLe +ayn +ayn +ahl +ahl +ahl +aEG +aEG +aEG +aEG +aWh +afl +aHF +arQ +aHF +aHF +aHF +aog +aVa +apO +aLV +aEd +aCE +aCE +aCE +aCE +aCE +aCE +aCE +aCE +aCE +aCE +aaI +awL +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -21820,11 +28890,11 @@ aEG aEG aEG aEG +"} +(46,1,1) = {" aEG aEG aEG -"} -(28,1,1) = {" aEG aEG aEG @@ -21855,25 +28925,30 @@ aDJ qjn tEH aYv -pSQ -jJX -wBW -vZm -qGj -wdE -gjs -tkm -qRO -ahl -ahl -aeO -aAm -awN -awN -awN -aGB -awN -ahl +iLR +mGo +dMj +fPI +qiX +jYS +yef +wNl +sCG +aXB +aXB +mZk +aJu +pZs +pZs +pZs +iWt +aXB +aXB +aXB +aXB +aXB +aXB +aXB aEG aEG aEG @@ -21901,33 +28976,53 @@ aEG aEG aEG aEG +bBB +bBB +bBB +bBB +bBB +bBB +bBB +bBB +ahl +ahl +rBG +aAu +dbK +afz +aum +aAu +euH +ahl aEG aEG -aWh -aog -awW -aAv -aPo -aog -aog -aog -aYb -aAv -aTn -aog -abx -ayp -aeo -aBc -aeo -akE -abx -arz -aeo -aIK -avb aEG aEG +aWh +azG +aaA +acr +anW +aNz +aaq +aog +anp +aiK +aIz +aCm +aEo +aEo +aEo +bWK +qba +aWQ +aEo +aeQ +aXH +abz +ayo +awL +vbQ aEG aEG aEG @@ -21972,11 +29067,11 @@ aEG aEG aEG aEG +"} +(47,1,1) = {" aEG aEG aEG -"} -(29,1,1) = {" aEG aEG aEG @@ -22009,24 +29104,22 @@ byT bMl mla hMX -anm -apr -apr -apr -apr -cQH +nhH +gcB +lGY +gcB +eau +xXR uVo jWK umm -aPz -aAm -afz -afz -afz -afz -aCW -ahl -aEG +otJ +mJp +gLu +gLu +xxa +voF +aXB aEG aEG aEG @@ -22052,32 +29145,6 @@ aEG aEG aEG aEG -aWh -aWh -aWh -aWh -aAI -aZw -amS -azT -aoU -aog -aoU -aZw -amS -aWb -aAI -abx -alX -aGx -agV -awk -afm -abx -aij -aBU -agf -avb aEG aEG aEG @@ -22086,6 +29153,52 @@ aEG aEG aEG aEG +bBB +aEK +aEK +aEK +aEK +aEK +hvd +bBB +ahl +ahl +eTr +aqa +xLG +pcJ +mAs +aqf +aXN +aDQ +aDQ +aDQ +aDQ +aDQ +aWh +aog +aog +aog +aog +aog +aog +aog +aog +aJq +aIz +pSQ +aEo +aEo +gWb +aZb +tPM +aQW +wmF +anE +jXa +azs +ewl +awL aEG aEG aEG @@ -22127,12 +29240,12 @@ aEG aEG aEG aEG -"} -(30,1,1) = {" aEG aEG aEG aEG +"} +(48,1,1) = {" aEG aEG aEG @@ -22148,6 +29261,13 @@ aEG aEG aEG aEG +rRA +rRA +rRA +rRA +rRA +rRA +rRA aEG aEG aEG @@ -22166,18 +29286,17 @@ dws jqA bPL aIC -hGr -cwD -jZp -lEX -aKZ -aAj -afz -afz -aCW -aZP -aCW -ahl +ouW +jbv +kaq +vAm +aTN +bxi +vld +grN +xxa +xxa +aXB aEG aEG aEG @@ -22204,37 +29323,6 @@ aEG aEG aEG aEG -aWh -avH -ael -aog -aog -aog -aWy -ajR -aog -aog -aog -ave -ayz -aog -aog -abx -abx -abx -aTG -aXG -abx -abx -abx -acQ -abx -avb -auh -auh -auh -auh -auh aEG aEG aEG @@ -22242,6 +29330,53 @@ aEG aEG aEG aEG +bBB +aEK +aEK +aEK +aEK +aEK +aEK +bBB +ahl +ahl +afz +aOp +nzo +aej +afz +afz +aAu +aDQ +adC +ayi +aIr +aVO +awM +aIr +aIr +apm +apm +apm +apm +aIr +aIr +aKL +aIz +aCm +aeA +aEo +pDh +lQZ +aSF +qba +jlb +ptZ +afv +pvV +alp +awL +awL aEG aEG aEG @@ -22279,8 +29414,6 @@ aEG aEG aEG aEG -"} -(31,1,1) = {" aEG aEG aEG @@ -22288,43 +29421,55 @@ aEG aEG aEG aEG +"} +(49,1,1) = {" aEG aEG aEG aEG aEG aEG -rRA -rRA -rRA -rRA -rRA aEG aEG aEG aEG aEG aEG +aEG +aEG +rRA +rRA +rRA +rRA +rRA +rRA +rRA +rRA +aIC +aIC +aIC +aIC +aIC aYv aqi pLu aBr cgo aYv -apr +lYS jJX aIC nja nja nja aIC -rMy -apr -ahl -ahl -axv -agD -afz +jmu +dDk +qbU +aXB +uEm +lUn +aIC aIC aIC aIC @@ -22356,37 +29501,59 @@ aEG aEG aEG aEG -aWh -ari -aOu -aKz -aFW -awD -aqN -adW -aay -aLb -adW -avj -agG -adt -acO -acO -aRz -aog -afT -aAP -aHc -auL -aTH -aHc -avi -apP -aTc -aer -aWi -auE -aBN +aEG +aEG +aEG +aEG +aEG +aEG +bBB +aEK +aEK +aEK +aEK +aEK +aEK +daF +aiX +byz +gjS +aOp +nzo +aej +ahl +ahl +ahl +aDQ +aYG +ard +aIr +ard +ard +aIr +aIr +ard +ard +ard +ard +aIr +aIr +aOO +ijg +aYu +fUr +aDX +tkO +vIn +atJ +vIn +iHs +aEB +afP +gGG +alp +aat +awL aEG aEG aEG @@ -22432,7 +29599,9 @@ aEG aEG aEG "} -(32,1,1) = {" +(50,1,1) = {" +aEG +aEG aEG aEG aEG @@ -22447,8 +29616,9 @@ aEG aEG rRA rRA +rRA onj -onj +bMs onj rRA rRA @@ -22463,19 +29633,19 @@ aYv aYv aYv aYv -apr -bug +aLG +wHV aIC rzk sTP sTP aIC -uel -apr -ahl -ahl -ahl -aIC +hhG +bRe +hGc +aXB +aXB +aXB aIC aIC aek @@ -22508,37 +29678,59 @@ aEG aEG aEG aEG -aWh -aeF -aQw -aHd -aog -aog -aFX -aBk -aht -aRo -aQm -aQr -aBw -atm -aPf -aOM -ave -aog -atY -ayJ -aUN -aUN -akR -aAo -aGT -aiU -avO -aYk -aGT -agR -aBN +aEG +aEG +aEG +aEG +aEG +aEG +bBB +aEK +aEK +aEK +aEK +aEK +aEK +daF +aiX +byz +aAu +aho +oFX +uJn +ahl +ahl +ahl +aMS +aOS +aOS +alW +aun +agE +ayy +aOS +aOS +aOS +agE +agE +aTr +aIr +amF +aIz +aCm +vQy +aEo +acA +rll +aWc +aAy +pjK +ptZ +aFA +kNp +alp +hrh +awL aEG aEG aEG @@ -22584,7 +29776,7 @@ aEG aEG aEG "} -(33,1,1) = {" +(51,1,1) = {" aEG aEG aEG @@ -22598,6 +29790,9 @@ aEG aEG aEG rRA +rRA +rRA +rRA onj baN baN @@ -22660,37 +29855,59 @@ aEG aEG aEG aEG -aWh -afI -aHF -aHd -aog -arr -azv -aNp -aKk -anJ -aNn -aAs -agh -aUh -aXW -ato -aSu -aog -aEs -aeA -aCE -aCE -aCE -aCE -aCE -aCE -aaI -auh -auh -auh -auh +aEG +aEG +aEG +aEG +aEG +aMK +bBB +aEK +aEK +aEK +aEK +aEK +aEK +daF +aiX +byz +aAu +aho +oFX +aLe +ahl +ahl +aoj +aia +akv +ahZ +aoE +awz +aqD +aaW +aqD +aqD +adB +aqO +aVC +auU +aiq +ayw +aER +aCm +aEo +aEo +aoL +mas +amn +fFO +alV +gkz +ayN +hmW +anb +awL +awL aEG aEG aEG @@ -22736,7 +29953,7 @@ aEG aEG aEG "} -(34,1,1) = {" +(52,1,1) = {" aEG aEG aEG @@ -22751,8 +29968,11 @@ aEG aEG rRA sse -xiW -tTk +rRA +rRA +vzH +nex +bKv duL duL duL @@ -22760,7 +29980,7 @@ hCn sgG sgG sgG -nuK +hCn nrp anm anm @@ -22777,14 +29997,14 @@ aIC dLD anm anm -tkm -apr +noS +lID aiN aJV -aHX +xeG aHt aib -adI +mQb aow aMb akN @@ -22812,40 +30032,62 @@ aEG aEG aEG aEG -aWh -afI -aHF -aHd -aog -arr -asL -aBk -aKk -ahK -aLw -ahS -axK -aGr -aoO -aNT -aQr -aog -aCH -adj -aHp -avJ -aiM -aKW -aMY -aCE -aaI aEG -aSP aEG aEG aEG aEG aEG +bBB +aEK +aEK +aEK +aEK +aEK +aEK +aRN +aiX +byz +afz +aGR +gZt +arK +gry +bfK +azW +aXt +abL +aYp +aDQ +avU +aSk +aSk +aSk +aAr +aDQ +ayE +aTX +aLE +aFY +ahz +aji +aCm +aEo +aEo +aEo +nlR +qba +aVi +aEo +dSy +hVV +aKs +oIL +awL +aEG +aEG +aEG +aEG aEG aEG aEG @@ -22888,7 +30130,7 @@ aEG aEG aEG "} -(35,1,1) = {" +(53,1,1) = {" aEG aEG aEG @@ -22902,6 +30144,9 @@ aEG aEG aEG rRA +rRA +rRA +rRA onj baN baN @@ -22913,7 +30158,7 @@ brg nEI brg aIC -anm +aVp kQO kQO dNn @@ -22964,39 +30209,61 @@ aEG aEG aEG aEG -aWh -aWh -aWh -aWh -aWh -aIQ -asS -aBk -aht -aCB -aQm -ahS -aBw -adt -aYH -aYH -azq -aog -aDd -aeA -aHp -aKW -ajr -aiQ -akT -azM -aaI aEG aEG aEG aEG aEG aEG +bBB +aEK +aEK +aEK +aEK +aEK +aEK +bBB +ahl +ahl +vlN +afz +qJe +fRc +kiG +pRQ +tNo +aHV +aPv +aYI +aDQ +aQF +afO +aQF +afO +aQF +aDQ +ace +aOe +act +azw +anu +afR +aeA +aEo +aEo +aEo +aEo +aEo +aEo +awf +mEQ +oFy +fLv +eGp +awL +awL +aEG +aEG aEG aEG aEG @@ -23040,7 +30307,9 @@ aEG aEG aEG "} -(36,1,1) = {" +(54,1,1) = {" +aEG +aEG aEG aEG aEG @@ -23055,8 +30324,9 @@ aEG aEG rRA rRA +rRA onj -onj +lXR onj rRA rRA @@ -23067,7 +30337,7 @@ aIC aIC kQO kQO -eTc +pXx ccO kQO kQO @@ -23081,7 +30351,7 @@ mHq aIC aIC aIC -xHO +lRg ayu aIC aIC @@ -23120,33 +30390,55 @@ aEG aEG aEG aEG -aWh -avr -aHQ -aLz -aKk -aBD -aQm -ahS -aBd -aog -aog -aog -aog -aog -aIz -aGD -aCE -anc -aHM -aNj -aFA -ahh -aaI -aEG -aEG aEG aEG +bBB +aEK +aEK +aEK +aEK +aEK +aEK +bBB +ahl +bsE +qQp +aiz +dbK +afz +gry +bfK +azW +aXt +aTX +aoq +aDQ +aiD +aRC +aRC +aRC +aqC +aDQ +amL +aww +aLE +ail +ahz +aOn +aYy +aEo +aIB +fsm +oCT +azn +aEo +aEo +fUj +fUj +vFU +azc +azc +awL aEG aEG aEG @@ -23192,7 +30484,8 @@ aEG aEG aEG "} -(37,1,1) = {" +(55,1,1) = {" +aEG aEG aEG aEG @@ -23211,12 +30504,14 @@ rRA rRA rRA rRA -aEG -aEG -aEG -aEG -aEG -aEG +rRA +rRA +rRA +aIC +aIC +aIC +aIC +aIC kQO nBM lPH @@ -23272,33 +30567,55 @@ aEG aEG aEG aEG -aWh -ajq -aXX -aLz -aLz -aBk -aBk -aRP -axK -akA -aog -acX -auL -aBK -aot -aeA -aCE -aCE -aYV -aCE -aCE -aCE -aaI -aEG -aEG aEG aEG +bBB +bBB +bBB +bBB +bBB +bBB +bBB +bBB +ahl +ahl +ljO +spc +dbK +nrn +ahl +ahl +ahl +aRt +aXM +acx +awR +aXj +aBP +ank +aXj +aRA +aVQ +acx +aac +ayI +aFY +aKY +asU +aob +aEo +rMy +huW +aaT +aiV +aEo +aEo +amB +azc +aSV +azc +fUj +awL aEG aEG aEG @@ -23344,11 +30661,7 @@ aEG aEG aEG "} -(38,1,1) = {" -aEG -aEG -aEG -aEG +(56,1,1) = {" aEG aEG aEG @@ -23364,6 +30677,13 @@ aEG aEG aEG aEG +rRA +rRA +rRA +rRA +rRA +rRA +rRA aEG aEG aEG @@ -23424,31 +30744,56 @@ aEG aEG aEG aEG -aWh -aIQ -aqB -avE -aKd -aWH -avW -aWI -aBW -abi -aBx -aZx -aHx -arY -aQS -aeA -aHp -axh -ajt -aed -aVT -aNY -aaI aEG aEG +ahl +ahl +ahl +gpc +lff +afz +knW +aHh +ajO +ezt +pcJ +aAu +dbK +nuo +ahl +ahl +ahl +ayH +aVl +iwB +alN +aoa +iWD +aaV +aFm +aEX +aAl +aaV +aZW +awt +aeW +bUH +bUH +aqG +aeW +aeW +aeW +aeW +aeW +aEo +aEo +fUj +fUj +aSV +azc +fUj +awL +aEG aEG aEG aEG @@ -23492,11 +30837,11 @@ aEG aEG aEG aEG +"} +(57,1,1) = {" aEG aEG aEG -"} -(39,1,1) = {" aEG aEG aEG @@ -23535,7 +30880,7 @@ two aTs alR aIC -ngb +uPo mpM hcq aWo @@ -23576,33 +30921,55 @@ aEG aEG aEG aEG -aWh -arr -alD -aBk -aGl -aZr -arj -aBk -aBk -ama -aJB -ahz -aDd -aEx -aiH -aGD -aHp -aJs -ajt -aXk -anM -abz -aaI -aaI -aEG aEG aEG +vYW +cqk +vve +aAu +afz +aAu +aoN +ohY +eTc +bRI +aLe +aAu +dbK +eqd +ahl +ahl +aHZ +aVZ +aRD +aQU +aVZ +aDQ +aJw +aha +axO +aCY +ado +aYK +aUC +aYK +aeW +aAS +aNE +aJS +aBp +aeH +aeW +aAZ +alI +aEo +aEo +azc +azc +aSV +fUj +azc +awL aEG aEG aEG @@ -23648,7 +31015,10 @@ aEG aEG aEG "} -(40,1,1) = {" +(58,1,1) = {" +aEG +aEG +aEG aEG aEG aEG @@ -23728,30 +31098,55 @@ aEG aEG aEG aEG -aWh -arr -alD -ave -anG -atc -aUc -aBk -aBk -aDS -azx -aKL -axB -aYu -adf -aKM -aXh -aIZ -aNK -aZp +aEG +aEG +vYW +cqk +vve +aDj +afz +aAu +aPB +kem +aRJ +aDj +aej +aAu +lHh +aHZ +aHZ +aHZ +ada +awQ +aIb +aNS +aPs +aHZ +abk +ado +aYK +aYK +ado +apZ +awK +aKx +aeW +asi +alY +azi +auk +aop +aeW +xch +axM +aEo +aEo +dhv +wPl +ayZ +aCS aFb -aKS -aPt -aaI +awL aEG aEG aEG @@ -23796,11 +31191,11 @@ aEG aEG aEG aEG +"} +(59,1,1) = {" aEG aEG aEG -"} -(41,1,1) = {" aEG aEG aEG @@ -23880,33 +31275,55 @@ aEG aEG aEG aEG -aWh -aog -azT -aBk -aBk -aEY -aBk -aBk -aLz -aDS -azx -aQb -aWC -aCm -acs -aIR -aHR -afX -aIw -ayf -avI -awf -aov -aaI -aEG aEG aEG +syZ +uMR +ekn +xsH +vXI +nXt +sru +dTR +huw +kNU +oWU +mKI +tBI +aHZ +aGm +aTE +apI +aOt +aFd +aOt +aBa +aHZ +aHZ +arP +ahj +alG +aAQ +apM +aTf +aAO +aeW +aii +auk +aRl +aXA +aeC +aTT +amM +azV +aEo +aEo +aRf +ayY +gUY +aMY +nmO +awL aEG aEG aEG @@ -23952,7 +31369,10 @@ aEG aEG aEG "} -(42,1,1) = {" +(60,1,1) = {" +aEG +aEG +aEG aEG aEG aEG @@ -24020,6 +31440,12 @@ aEG aEG aEG aEG +aUI +aUI +aUI +aUI +aUI +aUI aEG aEG aEG @@ -24028,34 +31454,53 @@ aEG aEG aEG aEG -aEG -aEG -aEG -aEG -aWh -aog -aEi -azd -aQd -aZl -ars -agH -aVk -adJ -aog -alf -aDd -aGD -aCE -aCE -aCE -apC -ahJ -aKW -aEh -auJ -aCE -aaI +vYW +cqk +xFF +add +aHa +aAu +ati +gtS +aOm +qZf +aWJ +afz +nOf +aHZ +dzT +aSv +gjM +aJX +aqb +aJX +aqk +aGY +uwt +arP +aQh +aJk +aBR +aVI +ayL +aiB +aeW +aZm +aEt +aoz +akb +akb +akb +akb +akb +aEo +aEo +kXG +ayN +hmW +ayN +ozg +awL aEG aEG aEG @@ -24100,11 +31545,11 @@ aEG aEG aEG aEG +"} +(61,1,1) = {" aEG aEG aEG -"} -(43,1,1) = {" aEG aEG aEG @@ -24172,6 +31617,12 @@ aEG aEG aEG aEG +aUI +aUI +aUI +aUI +aUI +aUI aEG aEG aEG @@ -24180,50 +31631,69 @@ aEG aEG aEG aEG -aEG -aEG -aEG -aEG -aWh -aWh -aWh -aWh -azB -aYn -apy -aog -aog -aog -aog -aPa -aDd -aYy -aCE -anb -aXN -aBv -ayr -aNI -aCj -ans -aRI -aaI -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG +ahl +ahl +ahl +tvN +wMR +afz +ahl +ahl +ahl +jtU +cZM +bGL +kYQ +aHZ +rZR +aSv +aZV +adl +abk +arh +aRQ +aGY +aSr +arP +arP +arP +arP +arP +arP +arP +aTD +adz +adz +adz +adz +akb +akb +akb +akb +aEo +aEo +aVi +aVi +aJz +aKl +etb +awL aEG aEG aEG aEG aEG +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz aEG aEG aEG @@ -24252,11 +31722,11 @@ aEG aEG aEG aEG +"} +(62,1,1) = {" aEG aEG aEG -"} -(44,1,1) = {" aEG aEG aEG @@ -24324,6 +31794,12 @@ aEG aEG aEG aEG +aUI +aUI +agb +aUI +aUI +aUI aEG aEG aEG @@ -24332,50 +31808,69 @@ aEG aEG aEG aEG +ahl +ahl +ahl +aRK +aNm +nXv +ahl +ahl +ahl +aKt +pDT +syi +kYQ +aHZ +moW +aSv +aRQ +adl +eZR +arh +aRQ +aGY +gSr +adz +adz +akt +akt +acZ +ayC +acP +aEM +akt +adz +ayX +adz +akb +akb +akb +akb +aEo +aEo +aEo +aEo +aEo +aEo +aEo +awL aEG aEG aEG aEG aEG -aEG -aWh -aeG -aHF -arQ -aHF -aqI -ahm -aog -aCM -azU -axF -axt -aCE -anb -aCE -aPm -aQv -aAh -alm -aXR -aug -aaI -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG +adz +ayX +adz +afs +akt +acZ +alT +ayx +akt +aEM +adz aEG aEG aEG @@ -24404,11 +31899,11 @@ aEG aEG aEG aEG +"} +(63,1,1) = {" aEG aEG aEG -"} -(45,1,1) = {" aEG aEG aEG @@ -24476,6 +31971,12 @@ aEG aEG aEG aEG +aUI +aUI +aUI +aUI +aUI +aUI aEG aEG aEG @@ -24484,50 +31985,69 @@ aEG aEG aEG aEG -aEG -aEG -aEG -aEG -aEG -aEG -aWh -afl -aHF -arQ -aHF -aHF -aHF -aog -aVa -apO -aLV -aEd -aCE -anb -aaI -aaI -aaI -aaI -aaI -aaI -aaI -aaI -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG +ahl +ahl +ahl +dAO +wMR +afz +ahl +ahl +ahl +xHO +mtK +aAu +nOf +aHZ +aJY +aKj +aQJ +aDg +aga +arh +aoI +aDW +vNW +adz +adz +aEf +aBg +abC +aWl +aVb +art +aDz +adz +ayX +adz +aBu +avA +aAW +avA +avA +avA +aPx +adz +adz +adz +aBu +aAW +avA +avA +avA +avA +aPx +adz +ayX +adz +auN +aeR +aBQ +aVD +aVb +art +aZy +adz aEG aEG aEG @@ -24556,11 +32076,11 @@ aEG aEG aEG aEG +"} +(64,1,1) = {" aEG aEG aEG -"} -(46,1,1) = {" aEG aEG aEG @@ -24628,6 +32148,12 @@ aEG aEG aEG aEG +aUI +aUI +aUI +aUI +aUI +aUI aEG aEG aEG @@ -24636,50 +32162,69 @@ aEG aEG aEG aEG -aEG -aEG -aEG -aEG -aEG -aEG -aWh -azG -aaA -acr -anW -aNz -aaq -aog -anp -aiK -aIz -aWc -aCE -anb -aaI -aRJ -aRJ -aRJ -aRJ -aRJ -aah -hxJ -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG +vYW +cqk +mvw +dmJ +sMo +vgS +aBt +gsQ +lPm +avc +pcJ +afz +kYQ +aHZ +afk +agS +wDL +awQ +aLp +aLk +uoJ +aDW +kBG +adz +adz +aEa +aEa +aSo +akG +aQL +aEa +aEa +adz +ayX +adz +ajM +vRh +aVD +wPI +aVD +vRh +ajI +adz +ayX +adz +axV +arN +aWl +aTO +aVD +arN +aNk +adz +ayX +adz +aNR +aDk +atD +akG +aQL +aDk +aDk +adz aEG aEG aEG @@ -24708,11 +32253,11 @@ aEG aEG aEG aEG +"} +(65,1,1) = {" aEG aEG aEG -"} -(47,1,1) = {" aEG aEG aEG @@ -24789,49 +32334,74 @@ aEG aEG aEG aEG -aDQ -aDQ -aDQ -aDQ -aDQ -aDQ -aIr -aIr -aIr -aIr -aIr -aIr -aog -aog -aJq -aIz -aXH -aaI -aaI -aaI -aRJ -aRJ -aRJ -aRJ -aRJ -aRJ -hxJ -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG aEG aEG +syZ +uMR +ekn +vHQ +rnv +moU +tJa +jHP +lJs +nfP +aEy +rhq +aUV +aHZ +afk +aSv +aXJ +aOt +aQe +aOt +amI +aHZ +aHZ +adz +adz +aEf +aBg +aOG +aeb +aLu +atb +aZy +adz +ayX +adz +aza +vRh +aVD +akZ +aWl +vRh +acR +adz +ayX +adz +aza +arN +aWl +aoA +aXe +aoA +aCi +adz +ayX +adz +aSI +aBg +aVf +aRG +aLu +art +aEf +adz aEG aEG aEG @@ -24860,11 +32430,11 @@ aEG aEG aEG aEG +"} +(66,1,1) = {" aEG aEG aEG -"} -(48,1,1) = {" aEG aEG aEG @@ -24941,58 +32511,83 @@ aEG aEG aEG aEG -aDQ -adC -ayi -aIr -axq -afr -aIr -aVO -apm -awM -aAR -aIr -aVi -aog -aKL -aIz -acH -ayY -aEK -arc -aRJ -aRJ -aRJ -aRJ -aRJ -aRJ -hxJ -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG aEG aEG +vYW +cqk +vve +aOp +gDf +aej +aOp +aDj +umc +exo +fAo +eGR +hjV +aHZ +aHZ +aUv +aKw +aur +arl +aIX +aRq +afZ +abk +akb +adz +aSB +aEa +aDH +aGg +aWU +aoX +adP +adz +ayX +adz +aPD +aUJ +asP +auD +aYP +aYP +aYT +adz +ayX +adz +aMV +aYP +aYP +auD +aYP +aUJ +aYT +adz +ayX +adz +aLP +aNO +aFS +aQc +apD +aEa +adP +adz aEG aEG +adz +asY +asY +aDE +asY +asY +adz aEG aEG aEG @@ -25012,11 +32607,11 @@ aEG aEG aEG aEG +"} +(67,1,1) = {" aEG aEG aEG -"} -(49,1,1) = {" aEG aEG aEG @@ -25075,53 +32670,8 @@ aag axX aue ach -aqP -axS -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aDQ -aDQ -aYG -ard -aIr -ard -ard -aIr -ard -ard -ard -ard -aIr -aIr -aIr -aOO -aIz -aKt -aiX -aEK -aDX -aRJ -aRJ -aRJ -aRJ -aRJ -aRJ -hxJ -aEG -aEG +aqP +axS aEG aEG aEG @@ -25143,8 +32693,78 @@ aEG aEG aEG aEG +vYW +cqk +vve +aOp +eQj +aej +aOp +axq +mCZ +sud +rTJ +eGR +eGR +aQZ +aYm +aHZ +aCC +avs +azu +avs +aDL +abk +akb +akb +adz +adz +aSn +afN +aEA +afN +afN +adz +adz +ayX +adz +adz +aSn +afN +aEA +afN +afN +adz +adz +adz +adz +adz +aSn +afN +aEA +aok +aok +adz +adz +ayX +adz +adz +aok +aok +aEA +afN +afN +adz +adz aEG aEG +adz +afN +afN +aEA +afN +afN +adz aEG aEG aEG @@ -25164,11 +32784,11 @@ aEG aEG aEG aEG +"} +(68,1,1) = {" aEG aEG aEG -"} -(50,1,1) = {" aEG aEG aEG @@ -25235,50 +32855,6 @@ aEG aEG aEG aEG -azs -azs -azs -azs -azs -azs -azs -azs -aCS -aDQ -aMS -aOS -aOS -alW -aun -agE -ayy -aOS -aOS -aOS -agE -aqf -aTr -aIr -amF -aIz -aWJ -aiX -aEK -aDX -aRJ -aRJ -aRJ -aRJ -aRJ -aRJ -hxJ -aFv -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -25294,9 +32870,78 @@ aEG aEG aEG aEG +ahl +ahl +ahl +srM +eQj +aLe +ati +roZ +odS +exo +rdX +btA +rTJ +bhu +aYm +aHZ +aoc +aoc +ahk +aoc +aoc +abk +amq +aLD +aIv +adz +aIf +aIf +aca +aIf +aIf +adz +aDR +ayX +aTl +adz +aid +aid +aKi +aid +aid +adz +aLj +aEl +ssW +adz +aiy +aiy +aGo +aiy +aiy +adz +ams +ayX +anU +adz +aXa +aXa +aGE +aXa +aXa +adz aEG aEG aEG +adz +aTV +aTV +aNl +aTV +aTV +adz aEG aEG aEG @@ -25316,11 +32961,11 @@ aEG aEG aEG aEG +"} +(69,1,1) = {" aEG aEG aEG -"} -(51,1,1) = {" aEG aEG aEG @@ -25387,57 +33032,6 @@ aEG aEG aEG aEG -azs -atR -aDj -aIV -aEo -aCw -aCw -aKs -afv -aoj -aia -akv -ahZ -aoE -awz -aqD -aaW -aqD -aqD -adB -aqO -aVC -auU -aiq -ayw -aER -ayZ -azc -aEK -aiV -aRJ -aRJ -aRJ -aRJ -aRJ -aRJ -hxJ -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -25453,6 +33047,82 @@ aEG aEG aEG aEG +ahl +ahl +ahl +ojW +pxW +aWJ +ahl +ahl +oIf +adz +adz +adz +adz +adz +adz +adz +alL +agY +aUo +agY +aqU +akb +age +aPn +age +adz +ajH +aey +asm +agY +bEj +adz +adz +adz +adz +adz +aIG +aey +aVy +agY +agY +adz +aQk +aCp +auT +adz +aAi +agY +asm +agY +aey +adz +adz +adz +adz +adz +aGt +aey +asm +agY +aKF +adz +adz +adz +adz +adz +aGt +agY +aFI +aey +aKF +adz +adz +adz +adz +adz aEG aEG aEG @@ -25468,11 +33138,11 @@ aEG aEG aEG aEG +"} +(70,1,1) = {" aEG aEG aEG -"} -(52,1,1) = {" aEG aEG aEG @@ -25539,57 +33209,6 @@ aEG aEG aEG aEG -azs -afC -aQW -aMK -auH -ajO -aMp -amB -amK -aYY -arK -abL -aYp -aIr -avU -aSk -aSk -aSk -aAr -aIr -ayE -aTX -aLE -aFY -ahz -aji -azn -aTD -aTD -aTD -aRJ -aRJ -aRJ -aRJ -aRJ -aRJ -hxJ -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -25605,6 +33224,82 @@ aEG aEG aEG aEG +ahl +ahl +ahl +rzW +qft +mME +ahl +ahl +adz +adz +acS +amm +sdp +aJp +aIN +aYN +aST +afu +aGS +aST +aST +aUd +aST +asy +aST +aXD +aST +aST +asy +aMw +aST +aBz +aJp +amh +sdp +acT +aST +aST +asy +aST +aST +ajd +aEf +aTx +aEf +awx +aST +aST +asy +aST +aST +atA +alu +amh +alu +acT +aST +aST +asy +afu +afu +aBz +aUl +amh +aAB +acT +aST +aST +asy +aST +afu +aBz +sdp +aKa +akb +adz aEG aEG aEG @@ -25620,11 +33315,11 @@ aEG aEG aEG aEG +"} +(71,1,1) = {" aEG aEG aEG -"} -(53,1,1) = {" aEG aEG aEG @@ -25691,58 +33386,6 @@ aEG aEG aEG aEG -azs -anB -aQW -aDO -aTO -aAg -aoL -aEr -azE -atq -aHV -aPv -aYI -aIr -aVp -afO -aQF -afO -aQF -aIr -ace -aOe -act -azw -anu -afR -aeA -aeW -aAy -aTD -aRJ -aRJ -aRJ -aRJ -aRJ -aRJ -hxJ -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -25758,6 +33401,83 @@ aEG aEG aEG aEG +ahl +ahl +ahl +atq +eow +atq +ahl +ahl +adz +aHu +aHu +aqL +aWa +aRF +aWa +aaZ +azD +axE +ayD +axx +apv +aXf +aJg +aLF +aJg +asj +aHn +aMO +atH +aMO +aKN +alK +aMO +aMO +aUD +anf +abJ +aUD +acw +aUD +aTA +aos +aDz +aCp +azL +aJh +aDm +aDm +amb +aJi +aJi +aAd +aQY +aWa +aWa +abf +aJi +aJi +amb +aDm +aDm +atf +aWa +aWa +aHu +aZM +aqS +aJi +amb +aDm +atf +aWa +aWa +alu +alu +adz +adz aEG aEG aEG @@ -25772,11 +33492,11 @@ aEG aEG aEG aEG +"} +(72,1,1) = {" aEG aEG aEG -"} -(54,1,1) = {" aEG aEG aEG @@ -25843,60 +33563,6 @@ aEG aEG aEG aEG -azs -aHr -aQW -aso -akD -aup -acA -acA -adV -anA -aXt -aTX -aoq -aIr -aiD -aRC -aRC -aRC -aqC -aIr -amL -aww -aLE -ail -ahz -aOn -aeA -aeW -aAy -aTD -aTD -aTD -aTD -aTD -hxJ -hxJ -hxJ -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -25912,6 +33578,85 @@ aEG aEG aEG aEG +ahl +ahl +ahl +aEr +lPj +ayn +ahl +ahl +adz +ajA +tTk +aNP +aOA +aMO +azQ +aFf +aWa +aWa +afU +axj +aor +aZC +aVD +akk +aVD +aTz +aWE +aES +avq +aES +aVY +aYE +aES +aES +aES +akm +aYE +aES +avq +aES +aVY +aJa +aYh +aIW +auP +aou +azN +azN +aqp +azN +azN +aWV +aGX +aXS +aXS +aTu +azN +azN +aqp +azN +azN +afB +azZ +aXS +aXS +aGX +aaR +azN +aqp +aXs +afB +acD +ajs +aWa +anV +akb +adz +adz +adz aEG aEG aEG @@ -25924,11 +33669,11 @@ aEG aEG aEG aEG +"} +(73,1,1) = {" aEG aEG aEG -"} -(55,1,1) = {" aEG aEG aEG @@ -25995,60 +33740,6 @@ aEG aEG aEG aEG -azs -aIB -ajv -aRN -aWQ -aCw -aCw -aCw -aat -aYY -aRt -aXM -acx -awR -aXj -aBP -ank -aXj -aRA -aVQ -acx -aac -ayI -aFY -aKY -asU -aob -aeW -aAy -aeW -aFa -aJc -aeW -aTD -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -26064,6 +33755,85 @@ aEG aEG aEG aEG +vYW +xpl +exa +aAu +bqs +afz +aCw +aMI +aPk +aBY +aan +aVD +axu +aWl +adV +aFf +aHu +aWa +afU +aMq +aor +akx +arL +aXe +aVD +aRX +aOR +azF +azF +azF +aCR +aQl +aRw +aRw +azF +agy +aQl +azF +azF +azF +aCR +aeX +arq +ayl +aZa +aCl +agT +agT +agT +agT +agT +aFj +alt +atW +aHu +aSK +agT +agT +agT +agT +agT +aFj +aWa +aWa +aWa +aWa +aSK +agT +agT +agT +aIT +abf +adr +atf +ait +aUF +aSA +aBg +agC aEG aEG aEG @@ -26076,11 +33846,11 @@ aEG aEG aEG aEG +"} +(74,1,1) = {" aEG aEG aEG -"} -(56,1,1) = {" aEG aEG aEG @@ -26147,60 +33917,6 @@ aEG aEG aEG aEG -azs -aVq -aIu -aYj -aPQ -aCw -aSV -awL -aHh -aYY -ayH -aVl -alN -alN -aoa -aaV -aaV -aFm -aEX -aAl -aaV -aZW -awt -aeW -aHw -aHw -aqG -aeW -aeW -aeW -afw -afc -aqV -aTD -aTD -aTD -aTD -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -26216,6 +33932,85 @@ aEG aEG aEG aEG +vYW +xpl +pwX +aAu +fIR +afz +aCw +arc +aPk +abA +adU +aRB +aMz +aMz +ajZ +aFf +awA +amu +abw +aYR +aFH +agc +asB +asB +asB +aJl +aFF +adq +adq +aPC +afW +aKv +aPC +aPC +adq +aYB +aKv +aPC +aPC +aPC +aYl +aWa +aWa +aKV +aHu +aWa +aqA +azb +asY +asY +asY +asY +azb +asY +asY +asY +anL +asY +asY +adp +aCO +aBm +asY +alC +azb +azb +asY +asY +asY +asY +aSM +aRe +aIU +aor +ait +art +aSA +aBg +agC aEG aEG aEG @@ -26228,11 +34023,11 @@ aEG aEG aEG aEG +"} +(75,1,1) = {" aEG aEG aEG -"} -(57,1,1) = {" aEG aEG aEG @@ -26299,60 +34094,6 @@ aEG aEG aEG aEG -azs -azs -azs -azs -azs -azs -azs -aYY -aYY -abk -aVZ -aRD -aQU -aVZ -aIr -aJw -aha -axO -aCY -ado -aYK -aUC -aYK -aeW -aAS -aNE -aJS -aBp -aeH -aiW -aAZ -arx -anF -aeW -aOT -alI -aTD -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -26368,6 +34109,85 @@ aEG aEG aEG aEG +syZ +fwf +lRC +bgS +uUf +afz +aCw +arc +aPk +aWa +aEC +aWl +aVD +qOv +ajZ +aCt +aOQ +abs +aPA +aGF +azl +axD +axb +aGF +ahb +axD +axb +azO +avL +aSj +axb +aGF +ahb +axD +aPA +aGF +ahb +aSj +aPA +axn +acB +aWa +aWa +ami +aWa +aHu +aFG +aJe +alu +aKa +alu +alu +alu +alu +aKa +alu +alu +alu +aJe +alu +aKa +aKa +aKa +alu +alu +alu +alu +aKa +alu +aJe +acB +aRe +agv +aXL +aWP +ajX +adD +aSS +aCe aEG aEG aEG @@ -26380,11 +34200,11 @@ aEG aEG aEG aEG +"} +(76,1,1) = {" aEG aEG aEG -"} -(58,1,1) = {" aEG aEG aEG @@ -26457,60 +34277,6 @@ aEG aEG aEG aEG -aHZ -abk -abk -ada -awQ -aIb -aNS -aPs -abk -abk -ado -aYK -aYK -ado -apZ -awK -aKx -aeW -asi -alY -azi -auk -aop -aiW -auk -afG -aDt -aXU -avC -axM -aTD -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -26520,6 +34286,85 @@ aEG aEG aEG aEG +vYW +xpl +pwX +aHG +npR +aZH +aGh +adG +aGO +aDM +adK +aJv +aJv +aHI +abK +aCt +aOQ +ayA +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ahc +aiG +aWa +aWa +aME +aWa +aMz +aos +alu +abX +aSq +aSq +awb +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +aSq +awb +aEp +alu +acB +aRe +aIU +aor +ait +art +aSA +aBg +agC aEG aEG aEG @@ -26532,11 +34377,11 @@ aEG aEG aEG aEG +"} +(77,1,1) = {" aEG aEG aEG -"} -(59,1,1) = {" aEG aEG aEG @@ -26609,60 +34454,6 @@ aEG aEG aEG aEG -aHZ -aGm -aTE -apI -aOt -aFd -aOt -aBa -aDW -aJR -ado -ahj -alG -aAQ -apM -aTf -aAO -aeW -aii -auk -aRl -aXA -aeC -aTT -amM -aBn -aqo -aeW -ant -azV -aTD -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -26672,6 +34463,85 @@ aEG aEG aEG aEG +vYW +xpl +pwX +aAu +dfZ +afz +auH +aMI +amf +aSw +aWa +aRm +aHu +aWa +aWa +aFf +aOQ +aMi +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aDy +aiG +aHu +axg +asw +aWa +aHu +aos +aKa +aRR +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ahp +azz +acB +aSK +axk +aFj +ait +art +aSA +aBg +agC aEG aEG aEG @@ -26684,11 +34554,11 @@ aEG aEG aEG aEG +"} +(78,1,1) = {" aEG aEG aEG -"} -(60,1,1) = {" aEG aEG aEG @@ -26761,27 +34631,13 @@ aEG aEG aEG aEG -aHZ -dzT -aSv -gjM -aJX -aqb -aJX -aqk -aGY -asD -ado -aQh -aJk -aBR -aVI -ayL -aiB -aeW -aZm -aEt -aoz +aEG +aEG +aEG +aEG +aEG +aEG +adz adz adz adz @@ -26793,6 +34649,75 @@ adz adz adz adz +arM +ani +aWa +aHu +aWa +aoR +atZ +aOQ +aox +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +anx +aLW +aMO +aUD +aSJ +aUD +aUD +apJ +aKa +aRR +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +anN +als +aHP +aPw +aMl +aWa +awo +adz +adz +adz adz adz adz @@ -26806,6 +34731,8 @@ aEG aEG aEG aEG +"} +(79,1,1) = {" aEG aEG aEG @@ -26835,38 +34762,6 @@ aEG aEG aEG aEG -aEG -aEG -aEG -aEG -"} -(61,1,1) = {" -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG rQj lYO dVU @@ -26913,86 +34808,111 @@ aEG aEG aEG aEG -aHZ -rZR -aSv -aZV -adl -abk -arh -aRQ -aGY -avX -ado -arP -arP -arP -arP -arP -arP -aTD -adz -adz -adz -adz -afP -amn -afP -akb -afP -alT -afP -adz +aEG +aEG +aEG +aEG +aEG +aEG +atb +axa +aBg +alK +aUD +aTw +aMO +aKN +aWa +aas +aKI +aPk +aOx +arC +ahR +aUD +aUD +aTA +aFf +aOQ +abT +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aUR +aAn +aWl +abR +abR +abR +aVD +aOY +aKa +aRR ayX -adz -alp -amn -anE -akb -ayN -alT -anE -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aLm +aKa +acB +abf +adr +aTA +ait +art +aql +amf +abJ +aMO +aTw +aUD +aTA +atb +axa +aBg aEG aEG aEG aEG aEG +"} +(80,1,1) = {" aEG aEG aEG -"} -(62,1,1) = {" aEG aEG aEG @@ -27065,86 +34985,111 @@ aEG aEG aEG aEG -aHZ -moW -aSv -aRQ -adl -eZR -arh -aRQ -aGY -gSr -akb -aEy -azW -add -acZ -ayC -acP -aEM -aLT -adz -ayX -adz -aEf -aZb -aEf -akb -aEf -aWl -aDz -adz -ayX -adz -aEf -aWl -aEf -akb -aDz -aWl -aDz -adz -ayX -adz -afs -akt -acZ -alT -ayx -akt -aEM -adz -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG aEG aEG aEG +atb +axa +aoV +ayU +arE +aic +aRU +aVt +acD +aux +agd +aln +aen +axU +axo +aEu +aEu +aNL +aKG +alE +ayA +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aOC +aOd +abR +aUb +axs +awT +abR +aJj +alu +aRR +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aLm +alu +aiG +aRe +afA +agy +aTo +aDw +arw +abH +awZ +aRU +aRU +aRU +aVt +ajB +axa +aBg aEG aEG aEG aEG aEG +"} +(81,1,1) = {" aEG aEG aEG -"} -(63,1,1) = {" aEG aEG aEG @@ -27217,146 +35162,108 @@ aEG aEG aEG aEG -aHZ -aJY -aKj -aQJ -aDg -aga -arh -aoI -aDW -aoG -akb -aej -aum -aBg -abC -aWl -aVb -art -aUV -adz -ayX -adz -aBu -avA -aAW -avA -avA -avA -aPx -adz -ayX -adz -aBu -aAW -avA -avA -avA -avA -aPx -adz -ayX -adz -auN -aeR -aBQ -aVD -aVb -art -aZy -adz -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG aEG aEG aEG +atb +axa +avM +aEC +aMz +aEw +aMz +ajZ +aWa +aas +aKI +amf +aOx +avV +aRm +aMz +aMz +ajZ +aFf +aOQ +aBi +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aED +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +amQ +aUM +abR +aFz +ala +aHb +abR +aJj +aJe +aRR +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aQa +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aLm +aJe +aiG +aRe +agv +aVY +aWP +ajX +aVm +amA +are +aWN +aCT +aRm +aYz +atb +axa +aBg aEG aEG aEG aEG aEG "} -(64,1,1) = {" -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -axS -aJD -jHV -jHV -jHV -aEb -axS -aSd -aSd -aSd -aSd -ajF -axS -asV -afd -aLs -axS -aSd -aSd -aSd -aSd -aRL -axS -aEG -aEG -aEG +(82,1,1) = {" aEG aEG aEG @@ -27369,56 +35276,6 @@ aEG aEG aEG aEG -aHZ -afk -agS -wDL -awQ -aLp -aLk -uoJ -aDW -aSr -akb -adz -aNm -aHa -aSo -akG -aQL -aEa -aEa -adz -ayX -adz -ajM -vRh -aVD -wPI -aVD -vRh -ajI -adz -ayX -adz -axV -arN -aWl -arN -aVD -arN -aNk -adz -ayX -adz -aNR -aDk -atD -akG -aQL -aDk -aDk -adz aEG aEG aEG @@ -27444,11 +35301,149 @@ aEG aEG aEG aEG +axS +aJD +jHV +jHV +jHV +aEb +axS +aSd +aSd +aSd +aSd +ajF +axS +asV +afd +aLs +axS +aSd +aSd +aSd +aSd +aRL +axS +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +atb +axa +aoV +awZ +aRU +arE +arE +aVt +aNw +aux +aBL +aju +atG +aLZ +aky +aEu +aEu +aNL +aKG +alE +aae +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +anx +aUM +abR +abV +aom +alx +abR +aOY +alu +aRR +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aLm +alu +acB +aRe +arX +agy +aTo +aaz +arw +abH +ayU +arE +arE +arE +avd +aBj +axa +aBg +aEG +aEG aEG aEG aEG "} -(65,1,1) = {" +(83,1,1) = {" +aEG +aEG +aEG aEG aEG aEG @@ -27521,86 +35516,111 @@ aEG aEG aEG aEG -aHZ -afk -aSv -aXJ -aOt -aQe -aOt -amI -aGY -aJM -akb -aqa -aiz -aAu -aOG -aeb -aLu -atb -aZy -adz -ayX -adz -aza -vRh -aVD -akZ -aWl -vRh -acR -adz -ayX -adz -aza -arN -aWl -aoA -aXe -aoA -aCi -adz -ayX -adz -aSI -aBg -aVf -aRG -aLu -art -aEf -adz -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG aEG aEG aEG +atb +axa +aBg +aKX +aJv +aWj +aJv +aRV +aWa +aas +aKI +aPk +aSw +aKX +aMe +aHI +aHI +abK +aFf +aOQ +abT +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aZL +aOd +aVD +abR +abR +abR +aVD +aFG +alu +aRR +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aLm +alu +acB +aSK +axk +abK +ait +atb +aql +amf +aKX +aHI +atw +aHI +aRV +art +axa +aBg aEG aEG aEG aEG aEG +"} +(84,1,1) = {" aEG aEG aEG -"} -(66,1,1) = {" aEG aEG aEG @@ -27673,70 +35693,108 @@ aEG aEG aEG aEG -aHZ -aHZ -aUv -aKw -aur -arl -aIX -aRq -afZ -abk -akb +aEG +aEG +aEG +aEG +aEG +aEG adz -aSB -aRK -aDH -aGg -aWU -aoX -adP adz -ayX adz -aPD -aUJ -asP -auD -aYP -aYP -aYT adz -ayX adz -aMV -aYP -aYP -auD -aYP -aUJ -aYT adz +adz +adz +adz +adz +adz +adz +afQ +aHu +arJ +aWa +aHu +axY +anY +aOQ +ame +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ahc +ahH +aHI +aHI +aqF +aHI +aHI +awq +alu +aRR +ayX +ayX ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aLm +aKa +aGU +azD +aMl +aWa +awo +adz +adz +adz +adz +adz +adz +adz adz -aLP -aNO -aFS -aQc -apD -aEa -adP adz -aEG -aEG adz -asY -asY -aDE -asY -asY adz aEG aEG aEG aEG aEG +"} +(85,1,1) = {" aEG aEG aEG @@ -27751,19 +35809,6 @@ aEG aEG aEG aEG -"} -(67,1,1) = {" -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -27800,90 +35845,24 @@ aSd aSd aSd axS -ayo +vDn auG atz axS aSd aSd aSd -aSd -aSd -axS -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aHZ -aCC -avs -azu -avs -aDL -abk -akb -akb -adz -adz -aSn -afN -aEA -afN -afN -adz -adz -ayX -adz -adz -aSn -afN -aEA -afN -afN -adz -adz -adz -adz -adz -aSn -afN -aEA -aok -aok -adz -adz -ayX -adz -adz -aok -aok -aEA -afN -afN -adz -adz +aSd +aSd +axS +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG -adz -afN -afN -aEA -afN -afN -adz aEG aEG aEG @@ -27900,11 +35879,102 @@ aEG aEG aEG aEG +arW +aEG +adz +aKq +aTe +aVg +aas +azS +amf +aSw +aWa +arJ +aWa +aMz +aWa +aFf +aOQ +aNV +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ahc +acB +aWa +aWa +azR +aWa +aWa +aos +alu +aRR +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ahp +alu +acB +abf +adr +atf +aqs +art +aSA +aBg +agC +aEG +aEG +aEG +aIY +aEG +aEG +aEG +aEG +aEG aEG aEG aEG "} -(68,1,1) = {" +(86,1,1) = {" +aEG +aEG +aEG aEG aEG aEG @@ -27979,63 +36049,8 @@ aEG aEG aEG aEG -aHZ -aoc -aoc -ahk -aoc -aoc -abk -amq -aLD -aIv -adz -aIf -aIf -aca -aIf -aIf -adz -aDR -ayX -aTl -adz -aid -aid -aKi -aid -aid -adz -aLj -aEl -aDz -adz -aiy -aiy -aGo -aiy -aiy -adz -ams -ayX -anU -adz -aXa -aXa -aGE -aXa -aXa -adz -aEG aEG aEG -adz -aTV -aTV -aNl -aTV -aTV -adz aEG aEG aEG @@ -28043,6 +36058,83 @@ aEG aEG aEG aEG +adz +ahI +aiu +aqe +ahg +auv +aGO +aWL +abJ +alb +aRx +aVP +aTA +aFf +aOQ +aae +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +aDy +aiG +aMz +aWa +aiP +aWa +aHu +aos +alu +amU +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aCh +aZY +alu +acB +aRe +aIU +aor +ait +atb +aSA +aBg +agC aEG aEG aEG @@ -28056,7 +36148,10 @@ aEG aEG aEG "} -(69,1,1) = {" +(87,1,1) = {" +aEG +aEG +aEG aEG aEG aEG @@ -28125,73 +36220,6 @@ aEG aEG aEG aEG -adz -adz -adz -adz -adz -adz -adz -alL -agY -aUo -agY -aqU -akb -age -aPn -age -adz -ajH -aey -asm -agY -bEj -adz -adz -adz -adz -adz -aIG -aey -aVy -agY -agY -adz -aQk -aCp -auT -adz -aAi -agY -asm -agY -aey -adz -adz -adz -adz -adz -aGt -aey -asm -agY -aKF -adz -adz -adz -adz -adz -aGt -agY -aFI -aey -aKF -adz -adz -adz -adz -adz aEG aEG aEG @@ -28207,8 +36235,100 @@ aEG aEG aEG aEG +adz +aMP +aWa +aWa +aVr +azS +amf +aWa +aZG +aVc +akp +awc +ajc +aFf +aOQ +aJN +air +aPl +aaa +abo +air +aVx +aCr +abo +air +aPl +aiY +aWm +aNN +aqT +aAJ +aWm +aNN +aPl +aAJ +aWm +air +aEc +acB +aWa +aWa +aFu +aHu +aWa +aos +aJe +alu +aKa +aKa +alu +aKa +alu +alu +alu +alu +alu +aJe +alu +alu +aKa +alu +alu +alu +aVj +alu +aKa +alu +aJe +acB +aRe +agv +aXL +aWP +ajX +adD +aSS +aCe +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG "} -(70,1,1) = {" +(88,1,1) = {" +aEG +aEG +aEG aEG aEG aEG @@ -28276,74 +36396,99 @@ aEG aEG aEG aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG adz -adz -acS -amm -alu -aJp -aIN -aYN -aST -afu -aGS -aST -aST -aUd -aST -asy -aST -aXD -aST -aST -asy -aMw -aST -aBz -aJp -amh -alu -acT -aST -aST -asy -aST -aST -ajd -aEf -aTx -aEf -awx -aST -aST -asy -aST -aST -atA -alu -amh -alu -acT -aST -aST -asy -afu -afu -aBz -aUl -amh -aAB -acT -aST -aST -asy -aST -afu -aBz -alu -aKa -akb -adz +aVF +aKD +aNf +aVr +aEF +aPk +aWa +aEC +aaL +aGc +acq +aLd +aFf +akd +aJZ +aJZ +aZf +aHB +aCz +avY +aBo +agO +aHB +ali +aZf +aZf +aJZ +aHB +aiO +aJZ +aJZ +aJZ +aHB +ali +aJZ +aJZ +aJZ +apk +aWa +aWa +aWa +aRm +aWa +axl +aYA +aYA +aYA +axQ +aYA +aYA +axQ +axQ +axQ +aYA +aYA +aYA +aYA +aYA +axQ +axQ +aOk +aEE +aYA +axQ +axQ +aYA +aYA +awn +aRe +aIU +aor +ait +atb +aSA +aBg +agC aEG aEG aEG @@ -28356,11 +36501,11 @@ aEG aEG aEG aEG +"} +(89,1,1) = {" aEG aEG aEG -"} -(71,1,1) = {" aEG aEG aEG @@ -28428,75 +36573,99 @@ aEG aEG aEG aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG adz -aHu -aHu -aqL -aWa -aRF +axH +axH +axH +aVr +aEF +aPk aWa -aaZ -azD -axE -ayD -axx -apv -aXf -aJg -aLF -aJg -asj -aHn -aMO -atH -aMO -aKN -alK -aMO -aMO -aUD -anf -abJ -aUD -acw -aUD -aTA -aos -aDz -aCp -azL -aJh +aEC +aph +aLy +aLy +ajZ +aFf +avh +azF +azF +aRw +agy +agP +amJ +anw +amJ +agy +agP +aRw +aRw +aRw +aCR +agP +aRw +aRw +azF +agy +agP +aRw +aRw +aRw +agy +aMx +amu +apx +asY +aZB aDm +aJi aDm -amb aJi aJi aAd -aQY -aWa +aHu +aMz aWa abf +aDm +aJi aJi aJi -amb -aDm aDm atf -aWa -aWa aHu -aZM +aRm +aHu +aWa aqS -aJi -amb +aDm +aDm aDm atf -aWa -aWa -alu -alu -adz -adz +aSK +axk +aFj +ait +aTp +aSA +aBg +agC aEG aEG aEG @@ -28509,10 +36678,11 @@ aEG aEG aEG aEG +"} +(90,1,1) = {" +aEG aEG aEG -"} -(72,1,1) = {" aEG aEG aEG @@ -28574,79 +36744,101 @@ aEG aEG aEG aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG adz adz adz adz +anz adz adz -adz -ajA -alK -aNP -aOA -aMO -azQ -aFf -aWa -aWa -afU -axj -aor -aZC -aVD -akk -aVD -aTz -aWE +aMP +adK +afJ +aHI +aHI +aRV +axw +aYE aES -avq +arG +aES +aVY +aVU +aES +akG +aES +aXq +aYE +aES +akG aES aVY aYE aES aES aES -akm +aeg aYE aES -avq +akG aES aVY -aJa -aYh +aSC +aIg aIW auP aou azN azN -aqp +ajb azN azN aWV -aGX -aXS +aFR aXS -aTu -azN -azN -aqp +azZ +aaR +aXs +aXs +ajb azN azN -afB -azZ +aWV aXS aXS -aGX -aaR +aXS +aus +aTu azN -aqp -aXs -afB +ajb +azN +aWV acD -ajs +aGN aWa -anV +aXg akb adz adz @@ -28664,7 +36856,38 @@ aEG aEG aEG "} -(73,1,1) = {" +(91,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -28727,82 +36950,150 @@ aEG aEG aEG adz -axH -aeQ -aoN -aVr -azS -aPk -aBY -aEB -aVD -axu -aWl -ajZ -aFf -aHu +aez aWa -afU -aMq -aor -akx -arL -aXe -aVD -aRX -aOR -azF -azF -azF -aCR -aQl -aRw -aRw -azF -agy -aQl -azF -azF -azF -aCR -aeX -arq -ayl -aZa -aCl -agT -agT -agT +arJ +aWa +aWa +aWa +aKa +aKX +aHI +aNh +aHI +abK +aTC +aHI +aHI +ako +abK +aKX +aHI +aNh +aHI +aRV +aKX +aHI +aHI +aHI +aje +aKX +aJv +akV +aHI +abK +aFG +abQ +aCp +aqu +amW agT +aGC +axG agT +aGC aFj -alt -atW +aYf aHu +aWa aSK agT agT -agT +aea agT agT aFj aWa aWa aWa -aWa +aIc aSK agT +aea agT -agT -aIT -abf -adr -atf -ait -aUF -aSA -aBg -agC +aFj +aWa +aWa +alu +aLA +adz +adz +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(92,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -28815,8 +37106,6 @@ aEG aEG aEG aEG -"} -(74,1,1) = {" aEG aEG aEG @@ -28837,6 +37126,74 @@ aEG aEG aEG aEG +adz +adz +aKa +ahT +rTS +aEH +dJo +fuL +aZQ +aXW +aIl +aLL +aIo +axe +axr +aRk +rTS +aeE +aLL +aLL +aIl +aLL +aLL +axe +aJP +alS +aTh +agq +aLL +aLL +aIl +aLL +aLL +avl +ass +anQ +aDz +aOW +aLL +aLL +aIl +aLL +aLL +aSR +aeU +alS +alu +agB +aLL +aLL +aIl +aLL +aLL +axe +aKa +aRk +aEH +agB +aLL +aLL +aIl +aLL +aLL +aSR +rTS +alu +akb +adz aEG aEG aEG @@ -28852,6 +37209,8 @@ aEG aEG aEG aEG +"} +(93,1,1) = {" aEG aEG aEG @@ -28878,83 +37237,6 @@ aEG aEG aEG aEG -adz -axH -axH -aJz -aVr -aEF -aPk -abA -aan -aRB -aMz -aMz -ajZ -aFf -awA -amu -abw -aYR -aFH -agc -asB -asB -asB -aJl -aFF -adq -adq -aPC -afW -aKv -aPC -aPC -adq -aYB -aKv -aPC -aPC -aPC -aYl -aWa -aWa -aKV -aHu -aWa -aqA -azb -asY -asY -asY -asY -azb -asY -asY -asY -anL -asY -asY -adp -aCO -aBm -asY -alC -azb -azb -asY -asY -asY -asY -aSM -aRe -aIU -aor -ait -art -aSA -aBg -agC aEG aEG aEG @@ -28967,8 +37249,6 @@ aEG aEG aEG aEG -"} -(75,1,1) = {" aEG aEG aEG @@ -29024,89 +37304,79 @@ aEG aEG aEG aEG +adz +adz +adz +adz +adz +adz +adz +aJf +aok +abY +aok +sCf +adz +adz +adz +adz +adz +aGt +aok +aEA +afN +aKF +adz +adz +adz +adz +adz +aAc +afN +aEA +afN +aFU +adz +aqu +aCp +abQ +adz +aGt +aok +aEA +afN +aKF +adz +adz +adz +adz +adz +aMy +aok +aEA +afN +aKF +adz +adz +adz +adz +adz +aGt +afN +aEA +aok +aKF +adz +adz +adz +adz +adz aEG aEG aEG aEG aEG aEG -adz -aMP -akg -ana -aVr -aEF -aPk -aWa -adU -aaT -aVD -aWl -ajZ -aCt -aOQ -abs -aPA -aGF -azl -axD -axb -aGF -ahb -axD -axb -azO -avL -aSj -axb -aGF -ahb -axD -aPA -aGF -ahb -aSj -aPA -axn -acB -aWa -aWa -ami -aWa -aHu -aFG -aJe -alu -aKa -alu -alu -alu -alu -aKa -alu -alu -alu -aJe -alu -aKa -aKa -aKa -alu -alu -alu -alu -aKa -alu -aJe -acB -aRe -agv -aXL -aWP -ajX -adD -aSS -aCe aEG aEG aEG @@ -29116,11 +37386,15 @@ aEG aEG aEG aEG +"} +(94,1,1) = {" +aEG +aEG +aEG +aEG aEG aEG aEG -"} -(76,1,1) = {" aEG aEG aEG @@ -29182,83 +37456,6 @@ aEG aEG aEG aEG -adz -aHG -aiu -aZH -aGh -adG -aGO -aDM -adK -aJv -aSF -aHI -abK -aCt -aOQ -ayA -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ahc -aiG -aWa -aWa -aME -aWa -aMz -aos -alu -abX -aSq -aSq -awb -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -aSq -awb -aEp -alu -acB -aRe -aIU -aor -ait -art -aSA -aBg -agC aEG aEG aEG @@ -29271,8 +37468,6 @@ aEG aEG aEG aEG -"} -(77,1,1) = {" aEG aEG aEG @@ -29292,6 +37487,63 @@ aEG aEG aEG aEG +adz +aTV +aTV +aNl +aTV +aTV +adz +aEG +aEG +aEG +adz +auQ +auQ +ahB +auQ +auQ +adz +aig +ayX +ayX +adz +abM +abM +aGi +abM +abM +adz +api +aks +adn +adz +aGJ +aGJ +aIp +aGJ +aGJ +adz +ayX +ayX +aOr +adz +ayV +ayV +asf +ayV +ayV +adz +aEG +aEG +aEG +adz +aTV +aTV +aNl +aTV +aTV +adz aEG aEG aEG @@ -29311,6 +37563,16 @@ aEG aEG aEG aEG +"} +(95,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -29334,83 +37596,6 @@ aEG aEG aEG aEG -adz -aRf -axH -aPB -aas -azS -amf -aSw -aWa -aRm -aHu -ayn -aWa -aFf -aOQ -aMi -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aDy -aiG -aHu -axg -asw -aWa -aHu -aos -aKa -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ahp -azz -acB -aSK -axk -aFj -ait -art -aSA -aBg -agC aEG aEG aEG @@ -29423,8 +37608,6 @@ aEG aEG aEG aEG -"} -(78,1,1) = {" aEG aEG aEG @@ -29482,101 +37665,83 @@ aEG aEG aEG adz +aey +aey +aVy +aey +aey adz +aEG +aEG adz adz +aey +aey +aVy +aey +aey adz adz adz adz adz +aEg +aey +aVy +aey +aey adz adz adz -arM -ani -aWa -aHu -aWa -aoR -atZ -aOQ -aox -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -anx -aLW -aMO -aUD -aSJ -aUD -aUD -apJ -aKa -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -anN -als -aHP -aPw -aMl -aWa -awo adz adz +agN +agY +aVy +agY +agY adz adz adz adz adz +aey +aey +aVy +aey +aey adz adz +aEG +aEG adz +aey +aey +aVy +aey +aey adz aEG aEG aEG aEG aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG "} -(79,1,1) = {" +(96,1,1) = {" aEG aEG aEG @@ -29633,102 +37798,109 @@ aEG aEG aEG aEG -atb -axa -aBg -alK -aUD -aTw -aMO -aKN -aWa -aas -aKI -aPk -aOx -arC -ahR -aUD -aUD -aTA -aFf -aOQ -abT -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aUR -aAn -aWl -abR -abR -abR -aVD -aOY +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +adz +aAC +aAC +aku +aAC +aAC +adz +aEG +aEG +adz +aws +akt +acZ +aHU +acP +akt +aEM +adz +adz +aLR +aYN +afu +afu +asy +afu +aST +ais aKa -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aLm +adz +agX +aSh +afu +aST +asy +afu +aST +aBz aKa -acB -abf -adr -aTA -ait -art -aql -amf -abJ -aMO -aTw -aUD -aTA -atb -axa -aBg +adz +adz +aEM +aIx +aYQ +auO +acP +akt +aEM +adz aEG aEG +adz +aAC +aAC +aku +aAC +aAC +adz aEG aEG aEG -"} -(80,1,1) = {" aEG aEG aEG @@ -29745,6 +37917,8 @@ aEG aEG aEG aEG +"} +(97,1,1) = {" aEG aEG aEG @@ -29785,102 +37959,11 @@ aEG aEG aEG aEG -atb -axa -aoV -ayU -arE -aic -aRU -aVt -acD -aux -agd -aln -aen -axU -axo -aEu -aEu -aNL -aKG -alE -ayA -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aOC -aOd -abR -aUb -axs -awT -abR -aJj -alu -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aLm -alu -aiG -aRe -afA -agy -aTo -aDw -arw -abH -awZ -aRU -aRU -aRU -aVt -ajB -axa -aBg aEG aEG aEG aEG aEG -"} -(81,1,1) = {" aEG aEG aEG @@ -29937,102 +38020,82 @@ aEG aEG aEG aEG -atb -axa -avM -aEC -aMz -aEw -aMz -ajZ -aWa -aas -aKI -amf -aOx -avV -aRm -aMz -aMz -ajZ -aFf -aOQ -aBi -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aED -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -amQ -aUM -abR -aFz -ala -aHb -abR -aJj -aJe -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aQa -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aLm -aJe -aiG -aRe -agv -aVY -aWP -ajX -aVm -amA -are -aWN -aCT -aRm -aYz -atb -axa +aEG +aEG +aEG +aEG +aEG +aEG +aEG +adz +aEf +aBg +aBQ +aRG +aVb +art +aZy +adz +adz +aUG +aCs +aqj +aqj +aBM +axC +aqj +aRp +aKa +adz +aLi +axT +aHJ +arn +adT +aHJ +aHJ +aNd +aKa +adz +adz +aDz aBg +aBQ +aRG +aVb +art +aqu +adz +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG aEG aEG "} -(82,1,1) = {" +(98,1,1) = {" aEG aEG aEG @@ -30089,102 +38152,11 @@ aEG aEG aEG aEG -atb -axa -aoV -awZ -aRU -arE -arE -aVt -aNw -aux -aBL -aju -atG -aLZ -aky -aEu -aEu -aNL -aKG -alE -aae -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -anx -aUM -abR -abV -aom -alx -abR -aOY -alu -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aLm -alu -acB -aRe -arX -agy -aTo -aaz -arw -abH -ayU -arE -arE -arE -avd -aBj -axa -aBg aEG aEG aEG aEG aEG -"} -(83,1,1) = {" aEG aEG aEG @@ -30232,6 +38204,45 @@ aEG aEG aEG aEG +adz +aEa +aRr +atD +avq +aQL +aDk +aDk +adz +adz +aXP +aAz +srv +srv +srv +srv +anr +aSa +ajG +adz +aef +aqR +aWX +aWX +aWX +aWX +aRy +ady +aaU +adz +adz +aDk +aDk +arR +avq +aQL +aDk +aDk +adz aEG aEG aEG @@ -30241,102 +38252,11 @@ aEG aEG aEG aEG -atb -axa -aBg -aKX -aJv -aWj -aJv -aRV -aWa -aas -aKI -aPk -aSw -aKX -aMe -aHI -aHI -abK -aFf -aOQ -abT -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aZL -aOd -aVD -abR -abR -abR -aVD -aFG -alu -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aLm -alu -acB -aSK -axk -abK -ait -atb -aql -amf -aKX -aHI -atw -aHI -aRV -art -axa -aBg aEG aEG aEG aEG aEG -"} -(84,1,1) = {" aEG aEG aEG @@ -30351,6 +38271,9 @@ aEG aEG aEG aEG +"} +(99,1,1) = {" +aEG aEG aEG aEG @@ -30393,102 +38316,11 @@ aEG aEG aEG aEG -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -afQ -aHu -arJ -aWa -aHu -axY -anY -aOQ -ame -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ahc -ahH -aHI -aHI -aqF -aHI -aHI -awq -alu -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aLm -aKa -aGU -azD -aMl -aWa -awo -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz aEG aEG aEG aEG aEG -"} -(85,1,1) = {" aEG aEG aEG @@ -30548,89 +38380,83 @@ aEG aEG aEG aEG -arW aEG adz -aKq -aTe -aVg -aas -azS -amf -aSw -aWa -arJ -aWa -aMz -aWa -aFf -aOQ -aNV -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ahc -acB -aWa -aWa -azR -aWa -aWa -aos -alu -aRR -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ahp -alu -acB -abf -adr -atf -aqs -art -aSA +akC aBg -agC +aVf +aVD +aLu +aZK +aEf +adz +adz +aUB +aAz +srv +srv +srv +srv +srv +aSa +aKa +adz +aKa +aqR +aWX +aWX +aWX +aWX +aWX +ady +aci +adz +adz +azL +aBg +aBQ +aVD +aLu +aZK +azL +adz +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +"} +(100,1,1) = {" +aEG +aEG +aEG +aEG aEG aEG aEG -aIY aEG aEG aEG @@ -30639,8 +38465,6 @@ aEG aEG aEG aEG -"} -(86,1,1) = {" aEG aEG aEG @@ -30702,83 +38526,6 @@ aEG aEG aEG aEG -adz -ahI -aiu -aqe -ahg -auv -aGO -aWL -abJ -alb -aRx -aVP -aTA -aFf -aOQ -aae -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -ayX -aDy -aiG -aMz -aWa -aiP -aWa -aHu -aos -alu -amU -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aCh -aZY -alu -acB -aRe -aIU -aor -ait -atb -aSA -aBg -agC aEG aEG aEG @@ -30791,8 +38538,6 @@ aEG aEG aEG aEG -"} -(87,1,1) = {" aEG aEG aEG @@ -30813,6 +38558,45 @@ aEG aEG aEG aEG +adz +aAp +aEa +aFS +auB +apD +aEa +adP +adz +adz +aKQ +aAz +srv +srv +srv +srv +srv +aSa +aGb +adz +aKa +aqR +aWX +aWX +aWX +aWX +aWX +ady +ajk +adz +adz +aAp +aEa +aFS +app +aWU +aEa +aYC +adz aEG aEG aEG @@ -30841,6 +38625,8 @@ aEG aEG aEG aEG +"} +(101,1,1) = {" aEG aEG aEG @@ -30854,83 +38640,6 @@ aEG aEG aEG aEG -adz -aMP -aWa -aWa -aVr -azS -amf -aWa -aZG -aVc -akp -awc -ajc -aFf -aOQ -aJN -air -aPl -aaa -abo -air -aVx -aCr -abo -air -aPl -aiY -aWm -aNN -aqT -aAJ -aWm -aNN -aPl -aAJ -aWm -air -aEc -acB -aWa -aWa -aFu -aHu -aWa -aos -aJe -alu -aKa -aKa -alu -aKa -alu -alu -alu -alu -alu -aJe -alu -alu -aKa -alu -alu -alu -aVj -alu -aKa -alu -aJe -acB -aRe -agv -aXL -aWP -ajX -adD -aSS -aCe aEG aEG aEG @@ -30943,8 +38652,6 @@ aEG aEG aEG aEG -"} -(88,1,1) = {" aEG aEG aEG @@ -31006,83 +38713,6 @@ aEG aEG aEG aEG -adz -aVF -aKD -aNf -aVr -aEF -aPk -aWa -aEC -aaL -aGc -acq -aLd -aFf -akd -aJZ -aJZ -aZf -aHB -aCz -avY -aBo -agO -aHB -ali -aZf -aZf -aJZ -aHB -aiO -aJZ -aJZ -aJZ -aHB -ali -aJZ -aJZ -aJZ -apk -aWa -aWa -aWa -aRm -aWa -axl -aYA -aYA -aYA -axQ -aYA -aYA -axQ -axQ -axQ -aYA -aYA -aYA -aYA -aYA -axQ -axQ -aOk -aEE -aYA -axQ -axQ -aYA -aYA -awn -aRe -aIU -aor -ait -atb -aSA -aBg -agC aEG aEG aEG @@ -31095,8 +38725,6 @@ aEG aEG aEG aEG -"} -(89,1,1) = {" aEG aEG aEG @@ -31107,6 +38735,45 @@ aEG aEG aEG aEG +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aCU +aby +srv +srv +srv +srv +srv +aRW +aKa +adz +aKa +azK +aWX +aWX +aWX +aWX +aWX +amG +alu +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz aEG aEG aEG @@ -31135,6 +38802,10 @@ aEG aEG aEG aEG +"} +(102,1,1) = {" +aEG +aEG aEG aEG aEG @@ -31158,83 +38829,6 @@ aEG aEG aEG aEG -adz -axH -axH -axH -aVr -aEF -aPk -aWa -aEC -aph -aLy -aLy -ajZ -aFf -avh -azF -azF -aRw -agy -agP -amJ -anw -amJ -agy -agP -aRw -aRw -aRw -aCR -agP -aRw -aRw -azF -agy -agP -aRw -aRw -aRw -agy -aMx -amu -apx -asY -aZB -aDm -aJi -aDm -aJi -aJi -aAd -aHu -aMz -aWa -abf -aDm -aJi -aJi -aJi -aDm -atf -aHu -aRm -aHu -aWa -aqS -aDm -aDm -aDm -atf -aSK -axk -aFj -ait -aTp -aSA -aBg -agC aEG aEG aEG @@ -31247,8 +38841,6 @@ aEG aEG aEG aEG -"} -(90,1,1) = {" aEG aEG aEG @@ -31310,83 +38902,6 @@ aEG aEG aEG aEG -adz -adz -adz -adz -anz -adz -adz -aMP -adK -afJ -aHI -aHI -aRV -axw -aYE -aES -arG -aES -aVY -aVU -aES -akG -aES -aXq -aYE -aES -akG -aES -aVY -aYE -aES -aES -aES -aeg -aYE -aES -akG -aES -aVY -aSC -aIg -aIW -auP -aou -azN -azN -ajb -azN -azN -aWV -aFR -aXS -azZ -aaR -aXs -aXs -ajb -azN -azN -aWV -aXS -aXS -aXS -aus -aTu -azN -ajb -azN -aWV -acD -aGN -aWa -aXg -akb -adz -adz -adz aEG aEG aEG @@ -31399,8 +38914,40 @@ aEG aEG aEG aEG -"} -(91,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +adz +anv +aHl +srv +srv +srv +srv +srv +ahF +aKa +adz +aPO +aqY +aWX +aWX +aWX +aWX +aWX +apY +alu +adz +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -31432,6 +38979,8 @@ aEG aEG aEG aEG +"} +(103,1,1) = {" aEG aEG aEG @@ -31468,75 +39017,6 @@ aEG aEG aEG aEG -adz -aez -aWa -arJ -aWa -aWa -aWa -aKa -aKX -aHI -aNh -aHI -abK -aTC -aHI -aHI -ako -abK -aKX -aHI -aNh -aHI -aRV -aKX -aHI -aHI -aHI -aje -aKX -aJv -akV -aHI -abK -aFG -atv -aCp -aqu -amW -agT -aGC -axG -agT -aZQ -aFj -aYf -aHu -aWa -aSK -agT -agT -aea -agT -agT -aFj -aWa -aWa -aWa -aIc -aSK -agT -aea -agT -aFj -aWa -aWa -alu -aLA -adz -adz aEG aEG aEG @@ -31551,8 +39031,6 @@ aEG aEG aEG aEG -"} -(92,1,1) = {" aEG aEG aEG @@ -31621,72 +39099,25 @@ aEG aEG aEG adz -adz aKa -ahT -alu -aEH -aRk -aeE -aIo -aIo -aIl -aLL -aIo -axe -axr -aRk -alu -aeE -aLL -aLL -aIl -aLL -aLL -axe -aJP -alS -aTh -agq -aLL -aLL -aIl -aLL -aLL -avl -ass -anQ -aDz -aOW -aQI -aLL -aIl -aLL -aLL -aSR -aeU -alS -alu -agB -aLL -aLL -aIl -aLL -aLL -axe +aHl +srv +srv +srv +srv +srv +aIS aKa -aRk -aEH -agB -aLL -aLL -aIl -aLL -aLL -aSR -alu +adz +akc +aqY +aWX +aWX +aWX +aWX +aWX +atj alu -akb adz aEG aEG @@ -31703,14 +39134,6 @@ aEG aEG aEG aEG -"} -(93,1,1) = {" -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -31733,6 +39156,8 @@ aEG aEG aEG aEG +"} +(104,1,1) = {" aEG aEG aEG @@ -31773,73 +39198,6 @@ aEG aEG aEG aEG -adz -adz -adz -adz -adz -adz -adz -aGt -aok -abY -aok -aKF -adz -adz -adz -adz -adz -aGt -aok -aEA -afN -aKF -adz -adz -adz -adz -adz -aAc -afN -aEA -afN -aFU -adz -aIy -akY -abQ -adz -aJf -aHC -aEA -aoQ -aKF -adz -adz -adz -adz -adz -aMy -aok -aEA -afN -aKF -adz -adz -adz -adz -adz -aGt -afN -aEA -aok -aKF -adz -adz -adz -adz -adz aEG aEG aEG @@ -31855,8 +39213,6 @@ aEG aEG aEG aEG -"} -(94,1,1) = {" aEG aEG aEG @@ -31919,6 +39275,27 @@ aEG aEG aEG aEG +adz +aKu +aHl +srv +srv +srv +srv +srv +atk +ajG +adz +akJ +aqY +aWX +aWX +aWX +aWX +aWX +apY +aPg +adz aEG aEG aEG @@ -31931,63 +39308,12 @@ aEG aEG aEG aEG -adz -aTV -aTV -aNl -aTV -aTV -adz aEG aEG aEG -adz -auQ -auQ -ahB -auQ -auQ -adz -aig -ayX -ayX -adz -abM -abM -aGi -abM -abM -adz -api -aks -adn -adz -aGJ -aGJ -aIp -aGJ -aGJ -adz -ayX -ayX -aOr -adz -ayV -ayV -asf -ayV -ayV -adz aEG aEG aEG -adz -aTV -aTV -aNl -aTV -aTV -adz aEG aEG aEG @@ -32008,13 +39334,7 @@ aEG aEG aEG "} -(95,1,1) = {" -aEG -aEG -aEG -aEG -aEG -aEG +(105,1,1) = {" aEG aEG aEG @@ -32083,63 +39403,10 @@ aEG aEG aEG aEG -adz -aey -aey -aVy -aey -aey -adz aEG aEG -adz -adz -aey -aey -aVy -aey -aey -adz -adz -adz -adz -adz -aEg -aey -aVy -aey -aey -adz -adz -adz -adz -adz -agN -agY -aVy -agY -agY -adz -adz -adz -adz -adz -aey -aey -aVy -aey -aey -adz -adz aEG aEG -adz -aey -aey -aVy -aey -aey -adz aEG aEG aEG @@ -32159,8 +39426,6 @@ aEG aEG aEG aEG -"} -(96,1,1) = {" aEG aEG aEG @@ -32187,6 +39452,27 @@ aEG aEG aEG aEG +adz +aKa +aEW +avT +ayk +ayk +ayk +avT +aIP +aKa +adz +aKa +aVR +aMW +aZZ +aZZ +aZZ +aZZ +amy +aKa +adz aEG aEG aEG @@ -32224,6 +39510,8 @@ aEG aEG aEG aEG +"} +(106,1,1) = {" aEG aEG aEG @@ -32235,63 +39523,10 @@ aEG aEG aEG aEG -adz -aAC -aAC -aku -aAC -aAC -adz aEG aEG -adz -aws -akt -acZ -aHU -acP -akt -aEM -adz -adz -aLR -aYN -afu -afu -asy -afu -aST -ais -aKa -adz -agX -aSh -afu -aST -asy -afu -aST -aBz -aKa -adz -adz -aEM -aIx -aYQ -auO -acP -akt -aEM -adz aEG aEG -adz -aAC -aAC -aku -aAC -aAC -adz aEG aEG aEG @@ -32311,8 +39546,6 @@ aEG aEG aEG aEG -"} -(97,1,1) = {" aEG aEG aEG @@ -32397,43 +39630,25 @@ aEG aEG aEG adz -aEf -aBg -aBQ -aRG -aVb -art -aZy -adz -adz -aUG -aCs -aqj -aqj -aBM -axC -aqj -aRp +aco +alu +alu +aKa +alu +aKa +aKa aKa -adz -aLi -axT -aHJ -arn -adT -aHJ -aHJ -aNd aKa adz -adz -aDz -aBg -aBQ -aRG -aVb -art -aqu +aix +aKa +aKa +aKa +alu +alu +aKa +aKa +aKa adz aEG aEG @@ -32463,22 +39678,6 @@ aEG aEG aEG aEG -"} -(98,1,1) = {" -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG -aEG aEG aEG aEG @@ -32488,6 +39687,8 @@ aEG aEG aEG aEG +"} +(107,1,1) = {" aEG aEG aEG @@ -32548,45 +39749,6 @@ aEG aEG aEG aEG -adz -aEa -aRr -atD -avq -aQL -aDk -aDk -adz -adz -aXP -aAz -srv -srv -srv -srv -anr -aSa -ajG -adz -aef -aqR -aWX -aWX -aWX -aWX -aRy -ady -aaU -adz -adz -aDk -aDk -arR -avq -aQL -aDk -aDk -adz aEG aEG aEG @@ -32615,8 +39777,6 @@ aEG aEG aEG aEG -"} -(99,1,1) = {" aEG aEG aEG @@ -32646,6 +39806,27 @@ aEG aEG aEG aEG +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz aEG aEG aEG @@ -32683,6 +39864,8 @@ aEG aEG aEG aEG +"} +(108,1,1) = {" aEG aEG aEG @@ -32700,45 +39883,6 @@ aEG aEG aEG aEG -adz -akC -aBg -aVf -aVD -aLu -aZK -aEf -adz -adz -aUB -aAz -srv -srv -srv -srv -srv -aSa -aKa -adz -aKa -aqR -aWX -aWX -aWX -aWX -aWX -ady -aci -adz -adz -azL -aBg -aBQ -aVD -aLu -aZK -azL -adz aEG aEG aEG @@ -32767,8 +39911,6 @@ aEG aEG aEG aEG -"} -(100,1,1) = {" aEG aEG aEG @@ -32852,45 +39994,6 @@ aEG aEG aEG aEG -adz -aAp -aEa -aFS -auB -apD -aEa -adP -adz -adz -aKQ -aAz -srv -srv -srv -srv -srv -aSa -aGb -adz -aKa -aqR -aWX -aWX -aWX -aWX -aWX -ady -ajk -adz -adz -aAp -aEa -aFS -app -aWU -aEa -aYC -adz aEG aEG aEG @@ -32919,8 +40022,6 @@ aEG aEG aEG aEG -"} -(101,1,1) = {" aEG aEG aEG @@ -32940,6 +40041,8 @@ aEG aEG aEG aEG +"} +(109,1,1) = {" aEG aEG aEG @@ -33004,45 +40107,6 @@ aEG aEG aEG aEG -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -aCU -aby -srv -srv -srv -srv -srv -aRW -aKa -adz -aKa -azK -aWX -aWX -aWX -aWX -aWX -amG -alu -adz -adz -adz -adz -adz -adz -adz -adz -adz -aDh aEG aEG aEG @@ -33071,8 +40135,6 @@ aEG aEG aEG aEG -"} -(102,1,1) = {" aEG aEG aEG @@ -33156,6 +40218,8 @@ aEG aEG aEG aEG +"} +(110,1,1) = {" aEG aEG aEG @@ -33165,27 +40229,6 @@ aEG aEG aEG aEG -adz -anv -aHl -srv -srv -srv -srv -srv -ahF -aKa -adz -aPO -aqY -aWX -aWX -aWX -aWX -aWX -apY -alu -adz aEG aEG aEG @@ -33223,8 +40266,6 @@ aEG aEG aEG aEG -"} -(103,1,1) = {" aEG aEG aEG @@ -33317,27 +40358,6 @@ aEG aEG aEG aEG -adz -aKa -aHl -srv -srv -srv -srv -srv -aIS -aKa -adz -akc -aqY -aWX -aWX -aWX -aWX -aWX -atj -alu -adz aEG aEG aEG @@ -33376,7 +40396,26 @@ aEG aEG aEG "} -(104,1,1) = {" +(111,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -33469,27 +40508,6 @@ aEG aEG aEG aEG -adz -aKu -aHl -srv -srv -srv -srv -srv -atk -ajG -adz -akJ -aqY -aWX -aWX -aWX -aWX -aWX -apY -aPg -adz aEG aEG aEG @@ -33527,8 +40545,6 @@ aEG aEG aEG aEG -"} -(105,1,1) = {" aEG aEG aEG @@ -33556,6 +40572,8 @@ aEG aEG aEG aEG +"} +(112,1,1) = {" aEG aEG aEG @@ -33621,27 +40639,6 @@ aEG aEG aEG aEG -adz -aKa -aEW -avT -ayk -ayk -ayk -avT -aIP -aKa -adz -aKa -aVR -aMW -aZZ -aZZ -aZZ -aZZ -amy -aKa -adz aEG aEG aEG @@ -33679,8 +40676,6 @@ aEG aEG aEG aEG -"} -(106,1,1) = {" aEG aEG aEG @@ -33754,6 +40749,8 @@ aEG aEG aEG aEG +"} +(113,1,1) = {" aEG aEG aEG @@ -33773,27 +40770,6 @@ aEG aEG aEG aEG -adz -aco -alu -alu -aKa -alu -aKa -aKa -aKa -aKa -adz -aix -aKa -aKa -aKa -alu -alu -aKa -aKa -aKa -adz aEG aEG aEG @@ -33831,8 +40807,6 @@ aEG aEG aEG aEG -"} -(107,1,1) = {" aEG aEG aEG @@ -33925,27 +40899,6 @@ aEG aEG aEG aEG -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz -adz aEG aEG aEG @@ -33973,6 +40926,23 @@ aEG aEG aEG aEG +"} +(114,1,1) = {" +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG +aEG aEG aEG aEG @@ -33983,8 +40953,6 @@ aEG aEG aEG aEG -"} -(108,1,1) = {" aEG aEG aEG @@ -34136,7 +41104,7 @@ aEG aEG aEG "} -(109,1,1) = {" +(115,1,1) = {" aEG aEG aEG @@ -34287,8 +41255,6 @@ aEG aEG aEG aEG -"} -(110,1,1) = {" aEG aEG aEG @@ -34314,6 +41280,8 @@ aEG aEG aEG aEG +"} +(116,1,1) = {" aEG aEG aEG @@ -34439,8 +41407,6 @@ aEG aEG aEG aEG -"} -(111,1,1) = {" aEG aEG aEG @@ -34491,6 +41457,8 @@ aEG aEG aEG aEG +"} +(117,1,1) = {" aEG aEG aEG @@ -34591,8 +41559,6 @@ aEG aEG aEG aEG -"} -(112,1,1) = {" aEG aEG aEG @@ -34668,6 +41634,8 @@ aEG aEG aEG aEG +"} +(118,1,1) = {" aEG aEG aEG @@ -34743,8 +41711,6 @@ aEG aEG aEG aEG -"} -(113,1,1) = {" aEG aEG aEG @@ -34845,6 +41811,8 @@ aEG aEG aEG aEG +"} +(119,1,1) = {" aEG aEG aEG @@ -34895,8 +41863,6 @@ aEG aEG aEG aEG -"} -(114,1,1) = {" aEG aEG aEG @@ -35022,6 +41988,8 @@ aEG aEG aEG aEG +"} +(120,1,1) = {" aEG aEG aEG @@ -35047,8 +42015,6 @@ aEG aEG aEG aEG -"} -(115,1,1) = {" aEG aEG aEG @@ -35200,7 +42166,7 @@ aEG aEG aEG "} -(116,1,1) = {" +(121,1,1) = {" aEG aEG aEG @@ -35351,8 +42317,6 @@ aEG aEG aEG aEG -"} -(117,1,1) = {" aEG aEG aEG @@ -35378,6 +42342,8 @@ aEG aEG aEG aEG +"} +(122,1,1) = {" aEG aEG aEG @@ -35503,8 +42469,6 @@ aEG aEG aEG aEG -"} -(118,1,1) = {" aEG aEG aEG @@ -35555,6 +42519,8 @@ aEG aEG aEG aEG +"} +(123,1,1) = {" aEG aEG aEG @@ -35655,8 +42621,6 @@ aEG aEG aEG aEG -"} -(119,1,1) = {" aEG aEG aEG @@ -35732,6 +42696,8 @@ aEG aEG aEG aEG +"} +(124,1,1) = {" aEG aEG aEG @@ -35807,8 +42773,6 @@ aEG aEG aEG aEG -"} -(120,1,1) = {" aEG aEG aEG @@ -35909,6 +42873,8 @@ aEG aEG aEG aEG +"} +(125,1,1) = {" aEG aEG aEG @@ -35959,8 +42925,6 @@ aEG aEG aEG aEG -"} -(121,1,1) = {" aEG aEG aEG @@ -36086,6 +43050,8 @@ aEG aEG aEG aEG +"} +(126,1,1) = {" aEG aEG aEG @@ -36111,8 +43077,6 @@ aEG aEG aEG aEG -"} -(122,1,1) = {" aEG aEG aEG @@ -36264,7 +43228,7 @@ aEG aEG aEG "} -(123,1,1) = {" +(127,1,1) = {" aEG aEG aEG @@ -36415,8 +43379,6 @@ aEG aEG aEG aEG -"} -(124,1,1) = {" aEG aEG aEG @@ -36442,6 +43404,8 @@ aEG aEG aEG aEG +"} +(128,1,1) = {" aEG aEG aEG @@ -36567,8 +43531,6 @@ aEG aEG aEG aEG -"} -(125,1,1) = {" aEG aEG aEG @@ -36619,6 +43581,8 @@ aEG aEG aEG aEG +"} +(129,1,1) = {" aEG aEG aEG @@ -36719,8 +43683,6 @@ aEG aEG aEG aEG -"} -(126,1,1) = {" aEG aEG aEG @@ -36796,6 +43758,8 @@ aEG aEG aEG aEG +"} +(130,1,1) = {" aEG aEG aEG @@ -36871,8 +43835,6 @@ aEG aEG aEG aEG -"} -(127,1,1) = {" aEG aEG aEG @@ -36973,6 +43935,8 @@ aEG aEG aEG aEG +"} +(131,1,1) = {" aEG aEG aEG @@ -37023,8 +43987,6 @@ aEG aEG aEG aEG -"} -(128,1,1) = {" aEG aEG aEG @@ -37150,6 +44112,8 @@ aEG aEG aEG aEG +"} +(132,1,1) = {" aEG aEG aEG @@ -37175,8 +44139,6 @@ aEG aEG aEG aEG -"} -(129,1,1) = {" aEG aEG aEG @@ -37328,7 +44290,7 @@ aEG aEG aEG "} -(130,1,1) = {" +(133,1,1) = {" aEG aEG aEG @@ -37479,8 +44441,6 @@ aEG aEG aEG aEG -"} -(131,1,1) = {" aEG aEG aEG @@ -37506,6 +44466,8 @@ aEG aEG aEG aEG +"} +(134,1,1) = {" aEG aEG aEG @@ -37631,8 +44593,6 @@ aEG aEG aEG aEG -"} -(132,1,1) = {" aEG aEG aEG @@ -37683,6 +44643,8 @@ aEG aEG aEG aEG +"} +(135,1,1) = {" aEG aEG aEG @@ -37783,8 +44745,6 @@ aEG aEG aEG aEG -"} -(133,1,1) = {" aEG aEG aEG @@ -37860,6 +44820,8 @@ aEG aEG aEG aEG +"} +(136,1,1) = {" aEG aEG aEG @@ -37935,8 +44897,6 @@ aEG aEG aEG aEG -"} -(134,1,1) = {" aEG aEG aEG @@ -38037,6 +44997,8 @@ aEG aEG aEG aEG +"} +(137,1,1) = {" aEG aEG aEG @@ -38087,8 +45049,6 @@ aEG aEG aEG aEG -"} -(135,1,1) = {" aEG aEG aEG @@ -38214,6 +45174,8 @@ aEG aEG aEG aEG +"} +(138,1,1) = {" aEG aEG aEG @@ -38239,8 +45201,6 @@ aEG aEG aEG aEG -"} -(136,1,1) = {" aEG aEG aEG @@ -38392,7 +45352,7 @@ aEG aEG aEG "} -(137,1,1) = {" +(139,1,1) = {" aEG aEG aEG @@ -38543,8 +45503,6 @@ aEG aEG aEG aEG -"} -(138,1,1) = {" aEG aEG aEG @@ -38570,6 +45528,8 @@ aEG aEG aEG aEG +"} +(140,1,1) = {" aEG aEG aEG @@ -38695,8 +45655,6 @@ aEG aEG aEG aEG -"} -(139,1,1) = {" aEG aEG aEG @@ -38747,6 +45705,8 @@ aEG aEG aEG aEG +"} +(141,1,1) = {" aEG aEG aEG @@ -38847,8 +45807,6 @@ aEG aEG aEG aEG -"} -(140,1,1) = {" aEG aEG aEG @@ -38924,6 +45882,8 @@ aEG aEG aEG aEG +"} +(142,1,1) = {" aEG aEG aEG @@ -38999,8 +45959,6 @@ aEG aEG aEG aEG -"} -(141,1,1) = {" aEG aEG aEG @@ -39101,6 +46059,8 @@ aEG aEG aEG aEG +"} +(143,1,1) = {" aEG aEG aEG @@ -39151,8 +46111,6 @@ aEG aEG aEG aEG -"} -(142,1,1) = {" aEG aEG aEG @@ -39278,6 +46236,8 @@ aEG aEG aEG aEG +"} +(144,1,1) = {" aEG aEG aEG @@ -39303,8 +46263,6 @@ aEG aEG aEG aEG -"} -(143,1,1) = {" aEG aEG aEG @@ -39456,7 +46414,7 @@ aEG aEG aEG "} -(144,1,1) = {" +(145,1,1) = {" aEG aEG aEG @@ -39607,8 +46565,6 @@ aEG aEG aEG aEG -"} -(145,1,1) = {" aEG aEG aEG @@ -39634,6 +46590,8 @@ aEG aEG aEG aEG +"} +(146,1,1) = {" aEG aEG aEG @@ -39759,8 +46717,6 @@ aEG aEG aEG aEG -"} -(146,1,1) = {" aEG aEG aEG @@ -39811,6 +46767,8 @@ aEG aEG aEG aEG +"} +(147,1,1) = {" aEG aEG aEG @@ -39911,8 +46869,6 @@ aEG aEG aEG aEG -"} -(147,1,1) = {" aEG aEG aEG @@ -39988,6 +46944,8 @@ aEG aEG aEG aEG +"} +(148,1,1) = {" aEG aEG aEG @@ -40063,8 +47021,6 @@ aEG aEG aEG aEG -"} -(148,1,1) = {" aEG aEG aEG @@ -40165,6 +47121,8 @@ aEG aEG aEG aEG +"} +(149,1,1) = {" aEG aEG aEG @@ -40215,8 +47173,6 @@ aEG aEG aEG aEG -"} -(149,1,1) = {" aEG aEG aEG @@ -40342,6 +47298,8 @@ aEG aEG aEG aEG +"} +(150,1,1) = {" aEG aEG aEG @@ -40367,8 +47325,6 @@ aEG aEG aEG aEG -"} -(150,1,1) = {" aEG aEG aEG diff --git a/maps/shuttles/garrow_cargo_elevator.dmm b/maps/shuttles/garrow_cargo_elevator.dmm index 9d4717c609..3c8feb73c5 100644 --- a/maps/shuttles/garrow_cargo_elevator.dmm +++ b/maps/shuttles/garrow_cargo_elevator.dmm @@ -32,16 +32,12 @@ /turf/open/floor/almayer/test_floor4, /area/golden_arrow/cargo_shuttle/elevator) "s" = ( -/obj/structure/machinery/light/small/blue{ - dir = 4; - light_color = "#dae2ff"; - light_power = 0.25 - }, /obj/structure/machinery/computer/shuttle/elevator_controller{ pixel_y = 32; shuttleId = "garrow_cargo_elevator" }, -/turf/open/floor/almayer/mono, +/obj/effect/decal/cleanable/dirt, +/turf/open/shuttle/elevator/grating, /area/golden_arrow/cargo_shuttle/elevator) "t" = ( /obj/effect/decal/cleanable/dirt, @@ -106,7 +102,7 @@ a W "} (2,1,1) = {" -i +T S t t @@ -114,40 +110,40 @@ S T "} (3,1,1) = {" -E -t +m +s A u t -i +E "} (4,1,1) = {" -q +R H A A H -i +q "} (5,1,1) = {" -q +i H A u H -i +q "} (6,1,1) = {" -q +i H A u -t -R +H +q "} (7,1,1) = {" -m -s +T +o t H o diff --git a/sound/ambience/17708173.mp3 b/sound/ambience/17708173.mp3 new file mode 100644 index 0000000000..6983c0eba9 Binary files /dev/null and b/sound/ambience/17708173.mp3 differ diff --git a/sound/ambience/ai_interface.ogg b/sound/ambience/ai_interface.ogg new file mode 100644 index 0000000000..bf415e9e89 Binary files /dev/null and b/sound/ambience/ai_interface.ogg differ