diff --git a/.vscode/settings.json b/.vscode/settings.json index d29a55ea06..c3dca7c9b3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ "prettier.prettierPath": "./tgui/.yarn/sdks/prettier/index.cjs", "typescript.tsdk": "./tgui/.yarn/sdks/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, + "editor.rulers": [], "search.exclude": { "**/.yarn": true, "**/.pnp.*": true diff --git a/code/__DEFINES/access.dm b/code/__DEFINES/access.dm index 0947ec5e8a..4753bb8889 100644 --- a/code/__DEFINES/access.dm +++ b/code/__DEFINES/access.dm @@ -170,11 +170,11 @@ most of them are tied into map-placed objects. This should be reworked in the fu ///Well... everything (non Yautja). #define ACCESS_LIST_GLOBAL "EVERYTHING" -///Most of the USCM Access Levels used on the USS Almayer, excluding highly restricted ones. +///Most of the UACM Access Levels used on the USS Almayer, excluding highly restricted ones. #define ACCESS_LIST_MARINE_MAIN "Almayer (Main)" -///All USCM Access levels used on the USS Almayer +///All UACM Access levels used on the USS Almayer #define ACCESS_LIST_MARINE_ALL "Almayer (ALL)" -///Used by the Wey-Yu - USCM Liaison +///Used by the Wey-Yu - UACM Liaison #define ACCESS_LIST_MARINE_LIAISON "Wey-Yu (Liaison)" ///The accesses granted to emergency responders. diff --git a/code/__DEFINES/chat.dm b/code/__DEFINES/chat.dm index 85966e4032..b481d99468 100644 --- a/code/__DEFINES/chat.dm +++ b/code/__DEFINES/chat.dm @@ -23,3 +23,6 @@ /// Adds a generic box around whatever message you're sending in chat. Really makes things stand out. #define examine_block(str) ("
" + str + "
") + +#define narrate_head(str) ("

" + str + "

") +#define narrate_body(str) ("

" + str + "

") diff --git a/code/__DEFINES/dcs/signals/signals_global.dm b/code/__DEFINES/dcs/signals/signals_global.dm index 825f427695..96dca4dbf7 100644 --- a/code/__DEFINES/dcs/signals/signals_global.dm +++ b/code/__DEFINES/dcs/signals/signals_global.dm @@ -73,5 +73,3 @@ /// From /obj/structure/machinery/power/fusion_engine/proc/set_overloading() : (set_overloading) #define COMSIG_GLOB_GENERATOR_SET_OVERLOADING "!generator_set_overloading" -/// From /client/proc/rename_platoon() -#define COMSIG_GLOB_PLATOON_NAME_CHANGE "platoon_name_change" diff --git a/code/__DEFINES/job.dm b/code/__DEFINES/job.dm index 18afc56b7c..447abd1544 100644 --- a/code/__DEFINES/job.dm +++ b/code/__DEFINES/job.dm @@ -3,7 +3,7 @@ #define GET_DEFAULT_ROLE(title) (RoleAuthority?.default_roles[title] ? RoleAuthority.default_roles[title] : title) // Squad name defines -#define SQUAD_MARINE_1 "Sun Riders" +#define SQUAD_MARINE_1 "Alpha" #define SQUAD_MARINE_2 "Bravo" #define SQUAD_MARINE_3 "Charlie" #define SQUAD_MARINE_4 "Delta" @@ -40,6 +40,12 @@ #define JOB_SQUAD_MARINE_FORECON "FORECON Rifleman" #define JOB_SQUAD_SMARTGUN_FORECON "FORECON Smartgunner" +#define JOB_UER_MARINE "UER Marine Operator" +#define JOB_UER_MARINE_POINT "UER Marine Point" +#define JOB_UER_MARINE_LEAD "UER Marine Team Lead" + +#define JOB_UER_PO "UER Dropship Pilot" + var/global/list/job_squad_roles = JOB_SQUAD_ROLES_LIST #define JOB_COLONIST "Colonist" @@ -132,9 +138,9 @@ var/global/list/job_command_roles = JOB_COMMAND_ROLES_LIST #define JOB_STOWAWAY "Stowaway" -#define JOB_MARINE "USCM Marine" //generic marine -#define JOB_COLONEL "USCM Colonel" -#define JOB_GENERAL "USCM General" +#define JOB_MARINE "UACM Marine" //generic marine +#define JOB_COLONEL "UACM Colonel" +#define JOB_GENERAL "UACM General" #define JOB_ACMC "Assistant Commandant of the Marine Corps" #define JOB_CMC "Commandant of the Marine Corps" diff --git a/code/__DEFINES/minimap.dm b/code/__DEFINES/minimap.dm index 9ab037abc0..50a7346497 100644 --- a/code/__DEFINES/minimap.dm +++ b/code/__DEFINES/minimap.dm @@ -55,7 +55,7 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL)) #define MINIMAP_AREA_CONTESTED_ZONE "#0603c4ee" #define MINIMAP_SQUAD_UNKNOWN "#d8d8d8" -#define MINIMAP_SQUAD_ALPHA "#4148c8" +#define MINIMAP_SQUAD_ALPHA "#ed1c24" #define MINIMAP_SQUAD_BRAVO "#fbc70e" #define MINIMAP_SQUAD_CHARLIE "#76418a" #define MINIMAP_SQUAD_DELTA "#0c0cae" diff --git a/code/__DEFINES/mode.dm b/code/__DEFINES/mode.dm index af2bfe3994..402cf2d77c 100644 --- a/code/__DEFINES/mode.dm +++ b/code/__DEFINES/mode.dm @@ -136,6 +136,8 @@ var/global/list/ROLES_GROUND = ROLES_XENO + ROLES_SPECIAL + ROLES_WHITELISTED var/global/list/ROLES_DISTRESS_SIGNAL = ROLES_USCM + ROLES_GROUND var/global/list/ROLES_FACTION_CLASH = ROLES_USCM + JOB_PREDATOR +var/global/list/ROLES_PVE = list(JOB_UER_MARINE,JOB_UER_MARINE_POINT,JOB_UER_MARINE_LEAD) + var/global/list/ROLES_UNASSIGNED = list(JOB_SQUAD_MARINE) var/global/list/ROLES_AI = list(JOB_SO, JOB_SQUAD_LEADER, JOB_SQUAD_MEDIC, JOB_SQUAD_TEAM_LEADER, JOB_SQUAD_SMARTGUN, JOB_SQUAD_MARINE) @@ -221,7 +223,7 @@ var/global/list/whitelist_hierarchy = list(WHITELIST_NORMAL, WHITELIST_COUNCIL, // Faction names #define FACTION_NEUTRAL "Neutral" -#define FACTION_MARINE "USCM" +#define FACTION_MARINE "UACM" #define FACTION_SURVIVOR "Survivor" #define FACTION_UPP "UPP" #define FACTION_TWE "TWE" diff --git a/code/__DEFINES/origins.dm b/code/__DEFINES/origins.dm index 3ea79cc6cc..d81acc759a 100644 --- a/code/__DEFINES/origins.dm +++ b/code/__DEFINES/origins.dm @@ -4,7 +4,7 @@ // Civilian / CLF #define ORIGIN_CIVILIAN "Colony-Born" -// USCM +// UACM #define ORIGIN_USCM "United Americas (United States)" #define ORIGIN_USCM_LUNA "United Americas (Luna)" #define ORIGIN_USCM_OTHER "United Americas (Other)" diff --git a/code/__DEFINES/radio.dm b/code/__DEFINES/radio.dm index e2bd155fcb..3202eec2cd 100644 --- a/code/__DEFINES/radio.dm +++ b/code/__DEFINES/radio.dm @@ -18,7 +18,7 @@ //Radio channels #define RADIO_CHANNEL_BLANK "UNSET" -#define RADIO_CHANNEL_ALMAYER "Almayer" +#define RADIO_CHANNEL_ALMAYER "Arrowhead" #define RADIO_CHANNEL_ALAMO "Alamo" #define RADIO_CHANNEL_COMMAND "Command" #define RADIO_CHANNEL_COLONY "Colony" diff --git a/code/__DEFINES/sentry_laptop_configurations.dm b/code/__DEFINES/sentry_laptop_configurations.dm index 8626ba2cfa..60d5d45d2e 100644 --- a/code/__DEFINES/sentry_laptop_configurations.dm +++ b/code/__DEFINES/sentry_laptop_configurations.dm @@ -1,4 +1,4 @@ -#define FACTION_USCM "USCM" +#define FACTION_USCM "UACM" #define FACTION_WEYLAND "WY" #define FACTION_HUMAN "HUMAN" #define FACTION_COLONY "COLONY" diff --git a/code/__DEFINES/shuttles.dm b/code/__DEFINES/shuttles.dm index a27c7a5689..8ab1068cff 100644 --- a/code/__DEFINES/shuttles.dm +++ b/code/__DEFINES/shuttles.dm @@ -117,12 +117,24 @@ #define DROPSHIP_NORMANDY "dropship_normandy" #define DROPSHIP_UPP "dropship_upp" #define DROPSHIP_CYCLONE "dropship_cyclone" +#define DROPSHIP_WRAITH "dropship_wraith" #define ALMAYER_DROPSHIP_LZ1 "almayer-hangar-lz1" #define ALMAYER_DROPSHIP_LZ2 "almayer-hangar-lz2" #define GOLDEN_ARROW_LZ "golden arrow lz" +#define ARROWHEAD_LZ "arrowhead lz" +#define MOBILE_ARROW_ELEVATOR "arrow_elevator" +#define STAT_ARROW_EMPTY "arrow_empty" +#define STAT_ARROW_OCCUPIED "arrow_occupied" +#define STAT_ARROW_UPPER_PORT "UAS Arrowhead - Upper Port Elevator Dock" +#define STAT_ARROW_UPPER_STAR "UAS Arrowhead - Upper Starboard Elevator Dock" +#define STAT_ARROW_MID_PORT "UAS Arrowhead - Middle Port Elevator Dock" +#define STAT_ARROW_MID_STAR "UAS Arrowhead - Middle Starboard Elevator Dock" +#define STAT_ARROW_LOWER_PORT "UAS Arrowhead - Lower Port Elevator Dock" +#define STAT_ARROW_LOWER_STAR "UAS Arrowhead - Lower Starboard Elevator Dock" + #define DROPSHIP_FLYBY_ID "special_flight" #define DROPSHIP_LZ1 "dropship-lz1" #define DROPSHIP_LZ2 "dropship-lz2" diff --git a/code/_globalvars/misc.dm b/code/_globalvars/misc.dm index 74f3149610..e3edda41df 100644 --- a/code/_globalvars/misc.dm +++ b/code/_globalvars/misc.dm @@ -5,7 +5,7 @@ GLOBAL_VAR_INIT(perf_flags, NO_FLAGS) GLOBAL_LIST_INIT(bitflags, list((1<<0), (1<<1), (1<<2), (1<<3), (1<<4), (1<<5), (1<<6), (1<<7), (1<<8), (1<<9), (1<<10), (1<<11), (1<<12), (1<<13), (1<<14), (1<<15), (1<<16), (1<<17), (1<<18), (1<<19), (1<<20), (1<<21), (1<<22), (1<<23))) -GLOBAL_VAR_INIT(master_mode, "Distress Signal: Lowpop") +GLOBAL_VAR_INIT(master_mode, "Xenosurge") GLOBAL_VAR_INIT(timezoneOffset, 0) @@ -54,4 +54,42 @@ GLOBAL_VAR(obfs_x) /// A number between -500 and 500. GLOBAL_VAR(obfs_y) -GLOBAL_VAR_INIT(ai_xeno_weeding, TRUE) +GLOBAL_VAR_INIT(ai_xeno_weeding, FALSE) + +GLOBAL_VAR_INIT(xenosurge_spawner_limit, 30) + +GLOBAL_VAR_INIT(xenosurge_surge_started, 0) +GLOBAL_VAR_INIT(xenosurge_wave_xenos_max, 100) +GLOBAL_VAR_INIT(xenosurge_wave_xenos_current, 0) +GLOBAL_VAR_INIT(xenosurge_wave_veteran_xenos_current, 0) +GLOBAL_VAR_INIT(xenosurge_veteran_xenos_max, 6) + + +GLOBAL_VAR_INIT(xenosurge_wave_xenos_hp, 50) +GLOBAL_VAR_INIT(xenosurge_wave_xenos_armor, 0) +GLOBAL_VAR_INIT(xenosurge_wave_xenos_dam_min, 5) +GLOBAL_VAR_INIT(xenosurge_wave_xenos_dam_max, 7) + +GLOBAL_VAR_INIT(xenosurge_spawner_xenos, 5) +GLOBAL_VAR_INIT(xenosurge_spawner_delay, 100) +GLOBAL_VAR_INIT(xenosurge_spawner_variance, 10) + +GLOBAL_VAR_INIT(xenosurge_veteran_spawner_xenos_max, 2) +GLOBAL_VAR_INIT(xenosurge_veteran_spawner_delay, 100) +GLOBAL_VAR_INIT(xenosurge_veteran_spawner_variance, 50) + +GLOBAL_VAR_INIT(xenosurge_veteran_type, 4) + +GLOBAL_LIST_EMPTY(xenosurge_configured_spawners) + +GLOBAL_VAR_INIT(spawner_number, 1) + +GLOBAL_VAR_INIT(quest_items_number, 0) +GLOBAL_VAR_INIT(quest_items_found, 0) + +GLOBAL_VAR_INIT(ammo_restock_next, 0) +GLOBAL_VAR_INIT(ammo_restock_full, 0) +GLOBAL_VAR_INIT(ammo_restock_delay, 6000) + +GLOBAL_VAR_INIT(primary_objective, "Awaiting Orders") +GLOBAL_VAR_INIT(secondary_objective, "Awaiting Orders") diff --git a/code/_onclick/hud/fullscreen.dm b/code/_onclick/hud/fullscreen.dm index b0e2d2b57e..ca71a97113 100644 --- a/code/_onclick/hud/fullscreen.dm +++ b/code/_onclick/hud/fullscreen.dm @@ -2,6 +2,7 @@ /mob var/list/fullscreens = list() + var/list/narration_settings = list("Name" = null, "Location" = null, "Position" = null) /mob/proc/overlay_fullscreen(category, type, severity) var/atom/movable/screen/fullscreen/screen = fullscreens[category] diff --git a/code/controllers/configuration/entries/game_options.dm b/code/controllers/configuration/entries/game_options.dm index ad1924565c..b3c406383e 100644 --- a/code/controllers/configuration/entries/game_options.dm +++ b/code/controllers/configuration/entries/game_options.dm @@ -51,7 +51,7 @@ config_entry_value = TRUE /datum/config_entry/number/revive_grace_period - config_entry_value = 3000 + config_entry_value = 50000 min_val = 0 /datum/config_entry/flag/bones_can_break diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index a499bc769c..eb5e62bb03 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -256,7 +256,7 @@ Voting // Gamemode to auto-switch to at the start of the round /datum/config_entry/string/gamemode_default - config_entry_value = "Distress Signal: Lowpop" + config_entry_value = "Xenosurge" /datum/config_entry/number/rounds_until_hard_restart config_entry_value = -1 // -1 is disabled by default, 0 is every round, x is after so many rounds diff --git a/code/controllers/subsystem/communications.dm b/code/controllers/subsystem/communications.dm index e214b29836..8fb49dc7b7 100644 --- a/code/controllers/subsystem/communications.dm +++ b/code/controllers/subsystem/communications.dm @@ -103,7 +103,7 @@ var/const/MIN_FREQ = 1460 // --------------------------------------------------- var/const/PUB_FREQ = 1461 var/const/MAX_FREQ = 1468 // ------------------------------------------------------ -//USCM High Command (USCM 1470-1499) +//UACM High Command (UACM 1470-1499) var/const/HC_FREQ = 1471 var/const/SOF_FREQ = 1472 var/const/PVST_FREQ = 1473 diff --git a/code/controllers/subsystem/influxstats.dm b/code/controllers/subsystem/influxstats.dm index 01015b8319..65c34387ac 100644 --- a/code/controllers/subsystem/influxstats.dm +++ b/code/controllers/subsystem/influxstats.dm @@ -130,7 +130,7 @@ SUBSYSTEM_DEF(influxstats) if(squad in squad_job_stats) squad_job_stats[squad][job] = (squad_job_stats[squad][job] || 0) + 1 continue // Defer to squad stats instead - // else: So you're in the USCM and have a job but aren't an human? Tell me more Dr Jones... + // else: So you're in the UACM and have a job but aren't an human? Tell me more Dr Jones... else if(ishuman(mob)) team = "humans_others" else if(isxeno(mob)) diff --git a/code/controllers/subsystem/mapping.dm b/code/controllers/subsystem/mapping.dm index be6709f08c..96305aa4fe 100644 --- a/code/controllers/subsystem/mapping.dm +++ b/code/controllers/subsystem/mapping.dm @@ -197,7 +197,6 @@ SUBSYSTEM_DEF(mapping) /datum/controller/subsystem/mapping/proc/Loadship(list/errorList, name, path, files, list/traits, list/default_traits, silent = FALSE, override_map_path = "maps/") LoadGroup(errorList, name, path, files, traits, default_traits, silent, override_map_path = override_map_path) - GLOB.gamemode_roles["Distress Signal: Lowpop"] = GLOB.platoon_to_role_list[MAIN_SHIP_PLATOON] /datum/controller/subsystem/mapping/proc/Loadground(list/errorList, name, path, files, list/traits, list/default_traits, silent = FALSE, override_map_path = "maps/") LoadGroup(errorList, name, path, files, traits, default_traits, silent, override_map_path = override_map_path) diff --git a/code/controllers/subsystem/minimap.dm b/code/controllers/subsystem/minimap.dm index a26d024b17..13257d42bd 100644 --- a/code/controllers/subsystem/minimap.dm +++ b/code/controllers/subsystem/minimap.dm @@ -730,7 +730,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_OVERWATCH, SKILL_OVERWATCH_TRAINED) || is_xeno if(use_live_map && !map_holder) var/level = SSmapping.levels_by_trait(targeted_ztrait) @@ -740,15 +740,6 @@ SUBSYSTEM_DEF(minimaps) ui = SStgui.try_update_ui(user, src, ui) if(!ui) - if(!wiki_map_fallback) - var/wiki_url = CONFIG_GET(string/wikiurl) - var/obj/item/map/current_map/new_map = new - if(wiki_url && new_map.html_link) - wiki_map_fallback ="[wiki_url]/[new_map.html_link]" - else - debug_log("Failed to determine fallback wiki map! Attempted '[wiki_url]/[new_map.html_link]'") - qdel(new_map) - // Ensure we actually have the map image sent resend_current_map_png(user) @@ -811,9 +802,11 @@ SUBSYSTEM_DEF(minimaps) data["canViewTacmap"] = is_xeno data["canViewCanvas"] = (faction in FACTION_LIST_HUMANOID) || faction == XENO_HIVE_NORMAL + if(skillcheck(user, SKILL_OVERWATCH, SKILL_OVERWATCH_TRAINED) || faction == XENO_HIVE_NORMAL && isqueen(user)) + data["canViewTacmap"] = TRUE + if(skillcheck(user, SKILL_LEADERSHIP, SKILL_LEAD_EXPERT) || faction == XENO_HIVE_NORMAL && isqueen(user)) data["canDraw"] = TRUE - data["canViewTacmap"] = TRUE return data diff --git a/code/controllers/subsystem/statpanel.dm b/code/controllers/subsystem/statpanel.dm index ba07898dec..1a7ad22b4e 100644 --- a/code/controllers/subsystem/statpanel.dm +++ b/code/controllers/subsystem/statpanel.dm @@ -34,6 +34,14 @@ SUBSYSTEM_DEF(statpanels) "Server Time: [time2text(world.timeofday, "YYYY-MM-DD hh:mm:ss")]", "Round Time: [duration2text()]", "Operation Time: [worldtime2text()]", + "------", + "Primary Objective:", + "", + "[GLOB.primary_objective]", + "", + "Secondary Objective:", + "", + "[GLOB.secondary_objective]" ) src.currentrun = GLOB.clients.Copy() diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index d3cb19c40e..8615a3d332 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -246,7 +246,7 @@ SUBSYSTEM_DEF(ticker) save_mode(CONFIG_GET(string/gamemode_default)) if(round_statistics) - to_chat_spaced(world, html = FONT_SIZE_BIG(SPAN_ROLE_BODY("Welcome to [round_statistics.round_name]"))) + to_chat_spaced(world, html = narrate_head("Welcome to [round_statistics.round_name]")) supply_controller.process() //Start the supply shuttle regenerating points -- TLE @@ -327,7 +327,7 @@ SUBSYSTEM_DEF(ticker) if(mode) GLOB.master_mode = SSmapping.configs[GROUND_MAP].force_mode ? SSmapping.configs[GROUND_MAP].force_mode : mode else - GLOB.master_mode = "Distress Signal: Lowpop" + GLOB.master_mode = "Xenosurge" log_game("Saved mode is '[GLOB.master_mode]'") diff --git a/code/datums/ammo/bullet/shotgun.dm b/code/datums/ammo/bullet/shotgun.dm index cf13fb9b01..e247f60d8b 100644 --- a/code/datums/ammo/bullet/shotgun.dm +++ b/code/datums/ammo/bullet/shotgun.dm @@ -155,7 +155,7 @@ knockback(M,P) /datum/ammo/bullet/shotgun/buckshot/special - name = "buckshot shell, USCM special type" + name = "buckshot shell, UACM special type" handful_state = "special_buck" bonus_projectiles_type = /datum/ammo/bullet/shotgun/spread/special @@ -192,7 +192,7 @@ damage = 20 /datum/ammo/bullet/shotgun/spread/special - name = "additional buckshot, USCM special type" + name = "additional buckshot, UACM special type" accurate_range = 8 max_range = 8 diff --git a/code/datums/ammo/xeno.dm b/code/datums/ammo/xeno.dm index 654ab88c7a..5a84ed1df7 100644 --- a/code/datums/ammo/xeno.dm +++ b/code/datums/ammo/xeno.dm @@ -394,3 +394,18 @@ /datum/ammo/xeno/oppressor_tail/proc/remove_tail_overlay(mob/overlayed_mob, image/tail_image) overlayed_mob.overlays -= tail_image + + +/datum/ammo/xeno/surge_proj + + name = "surge projectile" + icon_state = "shrapnel_light" + ping = null + flags_ammo_behavior = AMMO_XENO|AMMO_SKIPS_ALIENS|AMMO_STOPPED_BY_COVER + damage_type = BRUTE + + damage = 20 + max_range = 10 + accuracy = 100 + shrapnel_type = /obj/item/shard/shrapnel/surge_chip + shrapnel_chance = 100 diff --git a/code/datums/datacore.dm b/code/datums/datacore.dm index 26ef0e5d0a..201ea55d72 100644 --- a/code/datums/datacore.dm +++ b/code/datums/datacore.dm @@ -7,18 +7,6 @@ GLOBAL_DATUM_INIT(data_core, /datum/datacore, new) //This list tracks characters spawned in the world and cannot be modified in-game. Currently referenced by respawn_character(). var/locked[] = list() -/datum/datacore/New() - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - -/datum/datacore/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - - for(var/datum/data/record/cycled_data_record in general) - if(cycled_data_record.fields["squad"] == old_name) - cycled_data_record.fields["squad"] = new_name - /datum/datacore/proc/get_manifest(monochrome, OOC, nonHTML) var/list/cic = ROLES_CIC.Copy() var/list/auxil = ROLES_AUXIL_SUPPORT.Copy() @@ -141,7 +129,7 @@ GLOBAL_DATUM_INIT(data_core, /datum/datacore, new) continue dept_flags |= FLAG_SHOW_MARINES squad_sublists[squad_name] = TRUE - ///If it is a real squad in the USCM squad list to prevent the crew manifest from breaking + ///If it is a real squad in the UACM squad list to prevent the crew manifest from breaking if(!(squad_name in ROLES_SQUAD_ALL)) continue LAZYSET(marines_by_squad[squad_name][real_rank], name, rank) diff --git a/code/datums/emergency_calls/cbrn.dm b/code/datums/emergency_calls/cbrn.dm index 3a6b1c6406..66df0fc50d 100644 --- a/code/datums/emergency_calls/cbrn.dm +++ b/code/datums/emergency_calls/cbrn.dm @@ -35,7 +35,7 @@ arm_equipment(mob, /datum/equipment_preset/uscm/cbrn/standard, TRUE, TRUE) to_chat(mob, SPAN_ROLE_HEADER("You are a CBRN Squad Rifleman!")) - to_chat(mob, SPAN_ROLE_BODY("You are a member of the USCM's CBRN. The CBRN is a force that specializes in handling chemical, biological, radiological, and nuclear threats.")) + to_chat(mob, SPAN_ROLE_BODY("You are a member of the UACM's CBRN. The CBRN is a force that specializes in handling chemical, biological, radiological, and nuclear threats.")) addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), mob, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) /datum/emergency_call/cbrn/ert @@ -76,5 +76,5 @@ arm_equipment(mob, /datum/equipment_preset/uscm/cbrn/specialist, TRUE, TRUE) to_chat(mob, SPAN_ROLE_HEADER("You are a CBRN Specialist!")) - to_chat(mob, SPAN_ROLE_BODY("You are a member of the USCM's CBRN. The CBRN is a force that specializes in handling chemical, biological, radiological, and nuclear threats.")) + to_chat(mob, SPAN_ROLE_BODY("You are a member of the UACM's CBRN. The CBRN is a force that specializes in handling chemical, biological, radiological, and nuclear threats.")) addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), mob, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) diff --git a/code/datums/emergency_calls/clf.dm b/code/datums/emergency_calls/clf.dm index 0a5f09e2a2..7c44f5a64c 100644 --- a/code/datums/emergency_calls/clf.dm +++ b/code/datums/emergency_calls/clf.dm @@ -5,7 +5,7 @@ name = "Colonial Liberation Front (Squad)" mob_max = 10 arrival_message = "'Attention, you are tresspassing on our soverign territory. Expect no forgiveness.'" - objectives = "Assault the USCM, and sabotage as much as you can. Ensure any survivors escape in your custody." + objectives = "Assault the UACM, and sabotage as much as you can. Ensure any survivors escape in your custody." probability = 20 hostility = TRUE var/max_synths = 1 @@ -14,22 +14,22 @@ /datum/emergency_call/clf/print_backstory(mob/living/carbon/human/H) if(ishuman_strict(H)) var/message = "[pick(5;"on the UA prison station", 10;"in the LV-624 jungle", 25;"on the farms of LV-771", 25;"in the slums of LV-221", 20;"the red wastes of LV-361", 15;"the icy tundra of LV-571")] to a [pick(50;"poor", 15;"well-off", 35;"average")] family." - var/message_grew = "[pick(20;"the Dust Raiders killed someone close to you in 2181", 20;"you harbor a strong hatred of the United Americas", 10;"you are a wanted criminal in the United Americas", 5;"have UPP sympathies and want to see the UA driven out of the secor", 10;"you believe the USCM occupation will hurt your quality of life", 5;"are a violent person and want to kill someone for the sake of killing", 20;"want the Neroid Sector to be free from outsiders", 10;"your militia was absorbed into the CLF")]" + var/message_grew = "[pick(20;"the Dust Raiders killed someone close to you in 2181", 20;"you harbor a strong hatred of the United Americas", 10;"you are a wanted criminal in the United Americas", 5;"have UPP sympathies and want to see the UA driven out of the secor", 10;"you believe the UACM occupation will hurt your quality of life", 5;"are a violent person and want to kill someone for the sake of killing", 20;"want the Neroid Sector to be free from outsiders", 10;"your militia was absorbed into the CLF")]" to_chat(H, SPAN_BOLD("As a native of the Neroid Sector, you joined the CLF because [message_grew].")) to_chat(H, SPAN_BOLD("You grew up [message] and are considered a terrorist by the UA.")) else to_chat(H, SPAN_BOLD("You were brought online in an underground CLF workshop, reprogrammed to serve the CLF and fight for their freedom.")) to_chat(H, SPAN_BOLD("Originally, you were programmed with medical and engineering knowledge to assist with building and maintaining colonies.")) - to_chat(H, SPAN_BOLD("However, the hackers managed to load combat protocols and install a new directive: Irrational hatred for everything USCM.")) + to_chat(H, SPAN_BOLD("However, the hackers managed to load combat protocols and install a new directive: Irrational hatred for everything UACM.")) to_chat(H, SPAN_BOLD("The Neroid Sector has largely enjoyed its independence.")) to_chat(H, SPAN_BOLD("Though technically part of the United American frontier, many colonists in the Neroid Sector have enjoyed their freedoms.")) - to_chat(H, SPAN_BOLD("In 2172, however, the United Americas moved the USCM Battalion, the 'Dust Raiders', and the battalion flagship, the USS Alistoun, to the Neroid Sector.")) + to_chat(H, SPAN_BOLD("In 2172, however, the United Americas moved the UACM Battalion, the 'Dust Raiders', and the battalion flagship, the USS Alistoun, to the Neroid Sector.")) to_chat(H, SPAN_BOLD("The Dust Raiders responded with deadly force, scattering many of the colonists who attempted to fight their occupation.")) to_chat(H, SPAN_BOLD("The Dust Raiders and their flagship, the USS Alistoun eventually withdrew from the sector by the end of the year.")) to_chat(H, SPAN_BOLD("With the Neroid Sector existing in relative isolation from United America oversight for the last five years, many colonists have considered themselves free from governmental rule.")) to_chat(H, SPAN_BOLD("The year is now [game_year].")) - to_chat(H, SPAN_BOLD("The arrival of the USCM Battalion, the Falling Falcons, and their flagship, the [MAIN_SHIP_NAME], have reaffirmed that the United Americas considers the Neroid Sector part of their holdings.")) + to_chat(H, SPAN_BOLD("The arrival of the UACM Battalion, the Falling Falcons, and their flagship, the [MAIN_SHIP_NAME], have reaffirmed that the United Americas considers the Neroid Sector part of their holdings.")) to_chat(H, SPAN_BOLD("It is up to you and your fellow colonists to make them realize their trespasses. This sector is no longer theirs.")) /datum/emergency_call/clf/create_member(datum/mind/M, turf/override_spawn_loc) diff --git a/code/datums/emergency_calls/cmb.dm b/code/datums/emergency_calls/cmb.dm index a49c0a4ce2..68e5b3b91b 100644 --- a/code/datums/emergency_calls/cmb.dm +++ b/code/datums/emergency_calls/cmb.dm @@ -1,4 +1,4 @@ -// The Colonial Marshal Bureau, a UA Federal investigative/law enforcement functionary from Sol which oversees many colonies among the frontier. They are friendly to USCM. +// The Colonial Marshal Bureau, a UA Federal investigative/law enforcement functionary from Sol which oversees many colonies among the frontier. They are friendly to UACM. /datum/emergency_call/cmb name = "CMB - Colonial Marshals Patrol Team (Friendly)" mob_max = 5 @@ -85,7 +85,7 @@ else if(M == cmb_observer) to_chat(M, SPAN_BOLD("You are an Interstellar Human Rights Observer, originally from [pick(50;"The United Americas", 10;"Europe", 10;"Luna", 20;"Sol", 10;"a colony on the frontier")].")) to_chat(M, SPAN_BOLD("You are [pick(60; "skeptical", 40;"ambicable", 10;"supportive")] of Weyland-Yutani and their practices.")) - to_chat(M, SPAN_BOLD("You are [pick(40; "skeptical", 30;"ambicable", 30;"supportive")] of the USCM's actions on the frontier.")) + to_chat(M, SPAN_BOLD("You are [pick(40; "skeptical", 30;"ambicable", 30;"supportive")] of the UACM's actions on the frontier.")) to_chat(M, SPAN_BOLD("Through a lot of hard work, your organization managed to convince the Colonial Marshals to take you to the frontier for an article about the quality of life there.")) to_chat(M, SPAN_BOLD("Observe the Feds in their adventures and keep an eye out for any inhumane acts from others. The Neroid Sector is full of atrocities on every side.")) to_chat(M, SPAN_BOLD("Do not instigate or start any confrontations. You are an observer, and you do not wage wars. Only intervene in medical emergencies.")) diff --git a/code/datums/emergency_calls/contractor.dm b/code/datums/emergency_calls/contractor.dm index a5d6c2d7e8..1273d8759d 100644 --- a/code/datums/emergency_calls/contractor.dm +++ b/code/datums/emergency_calls/contractor.dm @@ -57,7 +57,7 @@ /datum/emergency_call/contractors/print_backstory(mob/living/carbon/human/M) if(ishuman_strict(M)) to_chat(M, SPAN_BOLD("You were born [pick(60;"in the United States", 20;"on Earth", 20;"on a colony")] to a [pick(75;"average", 15;"poor", 10;"well-established")] family.")) - to_chat(M, SPAN_BOLD("Joining the USCM gave you a lot of combat experience and useful skills but changed you.")) + to_chat(M, SPAN_BOLD("Joining the UACM gave you a lot of combat experience and useful skills but changed you.")) to_chat(M, SPAN_BOLD("After getting out, you couldn't hold a job with the things you saw and did, deciding to put your skills to use you joined a Military Contractor firm.")) to_chat(M, SPAN_BOLD("You are a skilled mercenary, making better pay than in the Corps.")) else @@ -68,9 +68,9 @@ to_chat(M, SPAN_BOLD("You are [pick(80;"unaware", 15;"faintly aware", 5;"knowledgeable")] of the xenomorph threat.")) to_chat(M, SPAN_BOLD("You are employed by Vanguard's Arrow Incorporated(VAI), as a member of VAI Primary Operations(VAIPO)")) to_chat(M, SPAN_BOLD("You are stationed on-board the USCSS Inheritor, a part of VAIPO Task-Force Charlie.")) - to_chat(M, SPAN_BOLD("Under the directive of the VAI executive board, you have been assist in riot control, military aid, and to assist USCMC forces wherever possible.")) + to_chat(M, SPAN_BOLD("Under the directive of the VAI executive board, you have been assist in riot control, military aid, and to assist UACM forces wherever possible.")) to_chat(M, SPAN_BOLD("The USCSS Inheritor is staffed with crew of roughly three hundred military contractors, and fifty support personnel.")) - to_chat(M, SPAN_BOLD("Assist the USCMC Force of the [MAIN_SHIP_NAME] however you can.")) + to_chat(M, SPAN_BOLD("Assist the UACM Force of the [MAIN_SHIP_NAME] however you can.")) to_chat(M, SPAN_BOLD("As a side-objective, VAI has been hired by an unknown benefactor to engage in corporate espionage and sabotage against Weyland-Yutani, avoid direct conflict; you aren't VAISO; but attempt to recover Wey-Yu secrets and plans if possible.")) @@ -97,11 +97,11 @@ /datum/emergency_call/contractors/covert/New() ..() arrival_message = "[MAIN_SHIP_NAME], this is USCSS Samburan, with Vanguard's Arrow Incorporated, Special Operations; we are boarding in accordance with the 2177 Military Aid Act; authorisation code X-Ray 19601." - objectives = "Assist USCMC forces in whatever way is possible, sabotage Weyland-Yutani efforts." + objectives = "Assist UACM forces in whatever way is possible, sabotage Weyland-Yutani efforts." /datum/emergency_call/contractors/covert/proc/check_objective_info() if(objective_info) - objectives = "Assist USCMC forces in whatever way is possible." + objectives = "Assist UACM forces in whatever way is possible." objectives += "Sabotage Weyland-Yutani efforts." checked_objective = TRUE diff --git a/code/datums/emergency_calls/cryo_marines.dm b/code/datums/emergency_calls/cryo_marines.dm index f7a486bc04..c9e02a890e 100644 --- a/code/datums/emergency_calls/cryo_marines.dm +++ b/code/datums/emergency_calls/cryo_marines.dm @@ -5,7 +5,7 @@ mob_max = 10 mob_min = 1 probability = 0 - objectives = "Assist the USCM forces" + objectives = "Assist the UACM forces" max_engineers = 2 max_medics = 2 name_of_spawn = /obj/effect/landmark/ert_spawns/distress_cryo @@ -48,32 +48,32 @@ leader = human leaders++ human.client?.prefs.copy_all_to(human, JOB_SQUAD_LEADER, TRUE, TRUE) - to_chat(human, SPAN_ROLE_HEADER("You are a Squad Leader in the USCM")) + to_chat(human, SPAN_ROLE_HEADER("You are a Squad Leader in the UACM")) to_chat(human, SPAN_ROLE_BODY("You are here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name]. Listen to the chain of command.")) to_chat(human, SPAN_BOLDWARNING("If you wish to cryo or ghost upon spawning in, you must ahelp and inform staff so you can be replaced.")) else if (heavies < max_heavies && (!mind || (HAS_FLAG(human.client.prefs.toggles_ert, PLAY_HEAVY) && check_timelock(human.client, JOB_SQUAD_SPECIALIST, time_required_for_job)))) heavies++ human.client?.prefs.copy_all_to(human, JOB_SQUAD_SPECIALIST, TRUE, TRUE) arm_equipment(human, /datum/equipment_preset/uscm/spec/cryo, mind == null, TRUE) - to_chat(human, SPAN_ROLE_HEADER("You are a Weapons Specialist in the USCM")) + to_chat(human, SPAN_ROLE_HEADER("You are a Weapons Specialist in the UACM")) to_chat(human, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name]. Listen to the chain of command.")) to_chat(human, SPAN_BOLDWARNING("If you wish to cryo or ghost upon spawning in, you must ahelp and inform staff so you can be replaced.")) else if (medics < max_medics && (!mind || (HAS_FLAG(human.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(human.client, JOB_SQUAD_MEDIC, time_required_for_job)))) medics++ human.client?.prefs.copy_all_to(human, JOB_SQUAD_MEDIC, TRUE, TRUE) - to_chat(human, SPAN_ROLE_HEADER("You are a Hospital Corpsman in the USCM")) + to_chat(human, SPAN_ROLE_HEADER("You are a Hospital Corpsman in the UACM")) to_chat(human, SPAN_ROLE_BODY("You are here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name]. Listen to the chain of command.")) to_chat(human, SPAN_BOLDWARNING("If you wish to cryo or ghost upon spawning in, you must ahelp and inform staff so you can be replaced.")) else if (engineers < max_engineers && (!mind || (HAS_FLAG(human.client.prefs.toggles_ert, PLAY_ENGINEER) && check_timelock(human.client, JOB_SQUAD_ENGI, time_required_for_job)))) engineers++ human.client?.prefs.copy_all_to(human, JOB_SQUAD_ENGI, TRUE, TRUE) arm_equipment(human, /datum/equipment_preset/uscm/engineer/cryo, mind == null, TRUE) - to_chat(human, SPAN_ROLE_HEADER("You are an Engineer in the USCM")) + to_chat(human, SPAN_ROLE_HEADER("You are an Engineer in the UACM")) to_chat(human, SPAN_ROLE_BODY("You are here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name]. Listen to the chain of command.")) to_chat(human, SPAN_BOLDWARNING("If you wish to cryo or ghost upon spawning in, you must ahelp and inform staff so you can be replaced.")) else human.client?.prefs.copy_all_to(human, JOB_SQUAD_MARINE, TRUE, TRUE) - to_chat(human, SPAN_ROLE_HEADER("You are a Rifleman in the USCM")) + to_chat(human, SPAN_ROLE_HEADER("You are a Rifleman in the UACM")) to_chat(human, SPAN_ROLE_BODY("You are here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name]. Listen to the chain of command.")) to_chat(human, SPAN_BOLDWARNING("If you wish to cryo or ghost upon spawning in, you must ahelp and inform staff so you can be replaced.")) diff --git a/code/datums/emergency_calls/cryo_marines_heavy.dm b/code/datums/emergency_calls/cryo_marines_heavy.dm index c733b9101e..9dfb4a39d6 100644 --- a/code/datums/emergency_calls/cryo_marines_heavy.dm +++ b/code/datums/emergency_calls/cryo_marines_heavy.dm @@ -8,7 +8,7 @@ mob_max = 15 mob_min = 1 probability = 0 - objectives = "Assist the USCM forces" + objectives = "Assist the UACM forces" max_heavies = 4 max_medics = 2 name_of_spawn = /obj/effect/landmark/ert_spawns/distress_cryo @@ -39,28 +39,28 @@ if(leaders < cryo_squad.max_leaders && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(H.client, JOB_SQUAD_LEADER, time_required_for_job)) leader = H leaders++ - to_chat(H, SPAN_ROLE_HEADER("You are a Squad Leader in the USCM")) + to_chat(H, SPAN_ROLE_HEADER("You are a Squad Leader in the UACM")) to_chat(H, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if (heavies < max_heavies && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_HEAVY) && check_timelock(H.client, JOB_SQUAD_SPECIALIST, time_required_for_job)) heavies++ arm_equipment(H, /datum/equipment_preset/uscm/specialist_equipped/cryo, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are a Weapons Specialist in the USCM")) + to_chat(H, SPAN_ROLE_HEADER("You are a Weapons Specialist in the UACM")) to_chat(H, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if(smartgunners < max_smartgunners && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_SMARTGUNNER) && check_timelock(H.client, JOB_SQUAD_SMARTGUN, time_required_for_job)) smartgunners++ - to_chat(H, SPAN_ROLE_HEADER("You are a Smartgunner in the USCM")) + to_chat(H, SPAN_ROLE_HEADER("You are a Smartgunner in the UACM")) to_chat(H, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if(engineers < max_engineers && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_ENGINEER) && check_timelock(H.client, JOB_SQUAD_ENGI, time_required_for_job)) engineers++ arm_equipment(H, /datum/equipment_preset/uscm/engineer_equipped/cryo, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are an Engineer in the USCM")) + to_chat(H, SPAN_ROLE_HEADER("You are an Engineer in the UACM")) to_chat(H, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if (medics < max_medics && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(H.client, JOB_SQUAD_MEDIC, time_required_for_job)) medics++ - to_chat(H, SPAN_ROLE_HEADER("You are a Hospital Corpsman in the USCM")) + to_chat(H, SPAN_ROLE_HEADER("You are a Hospital Corpsman in the UACM")) to_chat(H, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else - to_chat(H, SPAN_ROLE_HEADER("You are a Rifleman in the USCM")) + to_chat(H, SPAN_ROLE_HEADER("You are a Rifleman in the UACM")) to_chat(H, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) sleep(10) diff --git a/code/datums/emergency_calls/cryo_spec.dm b/code/datums/emergency_calls/cryo_spec.dm index 6cc7c905ef..3e0d5bcd3a 100644 --- a/code/datums/emergency_calls/cryo_spec.dm +++ b/code/datums/emergency_calls/cryo_spec.dm @@ -3,7 +3,7 @@ mob_max = 1 mob_min = 1 probability = 0 - objectives = "Assist the USCM forces" + objectives = "Assist the UACM forces" name_of_spawn = /obj/effect/landmark/ert_spawns/distress_cryo shuttle_id = "" spawn_max_amount = TRUE @@ -33,7 +33,7 @@ sleep(5) human.client?.prefs.copy_all_to(human, JOB_SQUAD_SPECIALIST, TRUE, TRUE) arm_equipment(human, /datum/equipment_preset/uscm/spec/cryo, mind == null, TRUE) - to_chat(human, SPAN_ROLE_HEADER("You are a Weapons Specialist in the USCM")) + to_chat(human, SPAN_ROLE_HEADER("You are a Weapons Specialist in the UACM")) to_chat(human, SPAN_ROLE_BODY("Your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name]. Listen to the chain of command.")) to_chat(human, SPAN_BOLDWARNING("If you wish to cryo or ghost upon spawning in, you must ahelp and inform staff so you can be replaced.")) diff --git a/code/datums/emergency_calls/deathsquad.dm b/code/datums/emergency_calls/deathsquad.dm index 1cd5bdef67..ad12a4811f 100644 --- a/code/datums/emergency_calls/deathsquad.dm +++ b/code/datums/emergency_calls/deathsquad.dm @@ -85,7 +85,7 @@ addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), person, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) //################################################################################################ -// Marine commandos - USCM Deathsquad. Event only +// Marine commandos - UACM Deathsquad. Event only /datum/emergency_call/marsoc name = "Marine Raider Strike Team (!DEATHSQUAD!)" mob_max = 8 diff --git a/code/datums/emergency_calls/inspection.dm b/code/datums/emergency_calls/inspection.dm index ad02003399..5a3e9143e1 100644 --- a/code/datums/emergency_calls/inspection.dm +++ b/code/datums/emergency_calls/inspection.dm @@ -1,6 +1,6 @@ -//USCM Provost +//UACM Provost /datum/emergency_call/inspection_provost - name = "Inspection - USCM Provost - ML knowledge required." + name = "Inspection - UACM Provost - ML knowledge required." mob_max = 2 mob_min = 1 probability = 0 @@ -22,13 +22,13 @@ if(!leader && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(H.client, list(JOB_WARDEN, JOB_CHIEF_POLICE), time_required_for_job)) leader = H arm_equipment(H, /datum/equipment_preset/uscm_event/provost/inspector, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are an Inspector of the USCM Provost Office!")) + to_chat(H, SPAN_ROLE_HEADER("You are an Inspector of the UACM Provost Office!")) to_chat(H, SPAN_ROLE_BODY("You are being dispatched to the [MAIN_SHIP_NAME] to investigate an undisclosed issue with ML enforcement. The Provost Office may provide more details, but you should head for the Brig to assess the situation.")) to_chat(H, SPAN_ROLE_BODY("You have the final say on ML enforcement in your AO, but are still obligated to follow it. Use this authority to set things right and make sure that justice is served!")) to_chat(H, SPAN_WARNING("This role requires familiarity with Marine Law and Standard Operating Procedure. Ahelp if you have any questions or wish to surrender the character to someone else.")) else arm_equipment(H, /datum/equipment_preset/uscm_event/provost/enforcer, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are an Enforcer of the USCM Provost Office!")) + to_chat(H, SPAN_ROLE_HEADER("You are an Enforcer of the UACM Provost Office!")) to_chat(H, SPAN_ROLE_BODY("You are being assigned as part escort, part assistant and part law enforcer to the Inspector that is being dispatched to the [MAIN_SHIP_NAME]")) to_chat(H, SPAN_ROLE_BODY("You are not expected to enforce ML on the ship, however the Inspector may ask you to perform MP duties as part of their investigation in which case you are obligated to act like any other MP.")) to_chat(H, SPAN_WARNING("This role requires familiarity with Marine Law and Standard Operating Procedure. Ahelp if you have any questions or wish to surrender the character to someone else.")) @@ -42,9 +42,9 @@ new /obj/item/storage/box/handcuffs(drop_spawn) new /obj/item/storage/box/handcuffs(drop_spawn) -//USCM High Command +//UACM High Command /datum/emergency_call/inspection_hc - name = "Inspection - USCM High Command" + name = "Inspection - UACM High Command" mob_max = 2 mob_min = 1 probability = 0 @@ -66,13 +66,13 @@ if(!leader && HAS_FLAG(H.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(H.client, list(JOB_SO), time_required_for_job)) leader = H arm_equipment(H, /datum/equipment_preset/uscm_ship/so, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are an Inspector sent by the USCM High Command!")) + to_chat(H, SPAN_ROLE_HEADER("You are an Inspector sent by the UACM High Command!")) to_chat(H, SPAN_ROLE_BODY("An inspection is scheduled for the [MAIN_SHIP_NAME] during their current assignment. High Command may have other directives for you that they will relay via radio.")) - to_chat(H, SPAN_ROLE_BODY("Tour the ship, monitor the organization, effectiveness and SOP compliance of its respective departments, interview its crew and find any issues. Relay the results of your inspection to both the Officer in Command of the ship and USCM High Command.")) + to_chat(H, SPAN_ROLE_BODY("Tour the ship, monitor the organization, effectiveness and SOP compliance of its respective departments, interview its crew and find any issues. Relay the results of your inspection to both the Officer in Command of the ship and UACM High Command.")) to_chat(H, SPAN_WARNING("Remember, your inspection may not interrupt regular operation of the ship and you do not have privileges to make Marine Law enforcement related calls. Ahelp if you have any questions of you wish to offer the role to someone else.")) else arm_equipment(H, /datum/equipment_preset/uscm/engineer_equipped, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are part of an inspection team sent by the USCM High Command!")) + to_chat(H, SPAN_ROLE_HEADER("You are part of an inspection team sent by the UACM High Command!")) to_chat(H, SPAN_ROLE_BODY("An inspection is scheduled for the [MAIN_SHIP_NAME] during their current assignment. You serve both as security detail to the officer performing the inspection and their assistant should they need your expertise.")) to_chat(H, SPAN_ROLE_BODY("Follow the inspector as they perform their duties on the ship. Feel free to offer your insight if you feel like you have any and help then as they request it. Remember, while you do not answer directly to the officers on the ship, you still need to respect their position.")) to_chat(H, SPAN_WARNING("Remember, you may not interrupt regular operation and are expected to follow orders of the Inspector at all times. Ahelp if you have any questions of you wish to offer the role to someone else.")) @@ -103,13 +103,13 @@ arm_equipment(H, /datum/equipment_preset/uscm_event/uaac/tis/io, TRUE, TRUE) to_chat(H, SPAN_ROLE_HEADER("You are an Intelligence Officer working for the UAAC-TIS!")) to_chat(H, SPAN_ROLE_BODY("The UAAC-TIS, also known as the Three Eyes, is responsible for the collection, collation and delivery of Intelligence across UA assets. Your Handler will contact you about the exact nature of your mission on board the [MAIN_SHIP_NAME].")) - to_chat(H, SPAN_ROLE_BODY("While you do not have any direct authority over the USCM, the TIS mandate also allows you to investigate any perceived abuse of the Law, be it written or implied. Remember, you have the authority to make calls on ML should the crew of the Almayer request it or your Handler order you to resolve ML issues.")) + to_chat(H, SPAN_ROLE_BODY("While you do not have any direct authority over the UACM, the TIS mandate also allows you to investigate any perceived abuse of the Law, be it written or implied. Remember, you have the authority to make calls on ML should the crew of the Almayer request it or your Handler order you to resolve ML issues.")) to_chat(H, SPAN_WARNING("Remember that you cannot take antagonistic action unless specifically allowed by your Handler. You are also expected to know ML and SOP. Ahelp if you have any questions or wish to release this mob for other players.")) else arm_equipment(H, /datum/equipment_preset/uscm_event/provost/enforcer, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are an Enforcer of the USCM Provost Office!")) + to_chat(H, SPAN_ROLE_HEADER("You are an Enforcer of the UACM Provost Office!")) to_chat(H, SPAN_ROLE_BODY("You have been assigned as an escort for an UAAC-TIS Officer being dispatched to the [MAIN_SHIP_NAME]. Technically, the TIS has no direct authority over you, however you have been ordered to follow the instructions of the TIS Officer.")) - to_chat(H, SPAN_ROLE_BODY("You are not expected to enforce ML on the ship and are generally expected to follow the instruction of the Officer you are protecting. Remember that should they start acting in a way that you believe puts the USCM in danger, you are not obligated to follow their orders and should report this to the Provost at once.")) + to_chat(H, SPAN_ROLE_BODY("You are not expected to enforce ML on the ship and are generally expected to follow the instruction of the Officer you are protecting. Remember that should they start acting in a way that you believe puts the UACM in danger, you are not obligated to follow their orders and should report this to the Provost at once.")) to_chat(H, SPAN_WARNING("This role requires familiarity with Marine Law and Standard Operating Procedure. Ahelp if you have any questions or wish to surrender the character to someone else.")) addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), H, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) @@ -147,13 +147,13 @@ arm_equipment(H, /datum/equipment_preset/pmc/pmc_lead_investigator, TRUE, TRUE) to_chat(H, SPAN_ROLE_HEADER("You are a Weyland Yutani PMC Inspector!")) to_chat(H, SPAN_ROLE_BODY("While officially your outfit does mundane security work for Weyland-Yutani, in practice you serve as both official and unofficial investigators into conduct of Company personnel. You are being dispatched to the [MAIN_SHIP_NAME] to make sure that the local Liaison has not forgotten their priorities or worse, thought to bite the hand that feeds them.")) - to_chat(H, SPAN_ROLE_BODY("Remember the USCM personnel on the ship may not appreciate your presence there. Should the Liaison be in jail, you are not to act as legal counsel in any way unless instructed to do so by Dispatch. Your basic duty is to make a detailed report of anything involving the Liaison and any other WY personnel on board the ship.")) + to_chat(H, SPAN_ROLE_BODY("Remember the UACM personnel on the ship may not appreciate your presence there. Should the Liaison be in jail, you are not to act as legal counsel in any way unless instructed to do so by Dispatch. Your basic duty is to make a detailed report of anything involving the Liaison and any other WY personnel on board the ship.")) to_chat(H, SPAN_WARNING("Unless ordered otherwise by Dispatch, you are to avoid open conflict with the Marines. Retreat and make a report if they are outright hostile. Ahelp if you have any more questions or wish to release this character for other players.")) else arm_equipment(H, /datum/equipment_preset/pmc/pmc_detainer, TRUE, TRUE) to_chat(H, SPAN_ROLE_HEADER("You are part of a Weyland-Yutani PMC Investigation Team!")) to_chat(H, SPAN_ROLE_BODY("While officially your outfit does mundane security work for Weyland-Yutani, in practice you serve as both official and unofficial investigators into conduct of Company personnel. The Lead Investigator is in charge, your duty is to provide backup, counsel and any other form of assistance you can render to make sure their mission is a success.")) - to_chat(H, SPAN_ROLE_BODY("Remember that the USCM, or at least some parts of it, may be hostile towards your presence on the ship. Unless ordered otherwise by Dispatch, you and your Team Leader are to avoid open conflict with the Marines. Your main priority is making sure that your Lead survives to write the report they are due.")) + to_chat(H, SPAN_ROLE_BODY("Remember that the UACM, or at least some parts of it, may be hostile towards your presence on the ship. Unless ordered otherwise by Dispatch, you and your Team Leader are to avoid open conflict with the Marines. Your main priority is making sure that your Lead survives to write the report they are due.")) to_chat(H, SPAN_WARNING("Unless ordered otherwise by Dispatch, you are to avoid open conflict with the Marines. Your priority is the safety of your team, if the ship gets to hot, your best bet is evacuation. Ahelp if you have any more questions or wish to release this character for other players.")) addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(to_chat), H, SPAN_BOLD("Objectives: [objectives]")), 1 SECONDS) @@ -250,7 +250,7 @@ else if(M == cmb_observer) to_chat(M, SPAN_BOLD("You are an Interstellar Human Rights Observer, originally from [pick(50;"The United Americas", 10;"Europe", 10;"Luna", 20;"Sol", 10;"a colony on the frontier")].")) to_chat(M, SPAN_BOLD("You are [pick(60; "skeptical", 40;"ambicable", 10;"supportive")] of Weyland-Yutani and their practices.")) - to_chat(M, SPAN_BOLD("You are [pick(40; "skeptical", 30;"ambicable", 30;"supportive")] with the USCM's actions on the frontier.")) + to_chat(M, SPAN_BOLD("You are [pick(40; "skeptical", 30;"ambicable", 30;"supportive")] with the UACM's actions on the frontier.")) to_chat(M, SPAN_BOLD("Through a lot of hard work, your organization managed to convince the Colonial Marshals to take you to the frontier for an article about the quality of life there.")) to_chat(M, SPAN_BOLD("Observe the Feds in their adventures and keep an eye out for any inhumane acts from others. The Neroid Sector is full of atrocities on every side.")) to_chat(M, SPAN_BOLD("Do not instigate or start any confrontations. You are an observer, and you do not wage wars. Only intervene in medical emergencies.")) diff --git a/code/datums/emergency_calls/mercs.dm b/code/datums/emergency_calls/mercs.dm index 40210c845c..95708a2e70 100644 --- a/code/datums/emergency_calls/mercs.dm +++ b/code/datums/emergency_calls/mercs.dm @@ -1,7 +1,7 @@ -//Randomly-equipped mercenaries. May be friendly or hostile to the USCM, hostile to xenos. +//Randomly-equipped mercenaries. May be friendly or hostile to the UACM, hostile to xenos. /datum/emergency_call/mercs name = "Freelancers (Squad)" mob_max = 8 @@ -103,7 +103,7 @@ objectives = "Help the crew of the [MAIN_SHIP_NAME] in exchange for payment, and choose your payment well. Do what your Captain says. Ensure your survival at all costs." /datum/emergency_call/heavy_mercs/hostile - name = "Elite Mercenaries (HOSTILE to USCM)" + name = "Elite Mercenaries (HOSTILE to UACM)" /datum/emergency_call/heavy_mercs/hostile/New() . = ..() diff --git a/code/datums/emergency_calls/pmc.dm b/code/datums/emergency_calls/pmc.dm index a06b0cc0c0..7ab539caf1 100644 --- a/code/datums/emergency_calls/pmc.dm +++ b/code/datums/emergency_calls/pmc.dm @@ -1,5 +1,5 @@ -//Weyland-Yutani commandos. Friendly to USCM, hostile to xenos. +//Weyland-Yutani commandos. Friendly to UACM, hostile to xenos. /datum/emergency_call/pmc name = "Weyland-Yutani PMC (Squad)" mob_max = 6 @@ -68,14 +68,14 @@ else to_chat(M, SPAN_BOLD("You were brought online in a Weyland-Yutani synthetic production facility, knowing only your engineers for the first few weeks for your pseudo-life.")) to_chat(M, SPAN_BOLD("You were programmed with standard synthetic skills as per facility and geneva protocol.")) - to_chat(M, SPAN_BOLD("Throughout your service, you gained recognition as a capable unit and your model was given equipment upgrades which USCM models lack.")) + to_chat(M, SPAN_BOLD("Throughout your service, you gained recognition as a capable unit and your model was given equipment upgrades which UACM models lack.")) to_chat(M, SPAN_BOLD("You were given all available information about the xenomorph threat apart from classified data reserved for special employees.")) to_chat(M, SPAN_BOLD("You are part of Weyland-Yutani Task Force Oberon that arrived in 2182 following the UA withdrawl of the Neroid Sector.")) to_chat(M, SPAN_BOLD("Task-force Oberon is stationed aboard the USCSS Royce, a powerful Weyland-Yutani cruiser that patrols the outer edges of the Neroid Sector. ")) to_chat(M, SPAN_BOLD("Under the directive of Weyland-Yutani board member Johan Almric, you act as private security for Weyland-Yutani science teams.")) to_chat(M, SPAN_BOLD("The USCSS Royce contains a crew of roughly two hundred PMCs, and one hundred scientists and support personnel.")) to_chat(M, SPAN_BOLD("Ensure no damage is incurred against Weyland-Yutani. Make sure the CL is safe.")) - to_chat(M, SPAN_BOLD("Deny Weyland-Yutani's involvement and do not trust the UA/USCM forces.")) + to_chat(M, SPAN_BOLD("Deny Weyland-Yutani's involvement and do not trust the UA/UACM forces.")) /datum/emergency_call/pmc/platoon diff --git a/code/datums/emergency_calls/provost.dm b/code/datums/emergency_calls/provost.dm index 92c33706c1..56d75600de 100644 --- a/code/datums/emergency_calls/provost.dm +++ b/code/datums/emergency_calls/provost.dm @@ -1,7 +1,7 @@ //******************************************************************************************************* //Provost Enforcer Team /datum/emergency_call/provost_enforcer - name = "USCM Provost Enforcers" + name = "UACM Provost Enforcers" mob_max = 5 mob_min = 5 probability = 0 diff --git a/code/datums/emergency_calls/riot.dm b/code/datums/emergency_calls/riot.dm index bc9af3a64a..bd008ec272 100644 --- a/code/datums/emergency_calls/riot.dm +++ b/code/datums/emergency_calls/riot.dm @@ -1,7 +1,7 @@ //Anti-riot team /datum/emergency_call/riot - name = "USCM Riot Control" + name = "UACM Riot Control" mob_max = 10 mob_min = 5 objectives = "Ensure order is restored and Marine Law is maintained." diff --git a/code/datums/emergency_calls/royal_marines.dm b/code/datums/emergency_calls/royal_marines.dm index b3feaccf87..22a4056bd2 100644 --- a/code/datums/emergency_calls/royal_marines.dm +++ b/code/datums/emergency_calls/royal_marines.dm @@ -55,8 +55,8 @@ to_chat(spawning_mob, SPAN_BOLD("You are [pick_weight(list("unaware" = 75, "faintly aware" = 15, "knoledgeable" = 10))] of the xenomorph threat.")) to_chat(spawning_mob, SPAN_BOLD("You are a citizen of the three world empire and joined the Royal Marines Commando")) to_chat(spawning_mob, SPAN_BOLD("You are apart of a jointed UA/TWE taskforce onboard the HMS Patna and Thunderchild.")) - to_chat(spawning_mob, SPAN_BOLD("Under the directive of the RMC high command, you have been assisting USCM forces with maintaining peace in the area.")) - to_chat(spawning_mob, SPAN_BOLD("Assist the USCMC Force of the [MAIN_SHIP_NAME] however you can.")) + to_chat(spawning_mob, SPAN_BOLD("Under the directive of the RMC high command, you have been assisting UACM forces with maintaining peace in the area.")) + to_chat(spawning_mob, SPAN_BOLD("Assist the UACM Force of the [MAIN_SHIP_NAME] however you can.")) /datum/emergency_call/royal_marines/platoon name = "Royal Marines Commando (Platoon) (Friendly)" diff --git a/code/datums/emergency_calls/tank_crew.dm b/code/datums/emergency_calls/tank_crew.dm index fb437c179e..db1b09a075 100644 --- a/code/datums/emergency_calls/tank_crew.dm +++ b/code/datums/emergency_calls/tank_crew.dm @@ -6,7 +6,7 @@ mob_max = 2 mob_min = 2 probability = 0 - objectives = "Assist the USCM forces" + objectives = "Assist the UACM forces" name_of_spawn = /obj/effect/landmark/ert_spawns/distress_cryo shuttle_id = "" @@ -23,7 +23,7 @@ sleep(5) arm_equipment(H, /datum/equipment_preset/uscm/tank/full, TRUE, TRUE) - to_chat(H, SPAN_ROLE_HEADER("You are a Vehicle Crewman in the USCM")) + to_chat(H, SPAN_ROLE_HEADER("You are a Vehicle Crewman in the UACM")) to_chat(H, SPAN_ROLE_BODY("You are here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name]. Listen to the chain of command.")) to_chat(H, SPAN_BOLDWARNING("If you wish to cryo or ghost upon spawning in, you must ahelp and inform staff so you can be replaced.")) diff --git a/code/datums/emergency_calls/upp.dm b/code/datums/emergency_calls/upp.dm index 562dac3fe1..16ccdea2a7 100644 --- a/code/datums/emergency_calls/upp.dm +++ b/code/datums/emergency_calls/upp.dm @@ -40,8 +40,8 @@ to_chat(M, SPAN_BOLD("You were shipped off with the battalion to one of the UPP's most remote territories, a gas giant designated MV-35 in the Anglo-Japanese Arm, in the Neroid Sector.")) to_chat(M, SPAN_BOLD("For the past 14 months, you and the rest of the Smoldering Sons have been stationed at MV-35's only facility, the helium refinery, Altai Station.")) to_chat(M, SPAN_BOLD("As MV-35 and Altai Station are the only UPP-held zones in the Neroid Sector for many lightyears, you have spent most of your military career holed up in crammed quarters in near darkness, waiting for supply shipments and transport escort deployments.")) - to_chat(M, SPAN_BOLD("With the recent arrival of the enemy USCM battalion the 'Falling Falcons' and their flagship, the [MAIN_SHIP_NAME], the UPP has felt threatened in the sector.")) - to_chat(M, SPAN_BOLD("In an effort to protect the vulnerable MV-35 from the encroaching UA/USCM imperialists, the leadership of your battalion has opted this to be the best opportunity to strike at the Falling Falcons to catch them off guard.")) + to_chat(M, SPAN_BOLD("With the recent arrival of the enemy UACM battalion the 'Falling Falcons' and their flagship, the [MAIN_SHIP_NAME], the UPP has felt threatened in the sector.")) + to_chat(M, SPAN_BOLD("In an effort to protect the vulnerable MV-35 from the encroaching UA/UACM imperialists, the leadership of your battalion has opted this to be the best opportunity to strike at the Falling Falcons to catch them off guard.")) to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to Colonel Ganbaatar."))) to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the Smoldering Sons."))) to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the UPP."))) diff --git a/code/datums/emergency_calls/upp_commando.dm b/code/datums/emergency_calls/upp_commando.dm index 1bc2b59ba0..8ee77ee290 100644 --- a/code/datums/emergency_calls/upp_commando.dm +++ b/code/datums/emergency_calls/upp_commando.dm @@ -18,8 +18,8 @@ to_chat(M, SPAN_BOLD("You were shipped off with the battalion to one of the UPP's most remote territories, a gas giant designated MV-35 in the Anglo-Japanese Arm, in the Neroid Sector.")) to_chat(M, SPAN_BOLD("For the past 14 months, you and the rest of the Smoldering Sons have been stationed at MV-35's only facility, the helium refinery, Altai Station.")) to_chat(M, SPAN_BOLD("As MV-35 and Altai Station are the only UPP-held zones in the Neroid Sector for many lightyears, you have spent most of your military career holed up in crammed quarters in near darkness, waiting for supply shipments and transport escort deployments.")) - to_chat(M, SPAN_BOLD("With the recent arrival of the enemy USCM battalion the 'Falling Falcons' and their flagship, the [MAIN_SHIP_NAME], the UPP has felt threatened in the sector.")) - to_chat(M, SPAN_BOLD("In an effort to protect the vunerable MV-35 from the emproaching UA/USCM imperialists, the leadership of your battalion has opted this the best opportunity to strike at the Falling Falcons to catch them off guard.")) + to_chat(M, SPAN_BOLD("With the recent arrival of the enemy UACM battalion the 'Falling Falcons' and their flagship, the [MAIN_SHIP_NAME], the UPP has felt threatened in the sector.")) + to_chat(M, SPAN_BOLD("In an effort to protect the vunerable MV-35 from the emproaching UA/UACM imperialists, the leadership of your battalion has opted this the best opportunity to strike at the Falling Falcons to catch them off guard.")) to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to Colonel Ganbaatar."))) to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the Smoldering Sons."))) to_chat(M, SPAN_WARNING(FONT_SIZE_BIG("Glory to the UPP."))) diff --git a/code/datums/emergency_calls/whiskey_outpost.dm b/code/datums/emergency_calls/whiskey_outpost.dm index 436e02007c..59d4d48404 100644 --- a/code/datums/emergency_calls/whiskey_outpost.dm +++ b/code/datums/emergency_calls/whiskey_outpost.dm @@ -6,7 +6,7 @@ mob_max = 15 mob_min = 1 probability = 0 - objectives = "Assist the USCM forces" + objectives = "Assist the UACM forces" max_smartgunners = 1 max_heavies = 1 @@ -28,26 +28,26 @@ if(!leader && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_LEADER) && check_timelock(mob.client, JOB_SQUAD_LEADER, time_required_for_job)) leader = mob arm_equipment(mob, /datum/equipment_preset/dust_raider/leader, TRUE, TRUE) - to_chat(mob, SPAN_BOLDNOTICE("You are a Squad Leader in the USCM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) + to_chat(mob, SPAN_BOLDNOTICE("You are a Squad Leader in the UACM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if (heavies < max_heavies && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_HEAVY) && check_timelock(mob.client, JOB_SQUAD_SPECIALIST, time_required_for_job)) heavies++ arm_equipment(mob, /datum/equipment_preset/dust_raider/specialist, TRUE, TRUE) - to_chat(mob, SPAN_BOLDNOTICE("You are a Specialist in the USCM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) + to_chat(mob, SPAN_BOLDNOTICE("You are a Specialist in the UACM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if(smartgunners < max_smartgunners && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_SMARTGUNNER) && check_timelock(mob.client, JOB_SQUAD_SMARTGUN, time_required_for_job)) smartgunners++ arm_equipment(mob, /datum/equipment_preset/dust_raider/smartgunner, TRUE, TRUE) - to_chat(mob, SPAN_BOLDNOTICE("You are a Smartgunner in the USCM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) + to_chat(mob, SPAN_BOLDNOTICE("You are a Smartgunner in the UACM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if(engineers < max_engineers && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_ENGINEER) && check_timelock(mob.client, JOB_SQUAD_ENGI, time_required_for_job)) engineers++ arm_equipment(mob, /datum/equipment_preset/dust_raider/engineer, TRUE, TRUE) - to_chat(mob, SPAN_BOLDNOTICE("You are an Engineer in the USCM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) + to_chat(mob, SPAN_BOLDNOTICE("You are an Engineer in the UACM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else if (medics < max_medics && HAS_FLAG(mob.client.prefs.toggles_ert, PLAY_MEDIC) && check_timelock(mob.client, JOB_SQUAD_MEDIC, time_required_for_job)) medics++ arm_equipment(mob, /datum/equipment_preset/dust_raider/medic, TRUE, TRUE) - to_chat(mob, SPAN_BOLDNOTICE("You are a Hospital Corpsman in the USCM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) + to_chat(mob, SPAN_BOLDNOTICE("You are a Hospital Corpsman in the UACM, your squad is here to assist in the defence of the [SSmapping.configs[GROUND_MAP].map_name].")) else arm_equipment(mob, /datum/equipment_preset/dust_raider/private, TRUE, TRUE) - to_chat(mob, SPAN_BOLDNOTICE("You are a Rifleman in the USCM, your squad is here to assist in the defence of [SSmapping.configs[GROUND_MAP].map_name].")) + to_chat(mob, SPAN_BOLDNOTICE("You are a Rifleman in the UACM, your squad is here to assist in the defence of [SSmapping.configs[GROUND_MAP].map_name].")) sleep(10) to_chat(mob, "Objectives: [objectives]") diff --git a/code/datums/factions/uscm.dm b/code/datums/factions/uscm.dm index e6aad56a05..ddd45e6e18 100644 --- a/code/datums/factions/uscm.dm +++ b/code/datums/factions/uscm.dm @@ -17,7 +17,10 @@ if(JOB_SQUAD_ENGI) marine_rk = "engi" if(JOB_SQUAD_SPECIALIST) marine_rk = "spec" if(JOB_SQUAD_TEAM_LEADER) marine_rk = "tl" + if(JOB_UER_MARINE_POINT) marine_rk = "spec" + if(JOB_UER_MARINE_LEAD) marine_rk = "tl" if(JOB_SQUAD_MEDIC) marine_rk = "med" + if(JOB_UER_MARINE) marine_rk = "gun" if(JOB_SQUAD_SMARTGUN) marine_rk = "gun" if(JOB_XO) marine_rk = "xo" if(JOB_CO) marine_rk = "co" diff --git a/code/datums/fluff_emails.dm b/code/datums/fluff_emails.dm index a71ad083bb..70ec9a7a19 100644 --- a/code/datums/fluff_emails.dm +++ b/code/datums/fluff_emails.dm @@ -128,7 +128,7 @@

Surprisingly accurate too despite being a prototype. - I know there's like, a couple of prototypes issued to some USCM detachments, but we got to have this shit in production one day. + I know there's like, a couple of prototypes issued to some UACM detachments, but we got to have this shit in production one day.

Even as a prototype, it's leagues better than some of the junk we're issued. diff --git a/code/datums/medal_awards.dm b/code/datums/medal_awards.dm index fe4e7e3c0e..64c0ceb33b 100644 --- a/code/datums/medal_awards.dm +++ b/code/datums/medal_awards.dm @@ -179,17 +179,17 @@ GLOBAL_LIST_EMPTY(jelly_awards) return if(!card.registered_ref) - user.visible_message("ERROR: ID card not registered in USCM registry. Potential medal fraud detected.") + user.visible_message("ERROR: ID card not registered in UACM registry. Potential medal fraud detected.") return var/real_owner_ref = card.registered_ref if(real_owner_ref != WEAKREF(user)) - user.visible_message("ERROR: ID card not registered for [user.real_name] in USCM registry. Potential medal fraud detected.") + user.visible_message("ERROR: ID card not registered for [user.real_name] in UACM registry. Potential medal fraud detected.") return if(!(FACTION_USCM in user.faction_group)) - to_chat(user, SPAN_WARNING("Medals only available for USCM personnel.")) + to_chat(user, SPAN_WARNING("Medals only available for UACM personnel.")) return if(length(GLOB.medal_awards)) diff --git a/code/datums/origin/uscm.dm b/code/datums/origin/uscm.dm index 8021ed3fd3..1a82d2daa2 100644 --- a/code/datums/origin/uscm.dm +++ b/code/datums/origin/uscm.dm @@ -42,12 +42,12 @@ /datum/origin/uscm/convict/minor name = ORIGIN_USCM_CONVICT_MINOR - desc = "Where you were born is irrelevant, as far as anyone is concerned you are were convicted for numerous minor crimes and offered a way out: the USCM." + desc = "Where you were born is irrelevant, as far as anyone is concerned you are were convicted for numerous minor crimes and offered a way out: the UACM." /datum/origin/uscm/convict/gang name = ORIGIN_USCM_CONVICT_GANG - desc = "Where you were born is irrelevant, as far as anyone is concerned you are were convicted for gang related crimes and offered a way out: the USCM." + desc = "Where you were born is irrelevant, as far as anyone is concerned you are were convicted for gang related crimes and offered a way out: the UACM." /datum/origin/uscm/convict/smuggling name = ORIGIN_USCM_CONVICT_SMUGGLING - desc = "Where you were born is irrelevant, as far as anyone is concerned you are were convicted for smuggling (and likely some piracy) and offered a way out: the USCM." + desc = "Where you were born is irrelevant, as far as anyone is concerned you are were convicted for smuggling (and likely some piracy) and offered a way out: the UACM." diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm index 6a6bd61eb8..706c313599 100644 --- a/code/datums/shuttles.dm +++ b/code/datums/shuttles.dm @@ -108,6 +108,29 @@ elev.elevator_network = elevator_network log_debug("Adding network [elevator_network] to [M.id]") + +/*=========================================== + Arrowhead Elevator +===========================================*/ +/datum/map_template/shuttle/arrow_elevator + name = "Arrowhead Elevator" + shuttle_id = MOBILE_ARROW_ELEVATOR + var/elevator_network + + +/datum/map_template/shuttle/arrow_elevator + elevator_network = "Arrow" + +/datum/map_template/shuttle/arrow_elevator/post_load(obj/docking_port/mobile/M) + . = ..() + var/obj/docking_port/mobile/arrow_elevator/elev = M + elev.elevator_network = elevator_network + log_debug("Adding network [elevator_network] to [M.id]") +/*=========================================== + End +===========================================*/ + + /datum/map_template/shuttle/trijent_elevator/ice_elevator name = "Classic Ice Elevator" shuttle_id = "ice_classic_shuttle" diff --git a/code/datums/skills/freelancer.dm b/code/datums/skills/freelancer.dm index 7f7256318e..977c8fe6cb 100644 --- a/code/datums/skills/freelancer.dm +++ b/code/datums/skills/freelancer.dm @@ -4,7 +4,7 @@ FREELANCERS ----------- */ -//NOTE: Freelancer training is similar to the USCM's, but with additional construction skills +//NOTE: Freelancer training is similar to the UACM's, but with additional construction skills /datum/skills/freelancer name = "Freelancer Private" diff --git a/code/datums/skills/pmc.dm b/code/datums/skills/pmc.dm index df7027e2a7..98afa4eb0e 100644 --- a/code/datums/skills/pmc.dm +++ b/code/datums/skills/pmc.dm @@ -4,7 +4,7 @@ Private Military Contractors ---------------------------- */ -//NOTE: Compared to the USCM, PMCs have additional firearms training, construction skills and policing skills +//NOTE: Compared to the UACM, PMCs have additional firearms training, construction skills and policing skills /datum/skills/pmc name = "PMC Private" diff --git a/code/datums/supply_packs/ammo.dm b/code/datums/supply_packs/ammo.dm index 164511c25c..6fa6cfadaa 100644 --- a/code/datums/supply_packs/ammo.dm +++ b/code/datums/supply_packs/ammo.dm @@ -399,7 +399,7 @@ //This crate has a little bit of everything, mostly okay stuff, but it does have some really unique picks. /datum/supply_packs/ammo_surplus - name = "Surplus ammo crate (various USCM magazines x10)" + name = "Surplus ammo crate (various UACM magazines x10)" randomised_num_contained = 10 contains = list( /obj/item/ammo_magazine/rifle, diff --git a/code/datums/supply_packs/black_market.dm b/code/datums/supply_packs/black_market.dm index e70d47c6be..dae79b93fd 100644 --- a/code/datums/supply_packs/black_market.dm +++ b/code/datums/supply_packs/black_market.dm @@ -58,7 +58,7 @@ black market prices are NOT based on real or in-universe costs. they are based o /* -Non-USCM items, from CLF, UPP, colonies, etc. Mostly combat-related. +Non-UACM items, from CLF, UPP, colonies, etc. Mostly combat-related. */ @@ -624,17 +624,17 @@ Primarily made up of things that would be best utilized, well, shipside. Recreat /* -USCM spare items, miscellaneous gear that's too niche and distant (or restricted) to put in normal req but juuuust USCM-related enough to fit here. +UACM spare items, miscellaneous gear that's too niche and distant (or restricted) to put in normal req but juuuust UACM-related enough to fit here. */ /datum/supply_packs/contraband/surplus group = "Surplus Equipment" -/* - Misc. USCM equipment - */ +/* - Misc. UACM equipment - */ /datum/supply_packs/contraband/surplus/uscm_poncho - name = "surplus USCM poncho crate (x2)" + name = "surplus UACM poncho crate (x2)" dollar_cost = 15 containertype = /obj/structure/largecrate/black_market/poncho crate_heat = -2 @@ -643,7 +643,7 @@ USCM spare items, miscellaneous gear that's too niche and distant (or restricted . = ..() var/obj/item/paper/nope = new(src) nope.name = "automated ASRS note" - nope.info = "Sorry! Your requested order of USCM PONCHO (X2) was not succesfully delivered because: 'No items of that type found in storage.'" + nope.info = "Sorry! Your requested order of UACM PONCHO (X2) was not succesfully delivered because: 'No items of that type found in storage.'" nope.color = "green" nope.update_icon() @@ -691,7 +691,7 @@ USCM spare items, miscellaneous gear that's too niche and distant (or restricted dollar_cost = 50 containertype = /obj/structure/largecrate/black_market -/* - Misc. USCM weaponry - */ +/* - Misc. UACM weaponry - */ /datum/supply_packs/contraband/surplus/mk45_automag name = "surplus MK-45 Automagnum case" @@ -845,7 +845,7 @@ This is where the RO can reclaim their lost honor and purchase the M44 custom, t // Headgear /datum/supply_packs/contraband/deep_storage/bandana_random - name = "USCM Bandana" + name = "UACM Bandana" randomised_num_contained = 1 contains = list( /obj/item/clothing/head/cmbandana, @@ -855,14 +855,14 @@ This is where the RO can reclaim their lost honor and purchase the M44 custom, t containertype = /obj/structure/largecrate/black_market /datum/supply_packs/contraband/deep_storage/uscm_earpiece - name = "USCM Earpiece" + name = "UACM Earpiece" randomised_num_contained = 1 contains = list(/obj/item/clothing/head/headset) dollar_cost = 10 containertype = /obj/structure/largecrate/black_market /datum/supply_packs/contraband/deep_storage/uscm_headband - name = "USCM Headband" + name = "UACM Headband" randomised_num_contained = 1 contains = list( /obj/item/clothing/head/headband, @@ -875,7 +875,7 @@ This is where the RO can reclaim their lost honor and purchase the M44 custom, t containertype = /obj/structure/largecrate/black_market /datum/supply_packs/contraband/deep_storage/uscm_boonie_hat - name = "USCM Boonie Hat" + name = "UACM Boonie Hat" randomised_num_contained = 1 contains = list( /obj/item/clothing/head/cmcap/boonie/tan, diff --git a/code/datums/supply_packs/food.dm b/code/datums/supply_packs/food.dm index 9e0527aed6..979f6d6f66 100644 --- a/code/datums/supply_packs/food.dm +++ b/code/datums/supply_packs/food.dm @@ -155,14 +155,14 @@ group = "Food" /datum/supply_packs/mre - name = "USCM MRE crate(x2)" + name = "UACM MRE crate(x2)" contains = list( /obj/item/ammo_box/magazine/misc/mre, /obj/item/ammo_box/magazine/misc/mre, ) cost = 10 containertype = /obj/structure/closet/crate/supply - containername = "\improper USCM MRE crate(x2)" + containername = "\improper UACM MRE crate(x2)" group = "Food" /datum/supply_packs/funfood diff --git a/code/game/area/Sulaco.dm b/code/game/area/Sulaco.dm index d498be21db..2a7df458a8 100644 --- a/code/game/area/Sulaco.dm +++ b/code/game/area/Sulaco.dm @@ -231,3 +231,16 @@ /area/shuttle/distress/arrive_s_engi name = "\improper VIP Shuttle" icon_state = "away2" + +/area/shuttle/wraith + name = "dropship Wraith" + icon_state = "shuttlered" + base_muffle = MUFFLE_HIGH + soundscape_interval = 30 + is_landing_zone = TRUE + ceiling = CEILING_REINFORCED_METAL + +/area/shuttle/wraith/Enter(atom/movable/O, atom/oldloc) + if(istype(O, /obj/structure/barricade)) + return FALSE + return TRUE diff --git a/code/game/area/arrowhead.dm b/code/game/area/arrowhead.dm new file mode 100644 index 0000000000..f82a8af12e --- /dev/null +++ b/code/game/area/arrowhead.dm @@ -0,0 +1,84 @@ +/area/arrowhead + name = "UAS Arrowhead" + icon = 'icons/turf/area_almayer.dmi' + icon_state = "almayer" + ceiling = CEILING_METAL + powernet_name = "Arrowhead" + sound_environment = SOUND_ENVIRONMENT_ROOM + soundscape_interval = 30 + ambience_exterior = AMBIENCE_ALMAYER + ceiling_muffle = FALSE + +/area/arrowhead/engineering + name = "UAS Arrowhead - Comms Closet" + icon_state = "upperengineering" + +/area/arrowhead/hangar + name = "UAS Arrowhead - Force Recon Squads Alpha and Delta - Dropship Launch Pad" + icon_state = "hangar" + soundscape_playlist = SCAPE_PL_HANGAR + soundscape_interval = 50 + +/area/arrowhead/briefing + name = "UAS Arrowhead - Force Recon Squads Alpha and Delta - Briefing Area" + icon_state = "briefing" + +/area/arrowhead/canteen + name = "UAS Arrowhead - Force Recon Squad Alpha and Delta - Canteen" + icon_state = "food" + +/area/arrowhead/squad_one + name = "UAS Arrowhead - Force Recon Squad Prep" + icon_state = "alpha" + +/area/arrowhead/squad_two + name = "UAS Arrowhead - Force Recon Squad Delta Prep" + icon_state = "delta" + +/area/arrowhead/alpha_tl + name = "UAS Arrowhead - Force Recon Squad Alpha Lead Dorm" + icon_state = "livingspace" + +/area/arrowhead/alpha_pn + name = "UAS Arrowhead - Force Recon Squad Alpha Point Dorm" + icon_state = "livingspace" + +/area/arrowhead/alpha_s1 + name = "UAS Arrowhead - Force Recon Squad Alpha Operator 1 Dorm" + icon_state = "livingspace" + +/area/arrowhead/alpha_s2 + name = "UAS Arrowhead - Force Recon Squad Alpha Operator 2 Dorm" + icon_state = "livingspace" + +/area/arrowhead/alpha_s3 + name = "UAS Arrowhead - Force Recon Squad Alpha Operator 3 Dorm" + icon_state = "livingspace" + +/area/arrowhead/alpha_s4 + name = "UAS Arrowhead - Force Recon Squad Alpha Operator 4 Dorm" + icon_state = "livingspace" + +/area/arrowhead/delta_tl + name = "UAS Arrowhead - Force Recon Squad Delta Lead Dorm" + icon_state = "livingspace" + +/area/arrowhead/delta_pn + name = "UAS Arrowhead - Force Recon Squad Delta Point Dorm" + icon_state = "livingspace" + +/area/arrowhead/delta_s1 + name = "UAS Arrowhead - Force Recon Squad Delta Operator 1 Dorm" + icon_state = "livingspace" + +/area/arrowhead/delta_s2 + name = "UAS Arrowhead - Force Recon Squad Delta Operator 2 Dorm" + icon_state = "livingspace" + +/area/arrowhead/delta_s3 + name = "UAS Arrowhead - Force Recon Squad Delta Operator 3 Dorm" + icon_state = "livingspace" + +/area/arrowhead/delta_s4 + name = "UAS Arrowhead - Force Recon Squad Delta Operator 4 Dorm" + icon_state = "livingspace" diff --git a/code/game/area/arrowhead_new.dm b/code/game/area/arrowhead_new.dm new file mode 100644 index 0000000000..4cb17ee91f --- /dev/null +++ b/code/game/area/arrowhead_new.dm @@ -0,0 +1,435 @@ +//Initial + + +// Fore = West | Aft = East // +// Port = South | Starboard = North // + + +/area/arrowhead_new + name = "UAS Arrowhead" + icon = 'icons/turf/area_almayer.dmi' + icon_state = "almayer" + ceiling = CEILING_METAL + powernet_name = "Arrowhead" + sound_environment = SOUND_ENVIRONMENT_ROOM + soundscape_interval = 30 + ambience_exterior = AMBIENCE_ALMAYER + ceiling_muffle = FALSE + + +/*================================================= + Upper Deck | set fake_zlevel = 1 +=================================================*/ +/area/arrowhead_new/upper + fake_zlevel = 1 + + +// Stairs +/area/arrowhead_new/upper/stairs + name = "UAS Arrowhead - Upper Deck Stairs" + icon_state = "stairs_upperdeck" + resin_construction_allowed = FALSE + + +// Hallways +/area/arrowhead_new/upper/hallways + icon_state = "port" + + +/area/arrowhead_new/upper/hallways/port + name = "UAS Arrowhead - Upper Port Hallway" + + +/area/arrowhead_new/upper/hallways/star + name = "UAS Arrowhead - Upper Starboard Hallway" + + +/area/arrowhead_new/upper/hallways/fore + name = "UAS Arrowhead - Upper Fore Hallway" + + +/area/arrowhead_new/upper/hallways/aft + name = "UAS Arrowhead - Upper Aft Hallway" + + +// Maint +/area/arrowhead_new/upper/maint + name = "UAS Arrowhead - Upper Fore Hull" + icon_state = "upperhull" + + +// Upper Bunks +/area/arrowhead_new/upper/bunks + icon_state = "livingspace" + minimap_color = MINIMAP_AREA_COLONY + + +/area/arrowhead_new/upper/bunks/co + name = "UAS Arrowhead - Commanding Officer's Bunk" + + +/area/arrowhead_new/upper/bunks/xo + name = "UAS Arrowhead - Executive Officer's Bunk" + + +/area/arrowhead_new/upper/bunks/so + name = "UAS Arrowhead - Staff Officer's Bunk" + + +/area/arrowhead_new/upper/bunks/vip + name = "UAS Arrowhead - Visitor's Bunk" + + +// CIC +/area/arrowhead_new/upper/cic + name = "UAS Arrowhead - Combat Information Center" + icon_state = "cic" + soundscape_playlist = SCAPE_PL_CIC + soundscape_interval = 50 + minimap_color = MINIMAP_AREA_COMMAND + + +// IO Lab +/area/arrowhead_new/upper/computerlab + name = "UAS Arrowhead - Computer Lab" + icon_state = "ceroom" + + +// Conference Office +/area/arrowhead_new/upper/meeting + name = "UAS Arrowhead - Conference Office" + icon_state = "airoom" + minimap_color = MINIMAP_AREA_COMMAND + + +// Kitchen +/area/arrowhead_new/upper/kitchen + name = "UAS Arrowhead - Kitchen" + icon_state = "gruntrnr" + minimap_color = MINIMAP_AREA_COLONY + + +// Briefing Hall +/area/arrowhead_new/upper/briefing + name = "UAS Arrowhead - Briefing Hall" + icon_state = "briefing" + minimap_color = MINIMAP_AREA_COLONY + + +// Brig +/area/arrowhead_new/upper/brig + name = "UAS Arrowhead - Brig" + icon_state = "brig" + minimap_color = MINIMAP_AREA_SEC + + +/area/arrowhead_new/upper/brig/cells + name = "UAS Arrowhead - Brig Cells" + icon_state = "brigcells" + + +// Containment +/area/arrowhead_new/upper/containment + name = "UAS Arrowhead - Containment Cell" + icon_state = "science" + minimap_color = MINIMAP_AREA_RESEARCH + + +/*================================================= + Middle Deck | set fake_zlevel = 2 +=================================================*/ +/area/arrowhead_new/middle + fake_zlevel = 2 + + +// Stairs +/area/arrowhead_new/middle/stairs + name = "UAS Arrowhead - Middle Deck Stairs" + icon_state = "stairs_lowerdeck" + resin_construction_allowed = FALSE + + +// Hallways +/area/arrowhead_new/middle/hallways + icon_state = "port" + + +/area/arrowhead_new/middle/hallways/port + name = "UAS Arrowhead - Middle Port Hallway" + + +/area/arrowhead_new/middle/hallways/star + name = "UAS Arrowhead - Middle Starboard Hallway" + + +/area/arrowhead_new/middle/hallways/fore + name = "UAS Arrowhead - Middle Fore Hallway" + + +/area/arrowhead_new/middle/hallways/aft + name = "UAS Arrowhead - Middle Aft Hallway" + + +// Maint +/area/arrowhead_new/middle/maint + icon_state = "lowerhull" + + +/area/arrowhead_new/middle/maint/port + name = "UAS Arrowhead - Lower Port Hull" + + +/area/arrowhead_new/middle/maint/star + name = "UAS Arrowhead - Lower Starboard Hull" + + +/area/arrowhead_new/middle/maint/fore + name = "UAS Arrowhead - Lower Fore Hull" + + +/area/arrowhead_new/middle/maint/aft + name = "UAS Arrowhead - Lower Aft Hull" + + +// Cryo +/area/arrowhead_new/middle/cryo_cells + name = "UAS Arrowhead - Cryo Bay" + icon_state = "cryo" + minimap_color = MINIMAP_AREA_COLONY + + +// SEA Office +/area/arrowhead_new/middle/sea + name = "UAS Arrowhead - Advisor's Office" + icon_state = "chiefmpoffice" + minimap_color = MINIMAP_AREA_COLONY + + +// Engineering +/area/arrowhead_new/middle/engineering + soundscape_playlist = SCAPE_PL_ENG + soundscape_interval = 15 + minimap_color = MINIMAP_AREA_ENGI + + +/area/arrowhead_new/middle/engineering/reactor + name = "UAS Arrowhead - Reactor Core" + icon_state = "coreroom" + flags_area = AREA_NOTUNNEL + + +/area/arrowhead_new/middle/engineering/main + name = "UAS Arrowhead - Engineering Workshop" + icon_state = "workshop" + + +/area/arrowhead_new/middle/engineering/tcomms + name = "UAS Arrowhead - Telecommunications" + icon_state = "ceroom" + flags_area = AREA_NOTUNNEL + + +/area/arrowhead_new/middle/engineering/storage + name = "UAS Arrowhead - Engineering Storage" + icon_state = "ceroom" + + +// Hanger +/area/arrowhead_new/middle/hangar + name = "UAS Arrowhead - Force Recon Squads Alpha and Delta - Dropship Launch Pad" + icon_state = "hangar" + soundscape_playlist = SCAPE_PL_HANGAR + soundscape_interval = 50 + +// Req +/area/arrowhead_new/middle/requisitions + name = "UAS Arrowhead - Cargo Bay" + icon_state = "req" + minimap_color = MINIMAP_AREA_COLONY + + +// Prep +/area/arrowhead_new/middle/prep + icon_state = "alpha" + minimap_color = MINIMAP_AREA_COLONY + + +/area/arrowhead_new/middle/prep/squad + name = "UAS Arrowhead - Squad Preperation" + + +/area/arrowhead_new/middle/prep/point + name = "UAS Arrowhead - Pointman Preperation" + + +/area/arrowhead_new/middle/prep/lead + name = "UAS Arrowhead - Team Lead Preperation" + + +// Mid Bunks +/area/arrowhead_new/middle/port_bunks + name = "UAS Arrowhead - Port Bunks" + icon_state = "livingspace" + minimap_color = MINIMAP_AREA_COLONY + + +/area/arrowhead_new/middle/star_bunks + name = "UAS Arrowhead - Starboard Bunks" + icon_state = "livingspace" + minimap_color = MINIMAP_AREA_COLONY + + +// Astro-Nav +/area/arrowhead_new/middle/weapon_room + name = "UAS Arrowhead - Weapon Control" + icon_state = "weaponroom" + minimap_color = MINIMAP_AREA_SEC + + +/area/arrowhead_new/middle/weapon_room/notunnel + flags_area = AREA_NOTUNNEL + requires_power = 0 + + +// Medical +/area/arrowhead_new/middle/medical + soundscape_playlist = SCAPE_PL_ELEVATOR_MUSIC + soundscape_interval = 120 + minimap_color = MINIMAP_AREA_MEDBAY + + +/area/arrowhead_new/middle/medical/medbay + name = "UAS Arrowhead - Medbay" + icon_state = "medical" + + +/area/arrowhead_new/middle/medical/morgue + name = "UAS Arrowhead - Morgue" + icon_state = "operating" + + +/area/arrowhead_new/middle/medical/or1 + name = "UAS Arrowhead - Operating Room 1" + icon_state = "operating" + + +/area/arrowhead_new/middle/medical/or2 + name = "UAS Arrowhead - Operating Room 2" + icon_state = "operating" + + +/area/arrowhead_new/middle/medical/or3 + name = "UAS Arrowhead - Operating Room 3" + icon_state = "operating" + + +/area/arrowhead_new/middle/medical/or4 + name = "UAS Arrowhead - Operating Room 4" + icon_state = "operating" + + +/*================================================= + Lower Deck | set fake_zlevel = 3 +=================================================*/ +/area/arrowhead_new/lower + fake_zlevel = 3 + + +// Stairs +/area/arrowhead_new/lower/stairs + name = "UAS Arrowhead - Lower Deck Stairs" + icon_state = "stairs_lowerdeck" + resin_construction_allowed = FALSE + + +// Maint +/area/arrowhead_new/lower/maint + icon_state = "lowerhull" + + +/area/arrowhead_new/lower/maint/port + name = "UAS Arrowhead - Lower Port Hull" + + +/area/arrowhead_new/lower/maint/star + name = "UAS Arrowhead - Lower Starboard Hull" + + +/area/arrowhead_new/lower/maint/fore + name = "UAS Arrowhead - Lower Fore Hull" + + +/area/arrowhead_new/lower/maint/aft + name = "UAS Arrowhead - Lower Aft Hull" + +// Special +/area/arrowhead_new/lower/powered + icon_state = "selfdestruct" + requires_power = 0 + + +/area/arrowhead_new/lower/powered/ert + name = "UAS Arrowhead - Auxillary Docking Bay" + minimap_color = MINIMAP_AREA_SEC + + +/area/arrowhead_new/lower/powered/evac + name = "UAS Arrowhead - Departure Lounge" + minimap_color = MINIMAP_AREA_SEC + + +// OT Lab +/area/arrowhead_new/lower/ot + name = "UAS Arrowhead - Ordnance Workshop" + icon_state = "workshop" + minimap_color = MINIMAP_AREA_ENGI + + +// Disposals +/area/arrowhead_new/lower/disposals + name = "UAS Arrowhead - Disposals Chute" + icon_state = "workshop" + minimap_color = MINIMAP_AREA_ENGI + + +// AI Core +/area/arrowhead_new/lower/airoom + name = "UAS Arrowhead - AI Core" + icon_state = "airoom" + soundscape_playlist = SCAPE_PL_ARES + soundscape_interval = 120 + flags_area = AREA_NOTUNNEL + minimap_color = MINIMAP_AREA_COMMAND + + +// Firing Range +/area/arrowhead_new/lower/firing_range + name = "UAS Arrowhead - Firing Range" + icon_state = "firingrange" + minimap_color = MINIMAP_AREA_COLONY + + +// Crew Bunks +/area/arrowhead_new/lower/bunks + icon_state = "livingspace" + minimap_color = MINIMAP_AREA_COLONY + + +/area/arrowhead_new/lower/bunks/port_bunks + name = "UAS Arrowhead - Lower Port Bunks" + + +/area/arrowhead_new/lower/bunks/star_bunks + name = "UAS Arrowhead - Lower Starboard Bunks" + + +/area/arrowhead_new/lower/bunks/vc_bunk + name = "UAS Arrowhead - Vehicle Crew Bunks" + + +/area/arrowhead_new/lower/bunks/pilot_bunk + name = "UAS Arrowhead - Pilot Bunks" + + +/area/arrowhead_new/lower/bunks/synth + name = "UAS Arrowhead - Synthetic Storage" diff --git a/code/game/area/shuttles.dm b/code/game/area/shuttles.dm index 62c42406e7..8d17afc479 100644 --- a/code/game/area/shuttles.dm +++ b/code/game/area/shuttles.dm @@ -82,3 +82,49 @@ icon = 'icons/turf/area_almayer.dmi' icon_state = "lifeboat" flags_atom = AREA_NOTUNNEL + + +/*=========================================== + Arrowhead Elevator +===========================================*/ +/area/shuttle/arrowhead_new + icon = 'icons/turf/area_almayer.dmi' + icon_state = "lifeboat" + requires_power = TRUE + unlimited_power = FALSE + + +/area/shuttle/arrowhead_new/elevator + name = "UAS Arrowhead - Crew Elevator" + soundscape_playlist = SCAPE_PL_ELEVATOR_MUSIC + soundscape_interval = 120 + + +// Upper Deck +/area/shuttle/arrowhead_new/upper_port + name = "UAS Arrowhead - Upper Port Elevator Dock" + + +/area/shuttle/arrowhead_new/upper_star + name = "UAS Arrowhead - Upper Starboard Elevator Dock" + + +// Middle Deck +/area/shuttle/arrowhead_new/mid_port + name = "UAS Arrowhead - Middle Port Elevator Dock" + + +/area/shuttle/arrowhead_new/mid_star + name = "UAS Arrowhead - Middle Starboard Elevator Dock" + + +// Lower Deck +/area/shuttle/arrowhead_new/lower_port + name = "UAS Arrowhead - Lower Port Elevator Dock" + + +/area/shuttle/arrowhead_new/lower_star + name = "UAS Arrowhead - Lower Starboard Elevator Dock" +/*=========================================== + End +===========================================*/ diff --git a/code/game/cas_manager/datums/cas_fire_envelope.dm b/code/game/cas_manager/datums/cas_fire_envelope.dm index 864d7f23a3..134ddda100 100644 --- a/code/game/cas_manager/datums/cas_fire_envelope.dm +++ b/code/game/cas_manager/datums/cas_fire_envelope.dm @@ -385,7 +385,7 @@ return ..(marker) var/turf/TU = get_turf(marker.signal_loc) if(!is_ground_level(TU.z) && z_level_restriction) - mission_error = "USCM Dropships can only operate with planetside targets." + mission_error = "UACM Dropships can only operate with planetside targets." return FALSE return ..(marker) diff --git a/code/game/gamemodes/cm_process.dm b/code/game/gamemodes/cm_process.dm index 10b3342b22..b0e561dad1 100644 --- a/code/game/gamemodes/cm_process.dm +++ b/code/game/gamemodes/cm_process.dm @@ -254,7 +254,7 @@ GLOBAL_VAR_INIT(next_admin_bioscan, 30 MINUTES) for(var/mob/living/carbon/human/current_human as anything in GLOB.alive_human_list) if(!(current_human.z && (current_human.z in z_levels) && !istype(current_human.loc, /turf/open/space))) continue - if(current_human.faction in FACTION_LIST_WY || current_human.job == "Corporate Liaison") //The CL is assigned the USCM faction for gameplay purposes + if(current_human.faction in FACTION_LIST_WY || current_human.job == "Corporate Liaison") //The CL is assigned the UACM faction for gameplay purposes num_WY++ num_headcount++ continue diff --git a/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai.dm b/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai.dm index 9fe36dec66..efe5cac29e 100644 --- a/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai.dm +++ b/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai.dm @@ -1,13 +1,14 @@ /datum/game_mode/colonialmarines/ai - name = "Distress Signal: Lowpop" - config_tag = "Distress Signal: Lowpop" + name = "Xenosurge" + config_tag = "Xenosurge" required_players = 0 votable = TRUE flags_round_type = MODE_INFESTATION|MODE_NEW_SPAWN|MODE_NO_XENO_EVOLVE var/list/squad_limit = list( - /datum/squad/marine/alpha + /datum/squad/marine/alpha, + /datum/squad/marine/delta, ) var/list/objectives = list() @@ -15,34 +16,15 @@ var/game_started = FALSE - role_mappings = list( - /datum/job/command/bridge/ai = JOB_SO, - /datum/job/marine/leader/ai = JOB_SQUAD_LEADER, - /datum/job/marine/medic/ai = JOB_SQUAD_MEDIC, - /datum/job/marine/tl/ai = JOB_SQUAD_TEAM_LEADER, - /datum/job/marine/smartgunner/ai = JOB_SQUAD_SMARTGUN, - /datum/job/marine/standard/ai = JOB_SQUAD_MARINE, - ) - static_comms_amount = 0 requires_comms = FALSE - toggleable_flags = MODE_NO_JOIN_AS_XENO|MODE_HARDCORE_PERMA + toggleable_flags = MODE_NO_JOIN_AS_XENO /datum/game_mode/colonialmarines/ai/can_start() return ..() /datum/game_mode/colonialmarines/ai/pre_setup() RegisterSignal(SSdcs, COMSIG_GLOB_XENO_SPAWN, PROC_REF(handle_xeno_spawn)) - squad_limit.Cut() - squad_limit += MAIN_SHIP_PLATOON - for(var/i in squad_limit) - role_mappings = GLOB.platoon_to_jobs[i] - RoleAuthority.reset_roles() - for(var/datum/squad/sq in RoleAuthority.squads) - if(sq.type in squad_limit) - GLOB.main_platoon_name = sq.name - GLOB.main_platoon_initial_name = sq.name - for(var/datum/squad/squad in RoleAuthority.squads) if(squad.type in squad_limit) @@ -75,30 +57,7 @@ return /datum/game_mode/colonialmarines/ai/get_roles_list() - return GLOB.platoon_to_role_list[MAIN_SHIP_PLATOON] + return ROLES_PVE /datum/game_mode/colonialmarines/ai/check_queen_status() return - -GLOBAL_LIST_INIT(platoon_to_jobs, list(/datum/squad/marine/alpha = list(/datum/job/command/bridge/ai = JOB_SO,\ - /datum/job/marine/leader/ai = JOB_SQUAD_LEADER,\ - /datum/job/marine/medic/ai = JOB_SQUAD_MEDIC,\ - /datum/job/marine/tl/ai = JOB_SQUAD_TEAM_LEADER, - /datum/job/marine/smartgunner/ai = JOB_SQUAD_SMARTGUN,\ - /datum/job/marine/standard/ai = JOB_SQUAD_MARINE), \ - /datum/squad/marine/upp = list(/datum/job/command/bridge/ai/upp = JOB_SO,\ - /datum/job/marine/leader/ai/upp = JOB_SQUAD_LEADER,\ - /datum/job/marine/medic/ai/upp = JOB_SQUAD_MEDIC,\ - /datum/job/marine/tl/ai/upp = JOB_SQUAD_TEAM_LEADER, - /datum/job/marine/smartgunner/ai/upp = JOB_SQUAD_SMARTGUN,\ - /datum/job/marine/standard/ai/upp = JOB_SQUAD_MARINE),\ - /datum/squad/marine/forecon = list(/datum/job/marine/standard/ai/forecon = JOB_SQUAD_MARINE,\ - /datum/job/marine/standard/ai/rto = JOB_SQUAD_RTO,\ - /datum/job/marine/leader/ai/forecon = JOB_SQUAD_LEADER,\ - /datum/job/marine/medic/ai/forecon = JOB_SQUAD_MEDIC,\ - /datum/job/marine/tl/ai/forecon = JOB_SQUAD_TEAM_LEADER,\ - /datum/job/marine/smartgunner/ai/forecon = JOB_SQUAD_SMARTGUN))) - -GLOBAL_LIST_INIT(platoon_to_role_list, list(/datum/squad/marine/alpha = ROLES_AI,\ - /datum/squad/marine/upp = ROLES_AI_UPP,\ - /datum/squad/marine/forecon = ROLES_AI_FORECON)) diff --git a/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai_nospawn.dm b/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai_nospawn.dm index 51af666117..84bcc430a0 100644 --- a/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai_nospawn.dm +++ b/code/game/gamemodes/colonialmarines/ai/colonialmarines_ai_nospawn.dm @@ -1,6 +1,6 @@ /datum/game_mode/colonialmarines/ai/no_spawn - name = "Distress Signal: Lowpop (No Spawn)" - config_tag = "Distress Signal: Lowpop (No Spawn)" + name = "Xenosurge (No Spawn)" + config_tag = "Xenosurge (No Spawn)" flags_round_type = MODE_INFESTATION|MODE_NO_LATEJOIN|MODE_NO_SPAWN|MODE_NO_XENO_EVOLVE votable = FALSE diff --git a/code/game/gamemodes/colonialmarines/colonialmarines.dm b/code/game/gamemodes/colonialmarines/colonialmarines.dm index 8f0f4da2e1..031fff111d 100644 --- a/code/game/gamemodes/colonialmarines/colonialmarines.dm +++ b/code/game/gamemodes/colonialmarines/colonialmarines.dm @@ -26,7 +26,7 @@ return TRUE /datum/game_mode/colonialmarines/announce() - to_chat_spaced(world, type = MESSAGE_TYPE_SYSTEM, html = SPAN_ROUNDHEADER("The current map is - [SSmapping.configs[GROUND_MAP].map_name]!")) + to_chat_spaced(world, type = MESSAGE_TYPE_SYSTEM, html = narrate_head("The current map is - [SSmapping.configs[GROUND_MAP].map_name]!")) /datum/game_mode/colonialmarines/get_roles_list() return ROLES_DISTRESS_SIGNAL @@ -118,8 +118,8 @@ if(SSmapping.configs[GROUND_MAP].environment_traits[ZTRAIT_BASIC_RT]) flags_round_type |= MODE_BASIC_RT - addtimer(CALLBACK(src, PROC_REF(ares_online)), 5 SECONDS) - addtimer(CALLBACK(src, PROC_REF(map_announcement)), 20 SECONDS) +// addtimer(CALLBACK(src, PROC_REF(ares_online)), 5 SECONDS) +// addtimer(CALLBACK(src, PROC_REF(map_announcement)), 20 SECONDS) return ..() diff --git a/code/game/gamemodes/colonialmarines/whiskey_outpost.dm b/code/game/gamemodes/colonialmarines/whiskey_outpost.dm index d8907911e9..5d56d5b497 100644 --- a/code/game/gamemodes/colonialmarines/whiskey_outpost.dm +++ b/code/game/gamemodes/colonialmarines/whiskey_outpost.dm @@ -116,7 +116,7 @@ sleep(10) to_world(SPAN_ROUND_HEADER("The current game mode is - WHISKEY OUTPOST!")) to_world(SPAN_ROUNDBODY("It is the year 2177 on the planet LV-624, five years before the arrival of the USS Almayer and the 2nd 'Falling Falcons' Battalion in the sector")) - to_world(SPAN_ROUNDBODY("The 3rd 'Dust Raiders' Battalion is charged with establishing a USCM presence in the Neroid Sector")) + to_world(SPAN_ROUNDBODY("The 3rd 'Dust Raiders' Battalion is charged with establishing a UACM presence in the Neroid Sector")) to_world(SPAN_ROUNDBODY("[SSmapping.configs[GROUND_MAP].map_name], one of the Dust Raider bases being established in the sector, has come under attack from unrecognized alien forces")) to_world(SPAN_ROUNDBODY("With casualties mounting and supplies running thin, the Dust Raiders at [SSmapping.configs[GROUND_MAP].map_name] must survive for an hour to alert the rest of their battalion in the sector")) to_world(SPAN_ROUNDBODY("Hold out for as long as you can.")) @@ -260,7 +260,7 @@ log_game("Round end result - xenos won") to_world(SPAN_ROUND_HEADER("The Xenos have succesfully defended their hive from colonization.")) to_world(SPAN_ROUNDBODY("Well done, you've secured LV-624 for the hive!")) - to_world(SPAN_ROUNDBODY("It will be another five years before the USCM returns to the Neroid Sector, with the arrival of the 2nd 'Falling Falcons' Battalion and the USS Almayer.")) + to_world(SPAN_ROUNDBODY("It will be another five years before the UACM returns to the Neroid Sector, with the arrival of the 2nd 'Falling Falcons' Battalion and the USS Almayer.")) to_world(SPAN_ROUNDBODY("The xenomorph hive on LV-624 remains unthreatened until then...")) world << sound('sound/misc/Game_Over_Man.ogg') if(round_statistics) diff --git a/code/game/gamemodes/colonialmarines/whiskey_outpost/equipping.dm b/code/game/gamemodes/colonialmarines/whiskey_outpost/equipping.dm index eb3e46a268..ca59279094 100644 --- a/code/game/gamemodes/colonialmarines/whiskey_outpost/equipping.dm +++ b/code/game/gamemodes/colonialmarines/whiskey_outpost/equipping.dm @@ -48,7 +48,7 @@ Destruction in inevitable. At the very least, you can assist in preventing other /datum/job/command/executive/whiskey/generate_entry_message(mob/living/carbon/human/H) . = {"You've been with the commander for as long as you can remember. You've always been the bookish nerd to the Honor Guard Squad Leader's jock; as such, you're the commander's right-hand man. Assist the commander in ensuring that Whiskey Outpost stands long enough for a distress signal to be sent out. -Make the USCM proud!"} +Make the UACM proud!"} //************************************* @@ -79,7 +79,7 @@ You must lead his Honor guard, his elite unit of marines, to protect the command . = {"You were assigned to guard the commander in this hostile enviroment; that hasn't changed. Ensure your extra training and equipment isn't wasted! You've survived through enough battles that you've been entrusted with more training, and can use overwatch consoles, as well as give orders. You're expected to defend not only the commander, but the bunker at large; leave the outside defenses to the marines. -Glory to the commander. Glory to the USCM."} +Glory to the commander. Glory to the UACM."} //************************************* @@ -93,7 +93,7 @@ Glory to the commander. Glory to the USCM."} . = {"You were assigned to guard the commander in this hostile enviroment; that hasn't changed. Ensure your extra training and equipment isn't wasted! You're expected to defend not only the commander, but the bunker at large; leave the outside defenses to the marines. You've been through much, and as such, have been given special-weapons training. Use it well. -Glory to the commander. Glory to the USCM."} +Glory to the commander. Glory to the UACM."} //************************************* @@ -106,7 +106,7 @@ Glory to the commander. Glory to the USCM."} /datum/job/command/police/whiskey/generate_entry_message(mob/living/carbon/human/H) . = {"You were assigned to guard the commander in this hostile enviroment; that hasn't changed. Ensure your extra training and equipment isn't wasted! You're expected to defend not only the commander, but the bunker at large; leave the outside defenses to the marines. -Glory to the commander. Glory to the USCM."} +Glory to the commander. Glory to the UACM."} //************************************* diff --git a/code/game/gamemodes/extended/infection.dm b/code/game/gamemodes/extended/infection.dm index a6b909022a..6a33542f36 100644 --- a/code/game/gamemodes/extended/infection.dm +++ b/code/game/gamemodes/extended/infection.dm @@ -26,8 +26,8 @@ for(var/mob/new_player/np in GLOB.new_player_list) np.new_player_panel_proc() - addtimer(CALLBACK(src, PROC_REF(ares_online)), 5 SECONDS) - addtimer(CALLBACK(src, PROC_REF(map_announcement)), 20 SECONDS) +// addtimer(CALLBACK(src, PROC_REF(ares_online)), 5 SECONDS) +// addtimer(CALLBACK(src, PROC_REF(map_announcement)), 20 SECONDS) return ..() /datum/game_mode/infection/proc/map_announcement() diff --git a/code/game/jobs/job/civilians/other/reporter.dm b/code/game/jobs/job/civilians/other/reporter.dm index c681768f93..0a304ed8f4 100644 --- a/code/game/jobs/job/civilians/other/reporter.dm +++ b/code/game/jobs/job/civilians/other/reporter.dm @@ -25,7 +25,7 @@ /datum/job/civilian/reporter/generate_entry_message(mob/living/carbon/human/H) if(military) - . = {"The USCM has assigned you to the [MAIN_SHIP_NAME] to better handle messaging on how things run in the Neroid Sector. Get out there and show the universe that the USCM is doing great things!"} + . = {"The UACM has assigned you to the [MAIN_SHIP_NAME] to better handle messaging on how things run in the Neroid Sector. Get out there and show the universe that the UACM is doing great things!"} else . = {"What a scoop! You've been assigned to the [MAIN_SHIP_NAME] to see what kinda mischief they'd get into and it seems trouble is here! This could be the story of the sector! 'Brave Marines responding to dangerous distress signal!' It'd surely get Mr. Parkerson to notice you in the office if you brought him a story like this!"} diff --git a/code/game/jobs/job/civilians/other/survivors.dm b/code/game/jobs/job/civilians/other/survivors.dm index 07598483b8..ce9c28abda 100644 --- a/code/game/jobs/job/civilians/other/survivors.dm +++ b/code/game/jobs/job/civilians/other/survivors.dm @@ -82,9 +82,9 @@ tell_survivor_story(survivor) if(hostile) - to_chat(survivor, SPAN_HIGHDANGER("You are HOSTILE to the USCM!")) + to_chat(survivor, SPAN_HIGHDANGER("You are HOSTILE to the UACM!")) else - to_chat(survivor, SPAN_XENOHIGHDANGER("You are NON-HOSTILE to the USCM!")) + to_chat(survivor, SPAN_XENOHIGHDANGER("You are NON-HOSTILE to the UACM!")) /datum/job/civilian/survivor/proc/tell_survivor_story(mob/living/carbon/human/H) var/list/survivor_story = list( diff --git a/code/game/jobs/job/civilians/support/cmo.dm b/code/game/jobs/job/civilians/support/cmo.dm index 835f16f7d8..b7875ae348 100644 --- a/code/game/jobs/job/civilians/support/cmo.dm +++ b/code/game/jobs/job/civilians/support/cmo.dm @@ -6,7 +6,7 @@ selection_class = "job_cmo" flags_startup_parameters = ROLE_ADD_TO_DEFAULT gear_preset = /datum/equipment_preset/uscm_ship/uscm_medical/cmo - entry_message_body = "You're a commissioned officer of the USCM. You have authority over everything related to Medbay and Research, only able to be overriden by the XO and CO. You are in charge of medical staff, surgery, chemistry, stimulants and keeping the marines healthy overall." + entry_message_body = "You're a commissioned officer of the UACM. You have authority over everything related to Medbay and Research, only able to be overriden by the XO and CO. You are in charge of medical staff, surgery, chemistry, stimulants and keeping the marines healthy overall." AddTimelock(/datum/job/civilian/professor, list( JOB_MEDIC_ROLES = 10 HOURS diff --git a/code/game/jobs/job/civilians/support/doctor.dm b/code/game/jobs/job/civilians/support/doctor.dm index ff1b2146be..7a44a222d9 100644 --- a/code/game/jobs/job/civilians/support/doctor.dm +++ b/code/game/jobs/job/civilians/support/doctor.dm @@ -32,9 +32,9 @@ //check what job option you took and generate the corresponding the good texte. /datum/job/civilian/doctor/generate_entry_message(mob/living/carbon/human/H) if(doctor) - . = {"You're a commissioned officer of the USCM, though you are not in the ship's chain of command. You are a doctor and tasked with keeping the marines healthy and strong, usually in the form of surgery. You are a jack of all trades in medicine: you can medicate, perform surgery and produce pharmaceuticals. If you do not know what you are doing, mentorhelp so a mentor can assist you."} + . = {"You're a commissioned officer of the UACM, though you are not in the ship's chain of command. You are a doctor and tasked with keeping the marines healthy and strong, usually in the form of surgery. You are a jack of all trades in medicine: you can medicate, perform surgery and produce pharmaceuticals. If you do not know what you are doing, mentorhelp so a mentor can assist you."} else - . = {"You're a commissioned officer of the USCM, though you are not in the ship's chain of command. You are a surgeon and tasked with keeping the marines healthy and strong, usually in the form of surgery. You are a doctor that specializes in surgery, but you are also very capable in pharmacy and triage. If you do not know what you are doing, mentorhelp so a mentor can assist you."} + . = {"You're a commissioned officer of the UACM, though you are not in the ship's chain of command. You are a surgeon and tasked with keeping the marines healthy and strong, usually in the form of surgery. You are a doctor that specializes in surgery, but you are also very capable in pharmacy and triage. If you do not know what you are doing, mentorhelp so a mentor can assist you."} /datum/job/civilian/doctor/set_spawn_positions(count) spawn_positions = doc_slot_formula(count) diff --git a/code/game/jobs/job/civilians/support/researcher.dm b/code/game/jobs/job/civilians/support/researcher.dm index 21163f2795..4ee0a8b88d 100644 --- a/code/game/jobs/job/civilians/support/researcher.dm +++ b/code/game/jobs/job/civilians/support/researcher.dm @@ -10,7 +10,7 @@ selection_class = "job_researcher" flags_startup_parameters = ROLE_ADD_TO_DEFAULT gear_preset = /datum/equipment_preset/uscm_ship/uscm_medical/researcher - entry_message_body = "You're a commissioned officer of the USCM, though you are not in the ship's chain of command. You are tasked with researching and developing new medical treatments, helping your fellow doctors, and generally learning new things. Your role involves a lot of roleplaying, but you can perform the function of a regular doctor. Do not hand out things to Marines without getting permission from your supervisor." + entry_message_body = "You're a commissioned officer of the UACM, though you are not in the ship's chain of command. You are tasked with researching and developing new medical treatments, helping your fellow doctors, and generally learning new things. Your role involves a lot of roleplaying, but you can perform the function of a regular doctor. Do not hand out things to Marines without getting permission from your supervisor." /datum/job/civilian/researcher/set_spawn_positions(count) spawn_positions = rsc_slot_formula(count) diff --git a/code/game/jobs/job/civilians/support/synthetic.dm b/code/game/jobs/job/civilians/support/synthetic.dm index 70060fb36a..f09a1d1638 100644 --- a/code/game/jobs/job/civilians/support/synthetic.dm +++ b/code/game/jobs/job/civilians/support/synthetic.dm @@ -9,7 +9,7 @@ flags_startup_parameters = ROLE_ADD_TO_DEFAULT|ROLE_ADMIN_NOTIFY|ROLE_WHITELISTED|ROLE_CUSTOM_SPAWN flags_whitelist = WHITELIST_SYNTHETIC gear_preset = /datum/equipment_preset/synth/uscm - entry_message_body = "You are a Synthetic! You are held to a higher standard and are required to obey not only the Server Rules but Marine Law and Synthetic Rules. Failure to do so may result in your White-list Removal. Your primary job is to support and assist all USCM Departments and Personnel on-board. In addition, being a Synthetic gives you knowledge in every field and specialization possible on-board the ship. As a Synthetic you answer to the acting commanding officer. Special circumstances may change this!" + entry_message_body = "You are a Synthetic! You are held to a higher standard and are required to obey not only the Server Rules but Marine Law and Synthetic Rules. Failure to do so may result in your White-list Removal. Your primary job is to support and assist all UACM Departments and Personnel on-board. In addition, being a Synthetic gives you knowledge in every field and specialization possible on-board the ship. As a Synthetic you answer to the acting commanding officer. Special circumstances may change this!" /datum/job/civilian/synthetic/New() . = ..() diff --git a/code/game/jobs/job/command/auxiliary/intel.dm b/code/game/jobs/job/command/auxiliary/intel.dm index 9905bc9d37..7554024871 100644 --- a/code/game/jobs/job/command/auxiliary/intel.dm +++ b/code/game/jobs/job/command/auxiliary/intel.dm @@ -7,8 +7,8 @@ scaled = 1 supervisors = "the auxiliary support officer" flags_startup_parameters = ROLE_ADD_TO_DEFAULT|ROLE_ADD_TO_SQUAD - gear_preset = "USCM Intelligence Officer (IO) (Cryo)" - entry_message_body = "Your job is to assist the marines in collecting intelligence related to the current operation to better inform command of their opposition. You are in charge of gathering any data disks, folders, and notes you may find on the operational grounds and decrypt them to grant the USCM additional resources." + gear_preset = "UACM Intelligence Officer (IO) (Cryo)" + entry_message_body = "Your job is to assist the marines in collecting intelligence related to the current operation to better inform command of their opposition. You are in charge of gathering any data disks, folders, and notes you may find on the operational grounds and decrypt them to grant the UACM additional resources." /datum/job/command/intel/set_spawn_positions(count) spawn_positions = int_slot_formula(count) diff --git a/code/game/jobs/job/command/auxiliary/senior.dm b/code/game/jobs/job/command/auxiliary/senior.dm index 014db9569b..8bdf1fd75f 100644 --- a/code/game/jobs/job/command/auxiliary/senior.dm +++ b/code/game/jobs/job/command/auxiliary/senior.dm @@ -7,7 +7,7 @@ job_options = list("Gunnery Sergeant" = "GySGT", "Master Sergeant" = "MSgt", "First Sergeant" = "1Sgt", "Master Gunnery Sergeant" = "MGySgt", "Sergeant Major" = "SgtMaj") /datum/job/command/senior/on_config_load() - entry_message_body = "You are held to a higher standard and are required to obey not only the Server Rules but Marine Law and Standard Operating Procedure. Failure to do so may result in your Mentorship Removal. Your primary job is to teach others the game and its mechanics, and offer advice to all USCM Departments and Personnel on-board." + entry_message_body = "You are held to a higher standard and are required to obey not only the Server Rules but Marine Law and Standard Operating Procedure. Failure to do so may result in your Mentorship Removal. Your primary job is to teach others the game and its mechanics, and offer advice to all UACM Departments and Personnel on-board." return ..() /datum/job/command/senior/announce_entry_message(mob/living/carbon/human/H) diff --git a/code/game/jobs/job/command/cic/captain.dm b/code/game/jobs/job/command/cic/captain.dm index 72f8613519..9b5329eb10 100644 --- a/code/game/jobs/job/command/cic/captain.dm +++ b/code/game/jobs/job/command/cic/captain.dm @@ -1,7 +1,7 @@ //Commander /datum/job/command/commander title = JOB_CO - supervisors = "USCM high command" + supervisors = "UACM high command" selection_class = "job_co" flags_startup_parameters = ROLE_ADD_TO_DEFAULT|ROLE_ADMIN_NOTIFY|ROLE_WHITELISTED flags_whitelist = WHITELIST_COMMANDER diff --git a/code/game/jobs/job/command/cic/executive.dm b/code/game/jobs/job/command/cic/executive.dm index f717a03e12..67f291770f 100644 --- a/code/game/jobs/job/command/cic/executive.dm +++ b/code/game/jobs/job/command/cic/executive.dm @@ -5,7 +5,7 @@ gear_preset = /datum/equipment_preset/uscm_ship/xo /datum/job/command/executive/generate_entry_message(mob/living/carbon/human/H) - entry_message_body = "You are second in command aboard the [MAIN_SHIP_NAME], and are in next in the chain of command after the Commanding Officer. Where applicable, you must abide by the Commanding Officer Code of Conduct. You may need to fill in for other duties if areas are understaffed, and you are given access to do so. Make the USCM proud!" + entry_message_body = "You are second in command aboard the [MAIN_SHIP_NAME], and are in next in the chain of command after the Commanding Officer. Where applicable, you must abide by the Commanding Officer Code of Conduct. You may need to fill in for other duties if areas are understaffed, and you are given access to do so. Make the UACM proud!" return ..() /datum/job/command/executive/generate_entry_conditions(mob/living/M, whitelist_status) diff --git a/code/game/jobs/job/job.dm b/code/game/jobs/job/job.dm index 103c826ce5..22421b4128 100644 --- a/code/game/jobs/job/job.dm +++ b/code/game/jobs/job/job.dm @@ -202,29 +202,29 @@ account_user.mind.initial_account = generated_account return generated_account -/datum/job/proc/generate_entry_message() +/datum/job/proc/generate_entry_message(mob/living/carbon/human/H) if(!entry_message_intro) entry_message_intro = "You are the [title]!" + to_chat(H, narrate_head(entry_message_intro)) + if(!entry_message_body) + entry_message_body = "You are an unspecified auxiliary role on board the [MAIN_SHIP_NAME]!" + to_chat(H, narrate_body(entry_message_body)) if(!entry_message_end) entry_message_end = "As the [title] you answer to [supervisors]. Special circumstances may change this!" - return "[entry_message_intro]
[entry_message_body]
[entry_message_end]" + to_chat(H, narrate_body(entry_message_end)) + return /datum/job/proc/announce_entry_message(mob/living/carbon/human/H, datum/money_account/M, whitelist_status) //The actual message that is displayed to the mob when they enter the game as a new player. set waitfor = 0 sleep(10) if(H && H.loc && H.client) - var/title_given - title_given = lowertext(disp_title) - + generate_entry_message(H) //Document syntax cannot have tabs for proper formatting. var/entrydisplay = " \ - [SPAN_ROLE_BODY("|______________________|")] \n\ - [SPAN_ROLE_HEADER("You are \a [title_given]")] \n\ - [flags_startup_parameters & ROLE_ADMIN_NOTIFY ? SPAN_ROLE_HEADER("You are playing a job that is important for game progression. If you have to disconnect, please notify the admins via adminhelp.") : ""] \n\ - [SPAN_ROLE_BODY("[generate_entry_message(H)]
[M ? "Your account number is: [M.account_number]. Your account pin is: [M.remote_access_pin]." : "You do not have a bank account."]")] \n\ - [SPAN_ROLE_BODY("|______________________|")] \ + [flags_startup_parameters & ROLE_ADMIN_NOTIFY ? narrate_head("You are playing a job that is important for game progression. If you have to disconnect, please notify the admins via adminhelp.") : ""] \n\ + [narrate_body("[M ? "Your account number is: [M.account_number]. Your account pin is: [M.remote_access_pin]." : "You do not have a bank account."]")] \n\ " - to_chat_spaced(H, html = entrydisplay) + to_chat_spaced(H, html = narrate_body(entrydisplay)) /datum/job/proc/generate_entry_conditions(mob/living/M, whitelist_status) if (istype(M) && M.client) diff --git a/code/game/jobs/job/logistics/engi/ordnance_tech.dm b/code/game/jobs/job/logistics/engi/ordnance_tech.dm index 43a8a7122a..2406750cd9 100644 --- a/code/game/jobs/job/logistics/engi/ordnance_tech.dm +++ b/code/game/jobs/job/logistics/engi/ordnance_tech.dm @@ -9,7 +9,7 @@ selection_class = "job_ot" flags_startup_parameters = ROLE_ADD_TO_DEFAULT gear_preset = /datum/equipment_preset/uscm_ship/ordn - entry_message_body = "Your job is to maintain the integrity of the USCM weapons, munitions and equipment, including the orbital cannon. You can use the workshop in the portside hangar to construct new armaments for the marines. However you remain one of the more flexible roles on the ship and as such may receive other menial tasks from your superiors." + entry_message_body = "Your job is to maintain the integrity of the UACM weapons, munitions and equipment, including the orbital cannon. You can use the workshop in the portside hangar to construct new armaments for the marines. However you remain one of the more flexible roles on the ship and as such may receive other menial tasks from your superiors." /datum/job/logistics/otech/set_spawn_positions(count) spawn_positions = ot_slot_formula(count) diff --git a/code/game/jobs/job/marine/marine.dm b/code/game/jobs/job/marine/marine.dm index c50a0420a9..a25cca9541 100644 --- a/code/game/jobs/job/marine/marine.dm +++ b/code/game/jobs/job/marine/marine.dm @@ -6,9 +6,9 @@ allow_additional = 1 /datum/job/marine/generate_entry_message(mob/living/carbon/human/current_human) + . = ..() if(current_human.assigned_squad) - entry_message_intro = "You are a [title]!
You have been assigned to the [lowertext(current_human.assigned_squad.name)] platoon.[Check_WO() ? "" : " Make your way to the cafeteria for some post-cryosleep chow, and then get equipped in your team's prep room." ]" - return ..() + to_chat(current_human, narrate_body("You have been assigned to [current_human.assigned_squad.name]!")) /datum/job/marine/generate_entry_conditions(mob/living/carbon/human/current_human) ..() diff --git a/code/game/jobs/job/marine/squads.dm b/code/game/jobs/job/marine/squads.dm index 27fb293daa..ae6c3b2921 100644 --- a/code/game/jobs/job/marine/squads.dm +++ b/code/game/jobs/job/marine/squads.dm @@ -123,14 +123,24 @@ /datum/squad/marine/alpha name = SQUAD_MARINE_1 - equipment_color = "#4148c8" - chat_color = "#828cff" + equipment_color = "#e61919" + chat_color = "#e67d7d" access = list(ACCESS_MARINE_ALPHA) radio_freq = ALPHA_FREQ minimap_color = MINIMAP_SQUAD_ALPHA use_stripe_overlay = FALSE usable = TRUE +/datum/squad/marine/delta + name = SQUAD_MARINE_4 + equipment_color = "#4148c8" + chat_color = "#828cff" + access = list(ACCESS_MARINE_DELTA) + radio_freq = DELTA_FREQ + minimap_color = MINIMAP_SQUAD_DELTA + use_stripe_overlay = FALSE + usable = TRUE + /datum/squad/marine/upp name = SQUAD_UPP equipment_color = "#8B0000" @@ -144,11 +154,6 @@ squad_one_access = ACCESS_UPP_SQUAD_ONE squad_two_access = ACCESS_UPP_SQUAD_TWO -/datum/squad/marine/upp/New() - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - /datum/squad/marine/forecon name = SQUAD_LRRP access = list(ACCESS_MARINE_ALPHA) @@ -159,14 +164,6 @@ minimap_color = "#32CD32" usable = TRUE -/datum/squad/marine/bravo - name = SQUAD_MARINE_2 - equipment_color = "#ffc32d" - chat_color = "#ffe650" - access = list(ACCESS_MARINE_BRAVO) - radio_freq = BRAVO_FREQ - minimap_color = MINIMAP_SQUAD_BRAVO - /datum/squad/marine/charlie name = SQUAD_MARINE_3 equipment_color = "#c864c8" @@ -175,13 +172,13 @@ radio_freq = CHARLIE_FREQ minimap_color = MINIMAP_SQUAD_CHARLIE -/datum/squad/marine/delta - name = SQUAD_MARINE_4 - equipment_color = "#4148c8" - chat_color = "#828cff" - access = list(ACCESS_MARINE_DELTA) - radio_freq = DELTA_FREQ - minimap_color = MINIMAP_SQUAD_DELTA +/datum/squad/marine/bravo + name = SQUAD_MARINE_2 + equipment_color = "#ffc32d" + chat_color = "#ffe650" + access = list(ACCESS_MARINE_BRAVO) + radio_freq = BRAVO_FREQ + minimap_color = MINIMAP_SQUAD_BRAVO /datum/squad/marine/echo name = SQUAD_MARINE_5 @@ -336,31 +333,6 @@ RegisterSignal(SSdcs, COMSIG_GLOB_MODE_POSTSETUP, PROC_REF(setup_supply_drop_list)) -/datum/squad/marine/alpha/New() - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - -/datum/squad/marine/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - - name = new_name - - for(var/mob/living/carbon/human/marine in marines_list) - if(!istype(marine.wear_id, /obj/item/card/id)) - continue - - var/obj/item/card/id/marine_card = marine.wear_id - var/datum/weakref/marine_card_registered = marine.wear_id.registered_ref - - if(!istype(marine_card_registered)) - continue - - if(marine != marine_card_registered.resolve()) - continue - - marine_card.assignment = "[new_name] [marine.job]" - marine_card.name = "[marine_card.registered_name]'s [marine_card.card_name] ([marine_card.assignment])" /datum/squad/proc/setup_supply_drop_list() SIGNAL_HANDLER diff --git a/code/game/jobs/role_authority.dm b/code/game/jobs/role_authority.dm index 42ffc22570..f5a7a8790d 100644 --- a/code/game/jobs/role_authority.dm +++ b/code/game/jobs/role_authority.dm @@ -715,7 +715,7 @@ I hope it's easier to tell what the heck this proc is even doing, unlike previou if(!lowest) lowest = S if(!lowest) - var/ranpick = rand(1,4) + var/ranpick = rand(1,2) lowest = mixed_squads[ranpick] if(lowest) lowest.put_marine_in_squad(H) else to_chat(H, "Something went badly with randomize_squad()! Tell a coder!") diff --git a/code/game/machinery/ARES/ARES_interface.dm b/code/game/machinery/ARES/ARES_interface.dm index 0e45d5ee17..3bd5b8479e 100644 --- a/code/game/machinery/ARES/ARES_interface.dm +++ b/code/game/machinery/ARES/ARES_interface.dm @@ -398,7 +398,7 @@ return FALSE if(SShijack.evac_admin_denied) - to_chat(usr, SPAN_WARNING("The USCM has placed a lock on deploying the evacuation pods.")) + to_chat(usr, SPAN_WARNING("The UACM has placed a lock on deploying the evacuation pods.")) playsound(src, 'sound/machines/buzz-two.ogg', 15, 1) return FALSE @@ -436,7 +436,7 @@ if((R_ADMIN|R_MOD) & admin.admin_holder.rights) playsound_client(admin,'sound/effects/sos-morse-code.ogg',10) SSticker.mode.request_ert(usr, TRUE) - to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to USCM High Command.")) + to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to UACM High Command.")) COOLDOWN_START(datacore, ares_distress_cooldown, COOLDOWN_COMM_REQUEST) return TRUE @@ -462,10 +462,10 @@ if((R_ADMIN|R_MOD) & admin.admin_holder.rights) playsound_client(admin,'sound/effects/sos-morse-code.ogg',10) message_admins("[key_name(usr)] has requested use of Nuclear Ordnance (via ARES)! Reason: [reason] [CC_MARK(usr)] (APPROVE) (DENY) [ADMIN_JMP_USER(usr)] [CC_REPLY(usr)]") - to_chat(usr, SPAN_NOTICE("A nuclear ordnance request has been sent to USCM High Command for the following reason: [reason]")) + to_chat(usr, SPAN_NOTICE("A nuclear ordnance request has been sent to UACM High Command for the following reason: [reason]")) log_ares_security("Nuclear Ordnance Request", "[last_login] has sent a request for nuclear ordnance for the following reason: [reason]") if(ares_can_interface()) - ai_silent_announcement("[last_login] has sent a request for nuclear ordnance to USCM High Command.", ".V") + ai_silent_announcement("[last_login] has sent a request for nuclear ordnance to UACM High Command.", ".V") ai_silent_announcement("Reason given: [reason].", ".V") COOLDOWN_START(datacore, ares_nuclear_cooldown, COOLDOWN_COMM_DESTRUCT) return TRUE diff --git a/code/game/machinery/ARES/ARES_procs.dm b/code/game/machinery/ARES/ARES_procs.dm index 64a30a230d..6d451af94d 100644 --- a/code/game/machinery/ARES/ARES_procs.dm +++ b/code/game/machinery/ARES/ARES_procs.dm @@ -200,11 +200,11 @@ GLOBAL_LIST_INIT(maintenance_categories, list( if(ARES_ACCESS_CE)//5 return "Chief Engineer" if(ARES_ACCESS_SYNTH)//6 - return "USCM Synthetic" + return "UACM Synthetic" if(ARES_ACCESS_CO)//7 return "[MAIN_SHIP_NAME] Commanding Officer" if(ARES_ACCESS_HIGH)//8 - return "USCM High Command" + return "UACM High Command" if(ARES_ACCESS_WY_COMMAND)//9 return "Weyland-Yutani Directorate" if(ARES_ACCESS_DEBUG)//10 diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 76ff409669..341aea62c1 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -559,7 +559,7 @@ /obj/structure/machinery/autolathe/armylathe name = "\improper Armylathe" - desc = "A specialized autolathe made for printing USCM weaponry and parts." + desc = "A specialized autolathe made for printing UACM weaponry and parts." icon_state = "armylathe" base_state = "armylathe" recipes = null diff --git a/code/game/machinery/bioprinter.dm b/code/game/machinery/bioprinter.dm index 65f6fe1842..2a2694a689 100644 --- a/code/game/machinery/bioprinter.dm +++ b/code/game/machinery/bioprinter.dm @@ -2,7 +2,7 @@ /obj/structure/machinery/bioprinter name = "\improper Weyland-Yutani synthetic limb printer 2000" - desc = "A machine that can produce synthetic limbs of dubious quality. Smells of smoke and battery acid. The USCM has recently rejected an offer for the 3000 series, which can also print synthetic organs, on the basis of unreliability." + desc = "A machine that can produce synthetic limbs of dubious quality. Smells of smoke and battery acid. The UACM has recently rejected an offer for the 3000 series, which can also print synthetic organs, on the basis of unreliability." icon = 'icons/obj/structures/machinery/surgery.dmi' anchored = TRUE diff --git a/code/game/machinery/computer/almayer_control.dm b/code/game/machinery/computer/almayer_control.dm index fb9f7a0375..364f3a52bb 100644 --- a/code/game/machinery/computer/almayer_control.dm +++ b/code/game/machinery/computer/almayer_control.dm @@ -121,7 +121,7 @@ return FALSE if(SShijack.evac_admin_denied) - to_chat(usr, SPAN_WARNING("The USCM has placed a lock on deploying the evacuation pods.")) + to_chat(usr, SPAN_WARNING("The UACM has placed a lock on deploying the evacuation pods.")) return FALSE if(!SShijack.initiate_evacuation()) @@ -169,13 +169,13 @@ if(!COOLDOWN_FINISHED(src, cooldown_central)) to_chat(usr, SPAN_WARNING("Arrays are re-cycling. Please stand by.")) return FALSE - var/input = stripped_input(usr, "Please choose a message to transmit to USCM. Please be aware that this process is very expensive, and abuse will lead to termination. Transmission does not guarantee a response. There is a small delay before you may send another message. Be clear and concise.", "To abort, send an empty message.", "") + var/input = stripped_input(usr, "Please choose a message to transmit to UACM. Please be aware that this process is very expensive, and abuse will lead to termination. Transmission does not guarantee a response. There is a small delay before you may send another message. Be clear and concise.", "To abort, send an empty message.", "") if(!input || !(usr in view(1,src)) || !COOLDOWN_FINISHED(src, cooldown_central)) return FALSE high_command_announce(input, usr) to_chat(usr, SPAN_NOTICE("Message transmitted.")) - log_announcement("[key_name(usr)] has made an USCM announcement: [input]") + log_announcement("[key_name(usr)] has made an UACM announcement: [input]") COOLDOWN_START(src, cooldown_central, COOLDOWN_COMM_CENTRAL) . = TRUE @@ -225,7 +225,7 @@ if((R_ADMIN|R_MOD) & admin_client.admin_holder.rights) admin_client << 'sound/effects/sos-morse-code.ogg' SSticker.mode.request_ert(usr) - to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to USCM Central Command.")) + to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to UACM Central Command.")) COOLDOWN_START(src, cooldown_request, COOLDOWN_COMM_REQUEST) . = TRUE @@ -256,7 +256,7 @@ if((R_ADMIN|R_MOD) & admin_client.admin_holder.rights) admin_client << 'sound/effects/sos-morse-code.ogg' message_admins("[key_name(usr)] has requested Self-Destruct! [CC_MARK(usr)] (GRANT) (DENY) [ADMIN_JMP_USER(usr)] [CC_REPLY(usr)]") - to_chat(usr, SPAN_NOTICE("A self-destruct request has been sent to USCM Central Command.")) + to_chat(usr, SPAN_NOTICE("A self-destruct request has been sent to UACM Central Command.")) COOLDOWN_START(src, cooldown_destruct, COOLDOWN_COMM_DESTRUCT) . = TRUE diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index b39f59530a..d4759bfe47 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -139,7 +139,7 @@ return FALSE if(SShijack.evac_admin_denied) - to_chat(usr, SPAN_WARNING("The USCM has placed a lock on deploying the evacuation pods.")) + to_chat(usr, SPAN_WARNING("The UACM has placed a lock on deploying the evacuation pods.")) return FALSE if(!SShijack.initiate_evacuation()) @@ -193,7 +193,7 @@ if((R_ADMIN|R_MOD) & C.admin_holder.rights) C << 'sound/effects/sos-morse-code.ogg' SSticker.mode.request_ert(usr) - to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to USCM Central Command.")) + to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to UACM Central Command.")) cooldown_request = world.time return TRUE @@ -227,7 +227,7 @@ if((R_ADMIN|R_MOD) & C.admin_holder.rights) C << 'sound/effects/sos-morse-code.ogg' message_admins("[key_name(usr)] has requested Self-Destruct! [CC_MARK(usr)] (GRANT) (DENY) [ADMIN_JMP_USER(usr)] [CC_REPLY(usr)]") - to_chat(usr, SPAN_NOTICE("A self-destruct request has been sent to USCM Central Command.")) + to_chat(usr, SPAN_NOTICE("A self-destruct request has been sent to UACM Central Command.")) cooldown_destruct = world.time return TRUE @@ -275,12 +275,12 @@ if(world.time < cooldown_central + COOLDOWN_COMM_CENTRAL) to_chat(usr, SPAN_WARNING("Arrays recycling. Please stand by.")) return FALSE - var/input = stripped_input(usr, "Please choose a message to transmit to USCM. Please be aware that this process is very expensive, and abuse will lead to termination. Transmission does not guarantee a response. There is a small delay before you may send another message. Be clear and concise.", "To abort, send an empty message.", "") + var/input = stripped_input(usr, "Please choose a message to transmit to UACM. Please be aware that this process is very expensive, and abuse will lead to termination. Transmission does not guarantee a response. There is a small delay before you may send another message. Be clear and concise.", "To abort, send an empty message.", "") if(!input || !(usr in view(1,src)) || authenticated != 2 || world.time < cooldown_central + COOLDOWN_COMM_CENTRAL) return FALSE high_command_announce(input, usr) to_chat(usr, SPAN_NOTICE("Message transmitted.")) - log_announcement("[key_name(usr)] has made an USCM announcement: [input]") + log_announcement("[key_name(usr)] has made an UACM announcement: [input]") cooldown_central = world.time if("securitylevel") @@ -340,7 +340,7 @@ dat += "
Select primary LZ" dat += "

" dat += "
Make an announcement" - dat += GLOB.admins.len > 0 ? "
Send a message to USCM" : "
USCM communication offline" + dat += GLOB.admins.len > 0 ? "
Send a message to UACM" : "
UACM communication offline" dat += "
Award a medal" dat += "
Send Distress Beacon" dat += "
Activate Self-Destruct" diff --git a/code/game/machinery/computer/emails.dm b/code/game/machinery/computer/emails.dm index 794bb3549f..a3fd090e81 100644 --- a/code/game/machinery/computer/emails.dm +++ b/code/game/machinery/computer/emails.dm @@ -7,7 +7,7 @@ icon = 'icons/obj/structures/machinery/computer.dmi' icon_state = "terminal1" var/screen = 0 - var/email_type = /datum/fluff_email/almayer //the type of emails this computer will show. e.g. USCM emails for the personal computers on the Almayer + var/email_type = /datum/fluff_email/almayer //the type of emails this computer will show. e.g. UACM emails for the personal computers on the Almayer var/list/email_list var/selected_mail diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index cda3da5e2e..e13b282cbc 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -37,16 +37,6 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li /obj/structure/machinery/computer/cryopod/alpha cryotype = SQUAD_MARINE_1 -/obj/structure/machinery/computer/cryopod/alpha/Initialize() - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - -/obj/structure/machinery/computer/cryopod/alpha/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - - cryotype = new_name - /obj/structure/machinery/computer/cryopod/bravo cryotype = SQUAD_MARINE_2 diff --git a/code/game/machinery/doors/multi_tile.dm b/code/game/machinery/doors/multi_tile.dm index 0712d61f56..cf5366b30f 100644 --- a/code/game/machinery/doors/multi_tile.dm +++ b/code/game/machinery/doors/multi_tile.dm @@ -346,6 +346,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2/cyclone name = "\improper Cyclone crew hatch" +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2/wraith + name = "\improper Wraith crew hatch" + /obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/upp name = "\improper Akademia Nauk cargo door" icon = 'icons/obj/structures/doors/dropshipupp_cargo.dmi' diff --git a/code/game/machinery/doors/poddoor.dm b/code/game/machinery/doors/poddoor.dm index 562a589c78..bc47b5a897 100644 --- a/code/game/machinery/doors/poddoor.dm +++ b/code/game/machinery/doors/poddoor.dm @@ -334,3 +334,24 @@ /obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor density = TRUE opacity = TRUE + +/obj/structure/machinery/door/poddoor/admin_shutters + name = "security separator" + desc = "A multilayered, heavy metal separator used to sealed off parts of the station. There is no getting through this unless it is open remotly." + icon = 'icons/obj/structures/doors/blastdoors_shutters.dmi' + icon_state = "almayer_pdoor1" + base_icon_state = "almayer_pdoor" + id = "admin_" + var/shutter_group = 1 + indestructible = TRUE + unacidable = TRUE + density = TRUE + opacity = TRUE + +/obj/structure/machinery/door/poddoor/admin_shutters/Initialize() + . = ..() + id = "[id][num2text(shutter_group)]" + +/obj/structure/machinery/door/poddoor/admin_shutters/proc/opening_sequence() + sleep(pick(10,20,30,40,50)) + open() diff --git a/code/game/machinery/fax_machine.dm b/code/game/machinery/fax_machine.dm index 77a7de45a6..e7f90e5d4a 100644 --- a/code/game/machinery/fax_machine.dm +++ b/code/game/machinery/fax_machine.dm @@ -2,9 +2,9 @@ var/list/obj/structure/machinery/faxmachine/allfaxes = list() var/list/alldepartments = list() #define DEPARTMENT_WY "Weyland-Yutani" -#define DEPARTMENT_HC "USCM High Command" +#define DEPARTMENT_HC "UACM High Command" #define DEPARTMENT_CMB "CMB Incident Command Center, Local Operations" -#define DEPARTMENT_PROVOST "USCM Provost Office" +#define DEPARTMENT_PROVOST "UACM Provost Office" #define DEPARTMENT_PRESS "Various Press Organizations" #define HIGHCOM_DEPARTMENTS list(DEPARTMENT_WY, DEPARTMENT_HC, DEPARTMENT_CMB, DEPARTMENT_PROVOST, DEPARTMENT_PRESS) @@ -276,7 +276,7 @@ var/list/alldepartments = list() /obj/structure/machinery/faxmachine/vv_get_dropdown() . = ..() . += "" - . += "" + . += "" . += "" . += "" . += "" @@ -396,10 +396,10 @@ var/list/alldepartments = list() P.update_icon() switch(network) - if("USCM High Command Quantum Relay") + if("UACM High Command Quantum Relay") var/image/stampoverlay = image('icons/obj/items/paper.dmi') stampoverlay.icon_state = "paper_stamp-uscm" - P.stamps += "
This paper has been stamped by the USCM High Command Quantum Relay." + P.stamps += "
This paper has been stamped by the UACM High Command Quantum Relay." if("NC4 UA Federal Secure Network - CMB Relay") var/image/stampoverlay = image('icons/obj/items/paper.dmi') stampoverlay.icon_state = "paper_stamp-cmb" @@ -440,9 +440,9 @@ var/list/alldepartments = list() network = "Weyland-Yutani Quantum Relay" /obj/structure/machinery/faxmachine/uscm - name = "\improper USCM Military Fax Machine" - department = "USCM Local Operations" - network = "USCM Encrypted Network" + name = "\improper UACM Military Fax Machine" + department = "UACM Local Operations" + network = "UACM Encrypted Network" target_department = DEPARTMENT_HC /obj/structure/machinery/faxmachine/uscm/command @@ -454,10 +454,10 @@ var/list/alldepartments = list() /obj/structure/machinery/faxmachine/uscm/command/highcom department = DEPARTMENT_HC target_department = "Commanding Officer" - network = "USCM High Command Quantum Relay" + network = "UACM High Command Quantum Relay" /obj/structure/machinery/faxmachine/uscm/brig - name = "\improper USCM Provost Fax Machine" + name = "\improper UACM Provost Fax Machine" department = "Brig" target_department = DEPARTMENT_PROVOST @@ -467,7 +467,7 @@ var/list/alldepartments = list() /obj/structure/machinery/faxmachine/uscm/brig/provost department = DEPARTMENT_PROVOST target_department = "Brig" - network = "USCM High Command Quantum Relay" + network = "UACM High Command Quantum Relay" /datum/fax var/data diff --git a/code/game/machinery/vending/cm_vending.dm b/code/game/machinery/vending/cm_vending.dm index fee6f9a53c..c5d02ca57d 100644 --- a/code/game/machinery/vending/cm_vending.dm +++ b/code/game/machinery/vending/cm_vending.dm @@ -563,7 +563,7 @@ GLOBAL_LIST_EMPTY(vending_products) available_specialist_sets -= p_name else if(vendor_role.Find(JOB_SYNTH)) if(user.job != JOB_SYNTH) - to_chat(user, SPAN_WARNING("Only USCM Synthetics may vend experimental tool tokens.")) + to_chat(user, SPAN_WARNING("Only UACM Synthetics may vend experimental tool tokens.")) vend_fail() return FALSE diff --git a/code/game/machinery/vending/vending_types.dm b/code/game/machinery/vending/vending_types.dm index 445a5c5b9f..1a66701dc8 100644 --- a/code/game/machinery/vending/vending_types.dm +++ b/code/game/machinery/vending/vending_types.dm @@ -223,7 +223,7 @@ /obj/structure/machinery/vending/security name = "\improper ColMarTech Military Police Vendor" - desc = "A USCM Military Police vendor." + desc = "A UACM Military Police vendor." product_ads = "Crack capitalist skulls!;Beat some heads in!;Don't forget - harm is good!;Your weapons are right here.;Handcuffs!;Freeze, scumbag!;Don't tase me bro!;Tase them, bro.;Why not have a donut?" icon_state = "sec" icon_deny = "sec-deny" diff --git a/code/game/machinery/vending/vendor_types/antag/antag_clothing.dm b/code/game/machinery/vending/vendor_types/antag/antag_clothing.dm index 85210e1aaa..14db62be1f 100644 --- a/code/game/machinery/vending/vendor_types/antag/antag_clothing.dm +++ b/code/game/machinery/vending/vendor_types/antag/antag_clothing.dm @@ -3,7 +3,7 @@ /obj/structure/machinery/cm_vending/clothing/antag name = "\improper Suspicious Automated Equipment Rack" - desc = "While similar in function to ColMarTech automated racks, this one is clearly not of USCM origin. Contains various equipment." + desc = "While similar in function to ColMarTech automated racks, this one is clearly not of UACM origin. Contains various equipment." icon_state = "antag_clothing" req_one_access = list(ACCESS_ILLEGAL_PIRATE, ACCESS_UPP_GENERAL, ACCESS_CLF_GENERAL) req_access = null diff --git a/code/game/machinery/vending/vendor_types/antag/antag_gear.dm b/code/game/machinery/vending/vendor_types/antag/antag_gear.dm index 3e847b4919..b795d48b48 100644 --- a/code/game/machinery/vending/vendor_types/antag/antag_gear.dm +++ b/code/game/machinery/vending/vendor_types/antag/antag_gear.dm @@ -2,7 +2,7 @@ /obj/structure/machinery/cm_vending/gear/antag name = "\improper Suspicious Automated Gear Rack" - desc = "While similar in function to ColMarTech automated racks, this one is clearly not of USCM origin. Contains various gear." + desc = "While similar in function to ColMarTech automated racks, this one is clearly not of UACM origin. Contains various gear." icon_state = "gear" req_one_access = list(ACCESS_ILLEGAL_PIRATE, ACCESS_UPP_GENERAL, ACCESS_CLF_GENERAL) @@ -59,7 +59,6 @@ spawned_gear_list = list( /obj/item/explosive/plastic, /obj/item/device/binoculars/range, - /obj/item/map/current_map, /obj/item/storage/box/zipcuffs, ) diff --git a/code/game/machinery/vending/vendor_types/antag/antag_guns_snowflake.dm b/code/game/machinery/vending/vendor_types/antag/antag_guns_snowflake.dm index 73a2c7346a..3e7782db5a 100644 --- a/code/game/machinery/vending/vendor_types/antag/antag_guns_snowflake.dm +++ b/code/game/machinery/vending/vendor_types/antag/antag_guns_snowflake.dm @@ -2,7 +2,7 @@ /obj/structure/machinery/cm_vending/gear/antag_guns name = "\improper Suspicious Automated Guns Rack" - desc = "While similar in function to ColMarTech automated racks, this one is clearly not of USCM origin. Contains various weapons, ammunition and explosives." + desc = "While similar in function to ColMarTech automated racks, this one is clearly not of UACM origin. Contains various weapons, ammunition and explosives." icon_state = "antag_guns" req_one_access = list(ACCESS_ILLEGAL_PIRATE, ACCESS_UPP_GENERAL, ACCESS_CLF_GENERAL) req_access = null @@ -56,7 +56,6 @@ spawned_gear_list = list( /obj/item/explosive/plastic, /obj/item/device/binoculars/range, - /obj/item/map/current_map, /obj/item/storage/box/zipcuffs, ) diff --git a/code/game/machinery/vending/vendor_types/antag/antag_guns_sorted.dm b/code/game/machinery/vending/vendor_types/antag/antag_guns_sorted.dm index ab319f1eca..94094d2267 100644 --- a/code/game/machinery/vending/vendor_types/antag/antag_guns_sorted.dm +++ b/code/game/machinery/vending/vendor_types/antag/antag_guns_sorted.dm @@ -2,7 +2,7 @@ /obj/structure/machinery/cm_vending/sorted/cargo_guns/antag_guns name = "\improper Suspicious Automated Guns Rack" - desc = "While similar in function to ColMarTech automated racks, this one is clearly not of USCM origin. Contains various weapons." + desc = "While similar in function to ColMarTech automated racks, this one is clearly not of UACM origin. Contains various weapons." icon_state = "antag_guns" req_one_access = list(ACCESS_ILLEGAL_PIRATE, ACCESS_UPP_GENERAL, ACCESS_CLF_GENERAL) req_access = null diff --git a/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm b/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm index d7d49a8ae0..f8b303f737 100644 --- a/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm +++ b/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm @@ -58,7 +58,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_commanding_officer, list( /obj/structure/machinery/cm_vending/gear/commanding_officer name = "\improper ColMarTech Commanding Officer Weapon Rack" - desc = "An automated weapons rack for the Commanding Officer. It features a robust selection of weaponry meant only for the USCM's top officers." + desc = "An automated weapons rack for the Commanding Officer. It features a robust selection of weaponry meant only for the UACM's top officers." req_access = list(ACCESS_MARINE_SENIOR) vendor_role = list(JOB_CO, JOB_WO_CO) icon_state = "guns" @@ -123,7 +123,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_commanding_officer, list( /obj/structure/machinery/cm_vending/clothing/commanding_officer name = "\improper ColMarTech Commanding Officer Equipment Rack" - desc = "An automated equipment vendor for the Commanding Officer. Contains a prime selection of equipment for only the USCM's top officers." + desc = "An automated equipment vendor for the Commanding Officer. Contains a prime selection of equipment for only the UACM's top officers." req_access = list(ACCESS_MARINE_SENIOR) vendor_role = list(JOB_CO, JOB_WO_CO) @@ -133,7 +133,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_commanding_officer, list( /obj/effect/essentials_set/commanding_officer spawned_gear_list = list( /obj/item/device/binoculars/range/designator, - /obj/item/map/current_map, /obj/item/device/whistle, /obj/item/weapon/gun/energy/taser, /obj/item/device/megaphone, diff --git a/code/game/machinery/vending/vendor_types/crew/sea.dm b/code/game/machinery/vending/vendor_types/crew/sea.dm index cb6698c6f7..4b17715bf1 100644 --- a/code/game/machinery/vending/vendor_types/crew/sea.dm +++ b/code/game/machinery/vending/vendor_types/crew/sea.dm @@ -56,7 +56,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_sea, list( list("M3-L Pattern Light Armor", 0, /obj/item/clothing/suit/storage/marine/light, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_RECOMMENDED), list("M3 Pattern Padded Armor", 0, /obj/item/clothing/suit/storage/marine/padded, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), list("Bulletproof Vest", 0, /obj/item/clothing/suit/armor/bulletproof, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("USCM Service Jacket", 0, /obj/item/clothing/suit/storage/jacket/marine/service, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), + list("UACM Service Jacket", 0, /obj/item/clothing/suit/storage/jacket/marine/service, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), list("ACCESSORIES (CHOOSE 1)", 0, null, null, null), list("Brown Webbing Vest", 0, /obj/item/clothing/accessory/storage/black_vest/brown_vest, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/crew/senior_officers.dm b/code/game/machinery/vending/vendor_types/crew/senior_officers.dm index b5bc42eabb..d06c4c4e98 100644 --- a/code/game/machinery/vending/vendor_types/crew/senior_officers.dm +++ b/code/game/machinery/vending/vendor_types/crew/senior_officers.dm @@ -106,7 +106,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_chief_engineer, list( list("Blue Hazard Vest", 0, /obj/item/clothing/suit/storage/hazardvest/blue, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), list("Orange Hazard Vest", 0, /obj/item/clothing/suit/storage/hazardvest, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), list("Yellow Hazard Vest", 0, /obj/item/clothing/suit/storage/hazardvest/yellow, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), - list("USCM Service Jacket", 0, /obj/item/clothing/suit/storage/jacket/marine/service, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), + list("UACM Service Jacket", 0, /obj/item/clothing/suit/storage/jacket/marine/service, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_REGULAR), list("BACKPACK (CHOOSE 1)", 0, null, null, null), list("Leather Satchel", 0, /obj/item/storage/backpack/satchel, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), @@ -229,8 +229,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_cmo, list( list("BAG (CHOOSE 1)", 0, null, null, null), list("Medical Satchel", 0, /obj/item/storage/backpack/marine/satchel/medic, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_RECOMMENDED), list("Medical Backpack", 0, /obj/item/storage/backpack/marine/medic, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - list("USCM Satchel", 0, /obj/item/storage/backpack/marine/satchel, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), - list("USCM Backpack", 0, /obj/item/storage/backpack/marine, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), + list("UACM Satchel", 0, /obj/item/storage/backpack/marine/satchel, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), + list("UACM Backpack", 0, /obj/item/storage/backpack/marine, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), list("PERSONAL SIDEARM (CHOOSE 1)", 0, null, null, null), list("M4A3 Service Pistol", 0, /obj/item/storage/belt/gun/m4a3/full, MARINE_CAN_BUY_SECONDARY, VENDOR_ITEM_REGULAR), @@ -300,7 +300,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_xo, list( list("PATCHES", 0, null, null, null), list("Solar Devils Shoulder Patch", 0, /obj/item/clothing/accessory/patch/devils, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_MANDATORY), - list("USCM Shoulder Patch", 0, /obj/item/clothing/accessory/patch, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), + list("UACM Shoulder Patch", 0, /obj/item/clothing/accessory/patch, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), list("POUCHES (CHOOSE 2)", 0, null, null, null), list("First-Aid Pouch (Refillable Injectors)", 0, /obj/item/storage/pouch/firstaid/full, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/crew/synthetic.dm b/code/game/machinery/vending/vendor_types/crew/synthetic.dm index 1526613988..d89a60ab0d 100644 --- a/code/game/machinery/vending/vendor_types/crew/synthetic.dm +++ b/code/game/machinery/vending/vendor_types/crew/synthetic.dm @@ -90,8 +90,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth, list( list("UNIFORM (CHOOSE 1)", 0, null, null, null), list("Uniform, Outdated Synth", 0, /obj/item/clothing/under/rank/synthetic/old, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_REGULAR), list("Uniform, Standard Synth", 0, /obj/item/clothing/under/rank/synthetic, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), - list("USCM Standard Uniform", 0, /obj/item/clothing/under/marine, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_REGULAR), - list("USCM Medical Uniform", 0, /obj/item/clothing/under/marine/medic, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_REGULAR), + list("UACM Standard Uniform", 0, /obj/item/clothing/under/marine, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_REGULAR), + list("UACM Medical Uniform", 0, /obj/item/clothing/under/marine/medic, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_REGULAR), list("WEBBING (CHOOSE 1)", 0, null, null, null), list("Black Webbing Vest", 0, /obj/item/clothing/accessory/storage/black_vest, MARINE_CAN_BUY_ACCESSORY, VENDOR_ITEM_REGULAR), @@ -179,19 +179,19 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth, list( //------------SNOWFLAKE VENDOR--------------- GLOBAL_LIST_INIT(cm_vending_clothing_synth_snowflake, list( - list("USCM UNIFORMS", 0, null, null, null), + list("UACM UNIFORMS", 0, null, null, null), list("Medical Scrubs, Blue", 12, /obj/item/clothing/under/rank/medical/blue, null, VENDOR_ITEM_REGULAR), list("Medical Scrubs, Light Blue", 0, /obj/item/clothing/under/rank/medical/lightblue, null, VENDOR_ITEM_REGULAR), list("Medical Scrubs, Green", 12, /obj/item/clothing/under/rank/medical/green, null, VENDOR_ITEM_REGULAR), list("Medical Scrubs, Purple", 12, /obj/item/clothing/under/rank/medical/purple, null, VENDOR_ITEM_REGULAR), list("Medical Scrubs, White", 12, /obj/item/clothing/under/rank/medical, null, VENDOR_ITEM_REGULAR), - list("USCM Service Uniform", 12, /obj/item/clothing/under/marine/officer/bridge, null, VENDOR_ITEM_REGULAR), - list("USCM Flightsuit", 12, /obj/item/clothing/under/rank/synthetic/flight, null, VENDOR_ITEM_REGULAR), - list("USCM Engineers Uniform", 12, /obj/item/clothing/under/marine/engineer/standard, null, VENDOR_ITEM_REGULAR), - list("USCM Engineers Uniform (Darker)", 12, /obj/item/clothing/under/marine/engineer/darker, null, VENDOR_ITEM_REGULAR), - list("USCM Engineering Officers Uniform", 12, /obj/item/clothing/under/marine/officer/engi, null, VENDOR_ITEM_REGULAR), - list("USCM Military Police Uniform", 12, /obj/item/clothing/under/marine/mp/standard, null, VENDOR_ITEM_REGULAR), - list("USCM Military Police Uniform (Darker)", 12, /obj/item/clothing/under/marine/mp/darker, null, VENDOR_ITEM_REGULAR), + list("UACM Service Uniform", 12, /obj/item/clothing/under/marine/officer/bridge, null, VENDOR_ITEM_REGULAR), + list("UACM Flightsuit", 12, /obj/item/clothing/under/rank/synthetic/flight, null, VENDOR_ITEM_REGULAR), + list("UACM Engineers Uniform", 12, /obj/item/clothing/under/marine/engineer/standard, null, VENDOR_ITEM_REGULAR), + list("UACM Engineers Uniform (Darker)", 12, /obj/item/clothing/under/marine/engineer/darker, null, VENDOR_ITEM_REGULAR), + list("UACM Engineering Officers Uniform", 12, /obj/item/clothing/under/marine/officer/engi, null, VENDOR_ITEM_REGULAR), + list("UACM Military Police Uniform", 12, /obj/item/clothing/under/marine/mp/standard, null, VENDOR_ITEM_REGULAR), + list("UACM Military Police Uniform (Darker)", 12, /obj/item/clothing/under/marine/mp/darker, null, VENDOR_ITEM_REGULAR), list("NON-STANDARD UNIFORMS", 0, null, null, null), list("White T-Shirt and Brown Jeans", 12, /obj/item/clothing/under/tshirt/w_br, null, VENDOR_ITEM_REGULAR), @@ -269,8 +269,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth_snowflake, list( list("Hazard Vest(Yellow)", 12, /obj/item/clothing/suit/storage/hazardvest/yellow, null, VENDOR_ITEM_REGULAR), list("Hazard Vest(Black)", 12, /obj/item/clothing/suit/storage/hazardvest/black, null, VENDOR_ITEM_REGULAR), list("Synthetic's Snow Suit", 12, /obj/item/clothing/suit/storage/snow_suit/synth, null, VENDOR_ITEM_REGULAR), - list("USCM Service Jacket", 12, /obj/item/clothing/suit/storage/jacket/marine/service, null, VENDOR_ITEM_REGULAR), - list("USCM MP Service Jacket", 12, /obj/item/clothing/suit/storage/jacket/marine/service/mp, null, VENDOR_ITEM_REGULAR), + list("UACM Service Jacket", 12, /obj/item/clothing/suit/storage/jacket/marine/service, null, VENDOR_ITEM_REGULAR), + list("UACM MP Service Jacket", 12, /obj/item/clothing/suit/storage/jacket/marine/service/mp, null, VENDOR_ITEM_REGULAR), list("Windbreaker, Brown", 12, /obj/item/clothing/suit/storage/windbreaker/windbreaker_brown, null, VENDOR_ITEM_REGULAR), list("Windbreaker, Grey", 12, /obj/item/clothing/suit/storage/windbreaker/windbreaker_gray, null, VENDOR_ITEM_REGULAR), list("Windbreaker, Green", 12, /obj/item/clothing/suit/storage/windbreaker/windbreaker_green, null, VENDOR_ITEM_REGULAR), @@ -280,25 +280,25 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth_snowflake, list( list("Labcoat, Researcher", 12, /obj/item/clothing/suit/storage/labcoat/researcher, null, VENDOR_ITEM_REGULAR), list("Quartermaster Jacket", 12, /obj/item/clothing/suit/storage/RO, null, VENDOR_ITEM_REGULAR), list("Bio Suit", 12, /obj/item/clothing/suit/storage/synthbio, null, VENDOR_ITEM_REGULAR), - list("USCM Poncho (Mission-Specific Camo)", 12, /obj/item/clothing/accessory/poncho, null, VENDOR_ITEM_REGULAR), - list("USCM Poncho (Green)", 12, /obj/item/clothing/accessory/poncho/green, null, VENDOR_ITEM_REGULAR), - list("USCM Poncho (Brown)", 12, /obj/item/clothing/accessory/poncho/brown, null, VENDOR_ITEM_REGULAR), - list("USCM Poncho (Black)", 12, /obj/item/clothing/accessory/poncho/black, null, VENDOR_ITEM_REGULAR), - list("USCM Poncho (Blue)", 12, /obj/item/clothing/accessory/poncho/blue, null, VENDOR_ITEM_REGULAR), - list("USCM Poncho (Purple)", 12, /obj/item/clothing/accessory/poncho/purple, null, VENDOR_ITEM_REGULAR), + list("UACM Poncho (Mission-Specific Camo)", 12, /obj/item/clothing/accessory/poncho, null, VENDOR_ITEM_REGULAR), + list("UACM Poncho (Green)", 12, /obj/item/clothing/accessory/poncho/green, null, VENDOR_ITEM_REGULAR), + list("UACM Poncho (Brown)", 12, /obj/item/clothing/accessory/poncho/brown, null, VENDOR_ITEM_REGULAR), + list("UACM Poncho (Black)", 12, /obj/item/clothing/accessory/poncho/black, null, VENDOR_ITEM_REGULAR), + list("UACM Poncho (Blue)", 12, /obj/item/clothing/accessory/poncho/blue, null, VENDOR_ITEM_REGULAR), + list("UACM Poncho (Purple)", 12, /obj/item/clothing/accessory/poncho/purple, null, VENDOR_ITEM_REGULAR), list("BACKPACK", 0, null, null, null), list("Backpack, Industrial", 12, /obj/item/storage/backpack/industrial, null, VENDOR_ITEM_REGULAR), - list("Backpack, USCM Medical", 12, /obj/item/storage/backpack/marine/medic, null, VENDOR_ITEM_REGULAR), + list("Backpack, UACM Medical", 12, /obj/item/storage/backpack/marine/medic, null, VENDOR_ITEM_REGULAR), list("Chestrig, Technician", 12, /obj/item/storage/backpack/marine/satchel/tech, null, VENDOR_ITEM_REGULAR), - list("Satchel, USCM", 12, /obj/item/storage/backpack/marine/satchel, null, VENDOR_ITEM_REGULAR), + list("Satchel, UACM", 12, /obj/item/storage/backpack/marine/satchel, null, VENDOR_ITEM_REGULAR), list("Satchel, Leather", 12, /obj/item/storage/backpack/satchel, null, VENDOR_ITEM_REGULAR), list("Satchel, Medical", 12, /obj/item/storage/backpack/satchel/med, null, VENDOR_ITEM_REGULAR), - list("USCM RTO Pack", 12, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), - list("USCM Welderpack", 12, /obj/item/storage/backpack/marine/engineerpack, null, VENDOR_ITEM_REGULAR), - list("USCM Weldersatchel", 12, /obj/item/storage/backpack/marine/engineerpack/satchel, null, VENDOR_ITEM_REGULAR), - list("USCM Welder Chestrig", 12, /obj/item/storage/backpack/marine/engineerpack/welder_chestrig, null, VENDOR_ITEM_REGULAR), + list("UACM RTO Pack", 12, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), + list("UACM Welderpack", 12, /obj/item/storage/backpack/marine/engineerpack, null, VENDOR_ITEM_REGULAR), + list("UACM Weldersatchel", 12, /obj/item/storage/backpack/marine/engineerpack/satchel, null, VENDOR_ITEM_REGULAR), + list("UACM Welder Chestrig", 12, /obj/item/storage/backpack/marine/engineerpack/welder_chestrig, null, VENDOR_ITEM_REGULAR), list("OTHER", 0, null, null, null), list("Red Armband", 6, /obj/item/clothing/accessory/armband, null, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/food.dm b/code/game/machinery/vending/vendor_types/food.dm index 51749ab2a0..dd16b000a2 100644 --- a/code/game/machinery/vending/vendor_types/food.dm +++ b/code/game/machinery/vending/vendor_types/food.dm @@ -1,7 +1,7 @@ //------------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." + desc = "UACM Food Vendor, containing standard military Prepared Meals." icon_state = "marine_food" hackable = TRUE unacidable = FALSE @@ -11,17 +11,17 @@ /obj/structure/machinery/cm_vending/sorted/marine_food/populate_product_list(scale) listed_products = list( list("PREPARED MEALS", -1, null, null), - list("USCM Prepared Meal (Chicken)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal5, VENDOR_ITEM_REGULAR), - list("USCM Prepared Meal (Cornbread)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal1, VENDOR_ITEM_REGULAR), - list("USCM Prepared Meal (Pasta)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal3, VENDOR_ITEM_REGULAR), - list("USCM Prepared Meal (Pizza)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal4, VENDOR_ITEM_REGULAR), - list("USCM Prepared Meal (Pork)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal2, VENDOR_ITEM_REGULAR), - list("USCM Prepared Meal (Tofu)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal6, VENDOR_ITEM_REGULAR), - list("USCM Protein Bar", 50, /obj/item/reagent_container/food/snacks/protein_pack, VENDOR_ITEM_REGULAR), + list("UACM Prepared Meal (Chicken)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal5, VENDOR_ITEM_REGULAR), + list("UACM Prepared Meal (Cornbread)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal1, VENDOR_ITEM_REGULAR), + list("UACM Prepared Meal (Pasta)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal3, VENDOR_ITEM_REGULAR), + list("UACM Prepared Meal (Pizza)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal4, VENDOR_ITEM_REGULAR), + list("UACM Prepared Meal (Pork)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal2, VENDOR_ITEM_REGULAR), + list("UACM Prepared Meal (Tofu)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal6, VENDOR_ITEM_REGULAR), + list("UACM Protein Bar", 50, /obj/item/reagent_container/food/snacks/protein_pack, VENDOR_ITEM_REGULAR), list("FLASKS", -1, null, null), list("Canteen", 10, /obj/item/reagent_container/food/drinks/flask/canteen, VENDOR_ITEM_REGULAR), list("Metal Flask", 10, /obj/item/reagent_container/food/drinks/flask, VENDOR_ITEM_REGULAR), - list("USCM Flask", 5, /obj/item/reagent_container/food/drinks/flask/marine, VENDOR_ITEM_REGULAR), + list("UACM Flask", 5, /obj/item/reagent_container/food/drinks/flask/marine, VENDOR_ITEM_REGULAR), list("W-Y Flask", 5, /obj/item/reagent_container/food/drinks/flask/weylandyutani, VENDOR_ITEM_REGULAR) ) diff --git a/code/game/machinery/vending/vendor_types/medical.dm b/code/game/machinery/vending/vendor_types/medical.dm index 52d4e98396..7a29299899 100644 --- a/code/game/machinery/vending/vendor_types/medical.dm +++ b/code/game/machinery/vending/vendor_types/medical.dm @@ -392,7 +392,7 @@ ) /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited - desc = "Wall-mounted Medical Equipment Dispenser. This version is more limited than standard USCM NanoMeds." + desc = "Wall-mounted Medical Equipment Dispenser. This version is more limited than standard UACM NanoMeds." chem_refill = list( /obj/item/reagent_container/hypospray/autoinjector/skillless, diff --git a/code/game/machinery/vending/vendor_types/pve/pve_clothes.dm b/code/game/machinery/vending/vendor_types/pve/pve_clothes.dm new file mode 100644 index 0000000000..79c7f67d08 --- /dev/null +++ b/code/game/machinery/vending/vendor_types/pve/pve_clothes.dm @@ -0,0 +1,68 @@ +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal + name = "\improper UAR Personal Uniform Rack" + desc = "A secure personal uniform storage sollution, much like the bigger dispensers, but linked to a smaller, local storage" + req_access = list() + vend_flags = VEND_CLUTTER_PROTECTION | VEND_UNIFORM_AUTOEQUIP | VEND_LIMITED_INVENTORY + +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal/get_listed_products(mob/user) + return list( + list("WELCOME, UER MARINE!", 0, null, null, null), + list("Gloves", 1, /obj/item/clothing/gloves/marine, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), + list("Headset", 1, /obj/item/device/radio/headset/almayer/mmpo, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), + list("Marine Combat Boots", 1, /obj/item/clothing/shoes/marine/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("Standard Unifrom", 1, /obj/item/clothing/under/marine/standard, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + ) + +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general + name = "\improper UAR General Uniform Rack" + desc = "A secure uniform storage sollution, linked to a general, shared storage." + req_access = list() + vend_flags = VEND_CLUTTER_PROTECTION | VEND_UNIFORM_AUTOEQUIP | VEND_LIMITED_INVENTORY + +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general/get_listed_products(mob/user) + return list( + list("STANDARD EQUIPMENT", 0, null, null, null), + list("Gloves", 20, /obj/item/clothing/gloves/marine, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY), + list("Headset", 20, /obj/item/device/radio/headset/almayer/mmpo, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY), + list("Marine Combat Boots", 20, /obj/item/clothing/shoes/marine/knife, MARINE_CAN_BUY_SHOES, VENDOR_ITEM_MANDATORY), + list("UNIFORMS", 0, null, null, null), + list("Standard", 20, /obj/item/clothing/under/marine/standard, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Medic", 20, /obj/item/clothing/under/marine/medic/standard, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Engineer", 20, /obj/item/clothing/under/marine/engineer/standard, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Engineer - alternative", 20, /obj/item/clothing/under/marine/engineer/darker, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Radio Officer", 20, /obj/item/clothing/under/marine/rto/standard, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Sniper", 20, /obj/item/clothing/under/marine/sniper/standard, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + list("Vehicle Operator", 20, /obj/item/clothing/under/marine/tanker/standard, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), + ) + + +/obj/structure/machinery/cm_vending/sorted/pve/uniform + name = "\improper UAR Armor Vendor" + desc = "An automated supply rack hooked up to a big storage of standard marine uniforms. Can be accessed by the Requisitions Officer and Cargo Techs." + icon_state = "clothing" + req_access = list() + req_one_access = list() + hackable = TRUE + vend_flags = VEND_CLUTTER_PROTECTION | VEND_UNIFORM_AUTOEQUIP | VEND_LIMITED_INVENTORY + vendor_theme = VENDOR_THEME_USCM + + listed_products = list( + + list("STANDARD HELMETS", -1, null, null), + list("M10 Pattern Marine Helmet - No camo", 20, /obj/item/clothing/head/helmet/marine/grey, VENDOR_ITEM_RECOMMENDED), + list("M10 Pattern Marine Helmet - Jungle camo", 20, /obj/item/clothing/head/helmet/marine/jungle, VENDOR_ITEM_REGULAR), + list("M10 Pattern Marine Helmet - Snow camo", 20, /obj/item/clothing/head/helmet/marine/snow, VENDOR_ITEM_REGULAR), + list("M10 Pattern Marine Helmet - Desert camo", 20, /obj/item/clothing/head/helmet/marine/desert, VENDOR_ITEM_REGULAR), + list("SPECIALIZED HELMETS", -1, null, null), + list("M10 Pattern Technician Helmet", 20, /obj/item/clothing/head/helmet/marine/tech, VENDOR_ITEM_REGULAR), + list("M10 Pattern Corspman Helmet", 20, /obj/item/clothing/head/helmet/marine/medic, VENDOR_ITEM_REGULAR), + list("STANDARD ARMOR", -1, null, null), + list("M3 Pattern Carrier Marine Armor", 20, /obj/item/clothing/suit/storage/marine/carrier, VENDOR_ITEM_RECOMMENDED), + list("M3 Pattern Padded Marine Armor", 20, /obj/item/clothing/suit/storage/marine/padded, VENDOR_ITEM_REGULAR), + list("M3 Pattern Padless Marine Armor", 20, /obj/item/clothing/suit/storage/marine/padless, VENDOR_ITEM_REGULAR), + list("M3 Pattern Ridged Marine Armor", 20, /obj/item/clothing/suit/storage/marine/padless_lines, VENDOR_ITEM_REGULAR), + list("M3 Pattern Skull Marine Armor", 20, /obj/item/clothing/suit/storage/marine/skull, VENDOR_ITEM_REGULAR), + list("SPECIALIZED ARMOR", -1, null, null), + list("M3-EOD Pattern Heavy Armor", 20, /obj/item/clothing/suit/storage/marine/heavy, VENDOR_ITEM_REGULAR), + list("M3-L Pattern Light Armor", 20, /obj/item/clothing/suit/storage/marine/light, VENDOR_ITEM_REGULAR), + ) diff --git a/code/game/machinery/vending/vendor_types/pve/pve_guns.dm b/code/game/machinery/vending/vendor_types/pve/pve_guns.dm new file mode 100644 index 0000000000..bc0c4ec60f --- /dev/null +++ b/code/game/machinery/vending/vendor_types/pve/pve_guns.dm @@ -0,0 +1,371 @@ +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns + name = "\improper UAR Automated Weapons Rack" + desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons." + icon_state = "req_guns" + req_access = list() + req_one_access = list() + hackable = TRUE + vend_flags = VEND_CLUTTER_PROTECTION | VEND_TO_HAND | VEND_LIMITED_INVENTORY + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns/populate_product_list(scale) + listed_products = list( + list("PRIMARY FIREARMS", -1, null, null), + list("M4RA Battle Rifle", 20, /obj/item/weapon/gun/rifle/m4ra, VENDOR_ITEM_REGULAR), + list("M37A2 Pump Shotgun", 20, /obj/item/weapon/gun/shotgun/pump, VENDOR_ITEM_REGULAR), + list("M39 Submachine Gun", 20, /obj/item/weapon/gun/smg/m39, VENDOR_ITEM_REGULAR), + list("M41A Pulse Rifle MK2", 20, /obj/item/weapon/gun/rifle/m41a, VENDOR_ITEM_RECOMMENDED), + list("XM88 Heavy Rifle", 20, /obj/item/weapon/gun/lever_action/xm88, VENDOR_ITEM_REGULAR), + list("SIDEARMS", -1, null, null), + list("88 Mod 4 Combat Pistol", 20, /obj/item/weapon/gun/pistol/mod88, VENDOR_ITEM_REGULAR), + list("M44 Combat Revolver", 20, /obj/item/weapon/gun/revolver/m44, VENDOR_ITEM_REGULAR), + list("M4A3 Service Pistol", 20, /obj/item/weapon/gun/pistol/m4a3, VENDOR_ITEM_RECOMMENDED), + list("M82F Flare Gun", 20, /obj/item/weapon/gun/flare, VENDOR_ITEM_REGULAR), + list("UTILITIES", -1, null, null), + list("M5 Bayonet", 20, /obj/item/attachable/bayonet, VENDOR_ITEM_RECOMMENDED), + ) + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/attachies + name = "\improper UAR Automated Weapon Attachments Rack" + desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons." + icon_state = "req_attach" + req_access = list() + req_one_access = list() + hackable = TRUE + vend_flags = VEND_CLUTTER_PROTECTION | VEND_TO_HAND | VEND_LIMITED_INVENTORY + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/attachies/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/attachies/populate_product_list(scale) + listed_products = list( + list("BARREL", -1, null, null), + list("Extended Barrel", 20, /obj/item/attachable/extended_barrel, VENDOR_ITEM_REGULAR), + list("M5 Bayonet", 20, /obj/item/attachable/bayonet, VENDOR_ITEM_REGULAR), + list("Recoil Compensator", 20, /obj/item/attachable/compensator, VENDOR_ITEM_REGULAR), + list("Suppressor", 20, /obj/item/attachable/suppressor, VENDOR_ITEM_REGULAR), + + list("RAIL", -1, null, null), + list("Magnetic Harness", 20, /obj/item/attachable/magnetic_harness, VENDOR_ITEM_REGULAR), + list("Rail Flashlight", 20, /obj/item/attachable/flashlight, VENDOR_ITEM_REGULAR), + list("S4 2x Telescopic Mini-Scope", 20, /obj/item/attachable/scope/mini, VENDOR_ITEM_REGULAR), + list("S5 Red-Dot Sight", 20, /obj/item/attachable/reddot, VENDOR_ITEM_REGULAR), + list("S6 Reflex Sight", 20, /obj/item/attachable/reflex, VENDOR_ITEM_REGULAR), + list("S8 4x Telescopic Scope", 20, /obj/item/attachable/scope, VENDOR_ITEM_REGULAR), + list("XS-9 targeting relay", 20, /obj/item/attachable/scope/mini/xm88, VENDOR_ITEM_REGULAR), + + list("UNDERBARREL", -1, null, null), + list("Angled Grip", 20, /obj/item/attachable/angledgrip, VENDOR_ITEM_REGULAR), + list("Bipod", 20, /obj/item/attachable/bipod, VENDOR_ITEM_REGULAR), + list("Burst Fire Assembly", 20, /obj/item/attachable/burstfire_assembly, VENDOR_ITEM_REGULAR), + list("Gyroscopic Stabilizer", 20, /obj/item/attachable/gyro, VENDOR_ITEM_REGULAR), + list("Laser Sight", 20, /obj/item/attachable/lasersight, VENDOR_ITEM_REGULAR), + list("Mini Flamethrower", 20, /obj/item/attachable/attached_gun/flamer, VENDOR_ITEM_REGULAR), + list("XM-VESG-1 Flamer Nozzle", 20, /obj/item/attachable/attached_gun/flamer_nozzle, VENDOR_ITEM_REGULAR), + list("U7 Underbarrel Shotgun", 20, /obj/item/attachable/attached_gun/shotgun, VENDOR_ITEM_REGULAR), + list("Underbarrel Extinguisher", 20, /obj/item/attachable/attached_gun/extinguisher, VENDOR_ITEM_REGULAR), + list("Underbarrel Flashlight Grip", 20, /obj/item/attachable/flashlight/grip, VENDOR_ITEM_REGULAR), + list("Underslung Grenade Launcher", 20, /obj/item/attachable/attached_gun/grenade, VENDOR_ITEM_REGULAR), + list("Vertical Grip", 20, /obj/item/attachable/verticalgrip, VENDOR_ITEM_REGULAR), + + list("STOCK", -1, null, null), + list("M37 Wooden Stock", 20, /obj/item/attachable/stock/shotgun, VENDOR_ITEM_REGULAR), + list("M39 Arm Brace", 20, /obj/item/attachable/stock/smg/collapsible/brace, VENDOR_ITEM_REGULAR), + list("M39 Folding Stock", 20, /obj/item/attachable/stock/smg/collapsible, VENDOR_ITEM_REGULAR), + list("M39 Stock", 20, /obj/item/attachable/stock/smg, VENDOR_ITEM_REGULAR), + list("M41A Solid Stock", 20, /obj/item/attachable/stock/rifle, VENDOR_ITEM_REGULAR), + list("M41A Folding Stock", 20, /obj/item/attachable/stock/rifle/collapsible, VENDOR_ITEM_REGULAR), + list("M44 Magnum Sharpshooter Stock", 20, /obj/item/attachable/stock/revolver, VENDOR_ITEM_REGULAR), + list("XM88 padded stock", 20, /obj/item/attachable/stock/xm88, VENDOR_ITEM_REGULAR) + ) + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions/ + name = "\improper UAR Automated Explosive, Incendiary and Support Munitions Rack" + desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons." + icon_state = "gear" + req_access = list() + req_one_access = list() + hackable = TRUE + vend_flags = VEND_CLUTTER_PROTECTION | VEND_TO_HAND | VEND_LIMITED_INVENTORY + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions/populate_product_list(scale) + listed_products = list( + list("LAUNCHERS/FLAMETHROWERS", -1, null, null), + list("M240 Incinerator Unit", 20, /obj/item/storage/box/guncase/flamer, VENDOR_ITEM_REGULAR), + list("M240 Incinerator Tank", 200, /obj/item/ammo_magazine/flamer_tank, VENDOR_ITEM_REGULAR), + list("M79 Grenade Launcher", 20, /obj/item/storage/box/guncase/m79, VENDOR_ITEM_REGULAR), + list("EXPLOSIVES", -1, null, null), + list("M15 Fragmentation Grenade", 200, /obj/item/explosive/grenade/high_explosive/m15, VENDOR_ITEM_REGULAR), + list("M20 Claymore Anti-Personnel Mine", 200, /obj/item/explosive/mine, VENDOR_ITEM_REGULAR), + list("M40 HEDP Grenade", 200, /obj/item/explosive/grenade/high_explosive, VENDOR_ITEM_REGULAR), + list("M40 HIDP Incendiary Grenade", 200, /obj/item/explosive/grenade/incendiary, VENDOR_ITEM_REGULAR), + list("M40 HPDP White Phosphorus Smoke Grenade", 200, /obj/item/explosive/grenade/phosphorus, VENDOR_ITEM_REGULAR), + list("M40 HSDP Smoke Grenade", 200, /obj/item/explosive/grenade/smokebomb, VENDOR_ITEM_REGULAR), + list("M74 AGM-Frag Airburst Grenade", 200, /obj/item/explosive/grenade/high_explosive/airburst, VENDOR_ITEM_REGULAR), + list("M74 AGM-Icendiary Airburst Grenade", 200, /obj/item/explosive/grenade/incendiary/airburst, VENDOR_ITEM_REGULAR), + list("M74 AGM-Smoke Airburst Grenade", 200, /obj/item/explosive/grenade/smokebomb/airburst, VENDOR_ITEM_REGULAR), + list("M74 AGM-Star Shell", 200, /obj/item/explosive/grenade/high_explosive/airburst/starshell, VENDOR_ITEM_REGULAR), + list("M74 AGM-Hornet Shell", 200, /obj/item/explosive/grenade/high_explosive/airburst/hornet_shell, VENDOR_ITEM_REGULAR), + list("M40 HIRR Baton Slug", 200, /obj/item/explosive/grenade/slug/baton, VENDOR_ITEM_REGULAR), + list("M40 MFHS Metal Foam Grenade", 200, /obj/item/explosive/grenade/metal_foam, VENDOR_ITEM_REGULAR), + list("Plastic Explosives", 100, /obj/item/explosive/plastic, VENDOR_ITEM_REGULAR), + list("Breaching Charge", 100, /obj/item/explosive/plastic/breaching_charge, VENDOR_ITEM_REGULAR), + ) + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo/ + name = "\improper UAR Automated Ammunition Rack" + desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons. Also includes fortification materials, just like the portable versions." + icon_state = "req_ammo" + req_access = list() + req_one_access = list() + hackable = TRUE + vend_flags = VEND_CLUTTER_PROTECTION | VEND_TO_HAND | VEND_LIMITED_INVENTORY + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo/populate_product_list(scale) + listed_products = list( + list("PRIMARY AMMUNITION", -1, null, null), + list("Box Of Buckshot Shells", 200, /obj/item/ammo_magazine/shotgun/buckshot, VENDOR_ITEM_REGULAR), + list("Box Of Flechette Shells", 200, /obj/item/ammo_magazine/shotgun/flechette, VENDOR_ITEM_REGULAR), + list("Box Of Shotgun Slugs", 200, /obj/item/ammo_magazine/shotgun/slugs, VENDOR_ITEM_REGULAR), + list("M4RA Magazine (10x24mm)", 200, /obj/item/ammo_magazine/rifle/m4ra, VENDOR_ITEM_REGULAR), + list("M4RA AP Magazine (10x24mm)", 200, /obj/item/ammo_magazine/rifle/m4ra/ap, VENDOR_ITEM_RECOMMENDED), + list("M41A MK2 Magazine (10x24mm)", 200, /obj/item/ammo_magazine/rifle, VENDOR_ITEM_REGULAR), + list("M41A MK2 AP Magazine (10x24mm)", 200, /obj/item/ammo_magazine/rifle/ap, VENDOR_ITEM_RECOMMENDED), + list("M41A MK2 Extended Magazine (10x24mm)", 200, /obj/item/ammo_magazine/rifle/extended, VENDOR_ITEM_REGULAR), + list("M39 HV Magazine (10x20mm)", 200, /obj/item/ammo_magazine/smg/m39, VENDOR_ITEM_REGULAR), + list("M39 AP Magazine (10x20mm)", 200, /obj/item/ammo_magazine/smg/m39/ap, VENDOR_ITEM_RECOMMENDED), + list("M39 Extended Magazine (10x20mm)", 200 + 3, /obj/item/ammo_magazine/smg/m39/extended, VENDOR_ITEM_REGULAR), + list("XM88 .458 bullets box (.458 x 300)", 200, /obj/item/ammo_magazine/lever_action/xm88, VENDOR_ITEM_REGULAR), + list("SECONDARY AMMUNITION", -1, null, null), + list("M44 Speed Loader (.44)", 200, /obj/item/ammo_magazine/revolver, VENDOR_ITEM_REGULAR), + list("M44 Heavy Speed Loader (.44)", 200, /obj/item/ammo_magazine/revolver/heavy, VENDOR_ITEM_REGULAR), + list("M44 Marksman Speed Loader (.44)", 200, /obj/item/ammo_magazine/revolver/marksman, VENDOR_ITEM_REGULAR), + list("M4A3 Magazine (9mm)", 200, /obj/item/ammo_magazine/pistol, VENDOR_ITEM_REGULAR), + list("M4A3 AP Magazine (9mm)", 200, /obj/item/ammo_magazine/pistol/ap, VENDOR_ITEM_RECOMMENDED), + list("M4A3 HP Magazine (9mm)", 200, /obj/item/ammo_magazine/pistol/hp, VENDOR_ITEM_REGULAR), + list("88 Mod 4 Magazine (9mm)", 200, /obj/item/ammo_magazine/pistol/mod88/normalpoint, VENDOR_ITEM_REGULAR), + list("FORTIFICATION MATERIALS", -1, null, null), + list("Stack of 50 Metal Plates", 10, /obj/item/stack/sheet/metal/large_stack, VENDOR_ITEM_REGULAR), + list("Stack of 50 Plasteel Plates", 5, /obj/item/stack/sheet/plasteel/large_stack, VENDOR_ITEM_REGULAR), + ) + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories/ + name = "\improper UAR Automated Accesories Rack" + desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons." + icon_state = "intel_gear" + req_access = list() + req_one_access = list() + hackable = TRUE + vend_flags = VEND_CLUTTER_PROTECTION | VEND_TO_HAND | VEND_LIMITED_INVENTORY + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories/populate_product_list(scale) + listed_products = list( + list("WEBBINGS", -1, null, null), + list("Black Webbing Vest", 20, /obj/item/clothing/accessory/storage/black_vest, VENDOR_ITEM_REGULAR), + list("Brown Webbing Vest", 20, /obj/item/clothing/accessory/storage/black_vest/brown_vest, VENDOR_ITEM_REGULAR), + list("Shoulder Holster", 20, /obj/item/clothing/accessory/storage/holster, VENDOR_ITEM_REGULAR), + list("Webbing", 20, /obj/item/clothing/accessory/storage/webbing, VENDOR_ITEM_REGULAR), + list("Knife Webbing", 20, /obj/item/clothing/accessory/storage/knifeharness, VENDOR_ITEM_REGULAR), + list("Drop Pouch", 20, /obj/item/clothing/accessory/storage/droppouch, VENDOR_ITEM_REGULAR), + + list("BACKPACKS", -1, null, null), + list("Lightweight IMP Backpack", 20, /obj/item/storage/backpack/marine, VENDOR_ITEM_REGULAR), + list("Shotgun Scabbard", 20, /obj/item/storage/large_holster/m37, VENDOR_ITEM_REGULAR), + list("Pyrotechnician G4-1 Fueltank", 20, /obj/item/storage/backpack/marine/engineerpack/flamethrower/kit, VENDOR_ITEM_REGULAR), + list("Technician Welderpack", 20, /obj/item/storage/backpack/marine/engineerpack, VENDOR_ITEM_REGULAR), + list("Mortar Shell Backpack", 20, /obj/item/storage/backpack/marine/mortarpack, VENDOR_ITEM_REGULAR), + list("Technician Welder-Satchel", 20, /obj/item/storage/backpack/marine/engineerpack/satchel, VENDOR_ITEM_REGULAR), + list("IMP Ammo Rack", 20, /obj/item/storage/backpack/marine/ammo_rack, VENDOR_ITEM_REGULAR), + list("Radio Telephone Pack", 20, /obj/item/storage/backpack/marine/satchel/rto, VENDOR_ITEM_REGULAR), + list("Parachute", 20, /obj/item/parachute, VENDOR_ITEM_REGULAR), + + list("BELTS", -1, null, null), + list("G8-A General Utility Pouch", 20, /obj/item/storage/backpack/general_belt, VENDOR_ITEM_REGULAR), + list("M276 Ammo Load Rig", 20, /obj/item/storage/belt/marine, VENDOR_ITEM_REGULAR), + list("M276 General Pistol Holster Rig", 20, /obj/item/storage/belt/gun/m4a3, VENDOR_ITEM_REGULAR), + list("M276 Knife Rig", 20, /obj/item/storage/belt/knifepouch, VENDOR_ITEM_REGULAR), + list("M276 M39 Holster Rig", 20, /obj/item/storage/belt/gun/m39, VENDOR_ITEM_REGULAR), + list("M276 M40 Grenade Rig", 20, /obj/item/storage/belt/grenade, VENDOR_ITEM_REGULAR), + list("M276 M44 Holster Rig", 20, /obj/item/storage/belt/gun/m44, VENDOR_ITEM_REGULAR), + list("M276 M82F Holster Rig", 20, /obj/item/storage/belt/gun/flaregun, VENDOR_ITEM_REGULAR), + list("M276 Shotgun Shell Loading Rig", 20, /obj/item/storage/belt/shotgun, VENDOR_ITEM_REGULAR), + list("M276 Mortar Operator Belt", 20, /obj/item/storage/belt/gun/mortarbelt, VENDOR_ITEM_REGULAR), + list("M300 pattern .458 SOCOM loading rig", 20, /obj/item/storage/belt/shotgun/xm88, VENDOR_ITEM_REGULAR), + + list("POUCHES", -1, null, null), + list("Autoinjector Pouch", 20, /obj/item/storage/pouch/autoinjector, VENDOR_ITEM_REGULAR), + list("Medical Kit Pouch", 20, /obj/item/storage/pouch/medkit, VENDOR_ITEM_REGULAR), + list("First-Aid Pouch (Full)", 20, /obj/item/storage/pouch/firstaid/full, VENDOR_ITEM_REGULAR), + list("First Responder Pouch", 20, /obj/item/storage/pouch/first_responder, VENDOR_ITEM_REGULAR), + list("Syringe Pouch", 20, /obj/item/storage/pouch/syringe, VENDOR_ITEM_REGULAR), + list("Tools Pouch (Full)", 20, /obj/item/storage/pouch/tools/full, VENDOR_ITEM_REGULAR), + list("Construction Pouch", 20, /obj/item/storage/pouch/construction, VENDOR_ITEM_REGULAR), + list("Electronics Pouch", 20, /obj/item/storage/pouch/electronics, VENDOR_ITEM_REGULAR), + list("Explosive Pouch", 20, /obj/item/storage/pouch/explosive, VENDOR_ITEM_REGULAR), + list("Flare Pouch (Full)", 20, /obj/item/storage/pouch/flare/full, VENDOR_ITEM_REGULAR), + list("Sling Pouch", 20, /obj/item/storage/pouch/sling, VENDOR_ITEM_REGULAR), + list("Machete Pouch (Full)", 20, /obj/item/storage/pouch/machete/full, VENDOR_ITEM_REGULAR), + list("Bayonet Pouch", 20, /obj/item/storage/pouch/bayonet, VENDOR_ITEM_REGULAR), + list("Medium General Pouch", 20, /obj/item/storage/pouch/general/medium, VENDOR_ITEM_REGULAR), + list("Magazine Pouch", 20, /obj/item/storage/pouch/magazine, VENDOR_ITEM_REGULAR), + list("Shotgun Shell Pouch", 20, /obj/item/storage/pouch/shotgun, VENDOR_ITEM_REGULAR), + list("Sidearm Pouch", 20, /obj/item/storage/pouch/pistol, VENDOR_ITEM_REGULAR), + list("Large Pistol Magazine Pouch", 20, /obj/item/storage/pouch/magazine/pistol/large, VENDOR_ITEM_REGULAR), + list("Fuel Tank Strap Pouch", 20, /obj/item/storage/pouch/flamertank, VENDOR_ITEM_REGULAR), + list("Large General Pouch", 20, /obj/item/storage/pouch/general/large, VENDOR_ITEM_REGULAR), + list("Large Magazine Pouch", 20, /obj/item/storage/pouch/magazine/large, VENDOR_ITEM_REGULAR), + list("Large Shotgun Shell Pouch", 20, /obj/item/storage/pouch/shotgun/large, VENDOR_ITEM_REGULAR), + + list("MISCELLANEOUS", -1, null, null), + list("TacMap Viewer", 20, /obj/item/tacmap_view, VENDOR_ITEM_RECOMMENDED), + list("Combat Flashlight", 20, /obj/item/device/flashlight/combat, VENDOR_ITEM_REGULAR), + list("Entrenching Tool", 20, /obj/item/tool/shovel/etool/folded, VENDOR_ITEM_REGULAR), + list("Gas Mask", 20, /obj/item/clothing/mask/gas, VENDOR_ITEM_REGULAR), + list("Machete Scabbard (Full)", 20, /obj/item/storage/large_holster/machete/full, VENDOR_ITEM_REGULAR), + list("MB-6 Folding Barricades (x3)", 20, /obj/item/stack/folding_barricade/three, VENDOR_ITEM_REGULAR), + list("Motion Detector", 20, /obj/item/device/motiondetector, VENDOR_ITEM_REGULAR), + list("Binoculars", 20, /obj/item/device/binoculars, VENDOR_ITEM_REGULAR), + list("Rangefinder", 20, /obj/item/device/binoculars/range, VENDOR_ITEM_REGULAR), + list("Laser Designator", 20, /obj/item/device/binoculars/range/designator, VENDOR_ITEM_REGULAR), + list("Welding Goggles", 20, /obj/item/clothing/glasses/welding, VENDOR_ITEM_REGULAR), + list("Fire Extinguisher (Portable)", 20, /obj/item/tool/extinguisher/mini, VENDOR_ITEM_REGULAR), + ) + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/ + name = "\improper UAR Automated Resuply Locker" + desc = "A supply rack fed directly from the Dropships own stores." + icon_state = "req_ammo" + req_access = list() + req_one_access = list() + hackable = TRUE + layer = 4 + vend_flags = VEND_CLUTTER_PROTECTION | VEND_TO_HAND | VEND_LIMITED_INVENTORY + var/list/refilled_stims = list() + needs_power = FALSE + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/populate_product_list(scale) + listed_products = list( + list("PRIMARY AMMUNITION", -1, null, null), + list("Box Of Buckshot Shells", 200, /obj/item/ammo_magazine/shotgun/buckshot, VENDOR_ITEM_REGULAR), + list("Box Of Flechette Shells", 100, /obj/item/ammo_magazine/shotgun/flechette, VENDOR_ITEM_REGULAR), + list("Box Of Shotgun Slugs", 100, /obj/item/ammo_magazine/shotgun/slugs, VENDOR_ITEM_REGULAR), + list("M4RA Magazine (10x24mm)", 200, /obj/item/ammo_magazine/rifle/m4ra, VENDOR_ITEM_REGULAR), + list("M4RA AP Magazine (10x24mm)", 100, /obj/item/ammo_magazine/rifle/m4ra/ap, VENDOR_ITEM_RECOMMENDED), + list("M41A MK2 Magazine (10x24mm)", 200, /obj/item/ammo_magazine/rifle, VENDOR_ITEM_REGULAR), + list("M41A MK2 AP Magazine (10x24mm)", 100, /obj/item/ammo_magazine/rifle/ap, VENDOR_ITEM_RECOMMENDED), + list("M41A MK2 Extended Magazine (10x24mm)", 100, /obj/item/ammo_magazine/rifle/extended, VENDOR_ITEM_REGULAR), + list("M39 HV Magazine (10x20mm)", 200, /obj/item/ammo_magazine/smg/m39, VENDOR_ITEM_REGULAR), + list("M39 AP Magazine (10x20mm)", 100, /obj/item/ammo_magazine/smg/m39/ap, VENDOR_ITEM_RECOMMENDED), + list("M39 Extended Magazine (10x20mm)", 100, /obj/item/ammo_magazine/smg/m39/extended, VENDOR_ITEM_REGULAR), + list("XM88 .458 bullets box (.458 x 300)", 200, /obj/item/ammo_magazine/lever_action/xm88, VENDOR_ITEM_REGULAR), + list("SECONDARY AMMUNITION", -1, null, null), + list("M44 Speed Loader (.44)", 200, /obj/item/ammo_magazine/revolver, VENDOR_ITEM_REGULAR), + list("M44 Heavy Speed Loader (.44)", 100, /obj/item/ammo_magazine/revolver/heavy, VENDOR_ITEM_REGULAR), + list("M44 Marksman Speed Loader (.44)", 100, /obj/item/ammo_magazine/revolver/marksman, VENDOR_ITEM_REGULAR), + list("M4A3 Magazine (9mm)", 200, /obj/item/ammo_magazine/pistol, VENDOR_ITEM_REGULAR), + list("M4A3 AP Magazine (9mm)", 100, /obj/item/ammo_magazine/pistol/ap, VENDOR_ITEM_RECOMMENDED), + list("M4A3 HP Magazine (9mm)", 100, /obj/item/ammo_magazine/pistol/hp, VENDOR_ITEM_REGULAR), + list("88 Mod 4 Magazine (9mm)", 200, /obj/item/ammo_magazine/pistol/mod88/normalpoint, VENDOR_ITEM_REGULAR), + list("EXPLOSIVES", -1, null, null), + list("M15 Fragmentation Grenade", 200, /obj/item/explosive/grenade/high_explosive/m15, VENDOR_ITEM_REGULAR), + list("M20 Claymore Anti-Personnel Mine", 200, /obj/item/explosive/mine, VENDOR_ITEM_REGULAR), + list("M40 HEDP Grenade", 200, /obj/item/explosive/grenade/high_explosive, VENDOR_ITEM_REGULAR), + list("M40 HIDP Incendiary Grenade", 200, /obj/item/explosive/grenade/incendiary, VENDOR_ITEM_REGULAR), + list("M40 HPDP White Phosphorus Smoke Grenade", 200, /obj/item/explosive/grenade/phosphorus, VENDOR_ITEM_REGULAR), + list("M40 HSDP Smoke Grenade", 200, /obj/item/explosive/grenade/smokebomb, VENDOR_ITEM_REGULAR), + list("M74 AGM-Frag Airburst Grenade", 200, /obj/item/explosive/grenade/high_explosive/airburst, VENDOR_ITEM_REGULAR), + list("M74 AGM-Icendiary Airburst Grenade", 200, /obj/item/explosive/grenade/incendiary/airburst, VENDOR_ITEM_REGULAR), + list("M74 AGM-Smoke Airburst Grenade", 200, /obj/item/explosive/grenade/smokebomb/airburst, VENDOR_ITEM_REGULAR), + list("M74 AGM-Star Shell", 200, /obj/item/explosive/grenade/high_explosive/airburst/starshell, VENDOR_ITEM_REGULAR), + list("M74 AGM-Hornet Shell", 200, /obj/item/explosive/grenade/high_explosive/airburst/hornet_shell, VENDOR_ITEM_REGULAR), + list("M40 HIRR Baton Slug", 200, /obj/item/explosive/grenade/slug/baton, VENDOR_ITEM_REGULAR), + list("M40 MFHS Metal Foam Grenade", 200, /obj/item/explosive/grenade/metal_foam, VENDOR_ITEM_REGULAR), + list("Plastic Explosives", 100, /obj/item/explosive/plastic, VENDOR_ITEM_REGULAR), + list("Breaching Charge", 100, /obj/item/explosive/plastic/breaching_charge, VENDOR_ITEM_REGULAR), + list("FORTIFICATION MATERIALS", -1, null, null), + list("Stack of 50 Metal Plates", 10, /obj/item/stack/sheet/metal/large_stack, VENDOR_ITEM_REGULAR), + list("Stack of 50 Plasteel Plates", 5, /obj/item/stack/sheet/plasteel/large_stack, VENDOR_ITEM_REGULAR), + ) + + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/attackby(obj/item/W, mob/user) + if(istype(W, /obj/item/stim_injector/)) + var/obj/item/stim_injector/injector_to_refill = W + if(refilled_stims.Find(injector_to_refill) == 0) + injector_to_refill.reagents.del_reagent("SuperStim") + injector_to_refill.reagents.add_reagent("SuperStim", injector_to_refill.volume) + refilled_stims.Add(injector_to_refill) + to_chat(usr, SPAN_INFO("Injector refilled")) + return + else + to_chat(usr, SPAN_WARNING("This injector was already refilled in this resupply locker")) + return + . = ..() + +/obj/structure/droppod/equipment/vendor + var/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/dropped_vendor + +/obj/structure/droppod/equipment/vendor/spawn_equipment(equipment, mob/M) + var/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/S = ..() + dropped_vendor = S + return S + +/obj/structure/droppod/equipment/vendor/proc/go_back() + sleep(2400) + talkas("Warning: One Minute of Deployment time left. Please conclude your resupply.") + sleep(600) + talkas("Resupply station withdrawing to dropship. Please stand back.") + if(dropped_vendor) qdel(dropped_vendor) + recall() + +/obj/structure/droppod/equipment/vendor/move_equipment() + ..() + dropped_vendor.talkas("Munitions restock is now available.") + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/structure/droppod/equipment/vendor/, go_back)) + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/partial + name = "\improper UAR Automated Field Resupply Locker" + needs_power = FALSE + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/partial/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/partial/populate_product_list(scale) + listed_products = list( + list("PRIMARY AMMUNITION", -1, null, null), + list("Box Of Buckshot Shells", 120, /obj/item/ammo_magazine/shotgun/buckshot, VENDOR_ITEM_REGULAR), + list("Box Of Shotgun Slugs", 120, /obj/item/ammo_magazine/shotgun/slugs, VENDOR_ITEM_REGULAR), + list("M4RA Magazine (10x24mm)", 120, /obj/item/ammo_magazine/rifle/m4ra, VENDOR_ITEM_REGULAR), + list("M41A MK2 Magazine (10x24mm)", 120, /obj/item/ammo_magazine/rifle, VENDOR_ITEM_REGULAR), + list("M39 HV Magazine (10x20mm)", 120, /obj/item/ammo_magazine/smg/m39, VENDOR_ITEM_REGULAR), + list("XM88 .458 bullets box (.458 x 300)", 120, /obj/item/ammo_magazine/lever_action/xm88, VENDOR_ITEM_REGULAR), + list("SECONDARY AMMUNITION", -1, null, null), + list("M44 Speed Loader (.44)", 120, /obj/item/ammo_magazine/revolver, VENDOR_ITEM_REGULAR), + list("M4A3 Magazine (9mm)", 120, /obj/item/ammo_magazine/pistol, VENDOR_ITEM_REGULAR), + list("88 Mod 4 Magazine (9mm)", 120, /obj/item/ammo_magazine/pistol/mod88/normalpoint, VENDOR_ITEM_REGULAR), + list("FORTIFICATION MATERIALS", -1, null, null), + list("Stack of 50 Metal Plates", 5, /obj/item/stack/sheet/metal/large_stack, VENDOR_ITEM_REGULAR), + list("Stack of 50 Plasteel Plates", 2, /obj/item/stack/sheet/plasteel/large_stack, VENDOR_ITEM_REGULAR), + ) + +/obj/structure/droppod/equipment/vendor/partial + name = "\improper UAR Automated Field Resupply Locker" + +/obj/structure/droppod/equipment/vendor/partial/spawn_equipment(equipment, mob/M) + var/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/partial/S = ..() + dropped_vendor = S + return S diff --git a/code/game/machinery/vending/vendor_types/requisitions.dm b/code/game/machinery/vending/vendor_types/requisitions.dm index f3c4973c3f..7d86386740 100644 --- a/code/game/machinery/vending/vendor_types/requisitions.dm +++ b/code/game/machinery/vending/vendor_types/requisitions.dm @@ -392,8 +392,8 @@ list("Marine Combat Boots", 20, /obj/item/clothing/shoes/marine, VENDOR_ITEM_REGULAR), list("M276 Ammo Load Rig", 10, /obj/item/storage/belt/marine, VENDOR_ITEM_REGULAR), list("M276 Shotgun Shell Loading Rig", 10, /obj/item/storage/belt/shotgun, VENDOR_ITEM_REGULAR), - list("USCM Satchel", 20, /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), - list("USCM Uniform", 20, /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), + list("UACM Satchel", 20, /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), + list("UACM Uniform", 20, /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), list("ARMOR", -1, null, null), list("M10 Pattern Marine Helmet", 20, /obj/item/clothing/head/helmet/marine, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm index 6539757051..c61d9e1c88 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_engineer.dm @@ -59,7 +59,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_engi, list( list("CLOTHING ITEMS", 0, null, null, null), list("Machete Scabbard (Full)", 6, /obj/item/storage/large_holster/machete/full, null, VENDOR_ITEM_REGULAR), list("Machete Pouch (Full)", 8, /obj/item/storage/pouch/machete/full, null, VENDOR_ITEM_REGULAR), - list("USCM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), + list("UACM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), list("Fuel Tank Strap Pouch", 4, /obj/item/storage/pouch/flamertank, null, VENDOR_ITEM_REGULAR), list("Sling Pouch", 6, /obj/item/storage/pouch/sling, null, VENDOR_ITEM_REGULAR), list("Large General Pouch", 6, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), @@ -100,7 +100,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_engi, list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine/engineer, /obj/item/clothing/shoes/marine/knife, /obj/item/clothing/gloves/marine, /obj/item/device/radio/headset/almayer/marine, /obj/item/clothing/head/helmet/marine/tech), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Map", 0, /obj/item/map/current_map, MARINE_CAN_BUY_KIT, 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_leader.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_leader.dm index 81c1941c34..f8f252be9e 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_leader.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_leader.dm @@ -21,7 +21,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_leader, list( list("CLOTHING ITEMS", 0, null, null, null), list("Machete Scabbard (Full)", 4, /obj/item/storage/large_holster/machete/full, null, VENDOR_ITEM_REGULAR), list("Machete Pouch (Full)", 4, /obj/item/storage/pouch/machete/full, null, VENDOR_ITEM_REGULAR), - list("USCM Radio Telephone Pack", 5, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), + list("UACM Radio Telephone Pack", 5, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), list("M276 Pattern Combat Toolbelt Rig", 15, /obj/item/storage/belt/gun/utility, null, VENDOR_ITEM_REGULAR), list("Night Vision Optic", 20, /obj/item/device/helmet_visor/night_vision, null, VENDOR_ITEM_RECOMMENDED), @@ -117,7 +117,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_leader, list( list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine, /obj/item/clothing/shoes/marine/knife, /obj/item/clothing/gloves/marine, /obj/item/device/radio/headset/almayer/marine, /obj/item/clothing/head/helmet/marine/leader), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("B12 Pattern Armor", 0, /obj/item/clothing/suit/storage/marine/leader, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Map", 0, /obj/item/map/current_map, MARINE_CAN_BUY_ATTACHMENT, VENDOR_ITEM_MANDATORY), list("BACKPACK (CHOOSE 1)", 0, null, null, null), list("Backpack", 0, /obj/item/storage/backpack/marine, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), 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 465edd3c24..a35ad8ddd5 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 @@ -74,7 +74,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_medic, list( list("CLOTHING ITEMS", 0, null, null, null), list("Machete Scabbard (Full)", 6, /obj/item/storage/large_holster/machete/full, null, VENDOR_ITEM_REGULAR), list("Machete Pouch (Full)", 8, /obj/item/storage/pouch/machete/full, null, VENDOR_ITEM_REGULAR), - list("USCM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), + list("UACM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), list("Fuel Tank Strap Pouch", 4, /obj/item/storage/pouch/flamertank, null, VENDOR_ITEM_REGULAR), list("Welding Goggles", 3, /obj/item/clothing/glasses/welding, null, 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 7ba67133b5..eb0127e361 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 @@ -71,7 +71,7 @@ listed_products = list( list("STANDARD EQUIPMENT", -1, null, null, null), list("Marine Combat Boots", round(scale * 15), /obj/item/clothing/shoes/marine/knife, VENDOR_ITEM_REGULAR), - list("USCM Uniform", round(scale * 15), /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), + list("UACM Uniform", round(scale * 15), /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), list("Marine Combat Gloves", round(scale * 15), /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), list("M10 Pattern Marine Helmet", round(scale * 15), /obj/item/clothing/head/helmet/marine, VENDOR_ITEM_REGULAR), list("Marine Radio Headset", round(scale * 15), /obj/item/device/radio/headset/almayer/marine, VENDOR_ITEM_REGULAR), @@ -95,8 +95,8 @@ list("BACKPACK", -1, null, null, null), list("Lightweight IMP Backpack", round(scale * 15), /obj/item/storage/backpack/marine, VENDOR_ITEM_REGULAR), - list("USCM Technician Backpack", round(scale * 15), /obj/item/storage/backpack/marine/tech, VENDOR_ITEM_REGULAR), - list("USCM Satchel", round(scale * 15), /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), + list("UACM Technician Backpack", round(scale * 15), /obj/item/storage/backpack/marine/tech, VENDOR_ITEM_REGULAR), + list("UACM Satchel", round(scale * 15), /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), list("Technician Chestrig", round(scale * 15), /obj/item/storage/backpack/marine/satchel/tech, VENDOR_ITEM_REGULAR), list("Shotgun Scabbard", round(scale * 5), /obj/item/storage/large_holster/m37, VENDOR_ITEM_REGULAR), @@ -144,9 +144,9 @@ list("M10 Helmet Netting", round(scale * 10), /obj/item/prop/helmetgarb/netting, VENDOR_ITEM_REGULAR), list("M10 Helmet Rain Cover", round(scale * 10), /obj/item/prop/helmetgarb/raincover, VENDOR_ITEM_REGULAR), list("Firearm Lubricant", round(scale * 15), /obj/item/prop/helmetgarb/gunoil, VENDOR_ITEM_REGULAR), - list("USCM Flair", round(scale * 15), /obj/item/prop/helmetgarb/flair_uscm, VENDOR_ITEM_REGULAR), + list("UACM Flair", round(scale * 15), /obj/item/prop/helmetgarb/flair_uscm, VENDOR_ITEM_REGULAR), list("Solar Devils Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch/devils, VENDOR_ITEM_REGULAR), - list("USCM Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch, VENDOR_ITEM_REGULAR), + list("UACM Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch, VENDOR_ITEM_REGULAR), list("Bedroll", round(scale * 20), /obj/item/roller/bedroll, VENDOR_ITEM_REGULAR), ) @@ -240,7 +240,7 @@ listed_products = list( list("STANDARD EQUIPMENT", -1, null, null, null), list("Marine Combat Boots", round(scale * 15), /obj/item/clothing/shoes/marine/jungle/knife, VENDOR_ITEM_REGULAR), - list("USCM Uniform", round(scale * 15), /obj/item/clothing/under/marine/standard, VENDOR_ITEM_REGULAR), + list("UACM Uniform", round(scale * 15), /obj/item/clothing/under/marine/standard, VENDOR_ITEM_REGULAR), list("Marine Black Gloves", round(scale * 15), /obj/item/clothing/gloves/marine, VENDOR_ITEM_REGULAR), list("Marine Brown Gloves", round(scale * 15), /obj/item/clothing/gloves/marine/brown, VENDOR_ITEM_REGULAR), list("Marine Radio Headset", round(scale * 15), /obj/item/device/radio/headset/almayer/sof/survivor_forecon, VENDOR_ITEM_REGULAR), @@ -258,7 +258,7 @@ list("BACKPACK", -1, null, null, null), list("Lightweight IMP Backpack", round(scale * 15), /obj/item/storage/backpack/marine/standard, VENDOR_ITEM_REGULAR), - list("USCM Satchel", round(scale * 15), /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), + list("UACM Satchel", round(scale * 15), /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), list("Shotgun Scabbard", round(scale * 5), /obj/item/storage/large_holster/m37/standard, VENDOR_ITEM_REGULAR), list("BELTS", -1, null, null), @@ -301,9 +301,9 @@ list("M10 Helmet Netting", round(scale * 10), /obj/item/prop/helmetgarb/netting, VENDOR_ITEM_REGULAR), list("M10 Helmet Rain Cover", round(scale * 10), /obj/item/prop/helmetgarb/raincover, VENDOR_ITEM_REGULAR), list("Firearm Lubricant", round(scale * 15), /obj/item/prop/helmetgarb/gunoil, VENDOR_ITEM_REGULAR), - list("USCM Flair", round(scale * 15), /obj/item/prop/helmetgarb/flair_uscm, VENDOR_ITEM_REGULAR), + list("UACM Flair", round(scale * 15), /obj/item/prop/helmetgarb/flair_uscm, VENDOR_ITEM_REGULAR), list("FORECON Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch/forecon, VENDOR_ITEM_REGULAR), - list("USCM Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch, VENDOR_ITEM_REGULAR), + list("UACM Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch, VENDOR_ITEM_REGULAR), list("Bedroll", round(scale * 20), /obj/item/roller/bedroll, VENDOR_ITEM_REGULAR), ) diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_rifleman.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_rifleman.dm index efc3c9eb8e..79629b46d8 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_rifleman.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_rifleman.dm @@ -4,7 +4,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_marine, list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine, /obj/item/clothing/shoes/marine/knife, /obj/item/clothing/gloves/marine, /obj/item/device/radio/headset/almayer/marine, /obj/item/clothing/head/helmet/marine), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Map", 0, /obj/item/map/current_map, MARINE_CAN_BUY_KIT, 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), @@ -80,7 +79,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_marine, list( list("Shoulder Holster", 15, /obj/item/clothing/accessory/storage/holster, null, VENDOR_ITEM_REGULAR), list("Machete Scabbard (Full)", 15, /obj/item/storage/large_holster/machete/full, null, VENDOR_ITEM_REGULAR), list("Machete Pouch (Full)", 15, /obj/item/storage/pouch/machete/full, null, VENDOR_ITEM_REGULAR), - list("USCM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), + list("UACM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), list("Fuel Tank Strap Pouch", 5, /obj/item/storage/pouch/flamertank, null, VENDOR_ITEM_REGULAR), list("Welding Goggles", 5, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), list("Sling Pouch", 15, /obj/item/storage/pouch/sling, null, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_smartgunner.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_smartgunner.dm index 41710b4777..a57d7118f9 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_smartgunner.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_smartgunner.dm @@ -68,7 +68,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_smartgun, list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine, /obj/item/clothing/shoes/marine/knife, /obj/item/clothing/gloves/marine, /obj/item/device/radio/headset/almayer/marine, /obj/item/clothing/head/helmet/marine), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Map", 0, /obj/item/map/current_map, MARINE_CAN_BUY_KIT, VENDOR_ITEM_MANDATORY), list("BELT", 0, null, null, null), list("M802 Smartgunner Sidearm Belt", 0, /obj/item/storage/belt/gun/smartgunner/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_MANDATORY), diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_specialist.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_specialist.dm index e800fc1efd..7edd1ea52a 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_specialist.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_specialist.dm @@ -58,7 +58,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_specialist, list( list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null), list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine, /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("Map", 0, /obj/item/map/current_map, MARINE_CAN_BUY_KIT, VENDOR_ITEM_MANDATORY), list("BACKPACK (CHOOSE 1)", 0, null, null, null), list("Backpack", 0, /obj/item/storage/backpack/marine, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_REGULAR), @@ -99,7 +98,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_specialist, list( list("CLOTHING ITEMS", 0, null, null, null), list("Machete Scabbard (Full)", 6, /obj/item/storage/large_holster/machete/full, null, VENDOR_ITEM_REGULAR), list("Machete Pouch (Full)", 15, /obj/item/storage/pouch/machete/full, null, VENDOR_ITEM_REGULAR), - list("USCM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), + list("UACM Radio Telephone Pack", 15, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), list("Fuel Tank Strap Pouch", 5, /obj/item/storage/pouch/flamertank, null, VENDOR_ITEM_REGULAR), list("Welding Goggles", 3, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), list("Large General Pouch", 10, /obj/item/storage/pouch/general/large, null, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm index 7bd45cb46a..11934dc19d 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_tl.dm @@ -35,7 +35,7 @@ GLOBAL_LIST_INIT(cm_vending_gear_tl, list( list("CLOTHING ITEMS", 0, null, null, null), list("Machete Scabbard (Full)", 5, /obj/item/storage/large_holster/machete/full, null, VENDOR_ITEM_REGULAR), list("Machete Pouch (Full)", 15, /obj/item/storage/pouch/machete/full, null, VENDOR_ITEM_REGULAR), - list("USCM Radio Telephone Pack", 5, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), + list("UACM Radio Telephone Pack", 5, /obj/item/storage/backpack/marine/satchel/rto, null, VENDOR_ITEM_REGULAR), list("Welding Goggles", 3, /obj/item/clothing/glasses/welding, null, VENDOR_ITEM_REGULAR), list("M276 Pattern Combat Toolbelt Rig", 15, /obj/item/storage/belt/gun/utility, null, VENDOR_ITEM_REGULAR), list("Autoinjector Pouch (Full)", 15, /obj/item/storage/pouch/autoinjector/full, null, VENDOR_ITEM_REGULAR), @@ -81,7 +81,6 @@ GLOBAL_LIST_INIT(cm_vending_clothing_tl, list( list("Standard Marine Apparel", 0, list(/obj/item/clothing/under/marine, /obj/item/clothing/shoes/marine/knife, /obj/item/clothing/gloves/marine, /obj/item/device/radio/headset/almayer/marine, /obj/item/clothing/head/helmet/marine/rto), MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY), list("M4 Pattern Armor", 0, /obj/item/clothing/suit/storage/marine/rto, MARINE_CAN_BUY_ARMOR, VENDOR_ITEM_MANDATORY), list("MRE", 0, /obj/item/storage/box/MRE, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY), - list("Map", 0, /obj/item/map/current_map, MARINE_CAN_BUY_KIT, VENDOR_ITEM_MANDATORY), list("Essential Fireteam Leader Utilities", 0, /obj/effect/essentials_set/tl, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY), list("BELT (CHOOSE 1)", 0, null, null, null), diff --git a/code/game/machinery/vending/vendor_types/wo_vendors.dm b/code/game/machinery/vending/vendor_types/wo_vendors.dm index 37e5aa1c27..6abf36a167 100644 --- a/code/game/machinery/vending/vendor_types/wo_vendors.dm +++ b/code/game/machinery/vending/vendor_types/wo_vendors.dm @@ -17,8 +17,8 @@ list("M276 M82F Holster Rig", 10, /obj/item/storage/belt/gun/flaregun, VENDOR_ITEM_REGULAR), list("M276 Shotgun Shell Loading Rig", 10, /obj/item/storage/belt/shotgun, VENDOR_ITEM_REGULAR), list("Marine Combat Boots", 20, /obj/item/clothing/shoes/marine, VENDOR_ITEM_REGULAR), - list("USCM Satchel", 10, /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), - list("USCM Uniform", 20, /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), + list("UACM Satchel", 10, /obj/item/storage/backpack/marine/satchel, VENDOR_ITEM_REGULAR), + list("UACM Uniform", 20, /obj/item/clothing/under/marine, VENDOR_ITEM_REGULAR), list("Technician Welder-Satchel", 10, /obj/item/storage/backpack/marine/engineerpack/satchel, VENDOR_ITEM_REGULAR), list("POUCHES", -1, null, null), diff --git a/code/game/objects/effects/decals/posters/poster_list.dm b/code/game/objects/effects/decals/posters/poster_list.dm index 27d8a06a41..a0f2503eb0 100644 --- a/code/game/objects/effects/decals/posters/poster_list.dm +++ b/code/game/objects/effects/decals/posters/poster_list.dm @@ -101,7 +101,7 @@ Template /datum/poster/poster_19 icon_state = "poster19" name = "suspicious looking poster" - desc = "This poster describes USCM as the enemy." + desc = "This poster describes UACM as the enemy." /datum/poster/poster_20 icon_state="poster20" diff --git a/code/game/objects/effects/landmarks/corpsespawner.dm b/code/game/objects/effects/landmarks/corpsespawner.dm index fe338bceab..b43ee6786b 100644 --- a/code/game/objects/effects/landmarks/corpsespawner.dm +++ b/code/game/objects/effects/landmarks/corpsespawner.dm @@ -201,5 +201,5 @@ //FORECON /obj/effect/landmark/corpsespawner/forecon_spotter - name = "USCM Reconnaissance Spotter" + name = "UACM Reconnaissance Spotter" equip_path = /datum/equipment_preset/corpse/forecon_spotter diff --git a/code/game/objects/effects/landmarks/landmarks.dm b/code/game/objects/effects/landmarks/landmarks.dm index a693f76525..07765f9498 100644 --- a/code/game/objects/effects/landmarks/landmarks.dm +++ b/code/game/objects/effects/landmarks/landmarks.dm @@ -255,8 +255,6 @@ else LAZYADD(GLOB.spawns_by_job[job], src) - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - /obj/effect/landmark/start/Destroy() if(job) if(squad) @@ -265,17 +263,6 @@ LAZYREMOVE(GLOB.spawns_by_job[job], src) return ..() -/obj/effect/landmark/start/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - if(squad != old_name) - return - - LAZYREMOVE(GLOB.spawns_by_squad_and_job, squad) - squad = new_name - LAZYINITLIST(GLOB.spawns_by_squad_and_job) - LAZYINITLIST(GLOB.spawns_by_squad_and_job[squad]) - LAZYADD(GLOB.spawns_by_squad_and_job[squad][job], src) - /obj/effect/landmark/start/AISloc name = "AI" @@ -398,16 +385,6 @@ name = "alpha late join" squad = SQUAD_MARINE_1 -/obj/effect/landmark/late_join/alpha/Initialize(mapload, ...) - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - -/obj/effect/landmark/late_join/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - - squad = new_name - /obj/effect/landmark/late_join/bravo name = "bravo late join" squad = SQUAD_MARINE_2 @@ -424,11 +401,6 @@ name = "upp late join" squad = SQUAD_UPP -/obj/effect/landmark/late_join/upp/Initialize(mapload, ...) - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - /obj/effect/landmark/late_join/working_joe name = "working joe late join" job = JOB_WORKING_JOE @@ -544,3 +516,48 @@ /// In landmarks.dm and not unit_test.dm so it is always active in the mapping tools. /obj/effect/landmark/unit_test_top_right name = "unit test zone top right" + + +/obj/effect/landmark/npc_spawner + name = "NPC spawner" + icon_state = "x2" + var/equipment_path = /datum/equipment_preset/pve/pilot_npc + var/npc_name = "John Doe" + var/npc_chat_color = "#ffffff" + var/gender_to_set = MALE + +/obj/effect/landmark/npc_spawner/Initialize() + . = ..() + INVOKE_ASYNC(src, PROC_REF(spawn_npc)) + return INITIALIZE_HINT_QDEL + +/obj/effect/landmark/npc_spawner/Destroy() + equipment_path = null + return ..() + +/obj/effect/landmark/npc_spawner/proc/spawn_npc() + var/mob/living/carbon/human/H = new(loc) + H.setDir(dir) + if(!H.hud_used) + H.create_hud() + arm_equipment(H, equipment_path, FALSE, FALSE) + H.name = npc_name + H.langchat_color = npc_chat_color + H.gender = gender_to_set + H.talking_npc = 1 + H.wear_id.set_user_data(H) + for(var/obj/structure/bed/chair/dropship/pilot/chair in get_area(H)) + if(chair != null) + if(get_turf(chair) == get_turf(H)) + chair.do_buckle(H,H) + break + +/obj/effect/landmark/npc_spawner/pilot_left + npc_name = "Isabel 'Shrike' Vasquez" + npc_chat_color = "#e40f3d" + gender_to_set = FEMALE + +/obj/effect/landmark/npc_spawner/pilot_right + + npc_name = "James 'Jim' Biggs" + npc_chat_color = "#59eec9" diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index a53fead0d3..5b3666e06d 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -35,7 +35,7 @@ intro_text = list("

You are a survivor of a crash landing!

",\ "You are NOT aware of the xenomorph threat.",\ "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") - story_text = "You are a soldier of Colonial Liberation Front. Your ship received a distress signal from a planet bordering the CLF controlled space under USCM control. Ready and willing to save poor colonists from parasitic tyrants, you and your team boarded small ship called Marie Curie. Unfortunately, right before you came close to a landing zone, a glob of acid hit the ship, damaging one of the engines. Despite all the efforts of the pilot, the ship went straight into nearby mountain. You were hurt pretty badly in the crash. Dumbfounded, you rose up and noticed that one of your limbs is at a weird angle, broken. You looked at other survivors, also limping and trying to fix their broken bones." + story_text = "You are a soldier of Colonial Liberation Front. Your ship received a distress signal from a planet bordering the CLF controlled space under UACM control. Ready and willing to save poor colonists from parasitic tyrants, you and your team boarded small ship called Marie Curie. Unfortunately, right before you came close to a landing zone, a glob of acid hit the ship, damaging one of the engines. Despite all the efforts of the pilot, the ship went straight into nearby mountain. You were hurt pretty badly in the crash. Dumbfounded, you rose up and noticed that one of your limbs is at a weird angle, broken. You looked at other survivors, also limping and trying to fix their broken bones." roundstart_damage_min = 3 roundstart_damage_max = 10 roundstart_damage_times = 2 @@ -49,7 +49,7 @@ intro_text = list("

You are a survivor of a crash landing!

",\ "You are NOT aware of the xenomorph threat.",\ "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") - story_text = "You are a soldier of Colonial Liberation Front. Your ship received a distress signal from a planet bordering the CLF controlled space under USCM control. Ready and willing to save poor colonists from parasitic tyrants, you and your team boarded small ship called Marie Curie. Unfortunately, right before you came close to a landing zone, a glob of acid hit the ship, damaging one of the engines. Despite all the efforts of the pilot, the ship went straight into nearby mountain. You were hurt pretty badly in the crash. Dumbfounded, you rose up and noticed that one of your limbs is at a weird angle, broken. You looked at other survivors, also limping and trying to fix their broken bones." + story_text = "You are a soldier of Colonial Liberation Front. Your ship received a distress signal from a planet bordering the CLF controlled space under UACM control. Ready and willing to save poor colonists from parasitic tyrants, you and your team boarded small ship called Marie Curie. Unfortunately, right before you came close to a landing zone, a glob of acid hit the ship, damaging one of the engines. Despite all the efforts of the pilot, the ship went straight into nearby mountain. You were hurt pretty badly in the crash. Dumbfounded, you rose up and noticed that one of your limbs is at a weird angle, broken. You looked at other survivors, also limping and trying to fix their broken bones." roundstart_damage_min = 3 roundstart_damage_max = 10 roundstart_damage_times = 2 @@ -63,7 +63,7 @@ intro_text = list("

You are a survivor of a crash landing!

",\ "You are NOT aware of the xenomorph threat.",\ "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") - story_text = "You are a soldier of Colonial Liberation Front. Your ship received a distress signal from a planet bordering the CLF controlled space under USCM control. Ready and willing to save poor colonists from parasitic tyrants, you and your team boarded small ship called Marie Curie. Unfortunately, right before you came close to a landing zone, a glob of acid hit the ship, damaging one of the engines. Despite all the efforts of the pilot, the ship went straight into nearby mountain. You were hurt pretty badly in the crash. Dumbfounded, you rose up and noticed that one of your limbs is at a weird angle, broken. You looked at other survivors, also limping and trying to fix their broken bones." + story_text = "You are a soldier of Colonial Liberation Front. Your ship received a distress signal from a planet bordering the CLF controlled space under UACM control. Ready and willing to save poor colonists from parasitic tyrants, you and your team boarded small ship called Marie Curie. Unfortunately, right before you came close to a landing zone, a glob of acid hit the ship, damaging one of the engines. Despite all the efforts of the pilot, the ship went straight into nearby mountain. You were hurt pretty badly in the crash. Dumbfounded, you rose up and noticed that one of your limbs is at a weird angle, broken. You looked at other survivors, also limping and trying to fix their broken bones." roundstart_damage_min = 3 roundstart_damage_max = 10 roundstart_damage_times = 2 diff --git a/code/game/objects/effects/spawners/faction_spawners.dm b/code/game/objects/effects/spawners/faction_spawners.dm index eb634e383d..e268411a71 100644 --- a/code/game/objects/effects/spawners/faction_spawners.dm +++ b/code/game/objects/effects/spawners/faction_spawners.dm @@ -1,9 +1,9 @@ /* - * USCM weapons + * UACM weapons */ /obj/effect/spawner/random/gun/uscm_primary - name = "USCM primary weapon spawner" - desc = "spawns USCM primary weapons" + name = "UACM primary weapon spawner" + desc = "spawns UACM primary weapons" mags_max = 2 mags_min = 1 guns = list( @@ -27,8 +27,8 @@ icon_state = "loot_rifle_80" /obj/effect/spawner/random/gun/uscm_secondary - name = "USCM secondary weapon spawner" - desc = "spawns USCM secondary weapons" + name = "UACM secondary weapon spawner" + desc = "spawns UACM secondary weapons" spawn_nothing_percentage = 0 mags_max = 2 mags_min = 1 diff --git a/code/game/objects/items/XMAS.dm b/code/game/objects/items/XMAS.dm index b10ea2035d..a70a78957a 100644 --- a/code/game/objects/items/XMAS.dm +++ b/code/game/objects/items/XMAS.dm @@ -3,7 +3,7 @@ /obj/item/m_gift //Marine Gift name = "Present" - desc = "One, standard issue USCM Present" + desc = "One, standard issue UACM Present" icon = 'icons/obj/items/items.dmi' icon_state = "gift1" item_state = "gift1" diff --git a/code/game/objects/items/books/manuals.dm b/code/game/objects/items/books/manuals.dm index ba2a30c35c..abf06eba21 100644 --- a/code/game/objects/items/books/manuals.dm +++ b/code/game/objects/items/books/manuals.dm @@ -700,9 +700,9 @@ /obj/item/book/manual/security_space_law name = "Standard Operating Procedure" - desc = "A set of USCM guidelines for keeping law and order on their vessels." + desc = "A set of UACM guidelines for keeping law and order on their vessels." icon_state = "bookSpaceLaw" - author = "USCM High Command" + author = "UACM High Command" title = "Standard Operating Procedure" dat = {" @@ -722,7 +722,7 @@ name = "Marine Law" desc = "A set of guidelines for keeping law and order on military vessels." icon_state = "bookSpaceLaw" - author = "USCM High Command" + author = "UACM High Command" title = "Marine Law" dat = {" @@ -1249,10 +1249,10 @@ /obj/item/book/manual/orbital_cannon_manual - name = "USCM Orbital Bombardment System Manual" + name = "UACM Orbital Bombardment System Manual" icon_state = "bookEngineering" - author = "USCM R&D" - title = "USCM Orbital Bombardment System Manual" + author = "UACM R&D" + title = "UACM Orbital Bombardment System Manual" dat = {" @@ -1267,7 +1267,7 @@ -

Guide to the USCM Orbital Bombardment System

+

Guide to the UACM Orbital Bombardment System

Step by step instructions:

    @@ -1287,12 +1287,12 @@
  1. If you've loaded a tray with an incorrect payload, you can still unload the tray's payload as long as it hasn't been chambered.
  2. If an incorrect payload is chambered, it can only be removed by firing it.
  3. If the Orbital Cannon Console has no power, check the Weapon Control Room's APC.
  4. -
  5. If the Orbital Cannon Console is broken, contact USCM HQ for a replacement.
  6. +
  7. If the Orbital Cannon Console is broken, contact UACM HQ for a replacement.
  8. In case of direct damage to the Orbital Cannon itself, do not attempt to use or repair the cannon.
  9. In case of hull breach or fire, make sure to remove the Cannon's payload and move it to a safe location.
  10. If the Orbital Tray jams, apply lubricant to the conveyor belt.
  11. -
  12. If a cable of the Orbital Cannon System is severed, contact USCM HQ for a replacement.
  13. -
  14. If Cannon's cable connector breaks, turn off the Orbital Cannon Console and contact USCM HQ for a replacement.
  15. +
  16. If a cable of the Orbital Cannon System is severed, contact UACM HQ for a replacement.
  17. +
  18. If Cannon's cable connector breaks, turn off the Orbital Cannon Console and contact UACM HQ for a replacement.
  19. diff --git a/code/game/objects/items/cards_ids.dm b/code/game/objects/items/cards_ids.dm index 2b6ae446d8..cb0c4abfe2 100644 --- a/code/game/objects/items/cards_ids.dm +++ b/code/game/objects/items/cards_ids.dm @@ -253,7 +253,7 @@ name = "general officer holo-badge" desc = "Top brass of the top brass. Issued to only the most dedicated." icon_state = "general" - registered_name = "The USCM" + registered_name = "The UACM" assignment = "General" /obj/item/card/id/general/New() diff --git a/code/game/objects/items/cosmetics.dm b/code/game/objects/items/cosmetics.dm index e03defc37d..0ec78fcf4f 100644 --- a/code/game/objects/items/cosmetics.dm +++ b/code/game/objects/items/cosmetics.dm @@ -42,7 +42,7 @@ icon_state = "skull_camo" /obj/item/facepaint/sunscreen_stick - name= "\improper USCM issue sunscreen" + name= "\improper UACM issue sunscreen" desc = "A stick of SPF 50 sunscreen, issued to you by the good brass of the Corps. Whereas the previously issued sunscreen was toxic upon ingestion, this batch improves upon that by only containing excessive amounts of cadmium." paint_type = "sunscreen_stick" icon_state = "sunscreen_stick" diff --git a/code/game/objects/items/devices/binoculars.dm b/code/game/objects/items/devices/binoculars.dm index f8cf524731..9eccf0a544 100644 --- a/code/game/objects/items/devices/binoculars.dm +++ b/code/game/objects/items/devices/binoculars.dm @@ -353,13 +353,13 @@ //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" - desc = "An improved laser designator, issued to USCM scouts, with 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." + desc = "An improved laser designator, issued to UACM scouts, with 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." cooldown_duration = 80 target_acquisition_delay = 30 /obj/item/device/binoculars/range/designator/spotter name = "spotter's laser designator" - desc = "A specially-designed laser designator, issued to USCM spotters, with 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. Additionally, a trained spotter can laze targets for a USCM marksman, increasing the speed of target acquisition. A targeting beam will connect the binoculars to the target, but it may inherit the user's cloak, if possible." + desc = "A specially-designed laser designator, issued to UACM spotters, with 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. Additionally, a trained spotter can laze targets for a UACM marksman, increasing the speed of target acquisition. A targeting beam will connect the binoculars to the target, but it may inherit the user's cloak, if possible." var/is_spotting = FALSE var/spotting_time = 10 SECONDS diff --git a/code/game/objects/items/devices/cictablet.dm b/code/game/objects/items/devices/cictablet.dm index 69e745da08..8dc82b4ff7 100644 --- a/code/game/objects/items/devices/cictablet.dm +++ b/code/game/objects/items/devices/cictablet.dm @@ -139,7 +139,7 @@ return FALSE if(SShijack.evac_admin_denied) - to_chat(usr, SPAN_WARNING("The USCM has placed a lock on deploying the evacuation pods.")) + to_chat(usr, SPAN_WARNING("The UACM has placed a lock on deploying the evacuation pods.")) return FALSE if(!SShijack.initiate_evacuation()) @@ -163,7 +163,7 @@ if((R_ADMIN|R_MOD) & C.admin_holder.rights) playsound_client(C,'sound/effects/sos-morse-code.ogg',10) SSticker.mode.request_ert(usr) - to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to USCM Central Command.")) + to_chat(usr, SPAN_NOTICE("A distress beacon request has been sent to UACM Central Command.")) COOLDOWN_START(src, distress_cooldown, COOLDOWN_COMM_REQUEST) return TRUE diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 3f9dc09ae6..1c74388a92 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -235,7 +235,7 @@ /obj/item/device/flashlight/flare name = "flare" - desc = "A red USCM issued flare. There are instructions on the side, it reads 'pull cord, make light'." + desc = "A red UACM issued flare. There are instructions on the side, it reads 'pull cord, make light'." w_class = SIZE_SMALL light_power = 2 light_range = 7 @@ -460,7 +460,7 @@ //Signal Flare /obj/item/device/flashlight/flare/signal name = "signal flare" - desc = "A green USCM issued signal flare. The telemetry computer works on chemical reaction that releases smoke and light and thus works only while the flare is burning." + desc = "A green UACM issued signal flare. The telemetry computer works on chemical reaction that releases smoke and light and thus works only while the flare is burning." icon_state = "cas_flare" item_state = "cas_flare" layer = ABOVE_FLY_LAYER diff --git a/code/game/objects/items/devices/helmet_visors.dm b/code/game/objects/items/devices/helmet_visors.dm index 7bdcf2339d..cabc672ca2 100644 --- a/code/game/objects/items/devices/helmet_visors.dm +++ b/code/game/objects/items/devices/helmet_visors.dm @@ -1,6 +1,6 @@ /obj/item/device/helmet_visor name = "squad optic" - desc = "An insertable visor HUD into a standard USCM helmet." + desc = "An insertable visor HUD into a standard UACM helmet." icon = 'icons/obj/items/clothing/helmet_visors.dmi' icon_state = "hud_sight" w_class = SIZE_TINY @@ -179,7 +179,7 @@ /obj/item/device/helmet_visor/night_vision name = "night vision optic" - desc = "An insertable visor HUD into a standard USCM helmet. This type gives a form of night vision and is standard issue in units with regular funding." + desc = "An insertable visor HUD into a standard UACM helmet. This type gives a form of night vision and is standard issue in units with regular funding." icon_state = "nvg_sight" hud_type = null action_icon_string = "nvg_sight_down" @@ -289,7 +289,7 @@ /obj/item/device/helmet_visor/night_vision/marine_raider name = "advanced night vision optic" - desc = "An insertable visor HUD into a standard USCM helmet. This type gives a form of night vision and is standard issue in special forces units." + desc = "An insertable visor HUD into a standard UACM helmet. This type gives a form of night vision and is standard issue in special forces units." hud_type = list(MOB_HUD_FACTION_USCM, MOB_HUD_MEDICAL_ADVANCED) helmet_overlay = "nvg_sight_right_raider" power_use = 0 diff --git a/code/game/objects/items/devices/motion_detector.dm b/code/game/objects/items/devices/motion_detector.dm index 60cf62b4e2..cc4cbff1f2 100644 --- a/code/game/objects/items/devices/motion_detector.dm +++ b/code/game/objects/items/devices/motion_detector.dm @@ -304,32 +304,32 @@ /obj/item/device/motiondetector/m717/hacked/contractor name = "modified M717 pocket motion detector" - desc = "This prototype motion detector sacrifices versatility, having only the long-range mode, for size, being so small it can even fit in pockets. This one has been modified with an after-market IFF sensor to filter out Vanguard's Arrow Incorporated signals instead of USCM ones. Fight fire with fire!" + desc = "This prototype motion detector sacrifices versatility, having only the long-range mode, for size, being so small it can even fit in pockets. This one has been modified with an after-market IFF sensor to filter out Vanguard's Arrow Incorporated signals instead of UACM ones. Fight fire with fire!" iff_signal = FACTION_CONTRACTOR /obj/item/device/motiondetector/hacked name = "hacked motion detector" - desc = "A device that usually picks up non-USCM signals, but this one's been hacked to detect all non-UPP movement instead. Fight fire with fire!" + desc = "A device that usually picks up non-UACM signals, but this one's been hacked to detect all non-UPP movement instead. Fight fire with fire!" iff_signal = FACTION_UPP /obj/item/device/motiondetector/hacked/elite_merc name = "hacked motion detector" - desc = "A device that usually picks up non-USCM signals, but this one's been hacked to detect all non-freelancer movement instead. Fight fire with fire!" + desc = "A device that usually picks up non-UACM signals, but this one's been hacked to detect all non-freelancer movement instead. Fight fire with fire!" iff_signal = FACTION_MERCENARY /obj/item/device/motiondetector/hacked/pmc name = "corporate motion detector" - desc = "A device that usually picks up non-USCM signals, but this one's been reprogrammed to detect all non-PMC movement instead. Very corporate." + desc = "A device that usually picks up non-UACM signals, but this one's been reprogrammed to detect all non-PMC movement instead. Very corporate." iff_signal = FACTION_PMC /obj/item/device/motiondetector/hacked/dutch name = "hacked motion detector" - desc = "A device that usually picks up non-USCM signals, but this one's been hacked to detect all non-Dutch's Dozen movement instead. Fight fire with fire!" + desc = "A device that usually picks up non-UACM signals, but this one's been hacked to detect all non-Dutch's Dozen movement instead. Fight fire with fire!" iff_signal = FACTION_DUTCH /obj/item/device/motiondetector/hacked/contractor name = "modified motion detector" - desc = "A device that usually picks up non-USCM signals, but this one's been modified with after-market IFF sensors to detect all non-Vanguard's Arrow Incorporated movement instead. Fight fire with fire!" + desc = "A device that usually picks up non-UACM signals, but this one's been modified with after-market IFF sensors to detect all non-Vanguard's Arrow Incorporated movement instead. Fight fire with fire!" iff_signal = FACTION_CONTRACTOR #undef MOTION_DETECTOR_RANGE_LONG diff --git a/code/game/objects/items/devices/personal_data_transmitter.dm b/code/game/objects/items/devices/personal_data_transmitter.dm index 2e92b3f0b0..5fb7b8fa6a 100644 --- a/code/game/objects/items/devices/personal_data_transmitter.dm +++ b/code/game/objects/items/devices/personal_data_transmitter.dm @@ -160,7 +160,7 @@ /obj/item/storage/box/pdt_kit name = "\improper Boots! PDT/L Battle Buddy kit" desc = "Contains a PDT/L set, consisting of the PDT bracelet and its sister locator tube, alongside a spare cell seemingly wedged into the kit." - desc_lore = "This kit was distributed in the 200th (Season 4) Issue of the Boots! magazine, 'Privates die without their battlebuddy!', to drive up sales. Many have noted the poor battery life of these units, leading many to speculate that these were faulty units that were repackaged and shipped off to various USCM-adjacent mil-surplus good stores. The Department of the Navy Observation in Photographs (DNOP) has not released a statement regarding these theories." + desc_lore = "This kit was distributed in the 200th (Season 4) Issue of the Boots! magazine, 'Privates die without their battlebuddy!', to drive up sales. Many have noted the poor battery life of these units, leading many to speculate that these were faulty units that were repackaged and shipped off to various UACM-adjacent mil-surplus good stores. The Department of the Navy Observation in Photographs (DNOP) has not released a statement regarding these theories." icon_state = "pdt_box" can_hold = list(/obj/item/device/pdt_locator_tube, /obj/item/clothing/accessory/pdt_bracelet) foldable = /obj/item/stack/sheet/cardboard diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index a945aa76b8..e6322c4aef 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -11,38 +11,6 @@ var/list/tracking_options var/abstract = FALSE -/obj/item/device/encryptionkey/Initialize(mapload, ...) - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - - if(!isnull(channels[SQUAD_MARINE_1]) && SQUAD_MARINE_1 != GLOB.main_platoon_name) - rename_platoon(null, GLOB.main_platoon_name, SQUAD_MARINE_1) - -/obj/item/device/encryptionkey/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - - var/toggled_channel = channels[old_name] - - if(isnull(toggled_channel)) - return - - channels -= old_name - - channels[new_name] = toggled_channel - - if(!istype(loc, /obj/item/device/radio/headset)) - return - - var/obj/item/device/radio/headset/current_headset = loc - - var/passed_freq = current_headset.secure_radio_connections[old_name].frequency - current_headset.secure_radio_connections -= old_name - - SSradio.remove_object(current_headset, passed_freq) - - current_headset.recalculateChannels() - /obj/item/device/encryptionkey/binary icon_state = "binary_key" translate_apollo = TRUE @@ -339,12 +307,12 @@ channels = list(RADIO_CHANNEL_CLF_CMD = TRUE, RADIO_CHANNEL_CLF_GEN = TRUE, RADIO_CHANNEL_CLF_ENGI = TRUE, RADIO_CHANNEL_CLF_MED = TRUE, RADIO_CHANNEL_CLF_CCT = TRUE) //--------------------------------------------------- /obj/item/device/encryptionkey/highcom - name = "\improper USCM High Command Radio Encryption Key" + name = "\improper UACM High Command Radio Encryption Key" icon_state = "binary_key" channels = list(RADIO_CHANNEL_HIGHCOM = TRUE, SQUAD_SOF = TRUE, RADIO_CHANNEL_PROVOST = TRUE, RADIO_CHANNEL_COMMAND = TRUE, RADIO_CHANNEL_MP = TRUE, SQUAD_MARINE_1 = FALSE, SQUAD_MARINE_2 = FALSE, SQUAD_MARINE_3 = FALSE, SQUAD_MARINE_4 = FALSE, SQUAD_MARINE_5 = FALSE, SQUAD_MARINE_CRYO = FALSE, RADIO_CHANNEL_ENGI = TRUE, RADIO_CHANNEL_MEDSCI = TRUE, RADIO_CHANNEL_REQ = FALSE, RADIO_CHANNEL_JTAC = FALSE, RADIO_CHANNEL_INTEL = TRUE) /obj/item/device/encryptionkey/provost - name = "\improper USCM Provost Radio Encryption Key" + name = "\improper UACM Provost Radio Encryption Key" icon_state = "sec_key" channels = list(RADIO_CHANNEL_PROVOST = TRUE, RADIO_CHANNEL_COMMAND = TRUE, RADIO_CHANNEL_MP = TRUE, SQUAD_MARINE_1 = FALSE, SQUAD_MARINE_2 = FALSE, SQUAD_MARINE_3 = FALSE, SQUAD_MARINE_4 = FALSE, SQUAD_MARINE_5 = FALSE, SQUAD_MARINE_CRYO = FALSE, RADIO_CHANNEL_ENGI = TRUE, RADIO_CHANNEL_MEDSCI = TRUE, RADIO_CHANNEL_REQ = FALSE, RADIO_CHANNEL_JTAC = FALSE, RADIO_CHANNEL_INTEL = TRUE) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index f00ba138ef..0feba45fe6 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -64,16 +64,6 @@ if(radiochannels[cycled_channel] == frequency) default_freq = cycled_channel - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - - if(SQUAD_MARINE_1 == default_freq && SQUAD_MARINE_1 != GLOB.main_platoon_name) - rename_platoon(null, GLOB.main_platoon_name, SQUAD_MARINE_1) - -/obj/item/device/radio/headset/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - - set_frequency(frequency) - /obj/item/device/radio/headset/Destroy() wearer = null QDEL_NULL_LIST(keys) @@ -469,7 +459,7 @@ /obj/item/device/radio/headset/almayer/ct name = "supply radio headset" - desc = "Used by the lowly Cargo Technicians of the USCM, light weight and portable. To access the supply channel, use :u." + desc = "Used by the lowly Cargo Technicians of the UACM, light weight and portable. To access the supply channel, use :u." icon_state = "req_headset" initial_keys = list(/obj/item/device/encryptionkey/req/ct) @@ -565,7 +555,7 @@ /obj/item/device/radio/headset/almayer/mcom/synth name = "marine synth headset" - desc = "Issued only to USCM synthetics. Channels are as follows: :v - marine command, :p - military police, :a - alpha squad, :b - bravo squad, :c - charlie squad, :d - delta squad, :n - engineering, :m - medbay, :u - requisitions, :j - JTAC, :t - intel" + desc = "Issued only to UACM synthetics. Channels are as follows: :v - marine command, :p - military police, :a - alpha squad, :b - bravo squad, :c - charlie squad, :d - delta squad, :n - engineering, :m - medbay, :u - requisitions, :j - JTAC, :t - intel" icon_state = "ms_headset" initial_keys = list(/obj/item/device/encryptionkey/cmpcom/synth) volume = RADIO_VOLUME_CRITICAL @@ -809,12 +799,6 @@ desc = "This is used by [SQUAD_MARINE_CRYO] squad members." frequency = CRYO_FREQ - if(H.assigned_squad.name == GLOB.main_platoon_name) - name = "[GLOB.main_platoon_name] radio headset" - desc = "This is used by [GLOB.main_platoon_name] squad members." - icon_state = "alpha_headset" - frequency = ALPHA_FREQ - switch(GET_DEFAULT_ROLE(H.job)) if(JOB_SQUAD_LEADER) name = "marine leader " + name @@ -1035,32 +1019,32 @@ initial_keys = list(/obj/item/device/encryptionkey/WY, /obj/item/device/encryptionkey/cmb) /obj/item/device/radio/headset/almayer/highcom - name = "USCM High Command headset" - desc = "Issued to members of USCM High Command and their immediate subordinates. Channels are as follows: :v - marine command, :p - military police, :a - alpha squad, :b - bravo squad, :c - charlie squad, :d - delta squad, :n - engineering, :m - medbay, :u - requisitions, :j - JTAC, :t - intel, :z - HighCom" + name = "UACM High Command headset" + desc = "Issued to members of UACM High Command and their immediate subordinates. Channels are as follows: :v - marine command, :p - military police, :a - alpha squad, :b - bravo squad, :c - charlie squad, :d - delta squad, :n - engineering, :m - medbay, :u - requisitions, :j - JTAC, :t - intel, :z - HighCom" icon_state = "mhc_headset" frequency = HC_FREQ initial_keys = list(/obj/item/device/encryptionkey/highcom) volume = RADIO_VOLUME_CRITICAL /obj/item/device/radio/headset/almayer/provost - name = "USCM Provost headset" - desc = "Issued to members of the USCM Provost Office and their immediate subordinates." + name = "UACM Provost headset" + desc = "Issued to members of the UACM Provost Office and their immediate subordinates." icon_state = "pvst_headset" frequency = PVST_FREQ initial_keys = list(/obj/item/device/encryptionkey/provost) volume = RADIO_VOLUME_CRITICAL /obj/item/device/radio/headset/almayer/sof - name = "USCM SOF headset" - desc = "Issued exclusively to Marine Raiders and members of the USCM's Force Reconnaissance." + name = "UACM SOF headset" + desc = "Issued exclusively to Marine Raiders and members of the UACM's Force Reconnaissance." icon_state = "soc_headset" frequency = SOF_FREQ initial_keys = list(/obj/item/device/encryptionkey/soc) volume = RADIO_VOLUME_IMPORTANT /obj/item/device/radio/headset/almayer/sof/survivor_forecon - name = "USCM SOF headset" - desc = "Issued exclusively to Marine Raiders and members of the USCM's Force Reconnaissance." + name = "UACM SOF headset" + desc = "Issued exclusively to Marine Raiders and members of the UACM's Force Reconnaissance." icon_state = "soc_headset" frequency = SOF_FREQ initial_keys = list(/obj/item/device/encryptionkey/soc/forecon) @@ -1070,7 +1054,7 @@ /obj/item/device/radio/headset/almayer/mcom/vc name = "marine vehicle crew radio headset" - desc = "Used by USCM vehicle crew, features a non-standard brace. Channels are as follows: :v - marine command, :n - engineering, :m - medbay, :u - requisitions" + desc = "Used by UACM vehicle crew, features a non-standard brace. Channels are as follows: :v - marine command, :n - engineering, :m - medbay, :u - requisitions" initial_keys = list(/obj/item/device/encryptionkey/vc) volume = RADIO_VOLUME_RAISED multibroadcast_cooldown = HIGH_MULTIBROADCAST_COOLDOWN diff --git a/code/game/objects/items/explosives/grenades/marines.dm b/code/game/objects/items/explosives/grenades/marines.dm index 36ba614041..5842ad2451 100644 --- a/code/game/objects/items/explosives/grenades/marines.dm +++ b/code/game/objects/items/explosives/grenades/marines.dm @@ -106,7 +106,7 @@ /obj/item/explosive/grenade/high_explosive/m15 name = "\improper M15 fragmentation grenade" - desc = "An outdated USCM Fragmentation Grenade. With decades of service in the USCM, the old M15 Fragmentation Grenade is slowly being replaced by the slightly safer M40-series grenades. It is set to detonate in 4 seconds." + desc = "An outdated UACM Fragmentation Grenade. With decades of service in the UACM, the old M15 Fragmentation Grenade is slowly being replaced by the slightly safer M40-series grenades. It is set to detonate in 4 seconds." icon_state = "grenade_ex" item_state = "grenade_ex" throw_speed = SPEED_FAST diff --git a/code/game/objects/items/fulton.dm b/code/game/objects/items/fulton.dm index c28d5e5d5a..a9cedee0e9 100644 --- a/code/game/objects/items/fulton.dm +++ b/code/game/objects/items/fulton.dm @@ -9,7 +9,7 @@ var/global/list/deployed_fultons = list() icon_state = "fulton" amount = 20 max_amount = 20 - desc = "A system used by the USCM for retrieving objects of interest on the ground from an AUD-25 dropship. Can be used to extract unrevivable corpses, or crates, typically lasting around 3 minutes in the air." + desc = "A system used by the UACM for retrieving objects of interest on the ground from an AUD-25 dropship. Can be used to extract unrevivable corpses, or crates, typically lasting around 3 minutes in the air." throwforce = 10 w_class = SIZE_SMALL throw_speed = SPEED_SLOW diff --git a/code/game/objects/items/misc.dm b/code/game/objects/items/misc.dm index 1bdcab2ac6..3b28420b5c 100644 --- a/code/game/objects/items/misc.dm +++ b/code/game/objects/items/misc.dm @@ -403,3 +403,77 @@ return harness.try_extract(H) + +/obj/item/tacmap_view + name = "Tactical Map tablet" + desc = "A device to access the tactical map feed. Standard issue for all Marines." + icon_state = "tac_map" + var/datum/tacmap/map + var/minimap_type = MINIMAP_FLAG_USCM + var/faction = FACTION_MARINE + w_class = SIZE_SMALL + +/obj/item/tacmap_view/Initialize() + . = ..() + + map = new /datum/tacmap/drawing(src, minimap_type) + + +/obj/item/tacmap_view/Destroy() + QDEL_NULL(map) + return ..() + +/obj/item/tacmap_view/attack_self(mob/user) + . = ..() + + map.tgui_interact(user) + +/obj/item/stim_injector + name = "UACM GA-8 WY brand Combat Stimulant Syringe" + desc = "An autoinjector with five compartments." + icon = 'icons/obj/items/syringe.dmi' + icon_state = "stim_5" + w_class = SIZE_TINY + var/owner_mob + var/volume = 50 + var/cooldown_time = 0 + var/cooldown_val = 50 + + +/obj/item/stim_injector/update_icon() + if(reagents.total_volume > 0) + var/num_to_append = floor(reagents.total_volume / 10) + var/text_to_append = num2text(num_to_append) + if(num_to_append > 1) + icon_state = "stim_[text_to_append]" + else + icon_state = "stim_empty" + else + icon_state = "stim_empty" + . = ..() + + +/obj/item/stim_injector/Initialize(mapload, ...) + . = ..() + create_reagents(volume) + reagents.add_reagent("SuperStim", volume) + +/obj/item/stim_injector/attack_self(mob/user) + . = ..() + attack(user, user) + +/obj/item/stim_injector/attack(mob/living/M, mob/living/user) + if(volume <= 0) + to_chat(usr, SPAN_WARNING("Your stim is empty!")) + if(cooldown_time > world.time) + return + if(!do_after(user, 20, INTERRUPT_ALL, BUSY_ICON_FRIENDLY, M, INTERRUPT_MOVED, BUSY_ICON_MEDICAL)) + return + cooldown_time = world.time + cooldown_val + playsound(loc, 'sound/items/hypospray.ogg', 60, 1) + reagents.reaction(M, INGEST) + reagents.trans_to(M, 10) + user.visible_message("[user] injects [M] with the Super Stimulant!", "You inject [M] with the Super Stimulant!") + M.attack_log += text("\[[time_stamp()]\] Has been injected with a SuperStim by [key_name(user)].") + user.attack_log += text("\[[time_stamp()]\] Has injected [key_name(M)] with a SuperStim.") + update_icon() diff --git a/code/game/objects/items/pamphlets.dm b/code/game/objects/items/pamphlets.dm index c1544d6d73..585609d317 100644 --- a/code/game/objects/items/pamphlets.dm +++ b/code/game/objects/items/pamphlets.dm @@ -137,13 +137,13 @@ /obj/item/pamphlet/language name = "translation pamphlet" - desc = "A pamphlet used by lazy USCM interpreters to quickly learn new languages on the spot." + desc = "A pamphlet used by lazy UACM interpreters to quickly learn new languages on the spot." flavour_text = "You go over the pamphlet, learning a new language." bypass_pamphlet_limit = TRUE /obj/item/pamphlet/language/russian name = "Printed Copy of Pari" - desc = "Pari, also known as 'The Bet' in English, is a short story written by Russian playwright Anton Chekhov about a bet between a lawyer and a banker; the banker wagers that the lawyer cannot remain in solitary confinement for 15 years, and promises 2 million rubles in exchange. You must be a refined reader if you know this one; why are you even in the USCM if you know that?" + desc = "Pari, also known as 'The Bet' in English, is a short story written by Russian playwright Anton Chekhov about a bet between a lawyer and a banker; the banker wagers that the lawyer cannot remain in solitary confinement for 15 years, and promises 2 million rubles in exchange. You must be a refined reader if you know this one; why are you even in the UACM if you know that?" trait = /datum/character_trait/language/russian /obj/item/pamphlet/language/japanese diff --git a/code/game/objects/items/props/helmetgarb.dm b/code/game/objects/items/props/helmetgarb.dm index ce63aaa13a..d97b809260 100644 --- a/code/game/objects/items/props/helmetgarb.dm +++ b/code/game/objects/items/props/helmetgarb.dm @@ -90,7 +90,7 @@ /obj/item/prop/helmetgarb/helmet_nvg name = "\improper M2 night vision goggles" - desc = "USCM standard M2 Night vision goggles for military operations. Requires a battery in order to work" + desc = "UACM standard M2 Night vision goggles for military operations. Requires a battery in order to work" icon_state = "nvg" gender = PLURAL garbage = FALSE @@ -476,7 +476,7 @@ icon_state = "flair_peace_smiley" /obj/item/prop/helmetgarb/flair_uscm - name = "\improper USCM flair" + name = "\improper UACM flair" desc = "These pins get handed out like candy at enlistment offices. Wear it with pride marine." icon_state = "flair_uscm" @@ -493,7 +493,7 @@ /obj/item/prop/helmetgarb/helmet_gasmask name = "\improper M5 integrated gasmask" - desc = "The USCM had its funding pulled for these when it became apparent that not every deployed enlisted was wearing a helmet 24/7; much to the bafflement of UA High Command." + desc = "The UACM had its funding pulled for these when it became apparent that not every deployed enlisted was wearing a helmet 24/7; much to the bafflement of UA High Command." icon_state = "helmet_gasmask" /obj/item/prop/helmetgarb/helmet_gasmask/on_enter_storage(obj/item/storage/internal/helmet_internal_inventory) @@ -527,11 +527,11 @@ /obj/item/prop/helmetgarb/bullet_pipe name = "10x99mm XM42B casing pipe" - desc = "The XM42B was an experimental weapons platform briefly fielded by the USCM and Wey-Yu PMC teams. It was manufactured by ARMAT systems at the Atlas weapons facility. Unfortunately the project had its funding pulled alongside the M5 integrated gasmask program. This spent casing has been converted into a pipe, but there is too much tar in the mouthpiece for it to be useable." + desc = "The XM42B was an experimental weapons platform briefly fielded by the UACM and Wey-Yu PMC teams. It was manufactured by ARMAT systems at the Atlas weapons facility. Unfortunately the project had its funding pulled alongside the M5 integrated gasmask program. This spent casing has been converted into a pipe, but there is too much tar in the mouthpiece for it to be useable." icon_state = "bullet_pipe" /obj/item/prop/helmetgarb/chaplain_patch - name = "\improper USCM chaplain helmet patch" + name = "\improper UACM chaplain helmet patch" desc = "This patch is all that remains of the Chaplaincy of the USS Almayer, along with the Chaplains themselves. Both no longer exist as a result of losses suffered during Operation Tychon Tackle." icon_state = "chaplain_patch" flags_obj = OBJ_NO_HELMET_BAND diff --git a/code/game/objects/items/quest_items.dm b/code/game/objects/items/quest_items.dm new file mode 100644 index 0000000000..95c74cdb24 --- /dev/null +++ b/code/game/objects/items/quest_items.dm @@ -0,0 +1,26 @@ +/obj/item/quest_item + name = "quest item" + desc = "Generic quest pickupable" + icon = 'icons/obj/items/questitems.dmi' + icon_state = "paper" + w_class = SIZE_TINY + var/item_found = 0 + var/quest_item_number = 0 + +/obj/item/quest_item/attack_hand(mob/user) + if(item_found == 0) + GLOB.quest_items_found += 1 + message_admins(SPAN_LARGE("[user] has found quest item [name] in [get_area_name(src)]. Quest item number: [quest_item_number].")) + message_admins(SPAN_LARGE("Quest items found: [GLOB.quest_items_found] out of [GLOB.quest_items_number].")) + item_found = 1 + . = ..() + +/obj/item/quest_item/Initialize(mapload, ...) + quest_item_number = GLOB.quest_items_number + GLOB.quest_items_number += 1 + . = ..() + +/obj/item/quest_item/disk + name = "Weyland-Yutani Data Access Disk" + desc = "An oversized data disk that bears the Weyland-Yutani logo on its label. Seems important." + icon_state = "disk" diff --git a/code/game/objects/items/reagent_containers/food/drinks.dm b/code/game/objects/items/reagent_containers/food/drinks.dm index 9f88990e53..b6ce180900 100644 --- a/code/game/objects/items/reagent_containers/food/drinks.dm +++ b/code/game/objects/items/reagent_containers/food/drinks.dm @@ -213,7 +213,7 @@ reagents.add_reagent("coffee", 20) /obj/item/reagent_container/food/drinks/coffee/marine - desc = "Recycled water, lab-grown coffee plants genetically designed for minimum expense and maximum production, and re-recycled coffee grounds have mixed together to create this insultingly cheap USCM culinary 'wonder'. You're just glad the troops get issued water for free." + desc = "Recycled water, lab-grown coffee plants genetically designed for minimum expense and maximum production, and re-recycled coffee grounds have mixed together to create this insultingly cheap UACM culinary 'wonder'. You're just glad the troops get issued water for free." /obj/item/reagent_container/food/drinks/tea name = "\improper Duke Purple Tea" @@ -329,8 +329,8 @@ center_of_mass = "x=17;y=8" /obj/item/reagent_container/food/drinks/flask/marine - name = "\improper USCM flask" - desc = "A metal flask embossed with the USCM logo and probably filled with a slurry of water, motor oil, and medicinal alcohol." + name = "\improper UACM flask" + desc = "A metal flask embossed with the UACM logo and probably filled with a slurry of water, motor oil, and medicinal alcohol." icon_state = "flask_uscm" volume = 60 center_of_mass = "x=17;y=8" @@ -353,7 +353,7 @@ /obj/item/reagent_container/food/drinks/flask/canteen name = "canteen" - desc = "You take a sip from your trusty USCM canteen..." + desc = "You take a sip from your trusty UACM canteen..." icon_state = "canteen" volume = 60 center_of_mass = "x=17;y=8" @@ -396,8 +396,8 @@ center_of_mass = "x=15;y=13" /obj/item/reagent_container/food/drinks/coffeecup/uscm - name = "USCM coffee mug" - desc = "A red, white and blue coffee mug depicting the emblem of the USCM. Patriotic and bold, and commonly seen among veterans as a novelty." + name = "UACM coffee mug" + desc = "A red, white and blue coffee mug depicting the emblem of the UACM. Patriotic and bold, and commonly seen among veterans as a novelty." icon_state = "uscmcup" /obj/item/reagent_container/food/drinks/coffeecup/wy diff --git a/code/game/objects/items/reagent_containers/food/snacks.dm b/code/game/objects/items/reagent_containers/food/snacks.dm index d27d6adb09..cf2b9a9982 100644 --- a/code/game/objects/items/reagent_containers/food/snacks.dm +++ b/code/game/objects/items/reagent_containers/food/snacks.dm @@ -3371,7 +3371,7 @@ playsound(loc,"rip", 15, 1) name = "\improper" + flavor - desc = "The contents of a USCM Standard issue MRE. This one is [flavor]." + desc = "The contents of a UACM Standard issue MRE. This one is [flavor]." icon_state = flavor package = 0 return diff --git a/code/game/objects/items/shards.dm b/code/game/objects/items/shards.dm index 84c3d5b834..5410a88a18 100644 --- a/code/game/objects/items/shards.dm +++ b/code/game/objects/items/shards.dm @@ -261,3 +261,12 @@ name = "alien bone fragments" icon_state = "alienbonechips" desc = "Sharp, jagged fragments of alien bone. Looks like the previous owner exploded violently..." + +/obj/item/shard/shrapnel/surge_chip + + name = "surge_shrapnel" + gender = PLURAL + icon_state = "bonechips" + matter = list("bone" = 50) + desc = "Matter resembling bone intermixed with bright pink spirals." + damage_on_move = 0.5 diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 81e838b30b..0d7e931cab 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -286,7 +286,7 @@ desc = "It's a backpack especially designed for use in a sterile environment." icon_state = "medicalpack" -/obj/item/storage/backpack/security //Universal between USCM MPs & Colony, should be split at some point. +/obj/item/storage/backpack/security //Universal between UACM MPs & Colony, should be split at some point. name = "security backpack" desc = "It's a very robust backpack." icon_state = "securitypack" @@ -392,7 +392,7 @@ desc = "Useful for holding research materials." icon_state = "satchel-tox" -/obj/item/storage/backpack/satchel/sec //Universal between USCM MPs & Colony, should be split at some point. +/obj/item/storage/backpack/satchel/sec //Universal between UACM MPs & Colony, should be split at some point. name = "security satchel" desc = "A robust satchel composed of two drop pouches and a large internal pocket. Made of a stiff fabric, it isn't very comfy to wear." icon_state = "satchel-sec" @@ -407,7 +407,7 @@ /obj/item/storage/backpack/marine name = "\improper lightweight IMP backpack" - desc = "The standard-issue pack of the USCM forces. Designed to lug gear into the battlefield." + desc = "The standard-issue pack of the UACM forces. Designed to lug gear into the battlefield." icon_state = "marinepack" item_state = "marinepack" has_gamemode_skin = TRUE //replace this with the atom_flag NO_SNOW_TYPE at some point, just rename it to like, NO_MAP_VARIANT_SKIN @@ -448,8 +448,8 @@ UnregisterSignal(user, COMSIG_HUMAN_POST_MOVE_DELAY) /obj/item/storage/backpack/marine/medic - name = "\improper USCM corpsman backpack" - desc = "A standard-issue backpack worn by USCM medics." + name = "\improper UACM corpsman backpack" + desc = "A standard-issue backpack worn by UACM medics." icon_state = "marinepack_medic" item_state = "marinepack_medic" xeno_icon_state = "medicpack" @@ -460,25 +460,25 @@ /obj/item/storage/backpack/marine/medic/upp name = "\improper UPP corpsman backpack" - desc = "Uncommon issue backpack worn by UPP medics from isolated sectors. You can swear you can see a faded USCM symbol." + desc = "Uncommon issue backpack worn by UPP medics from isolated sectors. You can swear you can see a faded UACM symbol." /obj/item/storage/backpack/marine/tech - name = "\improper USCM technician backpack" - desc = "A standard-issue backpack worn by USCM technicians." + name = "\improper UACM technician backpack" + desc = "A standard-issue backpack worn by UACM technicians." icon_state = "marinepack_techi" item_state = "marinepack_techi" xeno_icon_state = "marinepack" xeno_types = list(/mob/living/carbon/xenomorph/runner, /mob/living/carbon/xenomorph/praetorian, /mob/living/carbon/xenomorph/drone, /mob/living/carbon/xenomorph/warrior, /mob/living/carbon/xenomorph/defender, /mob/living/carbon/xenomorph/sentinel, /mob/living/carbon/xenomorph/spitter) /obj/item/storage/backpack/marine/satchel/intel - name = "\improper USCM lightweight expedition pack" - desc = "A heavy-duty IMP based backpack that can be slung around the front or to the side, and can quickly be accessed with only one hand. Usually issued to USCM intelligence officers." + name = "\improper UACM lightweight expedition pack" + desc = "A heavy-duty IMP based backpack that can be slung around the front or to the side, and can quickly be accessed with only one hand. Usually issued to UACM intelligence officers." icon_state = "marinebigsatch" max_storage_space = 20 /obj/item/storage/backpack/marine/satchel - name = "\improper USCM satchel" - desc = "A heavy-duty satchel carried by some USCM soldiers and support personnel." + name = "\improper UACM satchel" + desc = "A heavy-duty satchel carried by some UACM soldiers and support personnel." icon_state = "marinesatch" worn_accessible = TRUE storage_slots = null @@ -489,7 +489,7 @@ has_gamemode_skin = FALSE /obj/item/storage/backpack/marine/satchel/big //wacky squad marine loadout item, its the IO backpack. - name = "\improper USCM logistics IMP backpack" + name = "\improper UACM logistics IMP backpack" desc = "A standard-issue backpack worn by logistics personnel. It is occasionally issued to combat personnel for longer term expeditions and deep space incursions." icon_state = "marinebigsatch" worn_accessible = TRUE @@ -497,20 +497,20 @@ max_storage_space = 21 //backpack size /obj/item/storage/backpack/marine/satchel/medic - name = "\improper USCM corpsman satchel" - desc = "A heavy-duty satchel used by USCM medics. It sacrifices capacity for usability. A small patch is sewn to the top flap." + name = "\improper UACM corpsman satchel" + desc = "A heavy-duty satchel used by UACM medics. It sacrifices capacity for usability. A small patch is sewn to the top flap." icon_state = "marinesatch_medic" /obj/item/storage/backpack/marine/satchel/medic/standard has_gamemode_skin = FALSE /obj/item/storage/backpack/marine/satchel/tech - name = "\improper USCM technician chestrig" - desc = "A heavy-duty chestrig used by some USCM technicians." + name = "\improper UACM technician chestrig" + desc = "A heavy-duty chestrig used by some UACM technicians." icon_state = "marinesatch_techi" /obj/item/storage/backpack/marine/satchel/rto - name = "\improper USCM Radio Telephone Pack" + name = "\improper UACM Radio Telephone Pack" desc = "A heavy-duty pack, used for telecommunications between central command. Commonly carried by RTOs." icon_state = "rto_backpack" item_state = "rto_backpack" @@ -551,7 +551,7 @@ networks_transmit = list(FACTION_UPP) /obj/item/storage/backpack/marine/satchel/rto/small - name = "\improper USCM Small Radio Telephone Pack" + name = "\improper UACM Small Radio Telephone Pack" max_storage_space = 10 /obj/item/storage/backpack/marine/satchel/rto/small/upp_net @@ -572,7 +572,7 @@ xeno_types = null /obj/item/storage/backpack/marine/marsoc - name = "\improper USCM SOF IMP tactical rucksack" + name = "\improper UACM SOF IMP tactical rucksack" icon_state = "tacrucksack" desc = "With a backpack like this, you'll forget you're on a hell march designed to kill you." worn_accessible = TRUE @@ -580,15 +580,15 @@ xeno_types = null /obj/item/storage/backpack/marine/rocketpack - name = "\improper USCM IMP M22 rocket bags" - desc = "A specially-designed backpack that fits to the IMP mounting frame on standard USCM pattern M3 armors. It's made of two waterproofed reinforced tubes and one smaller satchel slung at the bottom. The two silos are for rockets, but no one is stopping you from cramming other things in there." + name = "\improper UACM IMP M22 rocket bags" + desc = "A specially-designed backpack that fits to the IMP mounting frame on standard UACM pattern M3 armors. It's made of two waterproofed reinforced tubes and one smaller satchel slung at the bottom. The two silos are for rockets, but no one is stopping you from cramming other things in there." icon_state = "rocketpack" worn_accessible = TRUE has_gamemode_skin = FALSE //monkeysfist101 never sprited a snowtype but included duplicate icons. Why?? Recolor and touch up sprite at a later date. xeno_types = null /obj/item/storage/backpack/marine/grenadepack - name = "\improper USCM IMP M63A1 grenade satchel" + name = "\improper UACM IMP M63A1 grenade satchel" desc = "A secure satchel with dedicated grenade pouches meant to minimize risks of secondary ignition." icon_state = "grenadierpack" overlays = list("+grenadierpack_unlocked") @@ -607,7 +607,7 @@ return ..() /obj/item/storage/backpack/marine/mortarpack - name = "\improper USCM mortar shell backpack" + name = "\improper UACM mortar shell backpack" desc = "A backpack specifically designed to hold ammunition for the M402 mortar." icon_state = "mortarpack" max_w_class = SIZE_HUGE @@ -652,7 +652,7 @@ // Scout Cloak /obj/item/storage/backpack/marine/satchel/scout_cloak name = "\improper M68 Thermal Cloak" - desc = "The lightweight thermal dampeners and optical camouflage provided by this cloak are weaker than those found in standard USCM ghillie suits. In exchange, the cloak can be worn over combat armor and offers the wearer high maneuverability and adaptability to many environments." + desc = "The lightweight thermal dampeners and optical camouflage provided by this cloak are weaker than those found in standard UACM ghillie suits. In exchange, the cloak can be worn over combat armor and offers the wearer high maneuverability and adaptability to many environments." icon_state = "scout_cloak" uniform_restricted = list(/obj/item/clothing/suit/storage/marine/M3S) //Need to wear Scout armor and helmet to equip this. has_gamemode_skin = FALSE //same sprite for all gamemode. @@ -799,8 +799,8 @@ // Welder Backpacks // /obj/item/storage/backpack/marine/engineerpack - name = "\improper USCM technician welderpack" - desc = "A specialized backpack worn by USCM technicians. It carries a fueltank for quick welder refueling and use." + name = "\improper UACM technician welderpack" + desc = "A specialized backpack worn by UACM technicians. It carries a fueltank for quick welder refueling and use." icon_state = "welderbackpack" item_state = "welderbackpack" var/max_fuel = 260 @@ -879,8 +879,8 @@ . += "[reagents.total_volume] units of fuel left!" /obj/item/storage/backpack/marine/engineerpack/satchel - name = "\improper USCM technician welder-satchel" - desc = "A specialized satchel worn by USCM technicians and engineers. It carries two small fuel tanks for quick welder refueling and use." + name = "\improper UACM technician welder-satchel" + desc = "A specialized satchel worn by UACM technicians and engineers. It carries two small fuel tanks for quick welder refueling and use." icon_state = "satchel_marine_welder" item_state = "satchel_marine_welder" max_storage_space = 12 @@ -900,8 +900,8 @@ // Pyrotechnician Spec backpack fuel tank /obj/item/storage/backpack/marine/engineerpack/flamethrower - name = "\improper USCM Pyrotechnician G6-2 fueltank" - desc = "A specialized fueltank worn by USCM Pyrotechnicians for use with the M240-T incinerator unit. A small general storage compartment is installed." + name = "\improper UACM Pyrotechnician G6-2 fueltank" + desc = "A specialized fueltank worn by UACM Pyrotechnicians for use with the M240-T incinerator unit. A small general storage compartment is installed." icon_state = "flamethrower_tank" max_fuel = 500 fuel_type = "utnapthal" @@ -960,7 +960,7 @@ . = ..() /obj/item/storage/backpack/marine/engineerpack/flamethrower/kit - name = "\improper USCM Pyrotechnician G4-1 fueltank" + name = "\improper UACM Pyrotechnician G4-1 fueltank" desc = "A much older-generation back rig that holds fuel in two tanks. A small regulator sits between them. Has a few straps for holding up to three of the actual flamer tanks you'll be refilling." icon_state = "flamethrower_backpack" item_state = "flamethrower_backpack" diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 04e765dec5..d59eec9685 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -85,7 +85,7 @@ /obj/item/storage/belt/utility name = "\improper M276 pattern toolbelt rig" //Carn: utility belt is nicer, but it bamboozles the text parsing. - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version lacks any combat functionality, and is commonly used by engineers to transport important tools." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version lacks any combat functionality, and is commonly used by engineers to transport important tools." icon_state = "utilitybelt" item_state = "utility" can_hold = list( @@ -145,7 +145,7 @@ /obj/item/storage/belt/medical name = "\improper M276 pattern medical storage rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is a less common configuration, designed to transport medical supplies and pistol ammunition. \nRight click its sprite and click \"toggle belt mode\" to take pills out of bottles by simply clicking them." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is a less common configuration, designed to transport medical supplies and pistol ammunition. \nRight click its sprite and click \"toggle belt mode\" to take pills out of bottles by simply clicking them." icon_state = "medicalbelt" item_state = "medical" storage_slots = 14 @@ -236,7 +236,7 @@ /obj/item/storage/belt/medical/lifesaver name = "\improper M276 pattern lifesaver bag" - desc = "The M276 is the standard load-bearing equipment of the USCM. This configuration mounts a duffel bag filled with a range of injectors and light medical supplies, and is common among medics. \nRight click its sprite and click \"toggle belt mode\" to take pills out of bottles by simply clicking them." + desc = "The M276 is the standard load-bearing equipment of the UACM. This configuration mounts a duffel bag filled with a range of injectors and light medical supplies, and is common among medics. \nRight click its sprite and click \"toggle belt mode\" to take pills out of bottles by simply clicking them." icon_state = "medicbag" item_state = "medicbag" storage_slots = 21 //can hold 3 "rows" of very limited medical equipment, but it *should* give a decent boost to squad medics. @@ -357,7 +357,7 @@ /obj/item/storage/belt/security name = "\improper M276 pattern security rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This configuration is commonly seen among USCM Military Police and peacekeepers, though it can hold some light munitions." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This configuration is commonly seen among UACM Military Police and peacekeepers, though it can hold some light munitions." icon_state = "securitybelt" item_state = "security"//Could likely use a better one. item_state_slots = list( @@ -405,7 +405,7 @@ /obj/item/storage/belt/security/MP name = "\improper M276 pattern military police rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is filled with an array of small pouches, meant to carry non-lethal equipment and restraints." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is filled with an array of small pouches, meant to carry non-lethal equipment and restraints." storage_slots = 8 max_w_class = SIZE_MEDIUM max_storage_space = 30 @@ -473,7 +473,7 @@ /obj/item/storage/belt/marine name = "\improper M276 pattern ammo load rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This is the standard variant, designed for bulk ammunition-carrying operations." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This is the standard variant, designed for bulk ammunition-carrying operations." icon_state = "marinebelt" item_state = "marinebelt" w_class = SIZE_LARGE @@ -586,7 +586,7 @@ /obj/item/storage/belt/marine/smartgunner name = "\improper M280 pattern smartgunner drum belt" - desc = "Despite the fact that 1. drum magazines are incredibly non-ergonomical, and 2. require incredibly precise machining in order to fit universally (spoiler, they don't, adding further to the myth of 'Smartgun Personalities'), the USCM decided to issue a modified marine belt (more formally known by the designation M280) with hooks and dust covers (overly complex for the average jarhead) for the M56B system's drum munitions. When the carry catch on the drum isn't getting stuck in the oiled up velcro, the rig actually does do a decent job at holding a plentiful amount of drums. But at the end of the day, compared to standard rigs... it sucks, but isn't that what being a Marine is all about?" + desc = "Despite the fact that 1. drum magazines are incredibly non-ergonomical, and 2. require incredibly precise machining in order to fit universally (spoiler, they don't, adding further to the myth of 'Smartgun Personalities'), the UACM decided to issue a modified marine belt (more formally known by the designation M280) with hooks and dust covers (overly complex for the average jarhead) for the M56B system's drum munitions. When the carry catch on the drum isn't getting stuck in the oiled up velcro, the rig actually does do a decent job at holding a plentiful amount of drums. But at the end of the day, compared to standard rigs... it sucks, but isn't that what being a Marine is all about?" icon_state = "sgbelt_ammo" storage_slots = 6 bypass_w_limit = list( @@ -854,7 +854,7 @@ /obj/item/storage/belt/knifepouch name="\improper M276 pattern knife rig" - desc="The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is specially designed to store knives. Not commonly issued, but kept in service." + desc="The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is specially designed to store knives. Not commonly issued, but kept in service." icon_state = "knifebelt" item_state = "marinebelt" // aslo temp, maybe somebody update these icons with better ones? w_class = SIZE_LARGE @@ -894,7 +894,7 @@ /obj/item/storage/belt/grenade name="\improper M276 pattern M40 Grenade rig" - desc="The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is designed to carry bulk quantities of M40 pattern and AGM pattern Grenades." + desc="The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is designed to carry bulk quantities of M40 pattern and AGM pattern Grenades." icon_state = "grenadebelt" // temp item_state = "grenadebelt" item_state_slots = list( @@ -1152,7 +1152,7 @@ /obj/item/storage/belt/gun/m4a3 name = "\improper M276 pattern general pistol holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version has a holster assembly that allows one to carry the most common pistols. It also contains side pouches that can store most pistol magazines." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version has a holster assembly that allows one to carry the most common pistols. It also contains side pouches that can store most pistol magazines." storage_slots = 7 can_hold = list( /obj/item/weapon/gun/pistol, @@ -1261,7 +1261,7 @@ /obj/item/storage/belt/gun/m39 name = "\improper M276 pattern M39 holster rig" - desc = "Special issue variant of the M276 designed to holster a M39 submachine gun and two spare magazines. Uncommonly issued to USCM support and specialist personnel." + desc = "Special issue variant of the M276 designed to holster a M39 submachine gun and two spare magazines. Uncommonly issued to UACM support and specialist personnel." icon_state = "m39_armor" item_state = "s_marinebelt" storage_slots = 3 @@ -1277,7 +1277,7 @@ /obj/item/storage/belt/gun/m44 name = "\improper M276 pattern M44 holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is for the M44 magnum revolver, along with six small pouches for speedloaders. It smells faintly of hay." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is for the M44 magnum revolver, along with six small pouches for speedloaders. It smells faintly of hay." icon_state = "m44r_holster" storage_slots = 7 can_hold = list( @@ -1393,7 +1393,7 @@ /obj/item/storage/belt/gun/mateba name = "\improper M276 pattern Mateba holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is for the powerful Mateba magnum revolver, along with five small pouches for speedloaders. This one is aging poorly, and seems to be surplus equipment. It's stamped '3rd 'Dust Raiders' Battalion'." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is for the powerful Mateba magnum revolver, along with five small pouches for speedloaders. This one is aging poorly, and seems to be surplus equipment. It's stamped '3rd 'Dust Raiders' Battalion'." icon_state = "s_cmateba_holster" item_state = "s_marinebelt" storage_slots = 6 @@ -1418,7 +1418,7 @@ /obj/item/storage/belt/gun/mateba/cmateba name = "\improper M276 pattern Mateba holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is for the powerful Mateba magnum revolver, along with five small pouches for speedloaders. It was included with the mail-order USCM edition of the Mateba autorevolver in the early 2170s." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is for the powerful Mateba magnum revolver, along with five small pouches for speedloaders. It was included with the mail-order UACM edition of the Mateba autorevolver in the early 2170s." icon_state = "cmateba_holster" item_state = "marinebelt" has_gamemode_skin = TRUE @@ -1443,7 +1443,7 @@ /obj/item/storage/belt/gun/mateba/council name = "colonel's M276 pattern Mateba holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. \ + desc = "The M276 is the standard load-bearing equipment of the UACM. \ It consists of a modular belt with various clips. This version is for the powerful Mateba magnum revolver, \ along with five small pouches for speedloaders. This specific one is tinted black and engraved with gold, heavily customized for a high-ranking official." @@ -1460,7 +1460,7 @@ /obj/item/storage/belt/gun/mateba/general name = "general's M276 pattern Mateba holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. \ + desc = "The M276 is the standard load-bearing equipment of the UACM. \ It consists of a modular belt with various clips. This version is for the powerful Mateba magnum revolver, \ along with five small pouches for speedloaders. This specific one is tinted black and engraved with gold, heavily customized for a high-ranking official." @@ -1493,7 +1493,7 @@ /obj/item/storage/belt/gun/mateba/pmc name = "PMC M276 pattern Mateba holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. \ + desc = "The M276 is the standard load-bearing equipment of the UACM. \ It consists of a modular belt with various clips. This version is for the powerful Mateba magnum revolver, \ along with five small pouches for speedloaders. This specific one is tinted black and engraved with gold, heavily customized for a high-ranking official." @@ -1594,7 +1594,7 @@ /obj/item/storage/belt/gun/smartpistol name = "\improper M276 pattern SU-6 Smartpistol holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is for the SU-6 smartpistol." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is for the SU-6 smartpistol." icon_state = "smartpistol_holster" storage_slots = 7 holster_slots = list( @@ -1618,7 +1618,7 @@ /obj/item/storage/belt/gun/flaregun name = "\improper M276 pattern M82F flare gun holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is for the M82F flare gun." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This version is for the M82F flare gun." storage_slots = 28 max_storage_space = 31 icon_state = "m82f_holster" @@ -1670,7 +1670,7 @@ /obj/item/storage/belt/gun/smartgunner name = "\improper M802 pattern smartgunner sidearm rig" - desc = "The M802 is a limited-issue mark of USCM load-bearing equipment, designed to carry smartgun ammunition and a sidearm." + desc = "The M802 is a limited-issue mark of UACM load-bearing equipment, designed to carry smartgun ammunition and a sidearm." icon_state = "sgbelt" holster_slots = list( "1" = list( @@ -1801,7 +1801,7 @@ /obj/item/storage/belt/gun/utility name = "\improper M276 pattern combat toolbelt rig" - desc = "The M276 pattern combat toolbelt rig is an alternative load-bearing equipment of the USCM for engineers conducting repairs within combat zones. It consists of a modular belt with various clips and pouches for tools along with a holster for a sidearm. Due to the bulk of the sidearm, it is unable to hold as many tools as its standard counterpart." + desc = "The M276 pattern combat toolbelt rig is an alternative load-bearing equipment of the UACM for engineers conducting repairs within combat zones. It consists of a modular belt with various clips and pouches for tools along with a holster for a sidearm. Due to the bulk of the sidearm, it is unable to hold as many tools as its standard counterpart." storage_slots = 9 icon_state = "combatutility" item_state= "utility" @@ -1850,7 +1850,7 @@ /obj/item/storage/belt/tank name = "\improper M103 pattern vehicle ammo rig" - desc = "The M103 is a limited-issue mark of USCM load-bearing equipment, made specially for crewmen to carry their vehicle's ammunition." + desc = "The M103 is a limited-issue mark of UACM load-bearing equipment, made specially for crewmen to carry their vehicle's ammunition." icon_state = "tankbelt" item_state = "tankbelt" item_state_slots = list( diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index d544b5b281..a9d393b304 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -548,7 +548,7 @@ /obj/item/storage/box/m94 name = "\improper M94 marking flare pack" - desc = "A packet of twenty one M94 Marking Flares. Carried by USCM soldiers to light dark areas that cannot be reached with the usual TNR Shoulder Lamp." + desc = "A packet of twenty one M94 Marking Flares. Carried by UACM soldiers to light dark areas that cannot be reached with the usual TNR Shoulder Lamp." icon_state = "m94" w_class = SIZE_MEDIUM storage_slots = 21 @@ -706,7 +706,7 @@ new /obj/item/lightstick/red(src) /obj/item/storage/box/MRE - name = "\improper USCM MRE" + name = "\improper UACM MRE" desc = "A Meal, Ready-to-Eat. A single-meal combat ration designed to provide a soldier with enough nutrients for a day of strenuous work. Its expiration date is at least 20 years ahead of your combat life expectancy." icon_state = "mealpack" w_class = SIZE_SMALL diff --git a/code/game/objects/items/storage/firstaid.dm b/code/game/objects/items/storage/firstaid.dm index 49f790410c..33338744dc 100644 --- a/code/game/objects/items/storage/firstaid.dm +++ b/code/game/objects/items/storage/firstaid.dm @@ -729,7 +729,7 @@ /obj/item/storage/pill_bottle/stimulant/skillless skilllock = SKILL_MEDICAL_DEFAULT -//NOT FOR USCM USE!!!! +//NOT FOR UACM USE!!!! /obj/item/storage/pill_bottle/paracetamol name = "\improper Paracetamol pill bottle" desc = "This is probably someone's prescription bottle." diff --git a/code/game/objects/items/storage/large_holster.dm b/code/game/objects/items/storage/large_holster.dm index 81e483ef96..ba6bee6b38 100644 --- a/code/game/objects/items/storage/large_holster.dm +++ b/code/game/objects/items/storage/large_holster.dm @@ -58,7 +58,7 @@ /obj/item/storage/large_holster/m37 name = "\improper L44 M37A2 scabbard" - desc = "A large leather holster fitted for USCM-issue shotguns. It has harnesses that allow it to be secured to the back for easy storage." + desc = "A large leather holster fitted for UACM-issue shotguns. It has harnesses that allow it to be secured to the back for easy storage." icon_state = "m37_holster" max_w_class = SIZE_HUGE can_hold = list( @@ -123,7 +123,7 @@ /obj/item/storage/large_holster/m39 name = "\improper M276 pattern M39 holster rig" - desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This holster features a larger frame and stiff backboard to support a submachinegun. It's designed for the M39, but the clips are adjustable enough to fit most compact submachineguns. Due to its unorthodox design, it isn't a very common sight, and is only specially issued." + desc = "The M276 is the standard load-bearing equipment of the UACM. It consists of a modular belt with various clips. This holster features a larger frame and stiff backboard to support a submachinegun. It's designed for the M39, but the clips are adjustable enough to fit most compact submachineguns. Due to its unorthodox design, it isn't a very common sight, and is only specially issued." icon_state = "m39_holster" icon = 'icons/obj/items/clothing/belts.dmi' flags_equip_slot = SLOT_WAIST @@ -187,7 +187,7 @@ /obj/item/storage/large_holster/fuelpack name = "\improper Broiler-T flexible refueling system" - desc = "A specialized back harness that carries the Broiler-T flexible refueling system. Designed by and for USCM Pyrotechnicians." + desc = "A specialized back harness that carries the Broiler-T flexible refueling system. Designed by and for UACM Pyrotechnicians." icon = 'icons/obj/items/clothing/backpacks.dmi' icon_state = "flamethrower_broiler" flags_atom = FPRINT|CONDUCT diff --git a/code/game/objects/items/storage/pouch.dm b/code/game/objects/items/storage/pouch.dm index e1f4a17204..3b3d4770fc 100644 --- a/code/game/objects/items/storage/pouch.dm +++ b/code/game/objects/items/storage/pouch.dm @@ -697,7 +697,7 @@ /obj/item/storage/pouch/medical/socmed/dutch name = "\improper Dutch's Medical Pouch" - desc = "A pouch bought from a black market trader by Dutch quite a few years ago. Rumoured to be stolen from secret USCM assets. Its contents have been slowly used up and replaced over the years." + desc = "A pouch bought from a black market trader by Dutch quite a few years ago. Rumoured to be stolen from secret UACM assets. Its contents have been slowly used up and replaced over the years." /obj/item/storage/pouch/medical/socmed/dutch/fill_preset_inventory() new /obj/item/device/healthanalyzer(src) diff --git a/code/game/objects/items/storage/smartpack.dm b/code/game/objects/items/storage/smartpack.dm index d012e77361..2b97ab22d8 100644 --- a/code/game/objects/items/storage/smartpack.dm +++ b/code/game/objects/items/storage/smartpack.dm @@ -11,7 +11,7 @@ /obj/item/storage/backpack/marine/smartpack name = "\improper S-V42 prototype smartpack" - desc = "A joint project between the USCM and Wey-Yu. It is said to be top-class engineering and state of the art technology. Given to USCM deployed synthetic units and the intended usage involve assisting in battlefield support. Can be recharged by grabbing onto an APC and completing the circuit with one's fingers (procedure not advised for non-synthetic personnel). WARNING - User is advised to take precautions." + desc = "A joint project between the UACM and Wey-Yu. It is said to be top-class engineering and state of the art technology. Given to UACM deployed synthetic units and the intended usage involve assisting in battlefield support. Can be recharged by grabbing onto an APC and completing the circuit with one's fingers (procedure not advised for non-synthetic personnel). WARNING - User is advised to take precautions." item_state = "smartpack" icon_state = "smartpack" has_gamemode_skin = FALSE diff --git a/code/game/objects/items/tools/flame_tools.dm b/code/game/objects/items/tools/flame_tools.dm index 7681e74a1d..f4a5e32cfb 100644 --- a/code/game/objects/items/tools/flame_tools.dm +++ b/code/game/objects/items/tools/flame_tools.dm @@ -448,7 +448,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM //////////// /obj/item/clothing/mask/cigarette/cigar name = "\improper premium cigar" - desc = "A huge, brown roll of tobacco and some other stuff that you're meant to smoke. Makes you feel like a true USCM sergeant." + desc = "A huge, brown roll of tobacco and some other stuff that you're meant to smoke. Makes you feel like a true UACM sergeant." icon_state = "cigar_off" icon_on = "cigar_on" icon_off = "cigar_off" diff --git a/code/game/objects/items/tools/misc_tools.dm b/code/game/objects/items/tools/misc_tools.dm index f70f934970..929d6974cf 100644 --- a/code/game/objects/items/tools/misc_tools.dm +++ b/code/game/objects/items/tools/misc_tools.dm @@ -277,7 +277,7 @@ /obj/item/tool/pen/fountain desc = "A lavish testament to the ingenuity of ARMAT's craftsmanship, this fountain pen is a paragon of design and functionality. Detailed with golden accents and intricate mechanics, the pen allows for a swift change between a myriad of ink colors with a simple twist. A product of precision engineering, each mechanism inside the pen is designed to provide a seamless, effortless transition from one color to the next, creating an instrument of luxurious versatility." - desc_lore = "More than just a tool for writing, ARMAT's fountain pen is a symbol of distinction and authority within the ranks of the United States Colonial Marine Corps (USCM). It is a legacy item, exclusively handed out to the top-tier command personnel, each pen a tribute to the recipient's leadership and dedication.\n \nARMAT, renowned for their weapons technology, took a different approach in crafting this piece. The fountain pen, though seemingly a departure from their usual field, is deeply ingrained with the company's engineering philosophy, embodying precision, functionality, and robustness.\n \nThe golden accents are not mere embellishments; they're an identifier, setting apart these pens and their owners from the rest. The gold is meticulously alloyed with a durable metallic substance, granting it resilience to daily wear and tear. Such resilience is symbolic of the tenacity and perseverance required of USCM command personnel.\n \nEach pen is equipped with an intricate color changing mechanism, allowing the user to switch between various ink colors. This feature, inspired by the advanced targeting systems of ARMAT's weaponry, uses miniaturized actuators and precision-ground components to smoothly transition the ink flow. A simple twist of the pen's body activates the change, rotating the internal ink cartridges into place with mechanical grace, ready for the user's command.\n \nThe ink colors are not chosen arbitrarily. Each represents a different echelon within the USCM, allowing the pen's owner to write in the hue that corresponds with their rank or the rank of the recipient of their written orders. This acts as a silent testament to the authority of their words, as if each stroke of the pen echoes through the halls of USCM authority.\n \nDespite its ornate appearance, the pen is as robust as any ARMAT weapon, reflecting the company's commitment to reliability and durability. The metal components are corrosion-resistant, ensuring the pen's longevity, even under the challenging conditions often faced by USCM high command.\n \nThe fusion of luxury and utility, the blend of gold and metal, is an embodiment of the hard-won elegance of command, of the fusion between power and grace. It's more than a writing instrument - it's an emblem of leadership, an accolade to the dedication and strength of those who bear it. ARMAT's fountain pen stands as a monument to the precision, integrity, and courage embodied by the USCM's highest-ranking officers." + desc_lore = "More than just a tool for writing, ARMAT's fountain pen is a symbol of distinction and authority within the ranks of the United States Colonial Marine Corps (UACM). It is a legacy item, exclusively handed out to the top-tier command personnel, each pen a tribute to the recipient's leadership and dedication.\n \nARMAT, renowned for their weapons technology, took a different approach in crafting this piece. The fountain pen, though seemingly a departure from their usual field, is deeply ingrained with the company's engineering philosophy, embodying precision, functionality, and robustness.\n \nThe golden accents are not mere embellishments; they're an identifier, setting apart these pens and their owners from the rest. The gold is meticulously alloyed with a durable metallic substance, granting it resilience to daily wear and tear. Such resilience is symbolic of the tenacity and perseverance required of UACM command personnel.\n \nEach pen is equipped with an intricate color changing mechanism, allowing the user to switch between various ink colors. This feature, inspired by the advanced targeting systems of ARMAT's weaponry, uses miniaturized actuators and precision-ground components to smoothly transition the ink flow. A simple twist of the pen's body activates the change, rotating the internal ink cartridges into place with mechanical grace, ready for the user's command.\n \nThe ink colors are not chosen arbitrarily. Each represents a different echelon within the UACM, allowing the pen's owner to write in the hue that corresponds with their rank or the rank of the recipient of their written orders. This acts as a silent testament to the authority of their words, as if each stroke of the pen echoes through the halls of UACM authority.\n \nDespite its ornate appearance, the pen is as robust as any ARMAT weapon, reflecting the company's commitment to reliability and durability. The metal components are corrosion-resistant, ensuring the pen's longevity, even under the challenging conditions often faced by UACM high command.\n \nThe fusion of luxury and utility, the blend of gold and metal, is an embodiment of the hard-won elegance of command, of the fusion between power and grace. It's more than a writing instrument - it's an emblem of leadership, an accolade to the dedication and strength of those who bear it. ARMAT's fountain pen stands as a monument to the precision, integrity, and courage embodied by the UACM's highest-ranking officers." name = "fountain pen" icon_state = "fountain_pen" item_state = "fountain_pen" @@ -428,7 +428,7 @@ icon_state = "stamp-weyyu" /obj/item/tool/stamp/uscm - name = "USCM rubber stamp" + name = "UACM rubber stamp" icon_state = "stamp-uscm" /obj/item/tool/stamp/cmb diff --git a/code/game/objects/items/trash.dm b/code/game/objects/items/trash.dm index d9d40e003c..847bdbfa80 100644 --- a/code/game/objects/items/trash.dm +++ b/code/game/objects/items/trash.dm @@ -103,8 +103,8 @@ icon_state = "syndi_cakes" /obj/item/trash/uscm_mre - name = "\improper crumbled USCM MRE" - desc = "It has done its part for the USCM. Have you?" + name = "\improper crumbled UACM MRE" + desc = "It has done its part for the UACM. Have you?" icon = 'icons/obj/items/trash.dmi' icon_state = "mealpackempty" @@ -182,7 +182,7 @@ icon_state = "tray" /obj/item/trash/USCMtray - name = "\improper USCM Tray" + name = "\improper UACM Tray" desc = "Finished with its tour of duty." icon_state = "MREtray" diff --git a/code/game/objects/items/weapons/blades.dm b/code/game/objects/items/weapons/blades.dm index 2f3410238a..48caafb55e 100644 --- a/code/game/objects/items/weapons/blades.dm +++ b/code/game/objects/items/weapons/blades.dm @@ -27,7 +27,7 @@ /obj/item/weapon/sword/machete name = "\improper M2132 machete" - desc = "Latest issue of the USCM Machete. Great for clearing out jungle or brush on outlying colonies. Found commonly in the hands of scouts and trackers, but difficult to carry with the usual kit." + desc = "Latest issue of the UACM Machete. Great for clearing out jungle or brush on outlying colonies. Found commonly in the hands of scouts and trackers, but difficult to carry with the usual kit." icon_state = "machete" /obj/item/weapon/sword/machete/attack_self(mob/user) @@ -49,14 +49,14 @@ /obj/item/weapon/sword/machete/arnold name = "\improper M2100 \"Ngájhe\" machete" - desc = "An older issue USCM machete, never left testing. Designed in the Central African Republic. The notching made it hard to clean, and as such the USCM refused to adopt it - despite the superior bludgeoning power offered. Difficult to carry with the usual kit ." + desc = "An older issue UACM machete, never left testing. Designed in the Central African Republic. The notching made it hard to clean, and as such the UACM refused to adopt it - despite the superior bludgeoning power offered. Difficult to carry with the usual kit ." icon_state = "arnold-machete" item_state = "arnold-machete" force = MELEE_FORCE_TIER_11 /obj/item/weapon/sword/machete/arnold/weak name = "\improper M2100 machete" - desc = "An older issue USCM machete, never left testing. Designed in the Central African Republic. The notching made it hard to clean, and as such the USCM refused to adopt it - despite the superior bludgeoning power offered. This one has been poorly maintained and as such can't really outperform adopted M2132 machete." + desc = "An older issue UACM machete, never left testing. Designed in the Central African Republic. The notching made it hard to clean, and as such the UACM refused to adopt it - despite the superior bludgeoning power offered. This one has been poorly maintained and as such can't really outperform adopted M2132 machete." force = MELEE_FORCE_STRONG /obj/item/weapon/sword/hefa diff --git a/code/game/objects/objs.dm b/code/game/objects/objs.dm index 4304d4516e..492281a6c6 100644 --- a/code/game/objects/objs.dm +++ b/code/game/objects/objs.dm @@ -458,3 +458,31 @@ /// override for subtypes that require extra behaviour when spawned from a vendor /obj/proc/post_vendor_spawn_hook(mob/living/carbon/human/user) return + +/obj/proc/talkas(str, delay) //Talk as. Delay in BYOND ticks (about 1/10 of a second per tick) If not provided, delay calculated automatically depending in message length. + if (!str) return + var/list/heard = get_mobs_in_view(world_view_size, src) + src.langchat_speech(str, heard, GLOB.all_languages, skip_language_check = TRUE) + src.visible_message("[src] says, \"[str]\"") + var/talkdelay = delay + if (!talkdelay) + if ((length("[str]")) <= 64) + talkdelay = 40 + if ((length("[str]")) > 64) + talkdelay = 60 + sleep(talkdelay) + return + +/obj/proc/emoteas(str, delay) //Emote as. Delay in BYOND ticks (about 1/10 of a second per tick) If not provided, delay calculated automatically depending in message length. + if (!str) return + var/list/heard = get_mobs_in_view(world_view_size, src) + src.langchat_speech(str, heard, GLOB.all_languages, skip_language_check = TRUE, animation_style = LANGCHAT_FAST_POP, additional_styles = list("langchat_small", "emote")) + src.visible_message("[src] [str]") + var/talkdelay = delay + if (!talkdelay) + if ((length("[str]")) <= 64) + talkdelay = 40 + if ((length("[str]")) > 64) + talkdelay = 60 + sleep(talkdelay) + return diff --git a/code/game/objects/prop.dm b/code/game/objects/prop.dm index ac94e8ab03..244385490b 100644 --- a/code/game/objects/prop.dm +++ b/code/game/objects/prop.dm @@ -80,14 +80,14 @@ desc = "A miniature table flag of the United Americas, representing all of North, South, and Central America." /obj/item/prop/tableflag/uscm - name = "USCM table flag" + name = "UACM table flag" icon_state = "uscmflag" desc = "A miniature table flag of the United States Colonial Marines. 'Semper Fi' is written on the flag's bottom." /obj/item/prop/tableflag/uscm2 - name = "USCM historical table flag" + name = "UACM historical table flag" icon_state = "uscmflag2" - desc = "A miniature historical table flag of the United States Colonial Marines, in traditional scarlet and gold. The USCM logo sits in the center; an eagle is perched atop it and an anchor rests behind it." + desc = "A miniature historical table flag of the United States Colonial Marines, in traditional scarlet and gold. The UACM logo sits in the center; an eagle is perched atop it and an anchor rests behind it." /obj/item/prop/tableflag/upp name = "UPP table flag" @@ -124,7 +124,7 @@ /obj/item/prop/colony/used_flare name = "flare" - desc = "A used USCM issued flare. There are instructions on the side, it reads 'pull cord, make light'." + desc = "A used UACM issued flare. There are instructions on the side, it reads 'pull cord, make light'." icon_state = "flare-empty" icon = 'icons/obj/items/lighting.dmi' @@ -253,7 +253,7 @@ /obj/item/prop/magazine/book/borntokill name = "\improper Born to Kill" - desc = "An autobiography penned by Derik A.W. Tomahawk it recounts his service in the USCM. The book was harshly criticised for its bland and uncreative writing and wasn't well received by the general public or members of the UA military. However, artificial soldiers typically value the information contained within." + desc = "An autobiography penned by Derik A.W. Tomahawk it recounts his service in the UACM. The book was harshly criticised for its bland and uncreative writing and wasn't well received by the general public or members of the UA military. However, artificial soldiers typically value the information contained within." /obj/item/prop/magazine/book/bladerunner name = "\improper Bladerunner: A True Detectives Story" @@ -270,24 +270,24 @@ //boots magazine /obj/item/prop/magazine/boots name = "generic Boots! magazine" - desc = "The only official USCM magazine!" + desc = "The only official UACM magazine!" /obj/item/prop/magazine/boots/n117 name = "Boots!: Issue No.117" - desc = "The only official USCM magazine, the headline reads 'STOP CANNING' the short paragraph further explains the dangers of marines throwing CN-20 Nerve gas into bathrooms as a prank." + desc = "The only official UACM magazine, the headline reads 'STOP CANNING' the short paragraph further explains the dangers of marines throwing CN-20 Nerve gas into bathrooms as a prank." /obj/item/prop/magazine/boots/n150 name = "Boots!: Issue No.150" - desc = "The only official USCM magazine, the headline reads 'UPP Rations, The truth.' the short paragraph further explains UPP field rations aren't standardized and are produced at a local level. Because of this, captured and confiscated UPP rations have included some odd choices such as duck liver, century eggs, lutefisk, pickled pig snout, canned tripe, and dehydrated candied radish snacks." + desc = "The only official UACM magazine, the headline reads 'UPP Rations, The truth.' the short paragraph further explains UPP field rations aren't standardized and are produced at a local level. Because of this, captured and confiscated UPP rations have included some odd choices such as duck liver, century eggs, lutefisk, pickled pig snout, canned tripe, and dehydrated candied radish snacks." /obj/item/prop/magazine/boots/n160 name = "Boots!: Issue No.160" - desc = "The only official USCM magazine, the headline reads 'Corporate Liaison 'emotionally exhausted' from screwing so many people over.'" + desc = "The only official UACM magazine, the headline reads 'Corporate Liaison 'emotionally exhausted' from screwing so many people over.'" /obj/item/prop/magazine/boots/n054 name = "Boots!: Issue No.54" - desc = "The only official USCM magazine, the headline reads 'ARMAT strikes back against litigants in M41A-MK2 self cleaning case'" + desc = "The only official UACM magazine, the headline reads 'ARMAT strikes back against litigants in M41A-MK2 self cleaning case'" /obj/item/prop/magazine/boots/n055 name = "Boots!: Issue No.55" - desc = "The only official USCM magazine, the headline reads 'TEN tips to keep your UD4 cockpit both safer and more relaxing.'" + desc = "The only official UACM magazine, the headline reads 'TEN tips to keep your UD4 cockpit both safer and more relaxing.'" diff --git a/code/game/objects/structures/crates_lockers/crates.dm b/code/game/objects/structures/crates_lockers/crates.dm index 119615ab7a..3a4f5d93d1 100644 --- a/code/game/objects/structures/crates_lockers/crates.dm +++ b/code/game/objects/structures/crates_lockers/crates.dm @@ -174,7 +174,7 @@ /obj/structure/closet/crate/green name = "green crate" - desc = "A standard green storage crate employed by the USCM. These things are so common, just about anything could be inside." + desc = "A standard green storage crate employed by the UACM. These things are so common, just about anything could be inside." icon_state = "closed_green" icon_opened = "open_green" icon_closed = "closed_green" diff --git a/code/game/objects/structures/crates_lockers/largecrate.dm b/code/game/objects/structures/crates_lockers/largecrate.dm index cfe7531f5f..bcc8c12df7 100644 --- a/code/game/objects/structures/crates_lockers/largecrate.dm +++ b/code/game/objects/structures/crates_lockers/largecrate.dm @@ -328,7 +328,7 @@ /obj/structure/largecrate/guns - name = "\improper USCM firearms crate (x3)" + name = "\improper UACM firearms crate (x3)" fill_from_loc = FALSE var/num_guns = 3 var/num_mags = 3 diff --git a/code/game/objects/structures/crates_lockers/largecrate_supplies.dm b/code/game/objects/structures/crates_lockers/largecrate_supplies.dm index 9a45b4256d..cc4af0e629 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_supplies.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_supplies.dm @@ -277,8 +277,8 @@ supplies = list(/obj/item/frame/table = 10, /obj/item/frame/rack = 10) /obj/structure/largecrate/supply/supplies/mre - name = "\improper USCM MRE crate (x60)" - desc = "A supply crate containing sixty USCM MRE packets." + name = "\improper UACM MRE crate (x60)" + desc = "A supply crate containing sixty UACM MRE packets." supplies = list(/obj/item/ammo_box/magazine/misc/mre = 5) /obj/structure/largecrate/supply/supplies/water diff --git a/code/game/objects/structures/gun_rack.dm b/code/game/objects/structures/gun_rack.dm index 099d8d4c20..7d58c390ee 100644 --- a/code/game/objects/structures/gun_rack.dm +++ b/code/game/objects/structures/gun_rack.dm @@ -1,6 +1,6 @@ /obj/structure/gun_rack name = "gun rack" - desc = "ARMAT-produced gun rack for storage of long guns. While initial model was supposed to be extremely modifiable, USCM comissioned racks with fixed slots which only fit M41A rifles. Some say they were cheaper, and some say the main reason was marine's ability to easily break anything more complex than a tungsten ball." + desc = "ARMAT-produced gun rack for storage of long guns. While initial model was supposed to be extremely modifiable, UACM comissioned racks with fixed slots which only fit M41A rifles. Some say they were cheaper, and some say the main reason was marine's ability to easily break anything more complex than a tungsten ball." icon = 'icons/obj/structures/gun_racks.dmi' icon_state = "m41a" density = TRUE diff --git a/code/game/objects/structures/props.dm b/code/game/objects/structures/props.dm index 4a4af8fef3..3485d51120 100644 --- a/code/game/objects/structures/props.dm +++ b/code/game/objects/structures/props.dm @@ -1075,7 +1075,7 @@ /obj/structure/prop/invuln/ice_prefab name = "prefabricated structure" - desc = "This structure is made of metal support rods and robust poly-kevlon plastics. A derivative of the stuff used in UA ballistics vests, USCM and UPP uniforms. The loose walls roll with each gust of wind." + desc = "This structure is made of metal support rods and robust poly-kevlon plastics. A derivative of the stuff used in UA ballistics vests, UACM and UPP uniforms. The loose walls roll with each gust of wind." icon = 'icons/obj/structures/props/ice_colony/fabs_tileset.dmi' icon_state = "fab" density = TRUE @@ -1110,7 +1110,7 @@ /obj/structure/prop/invuln/remote_console_pod name = "Remote Console Pod" - desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation" + desc = "A drop pod used to launch remote piloting equipment to UACM areas of operation" icon = 'icons/obj/structures/droppod_32x64.dmi' icon_state = "techpod_open" layer = DOOR_CLOSED_LAYER diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 765c717c6b..551dd17cd9 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -575,23 +575,23 @@ //=================// /obj/structure/sign/ROsign - name = "\improper USCM Requisitions Office Guidelines" + name = "\improper UACM Requisitions Office Guidelines" desc = " 1. You are not entitled to service or equipment. Attachments are a privilege, not a right.\n 2. You must be fully dressed to obtain service. Cryosleep underwear is non-permissible.\n 3. The Quartermaster has the final say and the right to decline service. Only the Acting Commanding Officer may override their decisions.\n 4. Please treat your Requsitions staff with respect. They work hard." icon_state = "roplaque" /obj/structure/sign/prop1 - name = "\improper USCM Poster" + name = "\improper UACM Poster" desc = "The symbol of the United States Colonial Marines corps." icon_state = "prop1" /obj/structure/sign/prop2 - name = "\improper USCM Poster" + name = "\improper UACM Poster" desc = "A deeply faded poster of a group of glamorous Colonial Marines in uniform. Probably taken pre-Alpha." icon_state = "prop2" /obj/structure/sign/prop3 - name = "\improper USCM Poster" - desc = "An old recruitment poster for the USCM. Looking at it floods you with a mixture of pride and sincere regret." + name = "\improper UACM Poster" + desc = "An old recruitment poster for the UACM. Looking at it floods you with a mixture of pride and sincere regret." icon_state = "prop3" diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index 95c5d8e45f..fbd412540b 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -423,7 +423,7 @@ var/global/list/activated_medevac_stretchers = list() /obj/item/roller/bedroll name = "folded bedroll" - desc = "A standard issue USCMC bedroll, They've been in service for as long as you can remember. The tag on it states to unfold it before rest, but who needs rules anyway, right?" + desc = "A standard issue UACM bedroll, They've been in service for as long as you can remember. The tag on it states to unfold it before rest, but who needs rules anyway, right?" icon = 'icons/monkey_icos.dmi' icon_state = "bedroll" rollertype = /obj/structure/bed/bedroll 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 e523906f4c..306a27a813 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -278,7 +278,7 @@ /obj/structure/bed/chair/comfy/alpha icon_state = "comfychair_alpha" name = "Alpha squad chair" - desc = "A simple chair permanently attached to the floor. Covered with a squeaky and way too hard faux-leather, unevenly painted in Alpha squad red. Only for the bravest and freshest USCM recruits." + desc = "A simple chair permanently attached to the floor. Covered with a squeaky and way too hard faux-leather, unevenly painted in Alpha squad red. Only for the bravest and freshest UACM recruits." /obj/structure/bed/chair/comfy/bravo icon_state = "comfychair_bravo" diff --git a/code/game/supplyshuttle.dm b/code/game/supplyshuttle.dm index 2e3a536536..983526c7a3 100644 --- a/code/game/supplyshuttle.dm +++ b/code/game/supplyshuttle.dm @@ -1143,7 +1143,7 @@ var/datum/controller/supply/supply_controller = new() //linebreak temp += SPAN_WARNING("Name's Mendoza, Cargo Technician. Formerly, I suppose. I tripped into this stupid pit god knows how long ago. A crate of mattresses broke my fall, thankfully. The fuckin' MPs never even bothered to look for me!
    ") temp += SPAN_WARNING("They probably wrote off my file as a friggin' clerical error. Bastards, all of them.... but I've got a plan.
    ") - temp += SPAN_WARNING("I'm gonna smuggle all these ASRS goods out of the ship next time it docks. I'm gonna sell them, and use the money to sue the fuck out of the USCM!
    ") + temp += SPAN_WARNING("I'm gonna smuggle all these ASRS goods out of the ship next time it docks. I'm gonna sell them, and use the money to sue the fuck out of the UACM!
    ") temp += SPAN_WARNING("Imagine the look on their faces! Mendoza, the little CT, in court as they lose all their fuckin' money!

    ") //linebreak temp += SPAN_WARNING("I do need... money. You wouldn't believe the things I've seen here. There's an aisle full of auto-doc crates, and that's the least of it.
    ") @@ -1178,7 +1178,7 @@ var/datum/controller/supply/supply_controller = new() if(26 to 30) temp += "You know... don't tell anyone, but I actually really like blue-flavored Souto for some reason. Not the diet version, that cyan junk's as nasty as any other flavor, but... there's just somethin' about that blue-y goodness. If you see any, I wouldn't mind havin' them thrown down the elevator.
    " if(31 to 35) - temp += "If you see any, er.. 'elite' equipment, be sure to throw it down here. I know a few people that'd offer quite the amount of money for a USCM commander's gun, or pet. Even the armor is worth a fortune. Don't kill yourself doin' it, though.
    " + temp += "If you see any, er.. 'elite' equipment, be sure to throw it down here. I know a few people that'd offer quite the amount of money for a UACM commander's gun, or pet. Even the armor is worth a fortune. Don't kill yourself doin' it, though.
    " temp += "Hell, any kind of wildlife too, actually! Anythin' that isn't a replicant animal is worth a truly ridiculous sum back on Terra, I'll give ya quite the amount of points for 'em. As long as it isn't plannin' on killing me.
    " /proc/get_black_market_value(atom/movable/movable_atom) diff --git a/code/game/turfs/closed.dm b/code/game/turfs/closed.dm index 7bbcc981de..54dcddcad2 100644 --- a/code/game/turfs/closed.dm +++ b/code/game/turfs/closed.dm @@ -290,6 +290,14 @@ /turf/closed/shuttle/cyclone/transparent opacity = FALSE +/turf/closed/shuttle/wraith + name = "\improper Wraith" + icon = 'icons/turf/dropship2.dmi' + icon_state = "1" + +/turf/closed/shuttle/wraith/transparent + opacity = FALSE + /turf/closed/shuttle/twe_dropship name = "\improper UD4-UK" icon = 'icons/turf/twedropship.dmi' diff --git a/code/game/turfs/floor_types.dm b/code/game/turfs/floor_types.dm index d71d42ff2c..f668d25617 100644 --- a/code/game/turfs/floor_types.dm +++ b/code/game/turfs/floor_types.dm @@ -274,7 +274,7 @@ //Others /turf/open/floor/almayer/uscm icon_state = "logo_c" - name = "\improper USCM Logo" + name = "\improper UACM Logo" /turf/open/floor/almayer/uscm/directional icon_state = "logo_directional" diff --git a/code/game/turfs/transit.dm b/code/game/turfs/transit.dm index d3bad3bf95..3365876742 100644 --- a/code/game/turfs/transit.dm +++ b/code/game/turfs/transit.dm @@ -249,6 +249,10 @@ shuttle_tag = DROPSHIP_CYCLONE dir = SOUTH +/turf/open/space/transit/dropship/wraith + shuttle_tag = DROPSHIP_WRAITH + dir = SOUTH + /turf/open/space/transit/south dir = SOUTH diff --git a/code/game/turfs/walls/wall_types.dm b/code/game/turfs/walls/wall_types.dm index 35a5d53379..e34624ce99 100644 --- a/code/game/turfs/walls/wall_types.dm +++ b/code/game/turfs/walls/wall_types.dm @@ -657,7 +657,7 @@ INITIALIZE_IMMEDIATE(/turf/closed/wall/indestructible/splashscreen) /turf/closed/wall/shiva/prefabricated name = "prefabricated structure wall" icon_state = "shiva_fab" - desc = "This structure is made of metal support rods and robust poly-kevlon plastics. A derivative of the stuff used in UA ballistics vests, USCM and UPP uniforms. These walls are pulled taught and have been reinforced into a more permanent structure." + desc = "This structure is made of metal support rods and robust poly-kevlon plastics. A derivative of the stuff used in UA ballistics vests, UACM and UPP uniforms. These walls are pulled taught and have been reinforced into a more permanent structure." walltype = WALL_SHIVA_FAB damage_cap = HEALTH_WALL diff --git a/code/game/verbs/who.dm b/code/game/verbs/who.dm index 7c647f5dcf..b970cd0d01 100644 --- a/code/game/verbs/who.dm +++ b/code/game/verbs/who.dm @@ -8,7 +8,7 @@ "Humans" = 0, "Infected humans" = 0, FACTION_MARINE = 0, - "USCM Marines" = 0, + "UACM Marines" = 0, "Lobby" = 0, FACTION_YAUTJA = 0, @@ -84,7 +84,7 @@ if(C.mob.faction == FACTION_MARINE) counted_humanoids[FACTION_MARINE]++ if(C.mob.job in (ROLES_MARINES)) - counted_humanoids["USCM Marines"]++ + counted_humanoids["UACM Marines"]++ else counted_humanoids[C.mob.faction]++ else if(isxeno(C.mob)) @@ -103,7 +103,7 @@ dat += "
    Observers: [counted_humanoids["Observers"]] players and [counted_humanoids["Admin observers"]] staff members" dat += "
    Humans: [counted_humanoids["Humans"]] (Infected: [counted_humanoids["Infected humans"]])" if(counted_humanoids[FACTION_MARINE]) - dat += "
    USCM personnel: [counted_humanoids[FACTION_MARINE]] (Marines: [counted_humanoids["USCM Marines"]])" + dat += "
    UACM personnel: [counted_humanoids[FACTION_MARINE]] (Marines: [counted_humanoids["UACM Marines"]])" if(counted_humanoids[FACTION_YAUTJA]) dat += "
    Predators: [counted_humanoids[FACTION_YAUTJA]] [counted_humanoids["Infected preds"] ? "(Infected: [counted_humanoids["Infected preds"]])" : ""]" if(counted_humanoids[FACTION_ZOMBIE]) diff --git a/code/game/world.dm b/code/game/world.dm index c23cce5abb..7d74567111 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -301,11 +301,9 @@ var/world_topic_spam_protect_time = world.timeofday var/s = "" if(CONFIG_GET(string/servername)) - s += "[CONFIG_GET(string/servername)]" - s += "
    Hosted by: [CONFIG_GET(string/hostedby)]" + s += "Neroid Sector - Xenosurge" + s += "
    Role-Play and swarm based PvE based on the CMSS13-PvE codebase." s += "
    Round time: [duration2text()]" - s += "
    An RP server focused on a tight knit platoon fighting xenos!" - s += "
    Shoot the shit *and* shoot shit." world.status = s diff --git a/code/global.dm b/code/global.dm index 3ed9249ca6..101795a6a5 100644 --- a/code/global.dm +++ b/code/global.dm @@ -1,7 +1,7 @@ //This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31 #define MAIN_SHIP_NAME SSmapping.get_main_ship_name() -#define MAIN_SHIP_DEFAULT_NAME "USS Golden Arrow" -#define SHIP_MAP_NAMES list("USS Almayer", "USS Golden Arrow", "USS Golden Arrow (Classic)", "SSV Chapaev", "USS Rover") +#define MAIN_SHIP_DEFAULT_NAME "UAS Arrowhead" +#define SHIP_MAP_NAMES list("UAS Arrowhead") #define MAIN_SHIP_PLATOON text2path(SSmapping.get_main_ship_platoon()) #define MAIN_SHIP_DEFAULT_PLATOON "/datum/squad/marine/alpha" diff --git a/code/modules/admin/PvE/spawner_control.dm b/code/modules/admin/PvE/spawner_control.dm new file mode 100644 index 0000000000..33d4f9bf7a --- /dev/null +++ b/code/modules/admin/PvE/spawner_control.dm @@ -0,0 +1,207 @@ +/client/proc/setup_surge() + set category = "DM.Xenosurge" + set name = "Surge - Setup" + set desc = "Sets parameters for next wave surge." + + if(!check_rights(R_ADMIN)) + return + var/surge_setup_value + switch(tgui_input_list(usr, "Max:[GLOB.xenosurge_spawner_limit]\nSpawned:[GLOB.xenosurge_wave_xenos_current] out of [GLOB.xenosurge_wave_xenos_max]", "SURGE SETUP CHOICE", list("Global Xeno Limit","Number of Surge","Number of Veteran Surge","Veteran Surge Type"))) + if(null) + return + if("Global Xeno Limit") + surge_setup_value = tgui_input_number(usr, "Pick maximum xenos at once. This is a global control to prevent lag. Generally suggest leaving this alone.", "SURGE SETUP GLOBAL XENOS",GLOB.xenosurge_spawner_limit,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_spawner_limit = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Number of Surge") + surge_setup_value = tgui_input_number(usr, "Xenos to spawn in the wave", "SURGE SETUP SURGE NO",GLOB.xenosurge_wave_xenos_max,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_wave_xenos_max = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Number of Veteran Surge") + surge_setup_value = tgui_input_number(usr, "Xenos to spawn in the wave", "SURGE SETUP VETERAN NO",GLOB.xenosurge_veteran_xenos_max,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_veteran_xenos_max = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Veteran Surge Type") + surge_setup_value = tgui_input_list(usr, "1 - Pusher\n2 - Amubsher\n3 - Breaker\n4 - Random", "SURGE SETUP VETERAN MOB",list(1,2,3,4),timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_veteran_type = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + +/client/proc/setup_surge_globals() + set category = "DM.Xenosurge" + set name = "Surge - Globals Setup" + set desc = "Accesses Surge Globals." + + if(!check_rights(R_ADMIN)) + return + var/surge_setup_value + switch(tgui_input_list(usr, "Max:[GLOB.xenosurge_spawner_limit]\nSpawned:[GLOB.xenosurge_wave_xenos_current] out of [GLOB.xenosurge_wave_xenos_max]", "ADVANCED SURGE SETUP CHOICE", list("Global Xeno Limit","Number of Surge Xenos","Factors","Spawn List"))) + if(null) + return + if("Regular HP") + surge_setup_value = tgui_input_number(usr, "Regular Wave HP", "REGULAR WAVE HP",GLOB.xenosurge_wave_xenos_hp,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_wave_xenos_hp = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Regular ARMOR") + surge_setup_value = tgui_input_number(usr, "Regular Wave Armor", "REGULAR WAVE ARMOR",GLOB.xenosurge_wave_xenos_armor,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_wave_xenos_armor = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Regular DAM MIN") + surge_setup_value = tgui_input_number(usr, "Regular Damage Min", "REGULAR DAM MIN",GLOB.xenosurge_wave_xenos_dam_min,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_wave_xenos_dam_min = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Regular DAM MAX") + surge_setup_value = tgui_input_number(usr, "Regular Damage Max", "REGULAR DAM MAX",GLOB.xenosurge_wave_xenos_dam_max,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_wave_xenos_dam_max = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Regular Spawner Xenos") + surge_setup_value = tgui_input_number(usr, "Regular Spawner Xenos spawned per spawning loop", "REGULAR SPAWNER XENOS",GLOB.xenosurge_spawner_xenos,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_spawner_xenos = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Regular Spawner Dealy") + surge_setup_value = tgui_input_number(usr, "Regular Spawner Delay between loops", "REGULAR SPAWNER DELAY",GLOB.xenosurge_spawner_delay,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_spawner_delay = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Regular Spawner Variance") + surge_setup_value = tgui_input_number(usr, "Regular Spawner Loop Spawn Variance", "REGULAR SPAWNER VARIANCE",GLOB.xenosurge_spawner_variance,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_spawner_variance = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Veteran Spawner Xenos") + surge_setup_value = tgui_input_number(usr, "Veteran Spawner Xenos spawned per spawning loop", "VETERAN SPAWNER XENOS",GLOB.xenosurge_veteran_spawner_xenos_max,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_veteran_spawner_xenos_max = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Veteran Spawner Dealy") + surge_setup_value = tgui_input_number(usr, "Veteran Spawner Delay between loops", "VETERAN SPAWNER DELAY",GLOB.xenosurge_veteran_spawner_delay,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_veteran_spawner_delay = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + if("Veteran Spawner Variance") + surge_setup_value = tgui_input_number(usr, "Veteran Spawner Loop Spawn Variance", "VETERAN SPAWNER VARIANCE",GLOB.xenosurge_veteran_spawner_variance,timeout = 0) + if(surge_setup_value == null) return + GLOB.xenosurge_veteran_spawner_variance = surge_setup_value + to_chat(usr, SPAN_INFO("[surge_setup_value] set.")) + + return +/client/proc/surge_status() + set category = "DM.Xenosurge" + set name = "Surge - Status" + set desc = "Checks surge status" + if(!check_rights(R_ADMIN)) + return + if(GLOB.xenosurge_surge_started == 0) + to_chat(usr, SPAN_INFO("Xenosurge nor started.")) + else + to_chat(usr, SPAN_INFO("Xenosurge Ongoing!")) + to_chat(usr, SPAN_INFO("Spawned Normal:[GLOB.xenosurge_wave_xenos_current] out of [GLOB.xenosurge_wave_xenos_max], Veterans: [GLOB.xenosurge_wave_veteran_xenos_current] out of [GLOB.xenosurge_veteran_xenos_max].")) + +/client/proc/start_surge() + set category = "DM.Xenosurge" + set name = "Surge - Start" + set desc = "Checks critcial params, starts surge." + + if(!check_rights(R_ADMIN)) + return + if(tgui_alert(usr, "Confirm: Start Xenosurge?\nMax:[GLOB.xenosurge_spawner_limit]\nSpawned:[GLOB.xenosurge_wave_xenos_current] out of [GLOB.xenosurge_wave_xenos_max]","START",list("Cancel","OK"), timeout = 0) == "OK") + GLOB.xenosurge_surge_started = 1 + var/spawner_count = 0 + var/veteran_spawner_count = 0 + for (var/obj/structure/xenosurge_spawner/spawner in GLOB.xenosurge_configured_spawners) + if(spawner == null) + to_chat(usr, SPAN_WARNING("No spawner found. Aborted.")) + return + if(spawner.spawner_initiated == TRUE) + playsound(spawner, 'sound/voice/xenos_roaring.ogg', 80) + spawner.start_spawning() + spawner_count += 1 + to_chat(world, SPAN_WARNING("A roar echoes through the AO as the Surge locks in on a target!")) + to_chat(usr, SPAN_INFO("Spawner activation complete. Spawners activated: [spawner_count] and [veteran_spawner_count] veterans.")) + message_admins("[usr] has activated a [spawner_count] spawner Xenosurge. Parameters: Max:[GLOB.xenosurge_spawner_limit], Xenos:[GLOB.xenosurge_wave_xenos_max]") + +/client/proc/stop_surge() + set category = "DM.Xenosurge" + set name = "Surge - Stop" + set desc = "Deinitalizes all spawners, stopping them." + + if(!check_rights(R_ADMIN)) + return + if(tgui_alert(usr, "Confirm: Stop Xenosurge?","STOP",list("Cancel","OK"), timeout = 0) == "OK") + GLOB.xenosurge_surge_started = 0 + GLOB.xenosurge_wave_xenos_current = 0 + GLOB.xenosurge_wave_veteran_xenos_current = 0 + to_chat(world, SPAN_INFO("The end is in sight! The onslaught seems to be letting up!")) + to_chat(usr, SPAN_INFO("All spawners have been deactivated, the surge is effectively stopped.")) + +/client/proc/remove_spawners() + set category = "DM.Xenosurge" + set name = "Spawners - Remove All" + set desc = "Removes all spawners." + if(!check_rights(R_ADMIN)) + return + + if(tgui_alert(usr, "Confirm: Remove spawners?","START",list("Cancel","OK"), timeout = 0) == "OK") + for (var/obj/structure/xenosurge_spawner/spawner in world) + qdel(spawner) + GLOB.xenosurge_configured_spawners = list() + GLOB.spawner_number = 1 + to_chat(usr, SPAN_INFO("Spawners removed and ID number reset.")) + +/client/proc/surge_preset_hp() + set category = "DM.Xenosurge" + set name = "Surge - Xeno HP and Damage" + set desc = "Common use surge preset HP/attack values." + if(!check_rights(R_ADMIN)) + return + switch(tgui_input_list(usr, "Selecta a HP/ATTACK factor ratio:","SURGE",list("Fodder","Very Weak","Weak","Normal","Strong","Very Strong"), timeout = 0, default = "Normal")) + if(null) + return + if("Fodder") + GLOB.xenosurge_wave_xenos_hp = 50 + GLOB.xenosurge_wave_xenos_armor = 0 + GLOB.xenosurge_wave_xenos_dam_min = 5 + GLOB.xenosurge_wave_xenos_dam_max = 7 + if("Very Weak") + GLOB.xenosurge_wave_xenos_hp = 100 + GLOB.xenosurge_wave_xenos_armor = 0 + GLOB.xenosurge_wave_xenos_dam_min = 5 + GLOB.xenosurge_wave_xenos_dam_max = 8 + if("Weak") + GLOB.xenosurge_wave_xenos_hp = 150 + GLOB.xenosurge_wave_xenos_armor = 0 + GLOB.xenosurge_wave_xenos_dam_min = 5 + GLOB.xenosurge_wave_xenos_dam_max = 9 + if("Normal") + GLOB.xenosurge_wave_xenos_hp = 200 + GLOB.xenosurge_wave_xenos_armor = 0 + GLOB.xenosurge_wave_xenos_dam_min = 5 + GLOB.xenosurge_wave_xenos_dam_max = 10 + if("Strong") + GLOB.xenosurge_wave_xenos_hp = 250 + GLOB.xenosurge_wave_xenos_armor = 20 + GLOB.xenosurge_wave_xenos_dam_min = 7 + GLOB.xenosurge_wave_xenos_dam_max = 10 + if("Very Strong") + GLOB.xenosurge_wave_xenos_hp = 300 + GLOB.xenosurge_wave_xenos_armor = 20 + GLOB.xenosurge_wave_xenos_dam_min = 9 + GLOB.xenosurge_wave_xenos_dam_max = 12 + +/client/proc/create_surge_spawner(turf/T in turfs) + set name = "Create Surge Spawner" + set category = null + + if(!src.admin_holder || !(admin_holder.rights & R_MOD)) + to_chat(src, "Only administrators may use this command.") + return + new /obj/structure/xenosurge_spawner(T) + return diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 4d1f4ba083..a1d7868f6d 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -21,7 +21,7 @@ var/list/admin_verbs_default = list( /client/proc/cmd_admin_create_AI_report, //Allows creation of IC reports by the ships AI utilizing Almayer General channel. Relies on ARES being intact and tcomms being powered. /client/proc/cmd_admin_create_AI_shipwide_report, //Allows creation of IC reports by the ships AI utilizing announcement code. Will be shown to every conscious human on Almayer z-level regardless of ARES and tcomms status. /client/proc/cmd_admin_create_AI_apollo_report, //Allows creation of IC reports to the Apollo subprocessor, transmitting to Working Joes and Maintenance Drones. - /client/proc/cmd_admin_create_centcom_report, //Messages from USCM command/other factions. + /client/proc/cmd_admin_create_centcom_report, //Messages from UACM command/other factions. /client/proc/cmd_admin_create_predator_report, //Predator ship AI report /client/proc/admin_ghost, /*allows us to ghost/reenter body at will*/ /client/proc/invismin, @@ -119,7 +119,7 @@ var/list/admin_verbs_minor_event = list( /client/proc/cmd_admin_world_narrate, /*sends text to all players with no padding*/ /client/proc/cmd_admin_ground_narrate, /client/proc/cmd_admin_atom_narrate, - /client/proc/cmd_admin_create_centcom_report, //Messages from USCM command/other factions. + /client/proc/cmd_admin_create_centcom_report, //Messages from UACM command/other factions. /client/proc/cmd_admin_create_predator_report, //Predator ship AI report /client/proc/toggle_ob_spawn, /client/proc/toggle_sniper_upgrade, @@ -141,6 +141,21 @@ var/list/admin_verbs_minor_event = list( /client/proc/admin_biohazard_alert, /client/proc/toggle_hardcore_perma, /client/proc/toggle_bypass_joe_restriction, + /client/proc/remove_spawners, + /client/proc/setup_surge, + /client/proc/start_surge, + /client/proc/stop_surge, + /client/proc/surge_preset_hp, + /client/proc/set_narration_preset, + /client/proc/speak_to_comms, + /client/proc/call_tgui_play_directly, + /client/proc/opener_blurb, + /client/proc/npc_interaction, + /client/proc/change_objective, + /client/proc/enable_full_restock, + /client/proc/admin_shutter_control, + /client/proc/surge_status, + /client/proc/setup_surge_globals, ) var/list/admin_verbs_major_event = list( @@ -161,7 +176,8 @@ var/list/admin_verbs_major_event = list( /client/proc/enable_podlauncher, /client/proc/change_taskbar_icon, /client/proc/change_weather, - /client/proc/admin_blurb + /client/proc/admin_blurb, + /client/proc/create_surge_spawner, ) var/list/admin_verbs_spawn = list( @@ -333,7 +349,6 @@ var/list/roundstart_mod_verbs = list( add_verb(src, /client/proc/open_resin_panel) add_verb(src, /client/proc/open_sound_panel) add_verb(src, /client/proc/toggle_join_xeno) - add_verb(src, /client/proc/game_master_rename_platoon) add_verb(src, /client/proc/toggle_vehicle_blockers) add_verb(src, /client/proc/toggle_ai_xeno_weeding) add_verb(src, /client/proc/toggle_rappel_menu) @@ -371,7 +386,6 @@ var/list/roundstart_mod_verbs = list( /client/proc/open_resin_panel, /client/proc/open_sound_panel, /client/proc/toggle_join_xeno, - /client/proc/game_master_rename_platoon, /client/proc/toggle_vehicle_blockers, /client/proc/toggle_ai_xeno_weeding, /client/proc/toggle_rappel_menu, diff --git a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm index c3469071f3..9ae6fbcbbd 100644 --- a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm +++ b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm @@ -9,7 +9,7 @@ /client/proc/toggle_fire_support_menu() set name = "Fire Support Menu" - set category = "Game Master.Extras" + set category = "DM.Extras" if(!check_rights(R_ADMIN)) return new /datum/fire_support_menu(mob) diff --git a/code/modules/admin/game_master/extra_buttons/rappel_menu.dm b/code/modules/admin/game_master/extra_buttons/rappel_menu.dm index f35cbae24e..e3be28821a 100644 --- a/code/modules/admin/game_master/extra_buttons/rappel_menu.dm +++ b/code/modules/admin/game_master/extra_buttons/rappel_menu.dm @@ -4,7 +4,7 @@ GLOBAL_DATUM_INIT(rappel_panel, /datum/rappel_menu, new) /client/proc/toggle_rappel_menu() set name = "Rappel Menu" - set category = "Game Master.Extras" + set category = "DM.Extras" if(!check_rights(R_ADMIN)) return diff --git a/code/modules/admin/game_master/extra_buttons/rename_platoon.dm b/code/modules/admin/game_master/extra_buttons/rename_platoon.dm deleted file mode 100644 index 575319ad73..0000000000 --- a/code/modules/admin/game_master/extra_buttons/rename_platoon.dm +++ /dev/null @@ -1,63 +0,0 @@ - -GLOBAL_VAR_INIT(main_platoon_name, SQUAD_MARINE_1) -GLOBAL_VAR_INIT(main_platoon_initial_name, GLOB.main_platoon_name) - -/// Ability to rename the platoon -/client/proc/game_master_rename_platoon() - set name = "Rename Platoon Override" - set category = "Game Master.Extras" - - if(!admin_holder || !check_rights(R_MOD, FALSE)) - return - - rename_platoon() - -/client/proc/commander_rename_platoon() - set name = "Rename Platoon" - set category = "OOC.Commander" - - if(GLOB.main_platoon_name != GLOB.main_platoon_initial_name) - to_chat(src, SPAN_NOTICE("The platoon has already been renamed this round.")) - return - - rename_platoon() - -/// Actually renames the platoon -/client/proc/rename_platoon() - var/new_name = tgui_input_text(mob, "New platoon name?", "Platoon Name", GLOB.main_platoon_name) - if(!new_name || !istext(new_name)) - return - - if(length(new_name) > 16) - to_chat(src, SPAN_NOTICE("The platoon name should be 16 characters or less.")) - return - - var/old_name = GLOB.main_platoon_name - - var/channel = radiochannels[old_name] - radiochannels -= old_name - - radiochannels[new_name] = channel - - var/list/keys_to_readd = list() - - for(var/key in department_radio_keys) - if(department_radio_keys[key] == old_name) - keys_to_readd += key - department_radio_keys -= key - - for(var/key in keys_to_readd) - department_radio_keys[key] = new_name - - ROLES_SQUAD_ALL -= old_name - ROLES_SQUAD_ALL += new_name - - var/list/copy_frozen_platoon_items = GLOB.frozen_items[old_name] - GLOB.frozen_items -= old_name - GLOB.frozen_items[new_name] = copy_frozen_platoon_items - - SEND_GLOBAL_SIGNAL(COMSIG_GLOB_PLATOON_NAME_CHANGE, new_name, old_name) - - log_admin("[key_name(src)] has renamed the platoon from [GLOB.main_platoon_name] to [new_name].") - - GLOB.main_platoon_name = new_name diff --git a/code/modules/admin/game_master/extra_buttons/toggle_ai_xeno_weeding.dm b/code/modules/admin/game_master/extra_buttons/toggle_ai_xeno_weeding.dm index 6cf536564a..bf183ab766 100644 --- a/code/modules/admin/game_master/extra_buttons/toggle_ai_xeno_weeding.dm +++ b/code/modules/admin/game_master/extra_buttons/toggle_ai_xeno_weeding.dm @@ -1,7 +1,7 @@ /// For PvE CM a convenient button to enable/disable AI xenos weeding. /client/proc/toggle_ai_xeno_weeding() set name = "Toggle AI Xeno Weeding" - set category = "Game Master.Flags" + set category = "DM.Flags" if(!admin_holder || !check_rights(R_MOD, FALSE)) return diff --git a/code/modules/admin/game_master/extra_buttons/toggle_join_xeno.dm b/code/modules/admin/game_master/extra_buttons/toggle_join_xeno.dm index 7b2078f794..88a3978e58 100644 --- a/code/modules/admin/game_master/extra_buttons/toggle_join_xeno.dm +++ b/code/modules/admin/game_master/extra_buttons/toggle_join_xeno.dm @@ -2,7 +2,7 @@ /// For PvE CM we start without the ability for people to join as xenos. This can be toggled by game masters. /client/proc/toggle_join_xeno() set name = "Toggle Player Xeno Joins" - set category = "Game Master.Flags" + set category = "DM.Flags" if(!admin_holder || !check_rights(R_MOD, FALSE)) return diff --git a/code/modules/admin/game_master/extra_buttons/toggle_vehicle_blockers.dm b/code/modules/admin/game_master/extra_buttons/toggle_vehicle_blockers.dm index e5b0508c71..9800ca3ff9 100644 --- a/code/modules/admin/game_master/extra_buttons/toggle_vehicle_blockers.dm +++ b/code/modules/admin/game_master/extra_buttons/toggle_vehicle_blockers.dm @@ -1,7 +1,7 @@ /// For PvE CM a convenient button to enable/disable the invisible vehicle blockers. /client/proc/toggle_vehicle_blockers() set name = "Toggle Vehicle Blockers" - set category = "Game Master.Flags" + set category = "DM.Flags" if(!admin_holder || !check_rights(R_MOD, FALSE)) return diff --git a/code/modules/admin/game_master/game_master.dm b/code/modules/admin/game_master/game_master.dm index 874bc14ecf..2135d63cf7 100644 --- a/code/modules/admin/game_master/game_master.dm +++ b/code/modules/admin/game_master/game_master.dm @@ -10,7 +10,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100) /proc/open_game_master_panel(client/using_client) set name = "Game Master Panel" - set category = "Game Master" + set category = "DM.PvE" if(using_client.game_master_menu) using_client.game_master_menu.tgui_interact(using_client.mob) @@ -20,7 +20,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100) /client/proc/toggle_game_master() set name = "Game Master Panel" - set category = "Game Master" + set category = "DM.PvE" if(!check_rights(R_ADMIN)) return @@ -351,8 +351,12 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100) var/turf/spawn_turf = get_turf(object) for(var/i = 1 to xeno_spawn_count) - new spawning_xeno_type(spawn_turf, null, selected_hive, !spawn_ai) - + var/mob/living/carbon/xenomorph/spawned_xeno = new spawning_xeno_type(spawn_turf, null, selected_hive, !spawn_ai) + spawned_xeno.health = GLOB.xenosurge_wave_xenos_hp + spawned_xeno.maxHealth = GLOB.xenosurge_wave_xenos_hp + spawned_xeno.melee_damage_lower = GLOB.xenosurge_wave_xenos_dam_min + spawned_xeno.melee_damage_upper = GLOB.xenosurge_wave_xenos_dam_max + spawned_xeno.armor_deflection = GLOB.xenosurge_wave_xenos_armor return TRUE if(BEHAVIOR_CLICK_INTERCEPT_ACTION) diff --git a/code/modules/admin/game_master/game_master_submenu/ambush.dm b/code/modules/admin/game_master/game_master_submenu/ambush.dm index 2af5bd0f00..2503bf993c 100644 --- a/code/modules/admin/game_master/game_master_submenu/ambush.dm +++ b/code/modules/admin/game_master/game_master_submenu/ambush.dm @@ -205,7 +205,12 @@ playsound(referenced_atom, pick(ambush_sounds), 25, 1) - new xeno_type(spawn_turf, null, selected_hive) + var/mob/living/carbon/xenomorph/spawned_xeno = new xeno_type(spawn_turf, null, selected_hive) + spawned_xeno.health = GLOB.xenosurge_wave_xenos_hp + spawned_xeno.maxHealth = GLOB.xenosurge_wave_xenos_hp + spawned_xeno.melee_damage_lower = GLOB.xenosurge_wave_xenos_dam_min + spawned_xeno.melee_damage_upper = GLOB.xenosurge_wave_xenos_dam_max + spawned_xeno.armor_deflection = GLOB.xenosurge_wave_xenos_armor /// Shakes the spawner via animation and returns a callback to reset the animation /datum/game_master_submenu/ambush/proc/shake_spawner() diff --git a/code/modules/admin/game_master/resin_panel.dm b/code/modules/admin/game_master/resin_panel.dm index bab4097173..a39700ca2a 100644 --- a/code/modules/admin/game_master/resin_panel.dm +++ b/code/modules/admin/game_master/resin_panel.dm @@ -17,7 +17,7 @@ list( \ /client/proc/open_resin_panel() set name = "Resin Panel" - set category = "Game Master" + set category = "DM.PvE" if(!check_rights(R_ADMIN)) return diff --git a/code/modules/admin/tabs/admin_tab.dm b/code/modules/admin/tabs/admin_tab.dm index 3d6edda7cb..06a5fa9516 100644 --- a/code/modules/admin/tabs/admin_tab.dm +++ b/code/modules/admin/tabs/admin_tab.dm @@ -308,7 +308,7 @@ #define SUBTLE_MESSAGE_IN_HEAD "Voice in Head" #define SUBTLE_MESSAGE_WEYLAND "Weyland-Yutani" -#define SUBTLE_MESSAGE_USCM "USCM High Command" +#define SUBTLE_MESSAGE_USCM "UACM High Command" #define SUBTLE_MESSAGE_FACTION "Faction Specific" /datum/admins/proc/subtlemessageall() diff --git a/code/modules/admin/tabs/event_tab.dm b/code/modules/admin/tabs/event_tab.dm index a46ff34e3e..c32a31c819 100644 --- a/code/modules/admin/tabs/event_tab.dm +++ b/code/modules/admin/tabs/event_tab.dm @@ -652,13 +652,30 @@ to_chat(src, "Only administrators may use this command.") return - var/msg = input("Message:", text("Enter the text you wish to appear to everyone:")) as text + var/narrate_body_text + var/narrate_header_text + var/narrate_output - if(!msg) + if(tgui_alert(src, "Do you want your narration to include a header paragraph?", "Global Narrate", list("Yes", "No"), timeout = 0) == "Yes") + narrate_header_text = tgui_input_text(src, "Please type the header paragraph below. One or two sentences or a title work best. HTML style tags are available. Paragraphs are not recommended.", "Global Narrate Header", max_length = MAX_BOOK_MESSAGE_LEN, multiline = TRUE, encode = FALSE, timeout = 0) + if(!narrate_header_text) + return + narrate_body_text = tgui_input_text(src, "Please enter the text for your narration. Paragraphs without line breaks produce the best visual results, but HTML tags in general are respected.", "Global Narrate Text", max_length = MAX_BOOK_MESSAGE_LEN, multiline = TRUE, encode = FALSE, timeout = 0) + if(!narrate_body_text) return - to_chat_spaced(world, html = SPAN_ANNOUNCEMENT_HEADER_BLUE(msg)) - message_admins("\bold GlobalNarrate: [key_name_admin(usr)] : [msg]") + if(!narrate_header_text) + narrate_output = "[narrate_body("[narrate_body_text]")]" + else + narrate_output = "[narrate_head("[narrate_header_text]")]" + "[narrate_body("[narrate_body_text]")]" + + to_chat(world, "[narrate_output]") + while(narrate_body_text != null) + narrate_body_text = tgui_input_text(src, "Please enter the text for your narration. Paragraphs without line breaks produce the best visual results, but HTML tags in general are respected.", "Global Narrate Text", max_length = MAX_BOOK_MESSAGE_LEN, multiline = TRUE, encode = FALSE, timeout = 0) + if(!narrate_body_text) + return + to_chat(world, narrate_body("[narrate_body_text]")) + /client/proc/cmd_admin_ground_narrate() set name = "Narrate to Ground Levels" @@ -1055,3 +1072,206 @@ return FALSE show_blurb(GLOB.player_list, duration, message, TRUE, "center", "center", "#bd2020", "ADMIN") message_admins("[key_name(usr)] sent an admin blurb alert to all players. Alert reads: '[message]' and lasts [(duration / 10)] seconds.") + +/client/proc/set_narration_preset() + set name = "Setup Radio NPC" + set category = "DM.Narration" + if(!check_rights(R_ADMIN)) return + + var/list/comms_presets = list("Mission Control","Groundside AI","Cassandra AI","Custom") + switch(tgui_input_list(usr,"Select a Comms Preset","PRESET",comms_presets,timeout = 0)) + if(null) + return + if("Mission Control") + usr.narration_settings["Name"] = "Mission Control" + usr.narration_settings["Location"] = "Arrowhead Command" + usr.narration_settings["Position"] = "SO" + if("The Warden") + usr.narration_settings["Name"] = "The Warden" + usr.narration_settings["Location"] = "Unknown" + usr.narration_settings["Position"] = "CIV" + if("Groundside AI") + usr.narration_settings["Name"] = "Automated Voice" + usr.narration_settings["Location"] = "Control" + usr.narration_settings["Position"] = "AI" + if("Cassandra AI") + usr.narration_settings["Name"] = "CASSANDRA" + usr.narration_settings["Location"] = "Unknown" + usr.narration_settings["Position"] = "AI?" + if("Custom") + usr.narration_settings["Name"] = tgui_input_text(usr, "Enter the name, complete with a rank prefix.", "NAME entry", usr.narration_settings["Name"], timeout = 0) + usr.narration_settings["Location"] = tgui_input_text(usr, "Enter assignment or location, when in doubt, OV-PST works.", "LOCATION entry", usr.narration_settings["Location"], timeout = 0) + usr.narration_settings["Position"] = tgui_input_text(usr, "Enter held position like CE, CO, RFN or whatnot. Prefaced with some specialty acronym also can work.", "POSITION entry", usr.narration_settings["Position"], timeout = 0) + return + +/client/proc/speak_to_comms() + set name = "Radio NPC" + set category = "DM.Narration" + if(!check_rights(R_ADMIN)) return + + if(usr.narration_settings["Name"] == null || usr.narration_settings["Location"] == null || usr.narration_settings["Position"] == null) set_narration_preset() + var/text_to_comm = tgui_input_text(usr, "Enter what to say as [usr.narration_settings["Name"]],[usr.narration_settings["Location"]],[usr.narration_settings["Position"]] or cancel to exit.") + + while(text_to_comm != null) + to_chat(world, "[usr.narration_settings["Name"]][icon2html('icons/obj/items/radio.dmi', usr, "beacon")] \u005B[usr.narration_settings["Location"]] \u0028[usr.narration_settings["Position"]]\u0029\u005D , says \"[text_to_comm]\"", type = MESSAGE_TYPE_RADIO) + text_to_comm = tgui_input_text(usr, "Enter what to say as [usr.narration_settings["Name"]],[usr.narration_settings["Location"]],[usr.narration_settings["Position"]] or cancel to exit.") + return + +/proc/show_blurb_song(title = "Song Name",additional = "Song Artist - Song Album",)//Shows song blurb, a two line blurb. The first line passes + var/message_to_display = "[title]\n[additional]" + show_blurb(GLOB.player_list, 10 SECONDS, "[message_to_display]", screen_position = "LEFT+0:16,BOTTOM+1:16", text_alignment = "left", text_color = "#FFFFFF", blurb_key = "song[title]", ignore_key = TRUE, speed = 1) + +/client/proc/call_tgui_play_directly() + set category = "DM.Music" + set name = "Play Music From Direct Link" + set desc = "Plays a music file from a https:// link through tguis music player, bypassing the filtering done by the other admin command. This will play as an admin atmospheric and will be muted by clinets who have that setting turned on as expected. A blurb displaying song info can also be displayed as an extra option." + + if(!check_rights(R_ADMIN)) + return + + var/targets = GLOB.mob_list + var/list/music_extra_data = list() + var/web_sound_url = tgui_input_text(usr, "Enter link to sound file. Must use https://","LINK to play", timeout = 0) + music_extra_data["title"] = tgui_input_text(usr, "Enter song Title, leaving this blank/null will use its url instead.","Title input", default = "", timeout = 0) + music_extra_data["artist"] = tgui_input_text(usr, "Enter song Artist, or leave blank to not display.", "Artist input", default = "", timeout = 0) + music_extra_data["album"] = tgui_input_text(usr, "Enter song Album, or leave blank to not display.","Album input", default = "", timeout = 0) + if(music_extra_data["title"] == null) music_extra_data["title"] = web_sound_url + if(music_extra_data["artist"] == null) music_extra_data["artist"] = "Unknown Artist" + if(music_extra_data["album"] == null) music_extra_data["album"] = "Unknown Album" + music_extra_data["link"] = "Song Link Hidden" + music_extra_data["duration"] = "None" + if(tgui_alert(usr, "Show title blurb?", "Blurb", list("No","Yes"), timeout = 0) == "Yes") + show_blurb_song(title = music_extra_data["title"], additional = "[music_extra_data["artist"]] - [music_extra_data["album"]]") + for(var/mob/mob as anything in targets) + var/client/client = mob?.client + if((client?.prefs?.toggles_sound & SOUND_MIDI) && (client?.prefs?.toggles_sound & SOUND_ADMIN_ATMOSPHERIC)) + client?.tgui_panel?.play_music(web_sound_url, music_extra_data) + else + client?.tgui_panel?.stop_music() + +/client/proc/opener_blurb() + show_blurb(GLOB.player_list, duration = 10 SECONDS, message = "September 18th, 2224.\n\nUER Force Recon teams Alpha and Delta\nare deploying to the settlement known as\nSolaris Ridge.\n\nThere, they are expected to coordinate\nwith an unknown survivor known only as\nThe Warden.\n\nWhile the UER Marines will tie down the\nlocal Surge, an ultra-agressive XX-121\nstrain that has infested the planet,\nThe Wardens personnel will extract\ncritical information and supplies." ,scroll_down = TRUE, screen_position = "CENTER,BOTTOM+4.5:16", text_alignment = "center", text_color = "#ffaef2", blurb_key = "introduction", ignore_key = TRUE, speed = 1) + sleep(600) + show_blurb(GLOB.player_list, duration = 10 SECONDS, message = "The Warden promises that not only are\nthese supplies priority items for the\npeople under his care, he is also sure\nthat given enough time, his teams may\nbe able to secure helpful information\nregarding SOLARIS, a space\nstation that/nhas been hindering UER progress in the/nsystem.\n\nRegardless of the validity of these\nclaims, UER Command has decided that\ntrying to establish contact with the\nsurvivors takes precedence above\nconcerns about The Warden themsleves.\n\nForce Recon teams Alpha and Delta are\ndeploying to handle this mission...",scroll_down = TRUE, screen_position = "CENTER,BOTTOM+3.5:16", text_alignment = "center", text_color = "#ffaef2", blurb_key = "introduction", ignore_key = TRUE, speed = 1) + +/client/proc/npc_interaction() + set category = "DM.Narration" + set name = "Speak as NPC" + set desc = "Speaks as NPC from spawners or otherwise with the talking_npc var turned on." + + if(!check_rights(R_ADMIN)) + return + + var/list/speaker_list = list() + for(var/mob/living/carbon/human/H in GLOB.mob_list) + if(H.talking_npc == 1) + speaker_list.Add(H) + if(speaker_list.len == 0) + to_chat(usr, SPAN_WARNING("Error: No talking NPCs available.")) + return + var/target_mob = tgui_input_list(src, "Select a NPC to talk as:", "NPC", speaker_list, timeout = 0) + if(target_mob == null) return + var/mob/living/carbon/human/mob_to_talk_as = target_mob + var/use_radio = 0 + if(tgui_alert(usr, "Broadcast over radio?", "NPC", list("No", "Yes"), timeout = 0) == "Yes") use_radio = 1 + var/speaking_mode = tgui_alert(usr, "Emote or Speak?", "NPC", list("Emote", "Speak"), timeout = 0) + if(speaking_mode == null) return + var/text_to_say = tgui_input_text(usr, "[speaking_mode] as [target_mob]","[uppertext(speaking_mode)]-[uppertext(target_mob)]", timeout = 0) + while(text_to_say != null) + switch(speaking_mode) + if("Emote") + INVOKE_ASYNC(mob_to_talk_as, TYPE_PROC_REF(/mob/living/carbon/human, emoteas), text_to_say, 0, use_radio) + text_to_say = tgui_input_text(usr, "[speaking_mode] as [target_mob]","[uppertext(speaking_mode)]-[uppertext(target_mob)]",timeout = 0) + if("Speak") + INVOKE_ASYNC(mob_to_talk_as, TYPE_PROC_REF(/mob/living/carbon/human, talkas), text_to_say, 0, use_radio) + text_to_say = tgui_input_text(usr, "[speaking_mode] as [target_mob]","[uppertext(speaking_mode)]-[uppertext(target_mob)]",timeout = 0) + return + +/client/proc/change_objective() + set category = "DM.Narration" + set name = "Objectives" + set desc = "Speaks as NPC from spawners or otherwise with the talking_npc var turned on." + + if(!check_rights(R_ADMIN)) + return + var/new_objective + var/type_to_change = tgui_alert(usr, "Chnage which Objective?", "Objective", list("Primary","Secondary"), timeout = 0) + if(type_to_change == null) return + if(type_to_change == "Primary") + new_objective = tgui_input_text(usr, "Enter new objective", "Objective", default = GLOB.primary_objective, timeout = 0) + else + new_objective = tgui_input_text(usr, "Enter new objective", "Objective", default = GLOB.secondary_objective, timeout = 0) + if(new_objective == null) return + switch(tgui_alert(usr, "Pick Outcome for previous objective", "Objective", list("Success", "Failure", "None"), timeout = 0)) + if(null) + return + if("Success") + if(type_to_change == "Primary") + show_blurb(GLOB.player_list, 10 SECONDS, "Primary Objective\nAccomplished!", screen_position = "LEFT+0:16,BOTTOM+1:16", text_alignment = "left", text_color = "#FFFFFF", blurb_key = "objective", ignore_key = TRUE, speed = 1) + GLOB.primary_objective = "Recieving new orders..." + else + show_blurb(GLOB.player_list, 10 SECONDS, "Secondary Objective\nAccomplished!", screen_position = "LEFT+0:16,BOTTOM+1:16", text_alignment = "left", text_color = "#FFFFFF", blurb_key = "objective", ignore_key = TRUE, speed = 1) + GLOB.secondary_objective = "Recieving new orders..." + sleep(150) + if("Failure") + if(type_to_change == "Primary") + show_blurb(GLOB.player_list, 10 SECONDS, "Primary Objective\nFailed!", screen_position = "LEFT+0:16,BOTTOM+1:16", text_alignment = "left", text_color = "#FFFFFF", blurb_key = "objective", ignore_key = TRUE, speed = 1) + else + show_blurb(GLOB.player_list, 10 SECONDS, "Secondary Objective\nFailed!", screen_position = "LEFT+0:16,BOTTOM+1:16", text_alignment = "left", text_color = "#FFFFFF", blurb_key = "objective", ignore_key = TRUE, speed = 1) + GLOB.secondary_objective = "Recieving new orders..." + sleep(150) + if("None") + if(type_to_change == "Primary") + GLOB.primary_objective = "Recieving new orders..." + else + GLOB.secondary_objective = "Recieving new orders..." + sleep(50) + if(type_to_change == "Primary") + GLOB.primary_objective = "[new_objective]" + show_blurb(GLOB.player_list, 10 SECONDS, "New Primary Objective:\n[GLOB.primary_objective]", screen_position = "LEFT+0:16,BOTTOM+1:16", text_alignment = "left", text_color = "#FFFFFF", blurb_key = "objective", ignore_key = TRUE, speed = 1) + + else + GLOB.secondary_objective = "[new_objective]" + show_blurb(GLOB.player_list, 10 SECONDS, "New Secondary Objective:\n[GLOB.secondary_objective]", screen_position = "LEFT+0:16,BOTTOM+1:16", text_alignment = "left", text_color = "#FFFFFF", blurb_key = "objective", ignore_key = TRUE, speed = 1) + +/client/proc/enable_full_restock() + set category = "DM.Narration" + set name = "Enable/Disable Full Restock" + set desc = "Makes the next ressuply drop a big one (or not)." + + if(!check_rights(R_ADMIN)) + return + if(GLOB.ammo_restock_full == 0) + GLOB.ammo_restock_full = 1 + to_chat(usr, SPAN_INFO("Full restock ENABLED.")) + return + if(GLOB.ammo_restock_full == 1) + GLOB.ammo_restock_full = 0 + to_chat(usr, SPAN_INFO("Full restock DISABLED.")) + return + +/client/proc/admin_shutter_control() + set category = "DM.Narration" + set name = "Shutter Control" + set desc = "Opens Admin Shutters" + + if(!check_rights(R_ADMIN)) + return + + var/list/shutter_numbers = list() + for(var/obj/structure/machinery/door/poddoor/admin_shutters/shutter in world) + if(shutter_numbers.Find(shutter.shutter_group) == 0) + shutter_numbers.Add(shutter.shutter_group) + if(shutter_numbers.len == 0) + to_chat(usr, SPAN_WARNING("Error: No Admin shutters present")) + return + var/shutter_choice = tgui_input_list(usr, "Select Shutter Group to Toggle", "SHUTTERS", shutter_numbers, timeout = 0) + if(shutter_choice == null) return + shutter_choice = text2num(shutter_choice) + var/shutter_count = 0 + for(var/obj/structure/machinery/door/poddoor/admin_shutters/shutter_to_open in world) + if(shutter_to_open.shutter_group == shutter_choice) + shutter_to_open.opening_sequence() + shutter_count += 1 + message_admins("[usr] has openened shutter group [shutter_choice].") + return diff --git a/code/modules/admin/tacmap_panel/tacmap_admin_panel_tgui.dm b/code/modules/admin/tacmap_panel/tacmap_admin_panel_tgui.dm index e4b6f68460..545f6bb008 100644 --- a/code/modules/admin/tacmap_panel/tacmap_admin_panel_tgui.dm +++ b/code/modules/admin/tacmap_panel/tacmap_admin_panel_tgui.dm @@ -4,7 +4,7 @@ GLOBAL_DATUM_INIT(tacmap_admin_panel, /datum/tacmap_admin_panel, new) /datum/tacmap_admin_panel var/name = "Tacmap Panel" - /// The index picked last for USCM (zero indexed), -1 will try to select latest if it exists + /// The index picked last for UACM (zero indexed), -1 will try to select latest if it exists var/uscm_selection = LATEST_SELECTION /// The index picked last for Xenos (zero indexed), -1 will try to select latest if it exists var/xeno_selection = LATEST_SELECTION @@ -16,14 +16,6 @@ GLOBAL_DATUM_INIT(tacmap_admin_panel, /datum/tacmap_admin_panel, new) /datum/tacmap_admin_panel/tgui_interact(mob/user, datum/tgui/ui) ui = SStgui.try_update_ui(user, src, ui) if(!ui) - if(!wiki_map_fallback) - var/wiki_url = CONFIG_GET(string/wikiurl) - var/obj/item/map/current_map/new_map = new - if(wiki_url && new_map.html_link) - wiki_map_fallback ="[wiki_url]/[new_map.html_link]" - else - debug_log("Failed to determine fallback wiki map! Attempted '[wiki_url]/[new_map.html_link]'") - qdel(new_map) // Ensure we actually have the latest map images sent (recache can handle older/different faction maps) resend_current_map_png(user) diff --git a/code/modules/admin/topic/topic.dm b/code/modules/admin/topic/topic.dm index 9d0a6de572..c68486072e 100644 --- a/code/modules/admin/topic/topic.dm +++ b/code/modules/admin/topic/topic.dm @@ -1309,15 +1309,15 @@ to_chat(usr, "The person you are trying to contact is not wearing a headset") return - var/input = input(src.owner, "Please enter a message to reply to [key_name(H)] via their headset.","Outgoing message from USCM", "") + var/input = input(src.owner, "Please enter a message to reply to [key_name(H)] via their headset.","Outgoing message from UACM", "") if(!input) return to_chat(src.owner, "You sent [input] to [H] via a secure channel.") - log_admin("[src.owner] replied to [key_name(H)]'s USCM message with the message [input].") + log_admin("[src.owner] replied to [key_name(H)]'s UACM message with the message [input].") for(var/client/X in GLOB.admins) if((R_ADMIN|R_MOD) & X.admin_holder.rights) - to_chat(X, SPAN_STAFF_IC("ADMINS/MODS: \red [src.owner] replied to [key_name(H)]'s USCM message with: \blue \")[input]\"")) + to_chat(X, SPAN_STAFF_IC("ADMINS/MODS: \red [src.owner] replied to [key_name(H)]'s UACM message with: \blue \")[input]\"")) to_chat(H, SPAN_DANGER("You hear something crackle in your headset before a voice speaks, please stand by for a message:\" \blue \"[input]\"")) else if(href_list["SyndicateReply"]) @@ -1427,17 +1427,17 @@ var/mob/living/carbon/human/H = locate(href_list["USCMFaxReply"]) var/obj/structure/machinery/faxmachine/fax = locate(href_list["originfax"]) - var/template_choice = tgui_input_list(usr, "Use which template or roll your own?", "Fax Templates", list("USCM High Command", "USCM Provost General", "Custom")) + var/template_choice = tgui_input_list(usr, "Use which template or roll your own?", "Fax Templates", list("UACM High Command", "UACM Provost General", "Custom")) if(!template_choice) return var/datum/fax/fax_message switch(template_choice) if("Custom") - var/input = input(src.owner, "Please enter a message to reply to [key_name(H)] via secure connection. NOTE: BBCode does not work, but HTML tags do! Use
    for line breaks.", "Outgoing message from USCM", "") as message|null + var/input = input(src.owner, "Please enter a message to reply to [key_name(H)] via secure connection. NOTE: BBCode does not work, but HTML tags do! Use
    for line breaks.", "Outgoing message from UACM", "") as message|null if(!input) return fax_message = new(input) - if("USCM High Command", "USCM Provost General") - var/subject = input(src.owner, "Enter subject line", "Outgoing message from USCM", "") as message|null + if("UACM High Command", "UACM Provost General") + var/subject = input(src.owner, "Enter subject line", "Outgoing message from UACM", "") as message|null if(!subject) return var/addressed_to = "" @@ -1445,22 +1445,22 @@ if(address_option == "Sender") addressed_to = "[H.real_name]" else if(address_option == "Custom") - addressed_to = input(src.owner, "Enter Addressee Line", "Outgoing message from USCM", "") as message|null + addressed_to = input(src.owner, "Enter Addressee Line", "Outgoing message from UACM", "") as message|null if(!addressed_to) return else return - var/message_body = input(src.owner, "Enter Message Body, use

    for paragraphs", "Outgoing message from Weyland USCM", "") as message|null + var/message_body = input(src.owner, "Enter Message Body, use

    for paragraphs", "Outgoing message from Weyland UACM", "") as message|null if(!message_body) return - var/sent_by = input(src.owner, "Enter the name and rank you are sending from.", "Outgoing message from USCM", "") as message|null + var/sent_by = input(src.owner, "Enter the name and rank you are sending from.", "Outgoing message from UACM", "") as message|null if(!sent_by) return var/sent_title = "Office of the Provost General" - if(template_choice == "USCM High Command") - sent_title = "USCM High Command" + if(template_choice == "UACM High Command") + sent_title = "UACM High Command" - fax_message = new(generate_templated_fax(0, "USCM CENTRAL COMMAND", subject,addressed_to, message_body,sent_by, sent_title, "United States Colonial Marine Corps")) + fax_message = new(generate_templated_fax(0, "UACM CENTRAL COMMAND", subject,addressed_to, message_body,sent_by, sent_title, "United States Colonial Marine Corps")) show_browser(usr, "[fax_message.data]", "uscmfaxpreview", "size=500x400") var/send_choice = tgui_input_list(usr, "Send this fax?", "Fax Template", list("Send", "Cancel")) if(send_choice != "Send") @@ -1471,7 +1471,7 @@ GLOB.USCMFaxes.Add("\[view '[customname]' from [key_name(usr)] at [time2text(world.timeofday, "hh:mm:ss")]\]") - var/msg_ghost = SPAN_NOTICE("USCM FAX REPLY: ") + var/msg_ghost = SPAN_NOTICE("UACM FAX REPLY: ") msg_ghost += "Transmitting '[customname]' via secure connection ... " msg_ghost += "view message" announce_fax( ,msg_ghost) @@ -1486,7 +1486,7 @@ // give the sprite some time to flick spawn(20) var/obj/item/paper/P = new /obj/item/paper( F.loc ) - P.name = "USCM High Command - [customname]" + P.name = "UACM High Command - [customname]" P.info = fax_message.data P.update_icon() @@ -1499,7 +1499,7 @@ P.stamped = new P.stamped += /obj/item/tool/stamp P.overlays += stampoverlay - P.stamps += "
    This paper has been stamped by the USCM High Command Quantum Relay." + P.stamps += "
    This paper has been stamped by the UACM High Command Quantum Relay." to_chat(src.owner, "Message reply to transmitted successfully.") message_admins(SPAN_STAFF_IC("[key_name_admin(src.owner)] replied to a fax message from [key_name_admin(H)]"), 1) @@ -2020,7 +2020,7 @@ supply_controller.ordernum++ new_order.object = supply_controller.supply_packs[nuketype] new_order.orderedby = ref_person - new_order.approvedby = "USCM High Command" + new_order.approvedby = "UACM High Command" supply_controller.shoppinglist += new_order //Can no longer request a nuke @@ -2034,7 +2034,7 @@ var/mob/ref_person = locate(href_list["nukedeny"]) if(!istype(ref_person)) return FALSE - marine_announcement("Your request for nuclear ordnance deployment has been reviewed and denied by USCM High Command for operational security and colonial preservation reasons. Have a good day.", "NUCLEAR ORDNANCE DENIED", 'sound/misc/notice2.ogg', logging = ARES_LOG_MAIN) + marine_announcement("Your request for nuclear ordnance deployment has been reviewed and denied by UACM High Command for operational security and colonial preservation reasons. Have a good day.", "NUCLEAR ORDNANCE DENIED", 'sound/misc/notice2.ogg', logging = ARES_LOG_MAIN) log_game("[key_name_admin(usr)] has denied nuclear ordnance, requested by [key_name_admin(ref_person)]") message_admins("[key_name_admin(usr)] has dnied nuclear ordnance, requested by [key_name_admin(ref_person)]") diff --git a/code/modules/admin/verbs/mob_verbs.dm b/code/modules/admin/verbs/mob_verbs.dm index 7d4c123510..b617f63a2b 100644 --- a/code/modules/admin/verbs/mob_verbs.dm +++ b/code/modules/admin/verbs/mob_verbs.dm @@ -126,7 +126,7 @@ to_chat(src, "Only administrators may use this command.") return - var/list/subtle_message_options = list("Voice in head", "QM Psychic Whisper", "Weyland-Yutani", "USCM High Command", "Faction-specific") + var/list/subtle_message_options = list("Voice in head", "QM Psychic Whisper", "Weyland-Yutani", "UACM High Command", "Faction-specific") var/message_option = tgui_input_list(usr, "Choose the method of subtle messaging", "", subtle_message_options) diff --git a/code/modules/admin/verbs/pray.dm b/code/modules/admin/verbs/pray.dm index e0210e4577..4ad8bc65df 100644 --- a/code/modules/admin/verbs/pray.dm +++ b/code/modules/admin/verbs/pray.dm @@ -31,7 +31,7 @@ /proc/high_command_announce(text , mob/Sender , iamessage) var/msg = copytext(sanitize(text), 1, MAX_MESSAGE_LEN) - msg = "[SPAN_STAFF_IC("USCM[iamessage ? "IA" : ""]:")][key_name(Sender, 1)] [CC_MARK(Sender)] [ADMIN_PP(Sender)] [ADMIN_VV(Sender)] [ADMIN_SM(Sender)] [ADMIN_JMP_USER(Sender)] [CC_REPLY(Sender)]: [msg]" + msg = "[SPAN_STAFF_IC("UACM[iamessage ? "IA" : ""]:")][key_name(Sender, 1)] [CC_MARK(Sender)] [ADMIN_PP(Sender)] [ADMIN_VV(Sender)] [ADMIN_SM(Sender)] [ADMIN_JMP_USER(Sender)] [CC_REPLY(Sender)]: [msg]" log_admin(msg) for(var/client/C in GLOB.admins) if((R_ADMIN|R_MOD) & C.admin_holder.rights) diff --git a/code/modules/almayer/machinery.dm b/code/modules/almayer/machinery.dm index 400e1f0f6f..4a17800208 100644 --- a/code/modules/almayer/machinery.dm +++ b/code/modules/almayer/machinery.dm @@ -147,13 +147,13 @@ /obj/structure/prop/almayer/computers/mission_planning_system name = "\improper MPS IV computer" - desc = "The Mission Planning System IV (MPS IV), an enhancement in mission planning and charting for dropship pilots across the USCM. Fully capable of customizing their flight paths and loadouts to suit their combat needs." + desc = "The Mission Planning System IV (MPS IV), an enhancement in mission planning and charting for dropship pilots across the UACM. Fully capable of customizing their flight paths and loadouts to suit their combat needs." icon = 'icons/obj/structures/props/almayer_props.dmi' icon_state = "mps" /obj/structure/prop/almayer/computers/mapping_computer name = "\improper CMPS II computer" - desc = "The Common Mapping Production System version II allows for sensory input from satellites and ship systems to derive planetary maps in a standardized fashion for all USCM pilots." + desc = "The Common Mapping Production System version II allows for sensory input from satellites and ship systems to derive planetary maps in a standardized fashion for all UACM pilots." icon = 'icons/obj/structures/props/almayer_props.dmi' icon_state = "mapping_comp" @@ -187,7 +187,7 @@ /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." + desc = "A ship memorial dedicated to the triumphs of the UACM 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 UACM." icon = 'icons/obj/structures/props/almayer_props64.dmi' icon_state = "ship_memorial" bound_width = 64 diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index af1f6a03c9..06d4b2523d 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -166,24 +166,24 @@ var/global/list/gear_datums_by_name = list() allowed_origins = USCM_ORIGINS /datum/gear/mask/uscm/balaclava_green - display_name = "USCM balaclava, green" + display_name = "UACM balaclava, green" path = /obj/item/clothing/mask/rebreather/scarf/green /datum/gear/mask/uscm/balaclava_grey - display_name = "USCM balaclava, grey" + display_name = "UACM balaclava, grey" path = /obj/item/clothing/mask/rebreather/scarf/gray /datum/gear/mask/uscm/balaclava_tan - display_name = "USCM balaclava, tan" + display_name = "UACM balaclava, tan" path = /obj/item/clothing/mask/rebreather/scarf/tan /datum/gear/mask/uscm/skull_balaclava_blue - display_name = "USCM balaclava, blue skull" + display_name = "UACM balaclava, blue skull" path = /obj/item/clothing/mask/rebreather/skull cost = 4 /datum/gear/mask/uscm/skull_balaclava_black - display_name = "USCM balaclava, black skull" + display_name = "UACM balaclava, black skull" path = /obj/item/clothing/mask/rebreather/skull/black cost = 4 @@ -204,123 +204,123 @@ var/global/list/gear_datums_by_name = list() allowed_origins = USCM_ORIGINS /datum/gear/headwear/uscm/bandana_green - display_name = "USCM bandana, green" + display_name = "UACM bandana, green" path = /obj/item/clothing/head/cmbandana /datum/gear/headwear/uscm/bandana_tan - display_name = "USCM bandana, tan" + display_name = "UACM bandana, tan" path = /obj/item/clothing/head/cmbandana/tan /datum/gear/headwear/uscm/beanie_grey - display_name = "USCM beanie, grey" + display_name = "UACM beanie, grey" path = /obj/item/clothing/head/beanie/gray /datum/gear/headwear/uscm/beanie_green - display_name = "USCM beanie, green" + display_name = "UACM beanie, green" path = /obj/item/clothing/head/beanie/green /datum/gear/headwear/uscm/beanie_tan - display_name = "USCM beanie, tan" + display_name = "UACM beanie, tan" path = /obj/item/clothing/head/beanie/tan /datum/gear/headwear/uscm/beret_green - display_name = "USCM beret, green" + display_name = "UACM beret, green" path = /obj/item/clothing/head/beret/cm /datum/gear/headwear/uscm/beret_tan - display_name = "USCM beret, tan" + display_name = "UACM beret, tan" path = /obj/item/clothing/head/beret/cm/tan /datum/gear/headwear/uscm/beret_black - display_name = "USCM beret, black" + display_name = "UACM beret, black" path = /obj/item/clothing/head/beret/cm/black /datum/gear/headwear/uscm/beret_white - display_name = "USCM beret, white" + display_name = "UACM beret, white" path = /obj/item/clothing/head/beret/cm/white /datum/gear/headwear/uscm/beret_alpha - display_name = "USCM beret, red flash" + display_name = "UACM beret, red flash" path = /obj/item/clothing/head/beret/cm/alpha /datum/gear/headwear/uscm/beret_bravo - display_name = "USCM beret, yellow flash" + display_name = "UACM beret, yellow flash" path = /obj/item/clothing/head/beret/cm/bravo /datum/gear/headwear/uscm/beret_charlie - display_name = "USCM beret, purple flash" + display_name = "UACM beret, purple flash" path = /obj/item/clothing/head/beret/cm/charlie /datum/gear/headwear/uscm/beret_delta - display_name = "USCM beret, blue flash" + display_name = "UACM beret, blue flash" path = /obj/item/clothing/head/beret/cm/delta /datum/gear/headwear/uscm/beret_echo - display_name = "USCM beret, green flash" + display_name = "UACM beret, green flash" path = /obj/item/clothing/head/beret/cm/echo /datum/gear/headwear/uscm/beret_foxtrot - display_name = "USCM beret, brown flash" + display_name = "UACM beret, brown flash" path = /obj/item/clothing/head/beret/cm/foxtrot /datum/gear/headwear/uscm/beret_intel - display_name = "USCM beret, black flash" + display_name = "UACM beret, black flash" path = /obj/item/clothing/head/beret/cm/intel /datum/gear/headwear/uscm/boonie_olive - display_name = "USCM boonie hat, olive" + display_name = "UACM boonie hat, olive" path = /obj/item/clothing/head/cmcap/boonie /datum/gear/headwear/uscm/boonie_tan - display_name = "USCM boonie hat, tan" + display_name = "UACM boonie hat, tan" path = /obj/item/clothing/head/cmcap/boonie/tan /datum/gear/headwear/uscm/cap - display_name = "USCM cap" + display_name = "UACM cap" path = /obj/item/clothing/head/cmcap /datum/gear/headwear/uscm/headband_brown - display_name = "USCM headband, brown" + display_name = "UACM headband, brown" path = /obj/item/clothing/head/headband/brown /datum/gear/headwear/uscm/headband_green - display_name = "USCM headband, green" + display_name = "UACM headband, green" path = /obj/item/clothing/head/headband /datum/gear/headwear/uscm/headband_grey - display_name = "USCM headband, grey" + display_name = "UACM headband, grey" path = /obj/item/clothing/head/headband/gray /datum/gear/headwear/uscm/headband_red - display_name = "USCM headband, red" + display_name = "UACM headband, red" path = /obj/item/clothing/head/headband/red /datum/gear/headwear/uscm/headband_tan - display_name = "USCM headband, tan" + display_name = "UACM headband, tan" path = /obj/item/clothing/head/headband/tan /datum/gear/headwear/uscm/headband_intel - display_name = "USCM headband, black" + display_name = "UACM headband, black" path = /obj/item/clothing/head/headband/intel /datum/gear/headwear/uscm/headband_bravo - display_name = "USCM headband, orange" + display_name = "UACM headband, orange" path = /obj/item/clothing/head/headband/bravo /datum/gear/headwear/uscm/headband_charlie - display_name = "USCM headband, purple" + display_name = "UACM headband, purple" path = /obj/item/clothing/head/headband/charlie /datum/gear/headwear/uscm/headband_delta - display_name = "USCM headband, blue" + display_name = "UACM headband, blue" path = /obj/item/clothing/head/headband/delta /datum/gear/headwear/uscm/headband_echo - display_name = "USCM headband, cyan green" + display_name = "UACM headband, cyan green" path = /obj/item/clothing/head/headband/echo /datum/gear/headwear/uscm/headset - display_name = "USCM headset" + display_name = "UACM headset" path = /obj/item/clothing/head/headset /datum/gear/helmet_garb @@ -340,7 +340,7 @@ var/global/list/gear_datums_by_name = list() path = /obj/item/prop/helmetgarb/flair_peace /datum/gear/helmet_garb/flair_uscm - display_name = "Flair, USCM" + display_name = "Flair, UACM" path = /obj/item/prop/helmetgarb/flair_uscm /datum/gear/helmet_garb/helmet_gasmask @@ -421,7 +421,7 @@ var/global/list/gear_datums_by_name = list() allowed_origins = USCM_ORIGINS /datum/gear/helmet_garb/chaplain_patch - display_name = "USCM chaplain helmet patch" + display_name = "UACM chaplain helmet patch" path = /obj/item/prop/helmetgarb/chaplain_patch allowed_origins = USCM_ORIGINS @@ -834,7 +834,7 @@ var/global/list/gear_datums_by_name = list() path = /obj/item/reagent_container/food/drinks/flask /datum/gear/flask/uscm - display_name = "USCM flask" + display_name = "UACM flask" path = /obj/item/reagent_container/food/drinks/flask/marine /datum/gear/flask/vacuum @@ -1071,13 +1071,13 @@ var/global/list/gear_datums_by_name = list() cost = 3 /datum/gear/misc/sunscreen_stick - display_name = "USCM issue sunscreen" + display_name = "UACM issue sunscreen" path = /obj/item/facepaint/sunscreen_stick cost = 1 //The cadmium poisoning pays for the discounted cost longterm allowed_origins = USCM_ORIGINS /datum/gear/misc/patch_uscm - display_name = "USCM shoulder patch" + display_name = "UACM shoulder patch" path = /obj/item/clothing/accessory/patch cost = 1 slot = WEAR_IN_ACCESSORY diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index 0fbca14801..9c7e2f540f 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -378,7 +378,7 @@ /obj/item/clothing/glasses/mgoggles name = "marine ballistic goggles" - desc = "Standard issue USCM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes." + desc = "Standard issue UACM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes." icon_state = "mgoggles" flags_equip_slot = SLOT_EYES|SLOT_FACE flags_obj = OBJ_NO_HELMET_BAND|OBJ_IS_HELMET_GARB @@ -393,27 +393,27 @@ /obj/item/clothing/glasses/mgoggles/prescription name = "prescription marine ballistic goggles" - desc = "Standard issue USCM goggles. Mostly used to decorate one's helmet. Contains prescription lenses in case you weren't sure if they were lame or not." + desc = "Standard issue UACM goggles. Mostly used to decorate one's helmet. Contains prescription lenses in case you weren't sure if they were lame or not." icon_state = "mgoggles" prescription = TRUE /obj/item/clothing/glasses/mgoggles/black name = "black marine ballistic goggles" - desc = "Standard issue USCM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes. This one has black tinted lenses." + desc = "Standard issue UACM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes. This one has black tinted lenses." icon_state = "mgogglesblk" active_icon_state = "mgogglesblk_down" inactive_icon_state = "mgogglesblk" /obj/item/clothing/glasses/mgoggles/orange name = "orange marine ballistic goggles" - desc = "Standard issue USCM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes. This one has amber colored day lenses." + desc = "Standard issue UACM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes. This one has amber colored day lenses." icon_state = "mgogglesorg" active_icon_state = "mgogglesorg_down" inactive_icon_state = "mgogglesorg" /obj/item/clothing/glasses/mgoggles/v2 name = "M1A1 marine ballistic goggles" - desc = "Newer issue USCM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes. This version has larger lenses." + desc = "Newer issue UACM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes. This version has larger lenses." icon_state = "mgoggles2" active_icon_state = "mgoggles2_down" inactive_icon_state = "mgoggles2" @@ -584,7 +584,7 @@ /obj/item/clothing/glasses/sunglasses/big name = "\improper BiMex personal shades" - desc = "These are an expensive pair of BiMex sunglasses. This brand is popular with USCM foot sloggers because its patented mirror refraction has been said to offer protection from atomic flash, solar radiation, and targeting lasers. To top it all off, everyone seems to know a guy who knows a guy who knows a guy that had a laser pistol reflect off of his shades. BiMex came into popularity with the Marines after its 'Save the Colonies and Look Cool Doing It' ad campaign." + desc = "These are an expensive pair of BiMex sunglasses. This brand is popular with UACM foot sloggers because its patented mirror refraction has been said to offer protection from atomic flash, solar radiation, and targeting lasers. To top it all off, everyone seems to know a guy who knows a guy who knows a guy that had a laser pistol reflect off of his shades. BiMex came into popularity with the Marines after its 'Save the Colonies and Look Cool Doing It' ad campaign." icon_state = "bigsunglasses" item_state = "bigsunglasses" eye_protection = EYE_PROTECTION_FLASH @@ -601,14 +601,14 @@ /obj/item/clothing/glasses/sunglasses/sechud name = "Security HUD-Glasses" - desc = "Sunglasses wired up with the best nano-tech the USCM can muster out on the frontier. Displays information about any person you decree worthy of your gaze." + desc = "Sunglasses wired up with the best nano-tech the UACM can muster out on the frontier. Displays information about any person you decree worthy of your gaze." icon_state = "sunhud" eye_protection = EYE_PROTECTION_FLASH hud_type = MOB_HUD_SECURITY_ADVANCED /obj/item/clothing/glasses/sunglasses/sechud/prescription name = "Prescription Security HUD-Glasses" - desc = "Sunglasses wired up with the best nano-tech the USCM can muster out on the frontier. Displays information about any person you decree worthy of your gaze. Contains prescription lenses." + desc = "Sunglasses wired up with the best nano-tech the UACM can muster out on the frontier. Displays information about any person you decree worthy of your gaze. Contains prescription lenses." prescription = TRUE /obj/item/clothing/glasses/sunglasses/sechud/eyepiece diff --git a/code/modules/clothing/glasses/night.dm b/code/modules/clothing/glasses/night.dm index fbb6fcab27..71f39221be 100644 --- a/code/modules/clothing/glasses/night.dm +++ b/code/modules/clothing/glasses/night.dm @@ -68,7 +68,7 @@ /obj/item/clothing/glasses/night/m42_night_goggles/spotter name = "\improper M42 spotter sight" - desc = "A companion headset and night vision goggles system for USCM spotters. Allows highlighted imaging of surroundings. Click it to toggle." + desc = "A companion headset and night vision goggles system for UACM spotters. Allows highlighted imaging of surroundings. Click it to toggle." /obj/item/clothing/glasses/night/m42_night_goggles/m42c name = "\improper M42C special operations sight" diff --git a/code/modules/clothing/gloves/marine_gloves.dm b/code/modules/clothing/gloves/marine_gloves.dm index 16fbc969b5..d80ec888c5 100644 --- a/code/modules/clothing/gloves/marine_gloves.dm +++ b/code/modules/clothing/gloves/marine_gloves.dm @@ -3,7 +3,7 @@ /obj/item/clothing/gloves/marine name = "marine combat gloves" - desc = "Standard USCMC issue combat gloves, reinforced against small sharp objects, and even insulated from electric shock. Very uncomfortable." + desc = "Standard UACM issue combat gloves, reinforced against small sharp objects, and even insulated from electric shock. Very uncomfortable." icon_state = "black" item_state = "black" siemens_coefficient = 0 @@ -47,14 +47,14 @@ /obj/item/clothing/gloves/marine/brown name = "marine brown combat gloves" - desc = "USCMC issue combat gloves, now in brown rather than black, reinforced against small sharp objects, and even insulated from electric shock. Very uncomfortable." + desc = "UACM issue combat gloves, now in brown rather than black, reinforced against small sharp objects, and even insulated from electric shock. Very uncomfortable." icon_state = "brown" item_state = "brown" adopts_squad_color = FALSE /obj/item/clothing/gloves/marine/medical name = "marine medical combat gloves" - desc = "Special USCMC issue to hospital corpsmen or other field medical workers. Offers protection from shock and cuts while also improving one's grip on medical tools. Unlike the regular gloves, these are relatively comfortable to wear." + desc = "Special UACM issue to hospital corpsmen or other field medical workers. Offers protection from shock and cuts while also improving one's grip on medical tools. Unlike the regular gloves, these are relatively comfortable to wear." icon_state = "latex" item_state = "lgloves" adopts_squad_color = FALSE diff --git a/code/modules/clothing/head/head.dm b/code/modules/clothing/head/head.dm index f6a3297148..6abacfea04 100644 --- a/code/modules/clothing/head/head.dm +++ b/code/modules/clothing/head/head.dm @@ -53,8 +53,8 @@ icon_state = "beanietan" /obj/item/clothing/head/beret/cm - name = "\improper USCM beret" - desc = "A hat typically worn by the field-officers of the USCM. Occasionally they find their way down the ranks into the hands of squad-leaders and decorated grunts." + name = "\improper UACM beret" + desc = "A hat typically worn by the field-officers of the UACM. Occasionally they find their way down the ranks into the hands of squad-leaders and decorated grunts." icon = 'icons/obj/items/clothing/cm_hats.dmi' icon_state = "beret" item_icons = list( @@ -177,7 +177,7 @@ ) /obj/item/clothing/head/headset - name = "\improper USCM headset" + name = "\improper UACM headset" desc = "A headset typically found in use by radio-operators and officers. This one appears to be malfunctioning." icon_state = "headset" icon = 'icons/obj/items/clothing/cm_hats.dmi' @@ -328,7 +328,7 @@ update_clothing_icon() /obj/item/clothing/head/cmcap/boonie - name = "\improper USCM boonie hat" + name = "\improper UACM boonie hat" desc = "A floppy bush hat. Protects only from the sun and rain, but very comfortable." icon_state = "booniehat" flipping_message = list( @@ -341,40 +341,40 @@ flags_atom = FPRINT|NO_SNOW_TYPE /obj/item/clothing/head/cmcap/co - name = "\improper USCM Commanding officer cap" + name = "\improper UACM Commanding officer cap" icon_state = "cocap" - desc = "A hat usually worn by senior officers in the USCM. While it provides no protection, some officers wear it in the field to make themselves more recognisable." + desc = "A hat usually worn by senior officers in the UACM. While it provides no protection, some officers wear it in the field to make themselves more recognisable." /obj/item/clothing/head/cmcap/co/formal - name = "\improper USCM formal Commanding Officer's white cap" + name = "\improper UACM formal Commanding Officer's white cap" icon_state = "co_formalhat_white" - desc = "A formal cover worn by senior officers of the USCM." + desc = "A formal cover worn by senior officers of the UACM." flags_marine_hat = HAT_GARB_OVERLAY flags_atom = FPRINT|NO_SNOW_TYPE /obj/item/clothing/head/cmcap/co/formal/black - name = "\improper USCM formal Commanding Officer's black cap" + name = "\improper UACM formal Commanding Officer's black cap" icon_state = "co_formalhat_black" /obj/item/clothing/head/cmcap/req/ro - name = "\improper USCM quartermaster cap" + name = "\improper UACM quartermaster cap" desc = "It's a fancy hat for a not-so-fancy military supply clerk." icon_state = "rocap" flags_atom = NO_SNOW_TYPE /obj/item/clothing/head/cmcap/req - name = "\improper USCM requisition cap" + name = "\improper UACM requisition cap" desc = "It's a not-so-fancy hat for a not-so-fancy military supply clerk." icon_state = "cargocap" flags_atom = FPRINT|NO_SNOW_TYPE /obj/item/clothing/head/cmcap/bridge - name = "\improper USCM officer cap" - desc = "A hat usually worn by officers in the USCM. While it provides no protection, some officers wear it in the field to make themselves more recognisable." + name = "\improper UACM officer cap" + desc = "A hat usually worn by officers in the UACM. While it provides no protection, some officers wear it in the field to make themselves more recognisable." icon_state = "cap_officer" /obj/item/clothing/head/cmcap/flap - name = "\improper USCM expedition cap" + name = "\improper UACM expedition cap" desc = "It's a cap, with flaps. A patch stitched across the front reads \"USS ALMAYER\"." icon = 'icons/obj/items/clothing/cm_hats.dmi' icon_state = "flapcap" @@ -404,13 +404,13 @@ //Berets DO NOT have armor, so they have their own category. PMC caps are helmets, so they're in helmets.dm. /obj/item/clothing/head/beret/marine name = "marine officer beret" - desc = "A beret with the USCM insignia emblazoned on it. It radiates respect and authority." + desc = "A beret with the UACM insignia emblazoned on it. It radiates respect and authority." icon_state = "beret_badge" /obj/item/clothing/head/beret/marine/mp - name = "\improper USCM MP beret" + name = "\improper UACM MP beret" icon_state = "beretred" - desc = "A beret with the USCM Military Police insignia emblazoned on it." + desc = "A beret with the UACM Military Police insignia emblazoned on it." icon = 'icons/obj/items/clothing/cm_hats.dmi' item_icons = list( WEAR_HEAD = 'icons/mob/humans/onmob/head_1.dmi' @@ -418,35 +418,35 @@ black_market_value = 25 /obj/item/clothing/head/beret/marine/mp/warden - name = "\improper USCM MP warden peaked cap" + name = "\improper UACM MP warden peaked cap" icon_state = "warden" - desc = "A peaked cap with the USCM Military Police Lieutenant insignia emblazoned on it. It is typically used by Wardens on USCM ships." + desc = "A peaked cap with the UACM Military Police Lieutenant insignia emblazoned on it. It is typically used by Wardens on UACM ships." /obj/item/clothing/head/beret/marine/mp/cmp - name = "\improper USCM chief MP beret" - desc = "A beret with the USCM Military Police First Lieutenant insignia emblazoned on it. It shines with the glow of corrupt authority and a smudge of doughnut." + name = "\improper UACM chief MP beret" + desc = "A beret with the UACM Military Police First Lieutenant insignia emblazoned on it. It shines with the glow of corrupt authority and a smudge of doughnut." icon_state = "beretwo" black_market_value = 30 /obj/item/clothing/head/beret/marine/mp/mppeaked - name = "\improper USCM MP peaked cap" - desc = "A peaked cap worn by the USCM's Military Police. Something about it reminds you of an event you once read about in a history book." + name = "\improper UACM MP peaked cap" + desc = "A peaked cap worn by the UACM's Military Police. Something about it reminds you of an event you once read about in a history book." icon_state = "mppeaked" /obj/item/clothing/head/beret/marine/mp/mpcap - name = "\improper USCM MP ball-cap" - desc = "A ball-cap, typically worn by the more casual of the USCM's Military Police." + name = "\improper UACM MP ball-cap" + desc = "A ball-cap, typically worn by the more casual of the UACM's Military Police." icon_state = "mpcap" /obj/item/clothing/head/beret/marine/mp/provost - name = "\improper USCM provost beret" + name = "\improper UACM provost beret" icon_state = "beretwo" - desc = "A beret with the USCM Military Police insignia emblazoned on it." + desc = "A beret with the UACM Military Police insignia emblazoned on it." /obj/item/clothing/head/beret/marine/mp/provost/senior - name = "\improper USCM senior provost beret" + name = "\improper UACM senior provost beret" icon_state = "coblackberet" - desc = "A beret with the USCM Military Police insignia emblazoned on it." + desc = "A beret with the UACM Military Police insignia emblazoned on it." /obj/item/clothing/head/beret/marine/mp/tis name = "\improper UAAC-TIS Special Agent Beret" @@ -728,7 +728,7 @@ select_gamemode_skin(/obj/item/clothing/head/durag) /obj/item/clothing/head/drillhat - name = "\improper USCM drill hat" + name = "\improper UACM drill hat" desc = "A formal hat worn by drill sergeants. Police that moustache." icon_state = "drillhat" icon = 'icons/obj/items/clothing/cm_hats.dmi' diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index a2366692f9..d4ac5abc5a 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -829,7 +829,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/head/helmet/marine/grenadier name = "\improper M12 grenadier helmet" - desc = "Strictly speaking, the M12 is more of an offshoot of the B-series armor systems, and is fully enclosed, with hearing protection and anti-impact liquid armor layers to cushion blast. USCMC assault teams sometimes use these in close combat, grenade heavy operations." + desc = "Strictly speaking, the M12 is more of an offshoot of the B-series armor systems, and is fully enclosed, with hearing protection and anti-impact liquid armor layers to cushion blast. UACM assault teams sometimes use these in close combat, grenade heavy operations." icon_state = "grenadier_helmet" item_state = "grenadier_helmet" armor_melee = CLOTHING_ARMOR_MEDIUMHIGH @@ -847,7 +847,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/head/helmet/marine/scout name = "\improper M10-S light helmet" icon_state = "scout_helmet" - desc = "M10 fitted with thermal camouflage and improved radar absorbent shell. Issued to USCMC Scouts." + desc = "M10 fitted with thermal camouflage and improved radar absorbent shell. Issued to UACM Scouts." min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT specialty = "M3-S light" flags_item = MOB_LOCK_ON_EQUIP|NO_CRYO_STORE @@ -893,7 +893,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/head/helmet/marine/ghillie name = "\improper M10 ghillie helmet" - desc = "M10 helmet fitted with thermal camouflage ghillie strips. Used and customized by USCMC Scout Snipers." + desc = "M10 helmet fitted with thermal camouflage ghillie strips. Used and customized by UACM Scout Snipers." icon_state = "ghillie_coif" armor_bomb = CLOTHING_ARMOR_MEDIUM armor_bio = CLOTHING_ARMOR_LOW @@ -906,7 +906,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/head/helmet/marine/CO name = "\improper M10 pattern commanding officer helmet" - desc = "A special M10 Pattern Helmet worn by Commanding Officers of the USCM. It reads on the label, 'The difference between an open-casket and closed-casket funeral. Wear on head for best results.'." + desc = "A special M10 Pattern Helmet worn by Commanding Officers of the UACM. It reads on the label, 'The difference between an open-casket and closed-casket funeral. Wear on head for best results.'." icon_state = "co_officer" item_state = "co_officer" armor_melee = CLOTHING_ARMOR_MEDIUMHIGH @@ -919,7 +919,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/head/helmet/marine/MP name = "\improper M10 pattern MP helmet" - desc = "A special variant of the M10 Pattern Helmet worn by the Military Police of the USCM. Whether you're facing a crime syndicate or a mutiny, this bucket will keep your brains intact." + desc = "A special variant of the M10 Pattern Helmet worn by the Military Police of the UACM. Whether you're facing a crime syndicate or a mutiny, this bucket will keep your brains intact." icon_state = "mp_helmet" item_state = "mp_helmet" armor_energy = CLOTHING_ARMOR_MEDIUMLOW @@ -935,7 +935,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/head/helmet/marine/MP/SO name = "\improper M10 pattern Officer Helmet" - desc = "A special variant of the M10 Pattern Helmet worn by Officers of the USCM, attracting the attention of the grunts and sniper fire alike." + desc = "A special variant of the M10 Pattern Helmet worn by Officers of the UACM, attracting the attention of the grunts and sniper fire alike." icon_state = "helmet" item_state = "helmet" specialty = "M10 pattern officer" @@ -951,7 +951,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/head/helmet/marine/sof name = "\improper M09 Custom Helmet" - desc = "Partially due to old stocks, partially due to preference. USCM MARSOC commando ballistic helmet, customized and updated to mission requirements." + desc = "Partially due to old stocks, partially due to preference. UACM MARSOC commando ballistic helmet, customized and updated to mission requirements." icon_state = "marsoc_helmet" armor_melee = CLOTHING_ARMOR_MEDIUMHIGH armor_bullet = CLOTHING_ARMOR_HIGH diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index b171b4ed93..06e016f595 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -85,11 +85,11 @@ /obj/item/clothing/head/helmet/space/compression/uscm name = "\improper MK.50 compression helmet" - desc = "A heavy space helmet, designed to be coupled with the MK.50 compression suit, it bears USCM styling. Feels like you could hotbox in here." + desc = "A heavy space helmet, designed to be coupled with the MK.50 compression suit, it bears UACM styling. Feels like you could hotbox in here." /obj/item/clothing/suit/space/compression/uscm name = "\improper MK.50 compression suit" - desc = "A heavy, bulky civilian space suit, fitted with armored plates. This specific suit has found its way into the ragtag inventory of the USCM's patrol boat requisitions system." + desc = "A heavy, bulky civilian space suit, fitted with armored plates. This specific suit has found its way into the ragtag inventory of the UACM's patrol boat requisitions system." allowed = list(/obj/item/weapon/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/baton,/obj/item/handcuffs,/obj/item/tank) // Souto man diff --git a/code/modules/clothing/spacesuits/void.dm b/code/modules/clothing/spacesuits/void.dm index f518ff6a2f..c98117d6d4 100644 --- a/code/modules/clothing/spacesuits/void.dm +++ b/code/modules/clothing/spacesuits/void.dm @@ -1,14 +1,14 @@ //NASA Voidsuit /obj/item/clothing/head/helmet/space/uscm - name = "\improper USCM Compression Helmet" - desc = "A high tech, USCM designed, dark red space suit helmet. Used for maintenance in space." + name = "\improper UACM Compression Helmet" + desc = "A high tech, UACM designed, dark red space suit helmet. Used for maintenance in space." icon_state = "void" item_state = "void" /obj/item/clothing/suit/space/uscm - name = "\improper USCM Compression Suit" + name = "\improper UACM Compression Suit" icon_state = "void" item_state = "void" - desc = "A high tech, USCM designed, dark red Space suit. Used for maintenance in space." + desc = "A high tech, UACM designed, dark red Space suit. Used for maintenance in space." slowdown = 1 diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index 6bdb55e7d7..d676fc0e29 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -32,7 +32,7 @@ /obj/item/clothing/suit/storage/marine name = "\improper M3 pattern marine armor" - desc = "Standard USCMC issue M3 Pattern Personal Armor. Composite ballistic armor, integral biomonitoring system, and brackets for the IMP system as well as the TNR Shoulder Lamp. \nHas some extra pouches on the sides for storage." + desc = "Standard UACM issue M3 Pattern Personal Armor. Composite ballistic armor, integral biomonitoring system, and brackets for the IMP system as well as the TNR Shoulder Lamp. \nHas some extra pouches on the sides for storage." icon = 'icons/obj/items/clothing/cm_suits.dmi' icon_state = "1" item_state = "marine_armor" //Make unique states for Officer & Intel armors. @@ -498,7 +498,7 @@ /obj/item/clothing/suit/storage/marine/tanker name = "\improper M3 pattern tanker armor" - desc = "Armored vest sometimes worn by USCMC armor crews. More bulky than a flak vest or service jacket, but substantially improved protection should the wearer need to dismount." + desc = "Armored vest sometimes worn by UACM armor crews. More bulky than a flak vest or service jacket, but substantially improved protection should the wearer need to dismount." icon_state = "tanker" uniform_restricted = list(/obj/item/clothing/under/marine/officer/tanker) specialty = "M3 pattern tanker" @@ -554,7 +554,7 @@ /obj/item/clothing/suit/storage/marine/light/vest name = "\improper M3-VL pattern ballistics vest" - desc = "Up until 2182 USCM non-combat personnel were issued non-standardized ballistics vests, though the lack of IMP compatibility and suit lamps proved time and time again inefficient. This modified M3-L shell is the result of a 6-year R&D program; It provides utility, protection, AND comfort to all USCM non-combat personnel." + desc = "Up until 2182 UACM non-combat personnel were issued non-standardized ballistics vests, though the lack of IMP compatibility and suit lamps proved time and time again inefficient. This modified M3-L shell is the result of a 6-year R&D program; It provides utility, protection, AND comfort to all UACM non-combat personnel." icon_state = "VL" flags_atom = NO_SNOW_TYPE|NO_NAME_OVERRIDE flags_marine_armor = ARMOR_LAMP_OVERLAY //No squad colors when wearing this since it'd look funny. @@ -707,7 +707,7 @@ /obj/item/clothing/suit/storage/marine/M3G name = "\improper M3-G4 grenadier armor" - desc = "A custom set of M3 armor packed to the brim with padding, plating, and every form of ballistic protection under the sun. Used exclusively by USCM Grenadiers." + desc = "A custom set of M3 armor packed to the brim with padding, plating, and every form of ballistic protection under the sun. Used exclusively by UACM Grenadiers." icon_state = "grenadier" armor_melee = CLOTHING_ARMOR_MEDIUMHIGH armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH @@ -735,7 +735,7 @@ /obj/item/clothing/suit/storage/marine/M3S name = "\improper M3-S light armor" - desc = "A custom set of M3 armor designed for USCM Scouts." + desc = "A custom set of M3 armor designed for UACM Scouts." icon_state = "scout_armor" armor_melee = CLOTHING_ARMOR_MEDIUMHIGH slowdown = SLOWDOWN_ARMOR_LIGHT @@ -747,7 +747,7 @@ /obj/item/clothing/suit/storage/marine/M35 name = "\improper M35 pyrotechnician armor" - desc = "A custom set of M35 armor designed for use by USCM Pyrotechnicians." + desc = "A custom set of M35 armor designed for use by UACM Pyrotechnicians." icon_state = "pyro_armor" armor_bio = CLOTHING_ARMOR_MEDIUMHIGH armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH @@ -898,7 +898,7 @@ /obj/item/clothing/suit/storage/marine/ghillie name = "\improper M45 pattern ghillie armor" - desc = "A lightweight ghillie camouflage suit, used by USCM snipers on recon missions. Very lightweight, but doesn't protect much." + desc = "A lightweight ghillie camouflage suit, used by UACM snipers on recon missions. Very lightweight, but doesn't protect much." icon_state = "ghillie_armor" armor_bio = CLOTHING_ARMOR_MEDIUMHIGH slowdown = SLOWDOWN_ARMOR_LIGHT @@ -1053,7 +1053,7 @@ /obj/item/clothing/suit/storage/marine/ghillie/forecon name = "UDEP Thermal Poncho" - desc = "UDEP or the Ultra Diffusive Environmental Poncho is a camouflaged rain-cover worn to protect against the elements and chemical spills. It's commonly treated with an infrared absorbing coating, making a marine almost invisible in the rain. Favoured by USCM specialists for it's comfort and practicality." + desc = "UDEP or the Ultra Diffusive Environmental Poncho is a camouflaged rain-cover worn to protect against the elements and chemical spills. It's commonly treated with an infrared absorbing coating, making a marine almost invisible in the rain. Favoured by UACM specialists for it's comfort and practicality." icon_state = "mercenary_miner_armor" flags_atom = MOB_LOCK_ON_EQUIP|NO_SNOW_TYPE|NO_NAME_OVERRIDE @@ -1320,7 +1320,7 @@ /obj/item/clothing/suit/storage/marine/faction/UPP name = "\improper UM5 personal armor" - desc = "Standard body armor of the UPP military, the UM5 (Union Medium MK5) is a medium body armor, roughly on par with the M3 pattern body armor in service with the USCM, specialized towards ballistics protection. Unlike the M3, however, the plate has a heavier neckplate. This has earned many UA members to refer to UPP soldiers as 'tin men'." + desc = "Standard body armor of the UPP military, the UM5 (Union Medium MK5) is a medium body armor, roughly on par with the M3 pattern body armor in service with the UACM, specialized towards ballistics protection. Unlike the M3, however, the plate has a heavier neckplate. This has earned many UA members to refer to UPP soldiers as 'tin men'." icon_state = "upp_armor" armor_bullet = CLOTHING_ARMOR_HIGH armor_energy = CLOTHING_ARMOR_MEDIUM @@ -1332,7 +1332,7 @@ /obj/item/clothing/suit/storage/marine/faction/UPP/support name = "\improper UL6 personal armor" - desc = "Standard body armor of the UPP military, the UL6 (Union Light MK6) is a light body armor, slightly weaker than the M3 pattern body armor in service with the USCM, specialized towards ballistics protection. This set of personal armor lacks the iconic neck piece and some of the armor in favor of user mobility." + desc = "Standard body armor of the UPP military, the UL6 (Union Light MK6) is a light body armor, slightly weaker than the M3 pattern body armor in service with the UACM, specialized towards ballistics protection. This set of personal armor lacks the iconic neck piece and some of the armor in favor of user mobility." storage_slots = 4 icon_state = "upp_armor_support" slowdown = SLOWDOWN_ARMOR_LIGHT @@ -1443,7 +1443,7 @@ /obj/item/clothing/suit/storage/marine/faction/freelancer name = "freelancer cuirass" - desc = "An armored protective chestplate scrapped together from various plates. It keeps up remarkably well, as the craftsmanship is solid, and the design mirrors such armors in the UPP and the USCM. The many skilled craftsmen in the freelancers ranks produce these vests at a rate about one a month." + desc = "An armored protective chestplate scrapped together from various plates. It keeps up remarkably well, as the craftsmanship is solid, and the design mirrors such armors in the UPP and the UACM. The many skilled craftsmen in the freelancers ranks produce these vests at a rate about one a month." icon_state = "freelancer_armor" slowdown = SLOWDOWN_ARMOR_LIGHT flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS @@ -1595,7 +1595,7 @@ /obj/item/clothing/suit/storage/RO name = "quartermaster jacket" - desc = "A green jacket worn by USCM personnel. The back has the flag of the United Americas on it." + desc = "A green jacket worn by UACM personnel. The back has the flag of the United Americas on it." icon_state = "RO_jacket" blood_overlay_type = "coat" flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_ARMS @@ -1743,7 +1743,7 @@ /obj/item/clothing/suit/storage/marine/uaac/tis/sa name = "\improper M3 pattern UAAC-TIS Special Agent Armor" - desc = "A modified luxury armor, originally meant for a USCM Provost Marshall, modified to use the colors and insignia of the TIS. The Three Eyes is technically able to requisition any equipment or personnel to fulfill its mission and often uses this privilege to outfit their agents with high-quality gear from other UA military forces." + desc = "A modified luxury armor, originally meant for a UACM Provost Marshall, modified to use the colors and insignia of the TIS. The Three Eyes is technically able to requisition any equipment or personnel to fulfill its mission and often uses this privilege to outfit their agents with high-quality gear from other UA military forces." icon_state = "tis" item_state_slots = list(WEAR_JACKET = "tis") armor_melee = CLOTHING_ARMOR_MEDIUMHIGH @@ -1781,7 +1781,7 @@ /obj/item/clothing/suit/storage/marine/veteran/ua_riot name = "\improper UA-M1 body armor" - desc = "Based on the M-3 pattern employed by the USCM, the UA-M1 body armor is employed by UA security, riot control and union-busting teams. While robust against melee and bullet attacks, it critically lacks coverage of the legs and arms." + desc = "Based on the M-3 pattern employed by the UACM, the UA-M1 body armor is employed by UA security, riot control and union-busting teams. While robust against melee and bullet attacks, it critically lacks coverage of the legs and arms." icon_state = "ua_riot" flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN flags_cold_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN @@ -1811,7 +1811,7 @@ /obj/item/clothing/suit/storage/marine/veteran/royal_marine name = "kestrel armoured vest" - desc = "A customizable personal armor system used by the Three World Empire's Royal Marines Commandos. Designers from a Weyland Yutani subsidary, Lindenthal-Ehrenfeld Militärindustrie, iterated on the USCMC's M3 pattern personal armor in their Tokonigara lab to create an armor systemed to suit the unique needs of the Three World Empire's smaller but better equipped Royal Marines." + desc = "A customizable personal armor system used by the Three World Empire's Royal Marines Commandos. Designers from a Weyland Yutani subsidary, Lindenthal-Ehrenfeld Militärindustrie, iterated on the UACM's M3 pattern personal armor in their Tokonigara lab to create an armor systemed to suit the unique needs of the Three World Empire's smaller but better equipped Royal Marines." icon_state = "rmc_light" item_state = "rmc_light" flags_atom = NO_NAME_OVERRIDE|NO_SNOW_TYPE @@ -1855,7 +1855,7 @@ /obj/item/clothing/suit/storage/marine/veteran/royal_marine/pointman //Pointman Spec Armor name = "kestrel pointman armour" - desc = "A heavier version of the armor system used by the Three World Empire's Royal Marines Commandos. Designers from a Weyland Yutani subsidary, Lindenthal-Ehrenfeld Militärindustrie, iterated on the USCMC's M3 pattern personal armor in their Tokonigara lab to create an armor systemed to suit the unique needs of the Three World Empire's smaller but better equipped Royal Marines." + desc = "A heavier version of the armor system used by the Three World Empire's Royal Marines Commandos. Designers from a Weyland Yutani subsidary, Lindenthal-Ehrenfeld Militärindustrie, iterated on the UACM's M3 pattern personal armor in their Tokonigara lab to create an armor systemed to suit the unique needs of the Three World Empire's smaller but better equipped Royal Marines." icon_state = "rmc_pointman" item_state = "rmc_pointman" armor_melee = CLOTHING_ARMOR_HIGH diff --git a/code/modules/clothing/suits/marine_coat.dm b/code/modules/clothing/suits/marine_coat.dm index 2ccc2d948a..a25686c25f 100644 --- a/code/modules/clothing/suits/marine_coat.dm +++ b/code/modules/clothing/suits/marine_coat.dm @@ -77,7 +77,7 @@ //Marine service & tanker jacket + MP themed variants /obj/item/clothing/suit/storage/jacket/marine/service name = "marine service jacket" - desc = "A USCMC service jacket, usually officer issue. While technically armored to frag/handgun ammunition, it's best if you don't try your luck." + desc = "A UACM service jacket, usually officer issue. While technically armored to frag/handgun ammunition, it's best if you don't try your luck." has_buttons = TRUE icon_state = "coat_officer" @@ -91,7 +91,7 @@ /obj/item/clothing/suit/storage/jacket/marine/service/mp name = "military police service jacket" - desc = "Marine service jacket in USCMC Military Police scheme. Usually not used due to local standards requiring service armor instead." + desc = "Marine service jacket in UACM Military Police scheme. Usually not used due to local standards requiring service armor instead." has_buttons = TRUE icon_state = "coat_mp" flags_atom = NO_SNOW_TYPE @@ -99,7 +99,7 @@ /obj/item/clothing/suit/storage/jacket/marine/service/warden name = "military warden service jacket" - desc = "A marine service jacket adopted for use by Military Wardens on board USCM ships. Ironically most ships require their MP departments to use full armor, making these barely used by on duty Wardens. The jacket of choice for looking all night at a set of monitors, while cigarette butts pile around you." + desc = "A marine service jacket adopted for use by Military Wardens on board UACM ships. Ironically most ships require their MP departments to use full armor, making these barely used by on duty Wardens. The jacket of choice for looking all night at a set of monitors, while cigarette butts pile around you." has_buttons = TRUE icon_state = "coat_warden" flags_atom = NO_SNOW_TYPE @@ -107,7 +107,7 @@ /obj/item/clothing/suit/storage/jacket/marine/service/cmp name = "chief military police service jacket" - desc = "A marine service jacket adopted for use by Military Police personnel on board USCM ships. Ironically most ships require their MP departments to use full armor, making these barely used by on duty MPs. Very popular among those who want to inexplicably smell like donuts." + desc = "A marine service jacket adopted for use by Military Police personnel on board UACM ships. Ironically most ships require their MP departments to use full armor, making these barely used by on duty MPs. Very popular among those who want to inexplicably smell like donuts." has_buttons = TRUE icon_state = "coat_cmp" flags_atom = NO_SNOW_TYPE @@ -153,7 +153,7 @@ /obj/item/clothing/suit/storage/jacket/marine/dress/officer name = "marine officer dress jacket" - desc = "Dress Jacket worn by Commanding Officers of the USCM." + desc = "Dress Jacket worn by Commanding Officers of the UACM." icon_state = "co_jacket" has_buttons = FALSE valid_accessory_slots = list(ACCESSORY_SLOT_ARMBAND, ACCESSORY_SLOT_DECOR, ACCESSORY_SLOT_MEDAL) @@ -210,7 +210,7 @@ /obj/item/clothing/suit/storage/jacket/marine/dress/bridge_coat name = "bridge coat" - desc = "A heavy synthetic woolen coat issued to USCM Officers. Based on a classical design this coat is quite nice on cold nights in the Air conditioned CIC or a miserable cold night on a barren world. This one is a Dressy Blue for a Commanding officer." + desc = "A heavy synthetic woolen coat issued to UACM Officers. Based on a classical design this coat is quite nice on cold nights in the Air conditioned CIC or a miserable cold night on a barren world. This one is a Dressy Blue for a Commanding officer." has_buttons = FALSE item_state = "bridge_coat" icon_state = "bridge_coat" @@ -218,7 +218,7 @@ /obj/item/clothing/suit/storage/jacket/marine/dress/bridge_coat_grey name = "bridge coat" - desc = "A heavy synthetic woolen coat issued to USCM Officers. Based on a classical design this coat is quite nice on cold nights in the Air conditioned CIC or a miserable cold night on a barren world. This one is Black." + desc = "A heavy synthetic woolen coat issued to UACM Officers. Based on a classical design this coat is quite nice on cold nights in the Air conditioned CIC or a miserable cold night on a barren world. This one is Black." has_buttons = FALSE item_state = "bridge_coat_grey" icon_state = "bridge_coat_grey" diff --git a/code/modules/clothing/under/jobs/medsci.dm b/code/modules/clothing/under/jobs/medsci.dm index 6232f0eef4..f960426880 100644 --- a/code/modules/clothing/under/jobs/medsci.dm +++ b/code/modules/clothing/under/jobs/medsci.dm @@ -3,7 +3,7 @@ */ /obj/item/clothing/under/rank/rdalt - desc = "A simple blue utilitarian jumpsuit that serves as the standard issue service uniform of support synthetics onboard USCM facilities. While commonly associated with the staple Bishop units, reduced funding to the Colonial Marines has led to a wide range of models filling these uniforms, especially in battalions operating in the edge frontier." + desc = "A simple blue utilitarian jumpsuit that serves as the standard issue service uniform of support synthetics onboard UACM facilities. While commonly associated with the staple Bishop units, reduced funding to the Colonial Marines has led to a wide range of models filling these uniforms, especially in battalions operating in the edge frontier." name = "synthetic service uniform" icon_state = "rdalt" armor_melee = CLOTHING_ARMOR_NONE diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index fae81f0216..30a38fbc1d 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -3,7 +3,7 @@ /obj/item/clothing/under/marine - name = "\improper USCM uniform" + name = "\improper UACM uniform" desc = "Standard-issue Marine uniform, with venlar armor inserts at critical areas to protect from blades and ballistics." siemens_coefficient = 0.9 icon_state = "marine_jumpsuit" @@ -18,7 +18,7 @@ armor_internaldamage = CLOTHING_ARMOR_LOW flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE ///Makes it so that we can see the right name in the vendor. - var/specialty = "USCM" + var/specialty = "UACM" ///List of map variants that use sleeve rolling on something else, like snow uniforms rolling the collar, and therefore shouldn't hide patches etc when rolled. var/list/map_variants_roll_accessories = list("s_") layer = UPPER_ITEM_LAYER @@ -50,50 +50,66 @@ /obj/item/clothing/under/marine/standard flags_atom = NO_SNOW_TYPE + suit_restricted = null /obj/item/clothing/under/marine/medic - name = "\improper USCM corpsman uniform" + name = "\improper UACM corpsman uniform" desc = "Standard-issue Marine hospital corpsman fatigues with venlar armor inserts at critical areas to protect from blades and ballistics." icon_state = "marine_medic" worn_state = "marine_medic" - specialty = "USCM Hospital Corpsman" + specialty = "UACM Hospital Corpsman" /obj/item/clothing/under/marine/medic/standard flags_atom = NO_SNOW_TYPE + suit_restricted = null /obj/item/clothing/under/marine/engineer - name = "\improper USCM combat technician uniform" - desc = "USCMC combat technician's fatigues, shielded by venlar panels and no longer electrically insulated due to 'budget reprioritization'." + name = "\improper UACM combat technician uniform" + desc = "UACM combat technician's fatigues, shielded by venlar panels and no longer electrically insulated due to 'budget reprioritization'." icon_state = "marine_engineer" worn_state = "marine_engineer" - specialty = "USCM Combat Technician" + specialty = "UACM Combat Technician" /obj/item/clothing/under/marine/engineer/standard flags_atom = NO_SNOW_TYPE + suit_restricted = null /obj/item/clothing/under/marine/engineer/darker icon_state = "d_marine_engineer" worn_state = "d_marine_engineer" flags_atom = NO_SNOW_TYPE + suit_restricted = null /obj/item/clothing/under/marine/rto - name = "\improper USCM radio telephone operator uniform" - desc = "The uniform of a USCMC radio-telephone operator. Venlar panels provide marginal protection from shrapnel and ballistics." + name = "\improper UACM radio telephone operator uniform" + desc = "The uniform of a UACM radio-telephone operator. Venlar panels provide marginal protection from shrapnel and ballistics." icon_state = "marine_rto" item_state = "marine_rto" specialty = "marine Radio Telephone Operator" +/obj/item/clothing/under/marine/rto/standard + flags_atom = NO_SNOW_TYPE + suit_restricted = null + /obj/item/clothing/under/marine/sniper - name = "\improper USCM sniper uniform" + name = "\improper UACM sniper uniform" flags_jumpsuit = FALSE - specialty = "USCM Sniper" + specialty = "UACM Sniper" + +/obj/item/clothing/under/marine/sniper/standard + flags_atom = NO_SNOW_TYPE + suit_restricted = null /obj/item/clothing/under/marine/tanker - name = "\improper USCM tanker uniform" + name = "\improper UACM tanker uniform" icon_state = "marine_tanker" worn_state = "marine_tanker" flags_jumpsuit = FALSE - specialty = "USCM tanker" + specialty = "UACM tanker" + +/obj/item/clothing/under/marine/tanker/standard + flags_atom = NO_SNOW_TYPE + suit_restricted = null /obj/item/clothing/under/marine/tanker/New(loc, new_protection = list(MAP_ICE_COLONY = ICE_PLANET_MIN_COLD_PROT), @@ -102,17 +118,17 @@ ..(loc, new_protection, override_icon_state) /obj/item/clothing/under/marine/chef - name = "\improper USCM Mess Technician uniform" - desc = "The stain resistant uniform of a mess technician. Why the USCMC requires them to wear the venlar armor inserts is unknown." + name = "\improper UACM Mess Technician uniform" + desc = "The stain resistant uniform of a mess technician. Why the UACM requires them to wear the venlar armor inserts is unknown." icon_state = "chef_uniform" worn_state = "chef_uniform" flags_jumpsuit = FALSE - specialty = "USCM mess technician" + specialty = "UACM mess technician" flags_atom = NO_SNOW_TYPE /obj/item/clothing/under/marine/mp - name = "USCMC military police uniform" - desc = "Cut and stab resistant USCMC military police uniform. The venlar liner also offers marginal ballistic defense." + name = "UACM military police uniform" + desc = "Cut and stab resistant UACM military police uniform. The venlar liner also offers marginal ballistic defense." icon_state = "MP_jumpsuit" worn_state = "MP_jumpsuit" suit_restricted = list(/obj/item/clothing/suit/storage/marine, /obj/item/clothing/suit/armor/riot/marine, /obj/item/clothing/suit/storage/jacket/marine/service/mp) @@ -157,8 +173,8 @@ specialty = "marine intelligence officer" /obj/item/clothing/under/marine/officer/warrant - name = "\improper USCM MP chief uniform" - desc = "USCMC Military Police Chief's uniform. Alongside the standard armor panels, it has an uncomfortable energy dispersive polymer lining, and is also rated for low MOPP conditions." + name = "\improper UACM MP chief uniform" + desc = "UACM Military Police Chief's uniform. Alongside the standard armor panels, it has an uncomfortable energy dispersive polymer lining, and is also rated for low MOPP conditions." icon_state = "WO_jumpsuit" item_state = "WO_jumpsuit" worn_state = "WO_jumpsuit" @@ -176,7 +192,7 @@ /obj/item/clothing/under/marine/officer/pilot name = "pilot officer bodysuit" - desc = "A bodysuit worn by pilot officers of the USCM, good for operating express elevators to hell. Some armor protection provided by the venlar armor weave against shrapnel and ballistics." + desc = "A bodysuit worn by pilot officers of the UACM, good for operating express elevators to hell. Some armor protection provided by the venlar armor weave against shrapnel and ballistics." icon_state = "pilot_flightsuit" item_state = "pilot_flightsuit" worn_state = "pilot_flightsuit" @@ -187,7 +203,7 @@ /obj/item/clothing/under/marine/officer/pilot/flight name = "tactical pilot officer flightsuit" - desc = "A flightsuit worn by pilot officers of the USCM, with plenty of leather straps, pouches, and other essential gear you will never use. Looks badass." + desc = "A flightsuit worn by pilot officers of the UACM, with plenty of leather straps, pouches, and other essential gear you will never use. Looks badass." icon_state = "pilot_flightsuit_alt" item_state = "pilot_flightsuit_alt" worn_state = "pilot_flightsuit_alt" @@ -206,7 +222,7 @@ /obj/item/clothing/under/marine/officer/tanker name = "vehicle crewman uniform" - desc = "Armored vehicle crew uniform worn by tankers and cav crew of the USCMC. Shrapnel protection provided by venlar panels, badassery hinges on how well the operator works their vehicle. Do the Corps proud." + desc = "Armored vehicle crew uniform worn by tankers and cav crew of the UACM. Shrapnel protection provided by venlar panels, badassery hinges on how well the operator works their vehicle. Do the Corps proud." icon_state = "marine_tanker" worn_state = "marine_tanker" suit_restricted = list(/obj/item/clothing/suit/storage/marine/tanker, /obj/item/clothing/suit/storage/jacket/marine/service/tanker) @@ -234,11 +250,11 @@ specialty = "marine operations" /obj/item/clothing/under/marine/officer/command - name = "\improper USCM officer uniform" - desc = "A USCMC commanding officer's uniform, custom cut for maximum comfort while staying within regulation." + name = "\improper UACM officer uniform" + desc = "A UACM commanding officer's uniform, custom cut for maximum comfort while staying within regulation." icon_state = "CO_jumpsuit" worn_state = "CO_jumpsuit" - specialty = "USCM officer" + specialty = "UACM officer" /obj/item/clothing/under/marine/officer/general name = "general uniform" @@ -299,7 +315,7 @@ /obj/item/clothing/under/marine/officer/formal/white name = "Commanding Officer's white formal uniform" - desc = "A well-ironed USCM officer uniform in brilliant white with gold accents, intended for parades or hot weather. Wear this with pride." + desc = "A well-ironed UACM officer uniform in brilliant white with gold accents, intended for parades or hot weather. Wear this with pride." icon_state = "CO_formal_white" worn_state = "CO_formal_white" specialty = "captain's white formal" @@ -307,7 +323,7 @@ /obj/item/clothing/under/marine/officer/formal/black name = "Commanding Officer's gray formal uniform" - desc = "A well-ironed USCM officer uniform in subdued gray with gold accents, intended for more formal or somber events. Wear this with pride." + desc = "A well-ironed UACM officer uniform in subdued gray with gold accents, intended for more formal or somber events. Wear this with pride." icon_state = "CO_formal_black" worn_state = "CO_formal_black" specialty = "captain's gray formal" @@ -315,7 +331,7 @@ /obj/item/clothing/under/marine/dress name = "marine formal service uniform" - desc = "A formal service uniform typically worn by marines of the USCM. Still practicable while still being more formal than the standard service uniform." + desc = "A formal service uniform typically worn by marines of the UACM. Still practicable while still being more formal than the standard service uniform." icon_state = "formal_jumpsuit" worn_state = "formal_jumpsuit" specialty = "marine formal" @@ -325,7 +341,7 @@ /obj/item/clothing/under/marine/dress/command name = "marine officer formal service uniform" - desc = "A formal service uniform typically worn by marines of the USCM. Still practicable while still being more formal than the standard service uniform. This one belongs to an officer." + desc = "A formal service uniform typically worn by marines of the UACM. Still practicable while still being more formal than the standard service uniform. This one belongs to an officer." icon_state = "formal_jumpsuit" worn_state = "formal_jumpsuit" specialty = "command formal" @@ -397,7 +413,7 @@ /obj/item/clothing/under/uaac/tis name = "\improper UAAC-TIS Special Agent Uniform" - desc = "A modified USCM Provost uniform, with its original insignia replaced by those of the UAAC-TIS Intelligence Service. TIS Special Agents are often recruited from the upper echelons of law enforcement agencies in various UA armed forces. These recruits often take all their gear, uniform included with them and later modify them to include TIS and UAAC insignia." + desc = "A modified UACM Provost uniform, with its original insignia replaced by those of the UAAC-TIS Intelligence Service. TIS Special Agents are often recruited from the upper echelons of law enforcement agencies in various UA armed forces. These recruits often take all their gear, uniform included with them and later modify them to include TIS and UAAC insignia." flags_jumpsuit = FALSE flags_atom = NO_SNOW_TYPE|NO_NAME_OVERRIDE siemens_coefficient = 0.9 @@ -414,15 +430,15 @@ /obj/item/clothing/under/uaac/tis/io name = "\improper UAAC-TIS Intelligence Officer uniform" - desc = "Originally a USCM officer uniform, all insignia have been carefully removed and replaced by a simple TIS pin worn over the right breast. Like their Special Agent counterparts, TIS Intel Officers are typically transplants from UA aligned armed forces, often initially recruited on a temporary basis then transferred permanently. As such, officers are often forced to adapt their original uniforms." + desc = "Originally a UACM officer uniform, all insignia have been carefully removed and replaced by a simple TIS pin worn over the right breast. Like their Special Agent counterparts, TIS Intel Officers are typically transplants from UA aligned armed forces, often initially recruited on a temporary basis then transferred permanently. As such, officers are often forced to adapt their original uniforms." icon_state = "BO_jumpsuit" worn_state = "BO_jumpsuit" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE -//=========================//USCM Survivors\\================================\\ +//=========================//UACM Survivors\\================================\\ //=======================================================================\\ /obj/item/clothing/under/marine/reconnaissance - name = "\improper USCM uniform" + name = "\improper UACM uniform" desc = "Torn, Burned and blood stained. This uniform has seen much more than you could possibly imagine." icon_state = "recon_marine" worn_state = "recon_marine" @@ -940,7 +956,7 @@ flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE /obj/item/clothing/under/rank/synthetic - name = "\improper USCM Support Uniform" + name = "\improper UACM Support Uniform" desc = "A simple uniform made for Synthetic crewmembers." icon_state = "rdalt" worn_state = "rdalt" @@ -979,7 +995,7 @@ worn_state = "synth_blue_utility" /obj/item/clothing/under/rank/synthetic/councillor - name = "\improper USCM Pristine Support Uniform" + name = "\improper UACM Pristine Support Uniform" desc = "A nicely handcrafted uniform made for Synthetic crewmembers." icon_state = "synth_councillor" worn_state = "synth_councillor" @@ -1031,7 +1047,7 @@ /obj/item/clothing/under/marine/veteran/royal_marine name = "royal marines commando uniform" - desc = "The field uniform of the royal marines commando. They have shards of light Kevlar to help protect against stabbing weapons and bullets. Onpar with similar USCM equipment." + desc = "The field uniform of the royal marines commando. They have shards of light Kevlar to help protect against stabbing weapons and bullets. Onpar with similar UACM equipment." icon_state = "rmc_uniform" worn_state = "rmc_uniform" flags_atom = NO_NAME_OVERRIDE|NO_SNOW_TYPE @@ -1044,7 +1060,7 @@ /obj/item/clothing/under/marine/veteran/royal_marine/lt name = "royal marines commando officers uniform" - desc = "The officers uniform of the royal marines commando. They have shards of light Kevlar to help protect against stabbing weapons and bullets. Onpar with similar USCM equipment." + desc = "The officers uniform of the royal marines commando. They have shards of light Kevlar to help protect against stabbing weapons and bullets. Onpar with similar UACM equipment." icon_state = "rmc_uniform_lt" worn_state = "rmc_uniform_lt" diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index db82f31c0e..e23d3cb726 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -260,7 +260,7 @@ /obj/item/clothing/accessory/medal/bronze/conduct name = MARINE_CONDUCT_MEDAL - desc = "A bronze medal awarded for distinguished conduct. Whilst a great honor, this is the most basic award given by the USCM" + desc = "A bronze medal awarded for distinguished conduct. Whilst a great honor, this is the most basic award given by the UACM" icon_state = "bronze_b" /obj/item/clothing/accessory/medal/bronze/heart @@ -296,7 +296,7 @@ /obj/item/clothing/accessory/medal/gold/heroism name = MARINE_HEROISM_MEDAL - desc = "An extremely rare golden medal awarded only by the USCM. To receive such a medal is the highest honor and as such, very few exist." + desc = "An extremely rare golden medal awarded only by the UACM. To receive such a medal is the highest honor and as such, very few exist." /obj/item/clothing/accessory/medal/platinum name = "platinum medal" @@ -305,20 +305,20 @@ /obj/item/clothing/accessory/medal/bronze/service name = "bronze service medal" - desc = "A bronze medal awarded for a marine's service within the USCM. It is a very common medal, and is typically the first medal a marine would receive." + desc = "A bronze medal awarded for a marine's service within the UACM. It is a very common medal, and is typically the first medal a marine would receive." icon_state = "bronze" /obj/item/clothing/accessory/medal/silver/service name = "silver service medal" - desc = "A shiny silver medal awarded for a marine's service within the USCM. It is a somewhat common medal which signifies the amount of time a marine has spent in the line of duty." + desc = "A shiny silver medal awarded for a marine's service within the UACM. It is a somewhat common medal which signifies the amount of time a marine has spent in the line of duty." icon_state = "silver" /obj/item/clothing/accessory/medal/gold/service name = "gold service medal" - desc = "A prestigious gold medal awarded for a marine's service within the USCM. It is a rare medal which signifies the amount of time a marine has spent in the line of duty." + desc = "A prestigious gold medal awarded for a marine's service within the UACM. It is a rare medal which signifies the amount of time a marine has spent in the line of duty." icon_state = "gold" /obj/item/clothing/accessory/medal/platinum/service name = "platinum service medal" - desc = "The highest service medal that can be awarded to a marine; such medals are hand-given by USCM Generals to a marine. It signifies the sheer amount of time a marine has spent in the line of duty." + desc = "The highest service medal that can be awarded to a marine; such medals are hand-given by UACM Generals to a marine. It signifies the sheer amount of time a marine has spent in the line of duty." icon_state = "platinum" //Armbands /obj/item/clothing/accessory/armband @@ -372,24 +372,24 @@ //patches /obj/item/clothing/accessory/patch - name = "USCM patch" + name = "UACM patch" desc = "A fire-resistant shoulder patch, worn by the men and women of the United States Colonial Marines." icon_state = "uscmpatch" jumpsuit_hide_states = (UNIFORM_SLEEVE_CUT|UNIFORM_JACKET_REMOVED) /obj/item/clothing/accessory/patch/falcon - name = "USCM Falling Falcons patch" - desc = "A fire-resistant shoulder patch, worn by the men and women of the Falling Falcons, the 2nd battalion of the 4th brigade of the USCM." + name = "UACM Falling Falcons patch" + desc = "A fire-resistant shoulder patch, worn by the men and women of the Falling Falcons, the 2nd battalion of the 4th brigade of the UACM." icon_state = "fallingfalconspatch" /obj/item/clothing/accessory/patch/devils - name = "USCM Solar Devils patch" - desc = "A fire-resistant shoulder patch, worn by the men and women of the Solar Devils, the 3rd battalion of the 2nd division of the USCM." + name = "UACM Solar Devils patch" + desc = "A fire-resistant shoulder patch, worn by the men and women of the Solar Devils, the 3rd battalion of the 2nd division of the UACM." icon_state = "solardevilspatch" /obj/item/clothing/accessory/patch/forecon - name = "USCM Force Reconnaissance patch" - desc = "A fire-resistant shoulder patch, worn by the men and women of USCM FORECON. Swift, Silent, Deadly." + name = "UACM Force Reconnaissance patch" + desc = "A fire-resistant shoulder patch, worn by the men and women of UACM FORECON. Swift, Silent, Deadly." icon_state = "forecon_patch" /obj/item/clothing/accessory/patch/royal_marines @@ -413,8 +413,8 @@ icon_state = "navalpatch" /obj/item/clothing/accessory/poncho - name = "USCM Poncho" - desc = "The standard USCM poncho has variations for every climate. Custom fitted to be attached to standard USCM armor variants it is comfortable, warming or cooling as needed, and well-fit. A marine couldn't ask for more. Affectionately referred to as a \"woobie\"." + name = "UACM Poncho" + desc = "The standard UACM poncho has variations for every climate. Custom fitted to be attached to standard UACM armor variants it is comfortable, warming or cooling as needed, and well-fit. A marine couldn't ask for more. Affectionately referred to as a \"woobie\"." icon_state = "poncho" slot = ACCESSORY_SLOT_PONCHO var/has_variation = TRUE @@ -704,7 +704,7 @@ /obj/item/clothing/accessory/storage/knifeharness name = "M272 pattern knife vest" - desc = "An older generation M272 pattern knife vest once employed by the USCM. Can hold up to 5 knives. It is made of synthcotton." + desc = "An older generation M272 pattern knife vest once employed by the UACM. Can hold up to 5 knives. It is made of synthcotton." icon_state = "vest_knives" hold = /obj/item/storage/internal/accessory/knifeharness diff --git a/code/modules/cm_marines/Donator_Items.dm b/code/modules/cm_marines/Donator_Items.dm index d1e2011e8c..b09e935bf6 100644 --- a/code/modules/cm_marines/Donator_Items.dm +++ b/code/modules/cm_marines/Donator_Items.dm @@ -454,7 +454,7 @@ /obj/item/clothing/suit/storage/marine/fluff/jackmcintyre //CKEY=jackmcintyre (UNIQUE) name = "Exo-Suit Jackert" - desc = "Some sort of strange Exo-suit jacket. It has the letters USCM stamped over a faded word that appears to be ATLAS... UNIQUE DONOR ITEM" + desc = "Some sort of strange Exo-suit jacket. It has the letters UACM stamped over a faded word that appears to be ATLAS... UNIQUE DONOR ITEM" icon_state = "Adam_jacket_u" item_state = "Adam_jacket_u" @@ -819,7 +819,7 @@ flags_inv_hide = HIDEEARS|HIDEMASK|HIDEALLHAIR /obj/item/clothing/head/helmet/marine/fluff/leondark //CKEY=leondark16 - name = "Hunter's USCM Cap" + name = "Hunter's UACM Cap" desc = "A well-worn cap with the name 'Barrientos' written on the inside. DONOR ITEM" icon_state = "USCM_cap" item_state = "USCM_cap" @@ -889,8 +889,8 @@ flags_inv_hide = HIDEEARS|HIDEMASK|HIDEEYES|HIDEALLHAIR /obj/item/clothing/head/helmet/marine/fluff/jackmcintyre //CKEY=jackmcintyre (UNIQUE) - name = "USCM Ball Cap" - desc = "USCM Cold Weather Ball Cap... DONOR ITEM" + name = "UACM Ball Cap" + desc = "UACM Cold Weather Ball Cap... DONOR ITEM" icon_state = "Adam_hat" item_state = "Adam_hat" flags_inventory = BLOCKSHARPOBJ @@ -942,7 +942,7 @@ /obj/item/clothing/head/helmet/marine/fluff/edgelord name = "Operator Cap" - desc = "A sturdy brown USCM cap with an attached radio headset. This one has the name 'Mann' printed on the back. DONOR ITEM" + desc = "A sturdy brown UACM cap with an attached radio headset. This one has the name 'Mann' printed on the back. DONOR ITEM" icon_state = "edgelord_cap" item_state = "edgelord_cap" @@ -1214,8 +1214,8 @@ flags_jumpsuit = FALSE /obj/item/clothing/under/marine/fluff/sailordave //CKEY=sailordave - name = "Eden USCM uniform" - desc = "An older model USCM uniform. UNIQUE DONOR ITEM" + name = "Eden UACM uniform" + desc = "An older model UACM uniform. UNIQUE DONOR ITEM" icon_state = "syndicate" worn_state = "syndicate" flags_jumpsuit = FALSE diff --git a/code/modules/cm_marines/dropship_equipment.dm b/code/modules/cm_marines/dropship_equipment.dm index 17d612b3ba..09e645363e 100644 --- a/code/modules/cm_marines/dropship_equipment.dm +++ b/code/modules/cm_marines/dropship_equipment.dm @@ -793,7 +793,7 @@ /obj/structure/dropship_equipment/weapon/laser_beam_gun name = "\improper LWU-6B Laser Cannon" icon_state = "laser_beam" - desc = "State of the art technology recently acquired by the USCM, it fires a battery-fed pulsed laser beam at near lightspeed setting on fire everything it touches. Moving this will require some sort of lifter. Accepts the BTU-17/LW Hi-Cap Laser Batteries." + desc = "State of the art technology recently acquired by the UACM, it fires a battery-fed pulsed laser beam at near lightspeed setting on fire everything it touches. Moving this will require some sort of lifter. Accepts the BTU-17/LW Hi-Cap Laser Batteries." icon = 'icons/obj/structures/props/almayer_props64.dmi' firing_sound = 'sound/effects/phasein.ogg' firing_delay = 50 //5 seconds diff --git a/code/modules/cm_marines/equipment/gear.dm b/code/modules/cm_marines/equipment/gear.dm index 9a943c7072..cb77d6e38c 100644 --- a/code/modules/cm_marines/equipment/gear.dm +++ b/code/modules/cm_marines/equipment/gear.dm @@ -13,7 +13,7 @@ /obj/item/bodybag/tarp name = "\improper V1 thermal-dapening tarp (folded)" - desc = "A tarp carried by USCM Snipers. When laying underneath the tarp, the sniper is almost indistinguishable from the landscape if utilized correctly. The tarp contains a thermal-dampening weave to hide the wearer's heat signatures, optical camouflage, and smell dampening." + desc = "A tarp carried by UACM Snipers. When laying underneath the tarp, the sniper is almost indistinguishable from the landscape if utilized correctly. The tarp contains a thermal-dampening weave to hide the wearer's heat signatures, optical camouflage, and smell dampening." icon = 'icons/obj/bodybag.dmi' icon_state = "jungletarp_folded" w_class = SIZE_MEDIUM @@ -27,7 +27,7 @@ /obj/item/bodybag/tarp/reactive name = "\improper V2 reactive thermal tarp (folded)" - desc = "A tarp carried by some USCM infantry. This updated tarp is capable of blending into its environment nearly flawlessly, given that it can properly collate data once deployed. The tarp is able to hide the wearer's heat signature." + desc = "A tarp carried by some UACM infantry. This updated tarp is capable of blending into its environment nearly flawlessly, given that it can properly collate data once deployed. The tarp is able to hide the wearer's heat signature." icon = 'icons/obj/bodybag.dmi' icon_state = "reactivetarp_folded" unfolded_path = /obj/structure/closet/bodybag/tarp/reactive @@ -42,7 +42,7 @@ /obj/structure/closet/bodybag/tarp name = "\improper V1 thermal-dampening tarp" bag_name = "\improper V1 thermal-dampening tarp" - desc = "A tarp carried by USCM Snipers. When laying underneath the tarp, the sniper is almost indistinguishable from the landscape if utilized correctly. The tarp contains a thermal-dampening weave to hide the wearer's heat signatures, optical camouflage, and smell dampening." + desc = "A tarp carried by UACM Snipers. When laying underneath the tarp, the sniper is almost indistinguishable from the landscape if utilized correctly. The tarp contains a thermal-dampening weave to hide the wearer's heat signatures, optical camouflage, and smell dampening." icon = 'icons/obj/bodybag.dmi' icon_state = "jungletarp_closed" icon_closed = "jungletarp_closed" @@ -70,7 +70,7 @@ /obj/structure/closet/bodybag/tarp/reactive name = "\improper V2 reactive thermal tarp" bag_name = "\improper V2 reactive thermal tarp" - desc = "A tarp carried by some USCM infantry. This updated tarp is capable of blending into its environment nearly flawlessly, given that it can properly collate data once deployed. The tarp is able to hide the wearer's heat signature." + desc = "A tarp carried by some UACM infantry. This updated tarp is capable of blending into its environment nearly flawlessly, given that it can properly collate data once deployed. The tarp is able to hide the wearer's heat signature." icon_state = "reactivetarp_closed" icon_closed = "reactivetarp_closed" icon_opened = "reactivetarp_open" @@ -170,7 +170,7 @@ /obj/item/storage/box/uscm_mre - name = "\improper USCM meal ready to eat" + name = "\improper UACM meal ready to eat" desc = "Instructions: Extract food using maximum firepower. Eat.\n\nOn the box is a picture of a shouting Squad Leader. \n\"YOU WILL EAT YOUR NUTRIENT GOO AND YOU WILL ENJOY IT, MAGGOT.\"" icon_state = "mre1" @@ -198,7 +198,7 @@ /obj/item/reagent_container/food/snacks/protein_pack - name = "stale USCM protein bar" + name = "stale UACM protein bar" desc = "The most fake-looking protein bar you have ever laid eyes on, covered in a substitution chocolate. The powder used to make these is a substitute of a substitute of whey substitute." icon_state = "yummers" filling_color = "#ED1169" @@ -217,8 +217,8 @@ w_class = SIZE_SMALL /obj/item/reagent_container/food/snacks/mre_pack/meal1 - name = "\improper USCM Prepared Meal (cornbread)" - desc = "A tray of standard USCM food. Stale cornbread, tomato paste and some green goop fill this tray." + name = "\improper UACM Prepared Meal (cornbread)" + desc = "A tray of standard UACM food. Stale cornbread, tomato paste and some green goop fill this tray." icon_state = "MREa" filling_color = "#ED1169" @@ -228,8 +228,8 @@ bitesize = 3 /obj/item/reagent_container/food/snacks/mre_pack/meal2 - name = "\improper USCM Prepared Meal (pork)" - desc = "A tray of standard USCM food. Partially raw pork, goopy corn and some watery mashed potatoes fill this tray." + name = "\improper UACM Prepared Meal (pork)" + desc = "A tray of standard UACM food. Partially raw pork, goopy corn and some watery mashed potatoes fill this tray." icon_state = "MREb" /obj/item/reagent_container/food/snacks/mre_pack/meal2/Initialize() @@ -238,8 +238,8 @@ bitesize = 2 /obj/item/reagent_container/food/snacks/mre_pack/meal3 - name = "\improper USCM Prepared Meal (pasta)" - desc = "A tray of standard USCM food. Overcooked spaghetti, waterlogged carrots and two french fries fill this tray." + name = "\improper UACM Prepared Meal (pasta)" + desc = "A tray of standard UACM food. Overcooked spaghetti, waterlogged carrots and two french fries fill this tray." icon_state = "MREc" /obj/item/reagent_container/food/snacks/mre_pack/meal3/Initialize() @@ -248,8 +248,8 @@ bitesize = 3 /obj/item/reagent_container/food/snacks/mre_pack/meal4 - name = "\improper USCM Prepared Meal (pizza)" - desc = "A tray of standard USCM food. Cold pizza, wet green beans and a shitty egg fill this tray. Get something other than pizza, lardass." + name = "\improper UACM Prepared Meal (pizza)" + desc = "A tray of standard UACM food. Cold pizza, wet green beans and a shitty egg fill this tray. Get something other than pizza, lardass." icon_state = "MREd" /obj/item/reagent_container/food/snacks/mre_pack/meal4/Initialize() @@ -258,8 +258,8 @@ bitesize = 1 /obj/item/reagent_container/food/snacks/mre_pack/meal5 - name = "\improper USCM Prepared Meal (chicken)" - desc = "A tray of standard USCM food. Moist chicken, dry rice and a mildly depressed piece of broccoli fill this tray." + name = "\improper UACM Prepared Meal (chicken)" + desc = "A tray of standard UACM food. Moist chicken, dry rice and a mildly depressed piece of broccoli fill this tray." icon_state = "MREe" /obj/item/reagent_container/food/snacks/mre_pack/meal5/Initialize() @@ -268,8 +268,8 @@ bitesize = 3 /obj/item/reagent_container/food/snacks/mre_pack/meal6 - name = "\improper USCM Prepared Meal (tofu)" - desc = "The USCM doesn't serve tofu you grass sucking hippie. The flag signifies your defeat." + name = "\improper UACM Prepared Meal (tofu)" + desc = "The UACM doesn't serve tofu you grass sucking hippie. The flag signifies your defeat." icon_state = "MREf" /obj/item/reagent_container/food/snacks/mre_pack/meal6/Initialize() @@ -278,8 +278,8 @@ bitesize = 1 /obj/item/reagent_container/food/snacks/mre_pack/xmas1 - name = "\improper USCM M25 'X-MAS' Meal: Sugar Cookies" - desc = "The USCM M25 Sugar Cookies Meal was designed to give marines a feeling of Christmas joy. But to the bemusement of superior officers, the costs-savings measure of simply fabricating protein bars in the shape of cookies with chocolate substitute chips and the replacement of the expected milk with artificially colored water did not go over well with most marines." + name = "\improper UACM M25 'X-MAS' Meal: Sugar Cookies" + desc = "The UACM M25 Sugar Cookies Meal was designed to give marines a feeling of Christmas joy. But to the bemusement of superior officers, the costs-savings measure of simply fabricating protein bars in the shape of cookies with chocolate substitute chips and the replacement of the expected milk with artificially colored water did not go over well with most marines." icon_state = "mreCookies" black_market_value = 10 @@ -290,8 +290,8 @@ bitesize = 8 /obj/item/reagent_container/food/snacks/mre_pack/xmas2 - name = "\improper USCM M25 'X-MAS' Meal: Gingerbread Cookies" - desc = "The USCM M25 Gingerbread Cookies Meal was designed to give marines convenient and cheap access to gingerbread cookies as a replacement for annual gingerbread making classes due to rising expenses and comically low success rates for the Basic Holidays Festivities Course. However, due to cost saving measures, these cookies seldom inspire happiness, nor holiday spirit." + name = "\improper UACM M25 'X-MAS' Meal: Gingerbread Cookies" + desc = "The UACM M25 Gingerbread Cookies Meal was designed to give marines convenient and cheap access to gingerbread cookies as a replacement for annual gingerbread making classes due to rising expenses and comically low success rates for the Basic Holidays Festivities Course. However, due to cost saving measures, these cookies seldom inspire happiness, nor holiday spirit." icon_state = "mreGingerbread" black_market_value = 10 @@ -302,8 +302,8 @@ bitesize = 8 /obj/item/reagent_container/food/snacks/mre_pack/xmas3 - name = "\improper USCM M25 'X-MAS' Meal: Fruitcake" - desc = "The USCM M25 Fruitcake Meal was the third meal designed by an officers' committee as part of the M25 Project; this shows through the terrible hardness and tartness of the bread and raisined fruits. It can be logically deduced that the people who vended this option are worse than the Grinch and the Miser combined, along with the people who designed and prepared this fruitcake." + name = "\improper UACM M25 'X-MAS' Meal: Fruitcake" + desc = "The UACM M25 Fruitcake Meal was the third meal designed by an officers' committee as part of the M25 Project; this shows through the terrible hardness and tartness of the bread and raisined fruits. It can be logically deduced that the people who vended this option are worse than the Grinch and the Miser combined, along with the people who designed and prepared this fruitcake." icon_state = "mreFruitcake" black_market_value = 10 @@ -314,8 +314,8 @@ bitesize = 8 /obj/item/reagent_container/food/snacks/mre_pack/thanksgiving - name = "\improper USCM Prepared Meal (turkey)" - desc = "A tray of standard USCM food. A few slices of turkey and some regenerated mashed potatos with a rather viscous gravy on top. A classic, if rather half-hearted, Thanksgiving meal." + name = "\improper UACM Prepared Meal (turkey)" + desc = "A tray of standard UACM food. A few slices of turkey and some regenerated mashed potatos with a rather viscous gravy on top. A classic, if rather half-hearted, Thanksgiving meal." icon_state = "MREe" /obj/item/reagent_container/food/snacks/mre_pack/thanksgiving/Initialize() diff --git a/code/modules/cm_marines/equipment/guncases.dm b/code/modules/cm_marines/equipment/guncases.dm index b5c29ef21b..9c693bcd70 100644 --- a/code/modules/cm_marines/equipment/guncases.dm +++ b/code/modules/cm_marines/equipment/guncases.dm @@ -259,7 +259,7 @@ /obj/item/storage/box/guncase/nsg23_marine name = "\improper NSG-23 assault rifle case" - desc = "A gun case containing the NSG 23 assault rifle. While usually seen in the hands of PMCs, this weapon is sometimes issued to USCM personnel." + desc = "A gun case containing the NSG 23 assault rifle. While usually seen in the hands of PMCs, this weapon is sometimes issued to UACM personnel." storage_slots = 6 can_hold = list(/obj/item/weapon/gun/rifle/nsg23/no_lock, /obj/item/ammo_magazine/rifle/nsg23) @@ -273,7 +273,7 @@ /obj/item/storage/box/guncase/m3717 name = "\improper M37-17 pump shotgun case" - desc = "A gun case containing the M37-17 pump shotgun. Rarely seen issued to USCM vessels on the edges of inhabited space who need the extra bang for their buck (literally) the M37-17 has. Like this one! Well, if it had the budget for it." + desc = "A gun case containing the M37-17 pump shotgun. Rarely seen issued to UACM vessels on the edges of inhabited space who need the extra bang for their buck (literally) the M37-17 has. Like this one! Well, if it had the budget for it." storage_slots = 4 can_hold = list(/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb/m3717, /obj/item/ammo_magazine/shotgun/buckshot) diff --git a/code/modules/cm_marines/equipment/kit_boxes.dm b/code/modules/cm_marines/equipment/kit_boxes.dm index 6058ae93ec..52ed123701 100644 --- a/code/modules/cm_marines/equipment/kit_boxes.dm +++ b/code/modules/cm_marines/equipment/kit_boxes.dm @@ -480,7 +480,7 @@ /obj/item/storage/box/kit/cryo_self_defense name = "\improper Cryo Self Defense Kit" - desc = "A basic self-defense kit reserved for emergencies. As you might expect, not much care was put into keeping the stock fresh, who would be insane enough to attack a USCM ship directly?" + desc = "A basic self-defense kit reserved for emergencies. As you might expect, not much care was put into keeping the stock fresh, who would be insane enough to attack a UACM ship directly?" icon_state = "cryo_defense_kit" storage_slots = 3 diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm index a6dd0660f4..18af1097ca 100644 --- a/code/modules/cm_marines/equipment/maps.dm +++ b/code/modules/cm_marines/equipment/maps.dm @@ -168,31 +168,3 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) MAP_NEW_VARADERO_REPAIRED = new /obj/item/map/new_varadero(), MAP_DERELICT_ALMAYER = new /obj/item/map/almayer(), ) - -//used by marine equipment machines to spawn the correct map. -/obj/item/map/current_map - -/obj/item/map/current_map/Initialize(mapload, ...) - . = ..() - - var/map_name = SSmapping.configs[GROUND_MAP].map_name - var/obj/item/map/map = GLOB.map_type_list[map_name] - if (!map && (map_name == MAP_RUNTIME || map_name == MAP_CHINOOK || (map_name in SHIP_MAP_NAMES))) - return // "Maps" we don't have maps for so we don't need to throw a runtime for (namely in unit_testing) - name = map.name - desc = map.desc - html_link = map.html_link - color = map.color - -// Landmark - Used for mapping. Will spawn the appropriate map for each gamemode (LV map items will spawn when LV is the gamemode, etc) -/obj/effect/landmark/map_item - name = "map item" - icon_state = "ipool" - -/obj/effect/landmark/map_item/Initialize(mapload, ...) - . = ..() - GLOB.map_items += src - -/obj/effect/landmark/map_item/Destroy() - GLOB.map_items -= src - return ..() diff --git a/code/modules/cm_marines/m2c.dm b/code/modules/cm_marines/m2c.dm index ff16c924cd..bc777aaa9e 100644 --- a/code/modules/cm_marines/m2c.dm +++ b/code/modules/cm_marines/m2c.dm @@ -181,7 +181,7 @@ // MACHINEGUN, AUTOMATIC /obj/structure/machinery/m56d_hmg/auto name = "\improper M2C Heavy Machinegun" - desc = "A deployable, heavy machine gun. The M2C 'Chimp' HB is a modified M2 HB reconfigured to fire 10x28 Caseless Tungsten rounds for USCM use. It is capable of recoilless fire and fast-rotating. However it has a debilitating overheating issue due to the poor quality of metals used in the parts, forcing it to be used in decisive, crushing engagements as a squad support weapon. Click its sprite while behind it without holding anything to man it. Click-drag on NON-GRAB intent to disassemble the gun, GRAB INTENT to remove ammo magazines." + desc = "A deployable, heavy machine gun. The M2C 'Chimp' HB is a modified M2 HB reconfigured to fire 10x28 Caseless Tungsten rounds for UACM use. It is capable of recoilless fire and fast-rotating. However it has a debilitating overheating issue due to the poor quality of metals used in the parts, forcing it to be used in decisive, crushing engagements as a squad support weapon. Click its sprite while behind it without holding anything to man it. Click-drag on NON-GRAB intent to disassemble the gun, GRAB INTENT to remove ammo magazines." icon = 'icons/turf/whiskeyoutpost.dmi' icon_state = "M56DE" icon_full = "M56DE" diff --git a/code/modules/cm_marines/marines_consoles.dm b/code/modules/cm_marines/marines_consoles.dm index 14911faf85..6f65b1968b 100644 --- a/code/modules/cm_marines/marines_consoles.dm +++ b/code/modules/cm_marines/marines_consoles.dm @@ -10,7 +10,7 @@ /obj/structure/machinery/computer/card name = "Identification Computer" - desc = "Terminal for programming USCM employee ID card access." + desc = "Terminal for programming UACM employee ID card access." icon_state = "id" req_access = list(ACCESS_MARINE_DATABASE) circuit = /obj/item/circuitboard/computer/card @@ -241,7 +241,7 @@ target_id_card.access |= (is_centcom ? get_access(ACCESS_LIST_WY_ALL) : get_access(ACCESS_LIST_MARINE_MAIN)) target_id_card.faction_group |= factions - log_idmod(target_id_card, " [key_name_admin(usr)] granted the ID all access and USCM IFF. ") + log_idmod(target_id_card, " [key_name_admin(usr)] granted the ID all access and UACM IFF. ") return TRUE if("PRG_denyall") if(!authenticated || !target_id_card) @@ -250,7 +250,7 @@ var/list/access = target_id_card.access access.Cut() target_id_card.faction_group -= factions - log_idmod(target_id_card, " [key_name_admin(usr)] removed all accesses and USCM IFF. ") + log_idmod(target_id_card, " [key_name_admin(usr)] removed all accesses and UACM IFF. ") return TRUE if("PRG_grantregion") if(!authenticated || !target_id_card) @@ -258,7 +258,7 @@ if(params["region"] == "Faction (IFF system)") target_id_card.faction_group |= factions - log_idmod(target_id_card, " [key_name_admin(usr)] granted USCM IFF. ") + log_idmod(target_id_card, " [key_name_admin(usr)] granted UACM IFF. ") return TRUE var/region = text2num(params["region"]) if(isnull(region)) @@ -273,7 +273,7 @@ if(params["region"] == "Faction (IFF system)") target_id_card.faction_group -= factions - log_idmod(target_id_card, " [key_name_admin(usr)] revoked USCM IFF. ") + log_idmod(target_id_card, " [key_name_admin(usr)] revoked UACM IFF. ") return TRUE var/region = text2num(params["region"]) if(isnull(region)) diff --git a/code/modules/cm_marines/orbital_cannon.dm b/code/modules/cm_marines/orbital_cannon.dm index 3aafc4b7c4..9e6db97d52 100644 --- a/code/modules/cm_marines/orbital_cannon.dm +++ b/code/modules/cm_marines/orbital_cannon.dm @@ -6,7 +6,7 @@ var/list/ob_type_fuel_requirements /obj/structure/orbital_cannon name = "\improper Orbital Cannon" - desc = "The USCM Orbital Cannon System. Used for shooting large targets on the planet that is orbited. It accelerates its payload with solid fuel for devastating results upon impact." + desc = "The UACM Orbital Cannon System. Used for shooting large targets on the planet that is orbited. It accelerates its payload with solid fuel for devastating results upon impact." icon = 'icons/effects/128x128.dmi' icon_state = "OBC_unloaded" density = TRUE diff --git a/code/modules/cm_marines/overwatch.dm b/code/modules/cm_marines/overwatch.dm index 243ecd9342..638e4b967f 100644 --- a/code/modules/cm_marines/overwatch.dm +++ b/code/modules/cm_marines/overwatch.dm @@ -945,16 +945,6 @@ icon_state = "alphadrop" squad = SQUAD_MARINE_1 -/obj/structure/supply_drop/alpha/Initialize(mapload, ...) - . = ..() - - RegisterSignal(SSdcs, COMSIG_GLOB_PLATOON_NAME_CHANGE, PROC_REF(rename_platoon)) - -/obj/structure/supply_drop/alpha/proc/rename_platoon(datum/source, new_name, old_name) - SIGNAL_HANDLER - - squad = new_name - /obj/structure/supply_drop/bravo icon_state = "bravodrop" squad = SQUAD_MARINE_2 diff --git a/code/modules/cm_tech/droppod/droppod.dm b/code/modules/cm_tech/droppod/droppod.dm index ebaa4f7ae3..176ee8dd4d 100644 --- a/code/modules/cm_tech/droppod/droppod.dm +++ b/code/modules/cm_tech/droppod/droppod.dm @@ -156,9 +156,9 @@ /obj/structure/droppod/proc/post_land() density = TRUE - for(var/mob/mob in loc) - mob.gib(create_cause_data("gibbing", initial(name))) - +// for(var/mob/mob in loc) +// mob.gib(create_cause_data("gibbing", initial(name))) +// Someone is going to fucking gib thesmleves with a resupply pod and I really dont have time for that during tests :P for(var/obj/structure/structure in loc) structure.update_health(-land_damage) diff --git a/code/modules/cm_tech/droppod/equipment.dm b/code/modules/cm_tech/droppod/equipment.dm index 727bfccf0e..17d137d77d 100644 --- a/code/modules/cm_tech/droppod/equipment.dm +++ b/code/modules/cm_tech/droppod/equipment.dm @@ -1,5 +1,5 @@ /obj/structure/droppod/equipment - name = "\improper USCM droppod" + name = "\improper UACM droppod" var/obj/equipment_to_spawn /obj/structure/droppod/equipment/Initialize(mapload, equipment, mob/M) @@ -20,7 +20,6 @@ . = ..() move_equipment() equipment_to_spawn = null - qdel(src) /obj/structure/droppod/equipment/proc/move_equipment() if(equipment_to_spawn) diff --git a/code/modules/cm_tech/droppod/marine.dm b/code/modules/cm_tech/droppod/marine.dm index 051a250299..5aaeddfb52 100644 --- a/code/modules/cm_tech/droppod/marine.dm +++ b/code/modules/cm_tech/droppod/marine.dm @@ -1,5 +1,5 @@ /obj/structure/droppod/tech - name = "\improper USCM droppod" + name = "\improper UACM droppod" var/time_until_return = 2 MINUTES /obj/structure/droppod/tech/Initialize(mapload, contents_name = "Empty") diff --git a/code/modules/cm_tech/droppod/supply.dm b/code/modules/cm_tech/droppod/supply.dm index 1da7d8d7b6..849a938acb 100644 --- a/code/modules/cm_tech/droppod/supply.dm +++ b/code/modules/cm_tech/droppod/supply.dm @@ -1,5 +1,5 @@ /obj/structure/droppod/supply - name = "\improper USCM requisitions package" + name = "\improper UACM requisitions package" drop_time = 10 SECONDS dropping_time = 2 SECONDS open_time = 2 SECONDS diff --git a/code/modules/decorators/christmas.dm b/code/modules/decorators/christmas.dm index 2a87c7cb49..324cac0d8f 100644 --- a/code/modules/decorators/christmas.dm +++ b/code/modules/decorators/christmas.dm @@ -45,7 +45,7 @@ /datum/decorator/christmas/marine_helmet/decorate(obj/item/clothing/head/helmet/marine/helmet) if(!istype(helmet)) return - helmet.name = "\improper USCM [helmet.specialty] santa hat" + helmet.name = "\improper UACM [helmet.specialty] santa hat" helmet.desc = "Ho ho ho, Merry Christmas!" helmet.icon = 'icons/obj/items/clothing/hats.dmi' helmet.icon_override = 'icons/mob/humans/onmob/head_0.dmi' @@ -84,7 +84,7 @@ list("FLASKS", -1, null, null), list("Canteen", 10, /obj/item/reagent_container/food/drinks/flask/canteen, VENDOR_ITEM_REGULAR), list("Metal Flask", 10, /obj/item/reagent_container/food/drinks/flask, VENDOR_ITEM_REGULAR), - list("USCM Flask", 5, /obj/item/reagent_container/food/drinks/flask/marine, VENDOR_ITEM_REGULAR), + list("UACM Flask", 5, /obj/item/reagent_container/food/drinks/flask/marine, VENDOR_ITEM_REGULAR), list("W-Y Flask", 5, /obj/item/reagent_container/food/drinks/flask/weylandyutani, VENDOR_ITEM_REGULAR), list("UTILITIES", -1, null, null), diff --git a/code/modules/defenses/handheld.dm b/code/modules/defenses/handheld.dm index d1f9a3cf20..37547400f1 100644 --- a/code/modules/defenses/handheld.dm +++ b/code/modules/defenses/handheld.dm @@ -1,6 +1,6 @@ /obj/item/defenses/handheld name = "Don't see this." - desc = "A compact version of the USCM defenses. Designed for quick deployment of the associated type in the field." + desc = "A compact version of the UACM defenses. Designed for quick deployment of the associated type in the field." icon = 'icons/obj/structures/machinery/defenses/sentry.dmi' icon_state = "DMR uac_sentry_handheld" diff --git a/code/modules/defenses/planted_flag.dm b/code/modules/defenses/planted_flag.dm index f0f6b05565..50abe529c5 100644 --- a/code/modules/defenses/planted_flag.dm +++ b/code/modules/defenses/planted_flag.dm @@ -4,7 +4,7 @@ /obj/structure/machinery/defenses/planted_flag name = "\improper JIMA planted flag" icon = 'icons/obj/structures/machinery/defenses/planted_flag.dmi' - desc = "A planted flag with the iconic USCM flag plastered all over it, you feel a burst of energy by its mere sight." + desc = "A planted flag with the iconic UACM flag plastered all over it, you feel a burst of energy by its mere sight." handheld_type = /obj/item/defenses/handheld/planted_flag disassemble_time = 10 var/datum/shape/range_bounds diff --git a/code/modules/events/inflation.dm b/code/modules/events/inflation.dm index 377c689fa1..3aafb0f5c4 100644 --- a/code/modules/events/inflation.dm +++ b/code/modules/events/inflation.dm @@ -67,7 +67,7 @@ "withdrawal of government funding in relevant sectors", "a vital Seegson industries space station going dark", // A:I, "several mining colonies defecting to the UPP", - "a critical USCM defeat by CLF insurgents in the Tychon's Rift sector", + "a critical UACM defeat by CLF insurgents in the Tychon's Rift sector", "newly imposed sanctions as a result of corporate investigations", "flaring tensions with Arcturus", "a Sol-wide solar flare technological blackout", diff --git a/code/modules/flufftext/Dreaming.dm b/code/modules/flufftext/Dreaming.dm index e62ad15a64..53b8d942ef 100644 --- a/code/modules/flufftext/Dreaming.dm +++ b/code/modules/flufftext/Dreaming.dm @@ -4,7 +4,7 @@ "whispering","deep space","a medic","an FTL engine","alarm","an ally","darkness", \ "dim light","a scientist","a great leader","a catastrophe","desertion","a mistake","ice","freezing","warning lights", \ "a helmet","mandibles","an abandoned station","a colony","monsters","air","a morgue","a military bridge","blinking lights", \ -"a blue light","an abandoned colony","USCM","blood","a bandage","fear","a stiff corpse","military fleet", \ +"a blue light","an abandoned colony","UACM","blood","a bandage","fear","a stiff corpse","military fleet", \ "loyalty","space","a crash","loneliness","suffocation","a fall","heat","flames","ice","cigarettes","falling","a buzzer","a PDA", \ "snow","searing heat","calamity","the dead","a rifle", \ "a knife","a distress beacon","a pistol","a spider","empty space","claws", \ diff --git a/code/modules/gear_presets/cmb.dm b/code/modules/gear_presets/cmb.dm index 0f5f67e071..d7370d20ec 100644 --- a/code/modules/gear_presets/cmb.dm +++ b/code/modules/gear_presets/cmb.dm @@ -389,7 +389,7 @@ //Anchorpoint Station Squad Marine - Similar to the Movie squad but nerfed a bit. /datum/equipment_preset/uscm/cmb - name = "USCM Anchorpoint Station Squad Marine" + name = "UACM Anchorpoint Station Squad Marine" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE /datum/equipment_preset/uscm/cmb/New() @@ -441,7 +441,7 @@ //Anchorpoint Station Marine Squad Leader /datum/equipment_preset/uscm/cmb/leader - name = "USCM Anchorpoint Station Team Leader" + name = "UACM Anchorpoint Station Team Leader" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE /datum/equipment_preset/uscm/cmb/leader/New() . = ..() @@ -486,7 +486,7 @@ //Anchorpoint Station Marine RTO - technical specialist, has the responsibility of engineering as well /datum/equipment_preset/uscm/cmb/rto - name = "USCM Anchorpoint Station Technical Specialist" + name = "UACM Anchorpoint Station Technical Specialist" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE /datum/equipment_preset/uscm/cmb/rto/New() . = ..() @@ -531,7 +531,7 @@ //Anchorpoint Station Corpsman /datum/equipment_preset/uscm/cmb/medic - name = "USCM Anchorpoint Station Corpsman" + name = "UACM Anchorpoint Station Corpsman" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE /datum/equipment_preset/uscm/cmb/medic/New() . = ..() @@ -588,7 +588,7 @@ //Anchorpoint Station Marine Smartgunnner /datum/equipment_preset/uscm/cmb/smartgunner - name = "USCM Anchorpoint Station Smartgunner" + name = "UACM Anchorpoint Station Smartgunner" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE /datum/equipment_preset/uscm/cmb/smartgunner/New() . = ..() diff --git a/code/modules/gear_presets/corpses.dm b/code/modules/gear_presets/corpses.dm index 450758c691..d0a7f9fd85 100644 --- a/code/modules/gear_presets/corpses.dm +++ b/code/modules/gear_presets/corpses.dm @@ -982,7 +982,7 @@ //FORECON /datum/equipment_preset/corpse/forecon_spotter - name = "Corpse - USCM Reconnaissance Spotter" + name = "Corpse - UACM Reconnaissance Spotter" assignment = "Reconnaissance Spotter" xenovictim = FALSE paygrade = "ME5" diff --git a/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm b/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm index 825228f297..3187989163 100644 --- a/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm +++ b/code/modules/gear_presets/survivors/lv_522/forcon_survivors.dm @@ -101,7 +101,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine(new_human), WEAR_HEAD) /datum/equipment_preset/survivor/forecon/standard - name = "Survivor - USCM Reconnaissance Marine" + name = "Survivor - UACM Reconnaissance Marine" assignment = JOB_FORECON_RIFLEMAN skills = /datum/skills/military/survivor/forecon_standard @@ -115,7 +115,7 @@ ///*****************************// /datum/equipment_preset/survivor/forecon/tech - name = "Survivor - USCM Reconnaissance Support Technician" + name = "Survivor - UACM Reconnaissance Support Technician" assignment = JOB_FORECON_SUPPORT skills = /datum/skills/military/survivor/forecon_techician @@ -137,7 +137,7 @@ ///*****************************// /datum/equipment_preset/survivor/forecon/marksman - name = "Survivor - USCM Reconnaissance Designated Marksman" + name = "Survivor - UACM Reconnaissance Designated Marksman" assignment = JOB_FORECON_MARKSMAN skills = /datum/skills/military/survivor/forecon_marksman @@ -153,7 +153,7 @@ ///*****************************// /datum/equipment_preset/survivor/forecon/smartgunner - name = "Survivor - USCM Reconnaissance Smartgunner" + name = "Survivor - UACM Reconnaissance Smartgunner" assignment = JOB_FORECON_SMARTGUNNER skills = /datum/skills/military/survivor/forecon_smartgunner @@ -171,7 +171,7 @@ ///*****************************// /datum/equipment_preset/survivor/forecon/sniper - name = "Survivor - USCM Reconnaissance Sniper" + name = "Survivor - UACM Reconnaissance Sniper" assignment = JOB_FORECON_SNIPER skills = /datum/skills/military/survivor/forecon_sniper @@ -205,7 +205,7 @@ //---------------------------\\ /datum/equipment_preset/survivor/forecon/squad_leader - name = "Survivor - USCM Reconnaissance Squad Leader" + name = "Survivor - UACM Reconnaissance Squad Leader" assignment = JOB_FORECON_SL skills = /datum/skills/military/survivor/forecon_squad_leader paygrade = "MO1" @@ -231,7 +231,7 @@ //---------------------------\\ /datum/equipment_preset/survivor/forecon/major - name = "Survivor - USCM Reconnaissance Major" + name = "Survivor - UACM Reconnaissance Major" assignment = JOB_FORECON_CO skills = /datum/skills/commander paygrade = "MO4" @@ -264,7 +264,7 @@ //----------------------\\ /datum/equipment_preset/synth/survivor/forecon - name = "Survivor - USCM Synthetic" + name = "Survivor - UACM Synthetic" assignment = JOB_FORECON_SYN faction_group = list(FACTION_MARINE, FACTION_SURVIVOR) idtype = /obj/item/card/id/gold diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index 70efeb9f39..b590e3c00c 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -35,7 +35,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/synth/uscm - name = "USCM Synthetic" + name = "UACM Synthetic" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE faction = FACTION_MARINE idtype = /obj/item/card/id/gold @@ -59,7 +59,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/synth/uscm/councillor - name = "USCM Synthetic Councillor" + name = "UACM Synthetic Councillor" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE faction = FACTION_MARINE idtype = /obj/item/card/id/gold diff --git a/code/modules/gear_presets/uscm.dm b/code/modules/gear_presets/uscm.dm index 82ba128bcd..8d8a22579d 100644 --- a/code/modules/gear_presets/uscm.dm +++ b/code/modules/gear_presets/uscm.dm @@ -1,5 +1,5 @@ /datum/equipment_preset/uscm - name = "USCM" + name = "UACM" faction = FACTION_MARINE faction_group = FACTION_LIST_MARINE languages = list(LANGUAGE_ENGLISH) @@ -96,7 +96,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/pfc - name = "USCM Squad Rifleman" + name = "UACM Squad Rifleman" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP) @@ -155,7 +155,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/sg - name = "USCM Squad Smartgunner" + name = "UACM Squad Smartgunner" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_SMARTPREP) @@ -216,7 +216,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/sg/full - name = "USCM Squad Smartgunner" + name = "UACM Squad Smartgunner" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE /datum/equipment_preset/uscm/sg/full/load_gear(mob/living/carbon/human/new_human) @@ -233,7 +233,7 @@ return //No cryo munchies /datum/equipment_preset/uscm/rto - name = "USCM Radio Telephone Operator" + name = "UACM Radio Telephone Operator" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_SPECPREP) @@ -258,7 +258,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/tank - name = "USCM Vehicle Crewman (CRMN) (Cryo)" + name = "UACM Vehicle Crewman (CRMN) (Cryo)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list( @@ -295,7 +295,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/tank/full - name = "USCM Vehicle Crewman (CRMN)" + name = "UACM Vehicle Crewman (CRMN)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE utility_under = list(/obj/item/clothing/under/marine/officer/tanker) @@ -317,7 +317,7 @@ /*****************************************************************************************************/ /datum/equipment_preset/uscm/tank/recon - name = "USCM Reconnaissance Vehicle Operator (CRMN)" + name = "UACM Reconnaissance Vehicle Operator (CRMN)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE assignment = "Reconnaissance Vehicle Operator" @@ -365,7 +365,7 @@ /*****************************************************************************************************/ /datum/equipment_preset/uscm/spec - name = "USCM (Cryo) Squad Weapons Specialist" + name = "UACM (Cryo) Squad Weapons Specialist" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_SPECPREP) @@ -386,7 +386,7 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/specrag(new_human), WEAR_HEAD) /datum/equipment_preset/uscm/spec/cryo - name = "USCM Cryo Squad Weapons Specialist" + name = "UACM Cryo Squad Weapons Specialist" auto_squad_name = SQUAD_MARINE_CRYO /datum/equipment_preset/uscm/spec/cryo/load_gear(mob/living/carbon/human/new_human) @@ -397,7 +397,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/spec/full_armor - name = "USCM Weapons Specialist (B18 Armor)" + name = "UACM Weapons Specialist (B18 Armor)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE /datum/equipment_preset/uscm/spec/full_armor/load_gear(mob/living/carbon/human/new_human) @@ -422,7 +422,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/medic - name = "USCM Squad Hospital Corpsman" + name = "UACM Squad Hospital Corpsman" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_MEDPREP, ACCESS_MARINE_MEDBAY) assignment = JOB_SQUAD_MEDIC @@ -483,7 +483,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/tl - name = "USCM Squad Sergeant" + name = "UACM Squad Sergeant" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_TL_PREP) @@ -533,7 +533,7 @@ /*****************************************************************************************************/ /datum/equipment_preset/uscm/engineer - name = "USCM Squad Combat Technician" + name = "UACM Squad Combat Technician" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_ENGPREP, ACCESS_CIVILIAN_ENGINEERING) @@ -555,7 +555,7 @@ new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) /datum/equipment_preset/uscm/engineer/cryo - name = "USCM Cryo Squad Combat Technician" + name = "UACM Cryo Squad Combat Technician" auto_squad_name = SQUAD_MARINE_CRYO /datum/equipment_preset/uscm/engineer/cryo/load_gear(mob/living/carbon/human/new_human) @@ -565,7 +565,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/leader - name = "USCM Platoon Sergeant" + name = "UACM Platoon Sergeant" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_LEADER, ACCESS_MARINE_DROPSHIP) assignment = JOB_SQUAD_LEADER @@ -625,7 +625,7 @@ // ERT members that spawn with full gear from DEFCON /datum/equipment_preset/uscm/private_equipped - name = "USCM Squad Rifleman (Equipped)" + name = "UACM Squad Rifleman (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP) @@ -666,7 +666,7 @@ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m41aMK1(new_human.back), WEAR_IN_BACK) /datum/equipment_preset/uscm/private_equipped/random - name = "USCM Squad Rifleman (Equipped Random)" + name = "UACM Squad Rifleman (Equipped Random)" /datum/equipment_preset/uscm/private_equipped/random/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine(new_human), WEAR_BODY) @@ -689,7 +689,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/leader_equipped - name = "USCM Platoon Sergeant (Equipped)" + name = "UACM Platoon Sergeant (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_LEADER, ACCESS_MARINE_DROPSHIP) @@ -725,7 +725,7 @@ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m41aMK1(new_human.back), WEAR_IN_BACK) /datum/equipment_preset/uscm/leader_equipped/random - name = "USCM Platoon Sergeant (Equipped Random)" + name = "UACM Platoon Sergeant (Equipped Random)" /datum/equipment_preset/uscm/leader_equipped/random/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine(new_human), WEAR_BODY) @@ -748,7 +748,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/smartgunner_equipped - name = "USCM Squad Smartgunner (Equipped)" + name = "UACM Squad Smartgunner (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_SMARTPREP) @@ -780,7 +780,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/marine/cryo(new_human), WEAR_L_EAR) /datum/equipment_preset/uscm/smartgunner_equipped/random - name = "USCM Squad Smartgunner (Equipped Random)" + name = "UACM Squad Smartgunner (Equipped Random)" /datum/equipment_preset/uscm/smartgunner_equipped/random/spawn_marine_fluff_items(mob/living/carbon/human/new_human) var/obj/item/helmet_accessory = pick(GLOB.allowed_helmet_items) @@ -835,7 +835,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/engineer_equipped - name = "USCM Squad Combat Technician (Equipped)" + name = "UACM Squad Combat Technician (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_ENGPREP, ACCESS_CIVILIAN_ENGINEERING) @@ -875,13 +875,13 @@ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m41aMK1(new_human.back), WEAR_IN_BACK) /datum/equipment_preset/uscm/engineer_equipped/cryo - name = "USCM Cryo Squad Combat Technician (Equipped)" + name = "UACM Cryo Squad Combat Technician (Equipped)" auto_squad_name = SQUAD_MARINE_CRYO //*****************************************************************************************************/ /datum/equipment_preset/uscm/medic_equipped - name = "USCM Squad Hospital Corpsman (Equipped)" + name = "UACM Squad Hospital Corpsman (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_MEDPREP, ACCESS_MARINE_MEDBAY) @@ -928,7 +928,7 @@ new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft(new_human), WEAR_IN_BACK) /datum/equipment_preset/uscm/medic_equipped/random - name = "USCM Squad Hospital Corpsman (Equipped Random)" + name = "UACM Squad Hospital Corpsman (Equipped Random)" /datum/equipment_preset/uscm/medic_equipped/random/spawn_marine_fluff_items(mob/living/carbon/human/new_human) var/obj/item/helmet_accessory = pick(GLOB.allowed_helmet_items) @@ -972,7 +972,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/specialist_equipped - name = "USCM Squad Weapons Specialist (Equipped)" + name = "UACM Squad Weapons Specialist (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_SPECPREP) @@ -1010,13 +1010,13 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/box/MRE(new_human), WEAR_IN_BACK) /datum/equipment_preset/uscm/specialist_equipped/cryo - name = "USCM Cryo Squad Weapons Specialist (Equipped)" + name = "UACM Cryo Squad Weapons Specialist (Equipped)" auto_squad_name = SQUAD_MARINE_CRYO //*****************************************************************************************************/ /datum/equipment_preset/uscm/specialist_equipped/sniper - name = "USCM Sniper Specialist (Equipped)" + name = "UACM Sniper Specialist (Equipped)" /datum/equipment_preset/uscm/specialist_equipped/sniper/load_gear(mob/living/carbon/human/new_human) //TODO: add backpacks and satchels @@ -1042,7 +1042,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm/tl_equipped - name = "USCM Squad Sergeant (Equipped)" + name = "UACM Squad Sergeant (Equipped)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_PREP, ACCESS_MARINE_TL_PREP) @@ -1076,7 +1076,7 @@ new_human.back.pickup(new_human) /datum/equipment_preset/uscm/tl_equipped/random - name = "USCM Squad Sergeant (Equipped Random)" + name = "UACM Squad Sergeant (Equipped Random)" /datum/equipment_preset/uscm/tl_equipped/random/load_gear(mob/living/carbon/human/new_human) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/rto(new_human), WEAR_BACK) diff --git a/code/modules/gear_presets/uscm_event.dm b/code/modules/gear_presets/uscm_event.dm index 5f7c40c016..5c70ca77bb 100644 --- a/code/modules/gear_presets/uscm_event.dm +++ b/code/modules/gear_presets/uscm_event.dm @@ -1,5 +1,5 @@ /datum/equipment_preset/uscm_event - name = "USCM (Event Roles)" + name = "UACM (Event Roles)" faction = FACTION_MARINE faction_group = FACTION_LIST_MARINE minimum_age = 30 @@ -9,7 +9,7 @@ /*****************************************************************************************************/ /datum/equipment_preset/uscm_event/colonel - name = "USCM O-6 - Colonel (High Command)" + name = "UACM O-6 - Colonel (High Command)" flags = EQUIPMENT_PRESET_EXTRA idtype = /obj/item/card/id/general @@ -54,7 +54,7 @@ new_human.equip_to_slot_or_del(new /obj/item/device/flash, WEAR_IN_JACKET) /datum/equipment_preset/uscm_event/general - name = "USCM O-7 - Brigadier General (High Command)" + name = "UACM O-7 - Brigadier General (High Command)" flags = EQUIPMENT_PRESET_EXTRA idtype = /obj/item/card/id/general @@ -101,30 +101,30 @@ new_human.equip_if_possible(new /obj/item/clothing/glasses/sunglasses(new_human), WEAR_EYES) /datum/equipment_preset/uscm_event/general/o7 - name = "USCM O-7 - Brigadier General (High Command)" + name = "UACM O-7 - Brigadier General (High Command)" paygrade = "MO7" /datum/equipment_preset/uscm_event/general/o8 - name = "USCM O-8 - Major General (High Command)" + name = "UACM O-8 - Major General (High Command)" paygrade = "MO8" /datum/equipment_preset/uscm_event/general/o9 - name = "USCM O-9 - Lieutenant General (High Command)" + name = "UACM O-9 - Lieutenant General (High Command)" paygrade = "MO9" /datum/equipment_preset/uscm_event/general/o10 - name = "USCM O-10 - General (High Command)" + name = "UACM O-10 - General (High Command)" paygrade = "MO10" /datum/equipment_preset/uscm_event/general/o10c - name = "USCM O-10C - Assistant Commandant of the Marine Corps (High Command)" + name = "UACM O-10C - Assistant Commandant of the Marine Corps (High Command)" paygrade = "MO10C" assignment = JOB_ACMC rank = JOB_ACMC role_comm_title = "ACMC" /datum/equipment_preset/uscm_event/general/o10s - name = "USCM O-10S - Commandant of the Marine Corps (High Command)" + name = "UACM O-10S - Commandant of the Marine Corps (High Command)" paygrade = "MO10S" assignment = JOB_CMC rank = JOB_CMC @@ -182,7 +182,7 @@ /*****************************************************************************************************/ /datum/equipment_preset/uscm_event/provost - name = "USCM Provost" + name = "UACM Provost" idtype = /obj/item/card/id/provost skills = /datum/skills/provost diff --git a/code/modules/gear_presets/uscm_medical.dm b/code/modules/gear_presets/uscm_medical.dm index 54f2c71317..f9ebbe3ba6 100644 --- a/code/modules/gear_presets/uscm_medical.dm +++ b/code/modules/gear_presets/uscm_medical.dm @@ -21,7 +21,7 @@ dress_shoes = list(/obj/item/clothing/shoes/laceup) /datum/equipment_preset/uscm_ship/uscm_medical/cmo - name = "USCM Chief Medical Officer (CMO)" + name = "UACM Chief Medical Officer (CMO)" idtype = /obj/item/card/id/silver access = list( @@ -76,7 +76,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_medical/doctor - name = "USCM Surgeon" + name = "UACM Surgeon" assignment = JOB_DOCTOR rank = JOB_DOCTOR @@ -113,7 +113,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_medical/nurse - name = "USCM Nurse" + name = "UACM Nurse" assignment = JOB_NURSE rank = JOB_NURSE @@ -148,7 +148,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_medical/researcher - name = "USCM Researcher" + name = "UACM Researcher" access = list(ACCESS_MARINE_MEDBAY, ACCESS_MARINE_RESEARCH, ACCESS_MARINE_CHEMISTRY, ACCESS_MARINE_MORGUE) assignment = JOB_RESEARCHER diff --git a/code/modules/gear_presets/uscm_police.dm b/code/modules/gear_presets/uscm_police.dm index 108aca26d9..30ec0446d2 100644 --- a/code/modules/gear_presets/uscm_police.dm +++ b/code/modules/gear_presets/uscm_police.dm @@ -1,12 +1,12 @@ /datum/equipment_preset/uscm_ship/uscm_police - name = "USCM (police roles)" + name = "UACM (police roles)" faction = FACTION_MARINE minimum_age = 22 //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_police/mp - name = "USCM Military Police (MP)" + name = "UACM Military Police (MP)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/dogtag access = list( @@ -67,7 +67,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_police/warden - name = "USCM Military Warden (MW)" + name = "UACM Military Warden (MW)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/dogtag @@ -124,7 +124,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_police/cmp - name = "USCM Chief MP (CMP)" + name = "UACM Chief MP (CMP)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -186,7 +186,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_police/riot_mp - name = "USCM Riot MP (RMP)" + name = "UACM Riot MP (RMP)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -236,7 +236,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/uscm_police/riot_mp/riot_cmp - name = "USCM Riot Chief MP (RCMP)" + name = "UACM Riot Chief MP (RCMP)" flags = EQUIPMENT_PRESET_EXTRA assignment = JOB_RIOT_CHIEF diff --git a/code/modules/gear_presets/uscm_ship.dm b/code/modules/gear_presets/uscm_ship.dm index 905fa8265b..5af88969d8 100644 --- a/code/modules/gear_presets/uscm_ship.dm +++ b/code/modules/gear_presets/uscm_ship.dm @@ -1,5 +1,5 @@ /datum/equipment_preset/uscm_ship - name = "USCM (ship roles)" + name = "UACM (ship roles)" faction = FACTION_MARINE faction_group = FACTION_LIST_MARINE minimum_age = 20 @@ -51,7 +51,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/liaison - name = "USCM Corporate Liaison (CL)" + name = "UACM Corporate Liaison (CL)" flags = EQUIPMENT_PRESET_START_OF_ROUND idtype = /obj/item/card/id/silver/cl @@ -168,7 +168,7 @@ new_human.equip_to_slot_or_del(new /obj/item/notepad(new_human), WEAR_IN_BACK) /datum/equipment_preset/uscm_ship/reporter_uscm - name = "Combat Correspondent (USCM)" + name = "Combat Correspondent (UACM)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list( ACCESS_MARINE_COMMAND, @@ -212,7 +212,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/chief_engineer - name = "USCM Chief Engineer (CE)" + name = "UACM Chief Engineer (CE)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -255,7 +255,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/maint - name = "USCM Maintenance Technician (MT)" + name = "UACM Maintenance Technician (MT)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list( @@ -299,7 +299,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/ordn - name = "USCM Ordnance Technician (OT)" + name = "UACM Ordnance Technician (OT)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list( @@ -336,7 +336,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/qm - name = "USCM Quartermaster (QM)" + name = "UACM Quartermaster (QM)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -379,7 +379,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/cargo - name = "USCM Cargo Technician (CT)" + name = "UACM Cargo Technician (CT)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_CARGO, ACCESS_MARINE_PREP) @@ -416,7 +416,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/commander - name = "USCM Commanding Officer (CO)" + name = "UACM Commanding Officer (CO)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/gold @@ -490,7 +490,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/commander/council - name = "USCM Commanding Officer (CO+)" + name = "UACM Commanding Officer (CO+)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/gold/council @@ -512,7 +512,7 @@ . = ..() /datum/equipment_preset/uscm_ship/commander/council/plus - name = "USCM Commanding Officer (CO++)" + name = "UACM Commanding Officer (CO++)" idtype = /obj/item/card/id/general paygrade = "MO6" @@ -523,7 +523,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/xo - name = "USCM Executive Officer (XO)" + name = "UACM Executive Officer (XO)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -561,7 +561,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/so - name = "USCM Platoon Commander (PltCo)" + name = "UACM Platoon Commander (PltCo)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -594,14 +594,6 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/medium(new_human), WEAR_R_STORE) new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range(new_human), WEAR_L_HAND) -/datum/equipment_preset/uscm_ship/so/load_status(mob/living/carbon/human/new_human, client/mob_client) - . = ..() - - if(!new_human.client) - return - - add_verb(new_human.client, /client/proc/commander_rename_platoon) - /datum/equipment_preset/uscm_ship/so/lesser_rank paygrade = "MO1" @@ -630,7 +622,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/sea - name = "USCM Senior Enlisted Advisor (SEA)" + name = "UACM Senior Enlisted Advisor (SEA)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -675,7 +667,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/auxiliary_officer - name = "USCM Auxiliary Support Officer (ASO)" + name = "UACM Auxiliary Support Officer (ASO)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -733,7 +725,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/po - name = "USCM Pilot (DP) (Cryo)" + name = "UACM Pilot (DP) (Cryo)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -759,7 +751,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/po/full - name = "USCM Pilot Officer (PO)" + name = "UACM Pilot Officer (PO)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE utility_under = list(/obj/item/clothing/under/marine/officer/pilot) @@ -783,7 +775,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/po/recon - name = "USCM Reconnaissance Pilot" + name = "UACM Reconnaissance Pilot" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE assignment = "Reconnaissance Pilot" @@ -826,7 +818,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/dcc - name = "USCM Dropship Crew Chief (DCC) (Cryo)" + name = "UACM Dropship Crew Chief (DCC) (Cryo)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/silver @@ -852,7 +844,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/dcc/full - name = "USCM Dropship Crew Chief (DCC)" + name = "UACM Dropship Crew Chief (DCC)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE utility_under = list(/obj/item/clothing/under/marine/officer/pilot/dcc) @@ -876,13 +868,13 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/officer - name = "USCM Officer (USCM Command)" + name = "UACM Officer (UACM Command)" flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE idtype = /obj/item/card/id/general access = list(ACCESS_MARINE_MEDBAY, ACCESS_MARINE_CHEMISTRY, ACCESS_MARINE_MORGUE) - assignment = "USCM Officer" - rank = "USCM Officer" + assignment = "UACM Officer" + rank = "UACM Officer" paygrade = "MO3" role_comm_title = "Cpt" minimum_age = 40 @@ -917,7 +909,7 @@ //*****************************************************************************************************/ /datum/equipment_preset/uscm_ship/chef - name = "USCM Mess Technician (MST)" + name = "UACM Mess Technician (MST)" flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE access = list(ACCESS_MARINE_KITCHEN) diff --git a/code/modules/gear_presets/xenosurge.dm b/code/modules/gear_presets/xenosurge.dm new file mode 100644 index 0000000000..5ed214a47b --- /dev/null +++ b/code/modules/gear_presets/xenosurge.dm @@ -0,0 +1,193 @@ +/datum/skills/pve/standard + name = "UER Marine Operator" + skills = list( + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_ENGINEER = SKILL_ENGINEER_ENGI, + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_ENGI, + SKILL_OVERWATCH = SKILL_OVERWATCH_TRAINED, + SKILL_MEDICAL = SKILL_MEDICAL_DOCTOR, + SKILL_SURGERY = SKILL_SURGERY_TRAINED, + SKILL_POLICE = SKILL_POLICE_SKILLED, + SKILL_FIREMAN = SKILL_FIREMAN_SKILLED, + SKILL_POWERLOADER = SKILL_POWERLOADER_MASTER, + SKILL_JTAC = SKILL_JTAC_MASTER, + SKILL_SPEC_WEAPONS = SKILL_SPEC_ALL, + SKILL_INTEL = SKILL_INTEL_EXPERT, + SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED, + SKILL_OVERWATCH = SKILL_OVERWATCH_TRAINED, + ) + +/datum/job/marine/pve/base + title = JOB_UER_MARINE + total_positions = 8 + spawn_positions = 8 + supervisors = "Mission Control" + flags_startup_parameters = ROLE_ADD_TO_DEFAULT|ROLE_ADD_TO_SQUAD + gear_preset = /datum/equipment_preset/pve/base + entry_message_intro = "You are a Marine Operator serving as part of the United Expeditionary Response. Operators are the majority of the UER's Marines and are considered some of the best soldiers their mother formation has to offer." + entry_message_body = "You have been hand-picked after volunteering by your original armed formation to take part in the UER's first mission on LV-624. Whether you truly believe the ideas of humanity joining forces to fight outside threats, see the UER as a stepping stone for your career back home, or have other reasons for wanting to be a part of this force, you have spent the last months under intensive training getting to know both the joint protocols that the UER uses as well as some of your new formation-mates." + entry_message_end = "You have been assigned to one of the Force Recon teams serving on the UAS Arrowhead. With your squad mates, you will participate in reconnaissance and scouting operations, as well as assist in delicate information, personnel and equipment securing and retrieval operations. Good luck!" + +/datum/equipment_preset/pve/base + name = "UER Marine Operator" + flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE + + access = list(ACCESS_MARINE_PREP) + assignment = JOB_UER_MARINE + rank = JOB_UER_MARINE + faction = FACTION_MARINE + paygrade = "ME3" + role_comm_title = "OPR" + skills = /datum/skills/pve/standard + minimap_icon = "smartgunner" + +/datum/equipment_preset/pve/base/load_gear(mob/living/carbon/human/new_human) + var/back_item = /obj/item/storage/backpack/marine/satchel + if (new_human.client && new_human.client.prefs && (new_human.client.prefs.backbag == 1)) + back_item = /obj/item/storage/backpack/marine + + new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) + var/obj/item/stim_injector/injector = new /obj/item/stim_injector(get_turf(new_human)) + new_human.bind_stimpack(injector) + new_human.put_in_any_hand_if_possible(injector) + +/obj/effect/landmark/start/marine/pve/base/ + name = JOB_UER_MARINE + icon_state = "smartgunner_spawn" + job = /datum/job/marine/pve/base + +/obj/effect/landmark/start/marine/pve/base/squad1 + icon_state = "smartgunner_spawn_alpha" + squad = SQUAD_MARINE_1 + +/obj/effect/landmark/start/marine/pve/base/squad2 + icon_state = "smartgunner_spawn_delta" + squad = SQUAD_MARINE_4 + +/datum/job/marine/pve/point + title = JOB_UER_MARINE_POINT + total_positions = 2 + spawn_positions = 2 + supervisors = "Mission Control" + flags_startup_parameters = ROLE_ADD_TO_DEFAULT|ROLE_ADD_TO_SQUAD + gear_preset = /datum/equipment_preset/pve/point + entry_message_intro = "You are a Marine Point serving as part of the United Expeditionary Response formation. Points are expected to stay in the front of their team and are effectively second-in-command and are some of the most promising soldiers found in the UER." + entry_message_body = "You have been hand-picked after volunteering by your original armed formation to take part in the UER's first mission on LV-624. Whether you truly believe the ideas of humanity joining forces to fight outside threats, see the UER as a stepping stone for your career back home, or have other reasons for wanting to be a part of this force, you have spent the last months under intensive training getting to know both the joint protocols that the UER uses as well as some of your new formation-mates." + entry_message_end = "You have been assigned to one of the Force Recon teams serving on the UAS Arrowhead. With your squad mates, you will participate in reconnaissance and scouting operations, as well as assist in delicate information, personnel and equipment securing and retrieval operations. Good luck!" + +/datum/equipment_preset/pve/point + name = "UER Marine Point" + flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE + + access = list(ACCESS_MARINE_PREP) + assignment = JOB_UER_MARINE_POINT + rank = JOB_UER_MARINE_POINT + faction = FACTION_MARINE + paygrade = "ME4" + role_comm_title = "PNT" + skills = /datum/skills/pve/standard + minimap_icon = "spec" + +/datum/equipment_preset/pve/point/load_gear(mob/living/carbon/human/new_human) + var/back_item = /obj/item/storage/backpack/marine/satchel + if (new_human.client && new_human.client.prefs && (new_human.client.prefs.backbag == 1)) + back_item = /obj/item/storage/backpack/marine + + new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) + var/obj/item/stim_injector/injector = new /obj/item/stim_injector(get_turf(new_human)) + new_human.bind_stimpack(injector) + new_human.put_in_any_hand_if_possible(injector) + + +/obj/effect/landmark/start/marine/pve/point/ + name = JOB_UER_MARINE_POINT + icon_state = "spec_spawn" + job = /datum/job/marine/pve/point + +/obj/effect/landmark/start/marine/pve/point/squad1 + icon_state = "spec_spawn_alpha" + squad = SQUAD_MARINE_1 + +/obj/effect/landmark/start/marine/pve/point/squad2 + icon_state = "spec_spawn_delta" + squad = SQUAD_MARINE_4 + +/datum/job/marine/pve/lead + title = JOB_UER_MARINE_LEAD + total_positions = 2 + spawn_positions = 2 + supervisors = "Mission Control" + flags_startup_parameters = ROLE_ADD_TO_DEFAULT|ROLE_ADD_TO_SQUAD + gear_preset = /datum/equipment_preset/pve/lead + entry_message_intro = "You are a Marine Team Lead serving as part of the United Expeditionary Response formation. Team Leads are expected to coordinate and relay orders from command to their teams and direct their soldiers to keep them safe and help them achieve their objectives." + entry_message_body = "You have been hand-picked after volunteering by your original armed formation to take part in the UER's first mission on LV-624. Whether you truly believe the ideas of humanity joining forces to fight outside threats, see the UER as a stepping stone for your career back home, or have other reasons for wanting to be a part of this force, you have spent the last months under intensive training getting to know both the joint protocols that the UER uses as well as some of your new formation-mates." + entry_message_end = "You have been assigned to one of the Force Recon teams serving on the UAS Arrowhead. With your squad mates, you will participate in reconnaissance and scouting operations, as well as assist in delicate information, personnel and equipment securing and retrieval operations. Good luck!" + +/datum/equipment_preset/pve/lead + name = "UER Marine Lead" + flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE + + access = list(ACCESS_MARINE_PREP) + assignment = JOB_UER_MARINE_LEAD + rank = JOB_UER_MARINE_LEAD + faction = FACTION_MARINE + paygrade = "ME5" + role_comm_title = "TML" + skills = /datum/skills/pve/standard + minimap_icon = "leader" + +/datum/equipment_preset/pve/lead/load_gear(mob/living/carbon/human/new_human) + var/back_item = /obj/item/storage/backpack/marine/satchel + if (new_human.client && new_human.client.prefs && (new_human.client.prefs.backbag == 1)) + back_item = /obj/item/storage/backpack/marine + + new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK) + var/obj/item/stim_injector/injector = new /obj/item/stim_injector(get_turf(new_human)) + new_human.bind_stimpack(injector) + new_human.put_in_any_hand_if_possible(injector) + +/obj/effect/landmark/start/marine/pve/lead/ + name = JOB_UER_MARINE_LEAD + icon_state = "leader_spawn" + job = /datum/job/marine/pve/lead + +/obj/effect/landmark/start/marine/pve/lead/squad1 + icon_state = "leader_spawn_alpha" + squad = SQUAD_MARINE_1 + +/obj/effect/landmark/start/marine/pve/lead/squad2 + icon_state = "leader_spawn_delta" + squad = SQUAD_MARINE_4 + +/datum/job/marine/pve/pilot_npc + title = JOB_UER_PO + total_positions = 0 + spawn_positions = 0 + supervisors = "Mission Control" + gear_preset = /datum/equipment_preset/pve/pilot_npc + entry_message_body = "haha" + +/datum/equipment_preset/pve/pilot_npc + name = "UER Marine Lead" + flags = EQUIPMENT_PRESET_EXTRA|EQUIPMENT_PRESET_MARINE + + access = list(ACCESS_MARINE_PREP) + assignment = JOB_UER_PO + rank = JOB_UER_PO + faction = FACTION_MARINE + paygrade = "NO3" + role_comm_title = "PO" + skills = /datum/skills/pve/standard + +/datum/equipment_preset/pve/pilot_npc/load_gear(mob/living/carbon/human/new_human) + + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/po(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/pilot(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/mod88(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/bomber(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/pilot(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses(new_human), WEAR_EYES) diff --git a/code/modules/holidays/thanskgiving/decorators.dm b/code/modules/holidays/thanskgiving/decorators.dm index d539be2299..143fd328e3 100644 --- a/code/modules/holidays/thanskgiving/decorators.dm +++ b/code/modules/holidays/thanskgiving/decorators.dm @@ -11,11 +11,11 @@ for(var/obj/structure/machinery/cm_vending/sorted/marine_food/cycled_food_vendor in world) cycled_food_vendor.listed_products = list( list("PREPARED MEALS", -1, null, null), - list("USCM Prepared Meal (Turkey)", 15, /obj/item/reagent_container/food/snacks/mre_pack/thanksgiving, VENDOR_ITEM_REGULAR), - list("USCM Protein Bar", 50, /obj/item/reagent_container/food/snacks/protein_pack, VENDOR_ITEM_REGULAR), + list("UACM Prepared Meal (Turkey)", 15, /obj/item/reagent_container/food/snacks/mre_pack/thanksgiving, VENDOR_ITEM_REGULAR), + list("UACM Protein Bar", 50, /obj/item/reagent_container/food/snacks/protein_pack, VENDOR_ITEM_REGULAR), list("FLASKS", -1, null, null), list("Canteen", 10, /obj/item/reagent_container/food/drinks/flask/canteen, VENDOR_ITEM_REGULAR), list("Metal Flask", 10, /obj/item/reagent_container/food/drinks/flask, VENDOR_ITEM_REGULAR), - list("USCM Flask", 5, /obj/item/reagent_container/food/drinks/flask/marine, VENDOR_ITEM_REGULAR), + list("UACM Flask", 5, /obj/item/reagent_container/food/drinks/flask/marine, VENDOR_ITEM_REGULAR), list("W-Y Flask", 5, /obj/item/reagent_container/food/drinks/flask/weylandyutani, VENDOR_ITEM_REGULAR) ) diff --git a/code/modules/law/laws/major_crime.dm b/code/modules/law/laws/major_crime.dm index 58b30dfd6c..40192aa2f5 100644 --- a/code/modules/law/laws/major_crime.dm +++ b/code/modules/law/laws/major_crime.dm @@ -40,7 +40,7 @@ /datum/law/major_law/subterfuge name = "Subterfuge" - desc = "Carrying out objectives or being tied to material that describe planned actions that go against the USCM. Strong proof is required that the individual is working against USCM." + desc = "Carrying out objectives or being tied to material that describe planned actions that go against the UACM. Strong proof is required that the individual is working against UACM." special_punishment = "Termination of ID/Discharge to planet" brig_time = 15 diff --git a/code/modules/law/laws/precautionary_charge.dm b/code/modules/law/laws/precautionary_charge.dm index c06cd6ca52..a9348e107b 100644 --- a/code/modules/law/laws/precautionary_charge.dm +++ b/code/modules/law/laws/precautionary_charge.dm @@ -6,7 +6,7 @@ /datum/law/precautionary_charge/discretionary_arrest name = "Discretionary Detainment" desc = "A discretionary charge used by Commanding Officers to detain personnel for any reason, for the safety and benefit of the operation or security. The duration of this charge is variable and may be pardoned/lifted at any time by the Commanding Officer." - special_punishment = "Not inclusive for execution criteria. May only be appealed to the Acting Commander or Provost/USCM HC." + special_punishment = "Not inclusive for execution criteria. May only be appealed to the Acting Commander or Provost/UACM HC." /datum/law/precautionary_charge/insanity name = "Insanity" @@ -14,5 +14,5 @@ /datum/law/precautionary_charge/prisoner_of_war name = "Prisoner of War" - desc = "Being a member of a legitimate and recognised faction currently hostile to the USCM." + desc = "Being a member of a legitimate and recognised faction currently hostile to the UACM." special_punishment = "Execution is forbidden barring exceptional circumstances." diff --git a/code/modules/maptext_alerts/text_blurbs.dm b/code/modules/maptext_alerts/text_blurbs.dm index d34a4ef19a..0e77bb3bf5 100644 --- a/code/modules/maptext_alerts/text_blurbs.dm +++ b/code/modules/maptext_alerts/text_blurbs.dm @@ -64,7 +64,7 @@ base = the base the marines are staging from. The ship, Whiskey Outpost etc. Non mobarray["misc"] += H for(var/L in mobarray) - show_blurb(mobarray[L], 3 SECONDS, "[base_text][post_text[L]]", TRUE, blurb_key = "USCM") + show_blurb(mobarray[L], 3 SECONDS, "[base_text][post_text[L]]", TRUE, blurb_key = "UACM") /**Shows a ticker reading out the given text on a client's screen. targets = mob or list of mobs to show it to. @@ -87,8 +87,8 @@ text_color = color of the text. blurb_key = a key used for specific blurb types so they are not shown repeatedly. Ex. someone who joins as CLF repeatedly only seeing the mission blurb the first time. -ignore_key = used to skip key checks. Ex. a USCM ERT member shouldn't see the normal USCM drop message, -but should see their own spawn message even if the player already dropped as USCM.**/ +ignore_key = used to skip key checks. Ex. a UACM ERT member shouldn't see the normal UACM drop message, +but should see their own spawn message even if the player already dropped as UACM.**/ /proc/show_blurb(list/mob/targets, duration = 3 SECONDS, message, scroll_down, screen_position = "LEFT+0:16,BOTTOM+1:16",\ text_alignment = "left", text_color = "#FFFFFF", blurb_key, ignore_key = FALSE, speed = 1) set waitfor = 0 diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index cf225caadc..53a361cb81 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -879,7 +879,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp GLOB.hive_datum[hives[faction]].hive_ui.open_hive_status(src) /mob/dead/observer/verb/view_uscm_tacmap() - set name = "View USCM Tacmap" + set name = "View UACM Tacmap" set category = "Ghost.View" GLOB.uscm_tacmap_status.tgui_interact(src) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 350bcec3e8..519cd571fe 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1714,3 +1714,49 @@ item.showoff(src) return TRUE return ..() + +/mob/living/carbon/human/proc/bind_stimpack(pack_to_bind) + bound_injector = pack_to_bind + +/mob/living/carbon/human/verb/find_injector() + set name = "Recall Injector" + set desc = "Recalls a bound injector." + set category = "IC" + + if(bound_injector != null) + usr.put_in_any_hand_if_possible(bound_injector) + to_chat(usr, SPAN_INFO("Injector returned to hand or turf underneath.")) + return + else + to_chat(usr, SPAN_WARNING("No bound Injector found!")) + return + +/mob/living/carbon/human/verb/call_resupply() + set name = "Call resupply" + set desc = "Calls a resupply droppod. Depending on round state, it may be a partial or full resupply vendor." + set category = "IC" + + var/turf_to_spawn = get_turf(src) + if(GLOB.ammo_restock_next > world.time) + to_chat(usr, SPAN_WARNING("The ammo restock is not ready.")) + return + if(GLOB.ship_areas.Find(get_area(src)) != 0) + to_chat(usr, SPAN_WARNING("You cannot use this on the ship.")) + return + to_chat(usr, SPAN_WARNING("Calling ammo restock. This will put the ability on cooldown for the whole team. Move to cancel.")) + if(!do_after(usr, 20, INTERRUPT_ALL, BUSY_ICON_FRIENDLY, turf_to_spawn, INTERRUPT_MOVED, BUSY_ICON_BUILD)) + return + if(GLOB.ammo_restock_next <= world.time) + GLOB.ammo_restock_next = world.time + GLOB.ammo_restock_delay + var/obj/structure/droppod/equipment/vendor/droppod + if(GLOB.ammo_restock_full == 0) + droppod = new /obj/structure/droppod/equipment/vendor/partial(turf_to_spawn, /obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/partial/, src) + else + droppod = new /obj/structure/droppod/equipment/vendor/(turf_to_spawn, /obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo_refill/, src) + GLOB.ammo_restock_full = 0 + droppod.drop_time = 5 SECONDS + droppod.launch(turf_to_spawn) + return + else + to_chat(src, SPAN_WARNING("The Ammo Resupply is on cooldown!")) + return diff --git a/code/modules/mob/living/carbon/human/human_defines.dm b/code/modules/mob/living/carbon/human/human_defines.dm index 3beb8b97a9..994c5fd8e4 100644 --- a/code/modules/mob/living/carbon/human/human_defines.dm +++ b/code/modules/mob/living/carbon/human/human_defines.dm @@ -168,6 +168,13 @@ /// static associated list of limb key -> image to avoid unnecessary overlay generation var/static/list/icon_render_image_cache = list() + //hypo shenanigans + var/obj/item/stim_injector/bound_injector + + //talking npc identifier to limit speaking picker + + var/talking_npc = 0 + /client/var/cached_human_playtime /client/proc/get_total_human_playtime(skip_cache = FALSE) @@ -273,3 +280,36 @@ to_chat(usr, "Removed [rem_organ] from [src].") qdel(rem_organ) +/mob/living/carbon/human/proc/talkas(str, delay, radio) //Talk as. Delay in BYOND ticks (about 1/10 of a second per tick) If not provided, delay calculated automatically depending in message length. + if (!str) return + var/list/heard = get_mobs_in_view(world_view_size, src) + var/rank_text = src.get_paygrade() + src.langchat_speech(str, heard, GLOB.all_languages, skip_language_check = TRUE) + src.visible_message("[rank_text] [src] says, \"[str]\"") + var/talkdelay = delay + if (!talkdelay) + if ((length("[str]")) <= 64) + talkdelay = 40 + if ((length("[str]")) > 64) + talkdelay = 60 + if(radio) + to_chat(world, "[rank_text] [src][icon2html('icons/obj/items/radio.dmi', usr, "beacon")] \u005BUAS Arrowhead\u0028[src.comm_title]\u0029\u005D , says \"[str]\"", type = MESSAGE_TYPE_RADIO) + sleep(talkdelay) + return + +/mob/living/carbon/human/proc/emoteas(str, delay, radio) //Emote as. Delay in BYOND ticks (about 1/10 of a second per tick) If not provided, delay calculated automatically depending in message length. + if (!str) return + var/list/heard = get_mobs_in_view(world_view_size, src) + var/rank_text = src.get_paygrade() + src.langchat_speech(str, heard, GLOB.all_languages, skip_language_check = TRUE, animation_style = LANGCHAT_FAST_POP, additional_styles = list("langchat_small", "emote")) + src.visible_message("[rank_text] [src] [str]") + var/talkdelay = delay + if (!talkdelay) + if ((length("[str]")) <= 64) + talkdelay = 40 + if ((length("[str]")) > 64) + talkdelay = 60 + if(radio) + to_chat(world, "[rank_text] [src][icon2html('icons/obj/items/radio.dmi', usr, "beacon")] \u005BUAS Arrowhead\u0028[src.comm_title]\u0029\u005D [str]", type = MESSAGE_TYPE_RADIO) + sleep(talkdelay) + return diff --git a/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_abilities.dm b/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_abilities.dm index 09544304d8..7b6a15b44f 100644 --- a/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_abilities.dm +++ b/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_abilities.dm @@ -51,3 +51,27 @@ action_type = XENO_ACTION_CLICK ability_primacy = XENO_PRIMARY_ACTION_2 var/minimal_acid = 200 + + +/datum/action/xeno_action/activable/surge_proj + name = "Surge - Projectile AOE" + action_icon_state = "runner_bonespur" + ability_name = "surge aoe proj" + macro_path = /datum/action/xeno_action/verb/surge_proj + action_type = XENO_ACTION_CLICK + ability_primacy = XENO_PRIMARY_ACTION_2 + xeno_cooldown = 60 + plasma_cost = 0 + + var/ammo_type = /datum/ammo/xeno/surge_proj + + +/datum/action/xeno_action/activable/rapid_missles + name = "Missile Barrage" + action_icon_state = "runner_bonespur" + ability_name = "missile barrage" + macro_path = /datum/action/xeno_action/verb/rapid_missles + action_type = XENO_ACTION_CLICK + ability_primacy = XENO_PRIMARY_ACTION_2 + xeno_cooldown = 60 + plasma_cost = 0 diff --git a/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_macros.dm b/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_macros.dm index 95bbafb2d2..52b767667f 100644 --- a/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_macros.dm +++ b/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_macros.dm @@ -25,3 +25,17 @@ set hidden = TRUE var/action_name = "For the Hive!" handle_xeno_macro(src, action_name) + +/datum/action/xeno_action/verb/surge_proj() + set category = "Alien" + set name = "Surge AoE" + set hidden = TRUE + var/action_name = "Surge AoE" + handle_xeno_macro(src, action_name) + +/datum/action/xeno_action/verb/rapid_missles() + set category = "Alien" + set name = "Missile Barrage" + set hidden = TRUE + var/action_name = "Missile Barrage" + handle_xeno_macro(src, action_name) diff --git a/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_powers.dm b/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_powers.dm index 06bf3e0e2e..7a7c8a1811 100644 --- a/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_powers.dm +++ b/code/modules/mob/living/carbon/xenomorph/abilities/runner/runner_powers.dm @@ -214,3 +214,167 @@ xeno.adjust_effect(behavior_delegate.caboom_timer * -2 - (behavior_delegate.caboom_timer - behavior_delegate.caboom_left + 2) * xeno.life_slow_reduction * 0.5, SUPERSLOW) to_chat(xeno, SPAN_XENOWARNING("You remove all your explosive acid before it combusted.")) + + +/mob/living/carbon/human/proc/warning_ping() + to_chat(src, SPAN_BOLDWARNING("A Surge is targeting you with a special attack!")) + overlays += (image('icons/effects/surge_hit_warning.dmi', "aoe")) + sleep(40) + overlays -= (image('icons/effects/surge_hit_warning.dmi', "aoe")) + +/datum/action/xeno_action/activable/surge_proj/use_ability(atom/affected_atom) + var/mob/living/carbon/xenomorph/xeno = owner + if (!istype(xeno)) + return + + if (!action_cooldown_check()) + return + var/list/mobs_in_range = list() + for(var/mob/living/carbon/human/target in range("15x15",xeno)) + if(mobs_in_range.Find(target) == 0) + mobs_in_range.Add(target) + if(mobs_in_range.len == 0) + to_chat(xeno, SPAN_WARNING("No potential targets in visible range")) + return + for(var/mob/living/carbon/human/target_to_warn in mobs_in_range) + INVOKE_ASYNC(target_to_warn, TYPE_PROC_REF(/mob/living/carbon/human/, warning_ping)) + xeno.overlays += (image('icons/effects/surge_hit_warning_64.dmi', "aoe_surge")) + xeno.anchored = 1 + xeno.armor_deflection = 200 + sleep(40) + xeno.overlays -= (image('icons/effects/surge_hit_warning_64.dmi', "aoe_surge")) + xeno.anchored = 0 + xeno.armor_deflection = initial(xeno.armor_deflection) + xeno.can_block_movement = 1 + var/list/mobs_in_view = list() + for(var/mob/living/carbon/human/target in view("15x15",xeno)) + if(mobs_in_view.Find(target) == 0) + mobs_in_view.Add(target) + for(var/mob/living/carbon/human/target_to_shoot in mobs_in_range) + if(mobs_in_view.Find(target_to_shoot) != 0) + var/turf/target = get_turf(target_to_shoot) + var/obj/projectile/projectile = new /obj/projectile(xeno.loc, create_cause_data(initial(xeno.caste_type), xeno)) + var/datum/ammo/ammo_datum = GLOB.ammo_list[ammo_type] + projectile.generate_bullet(ammo_datum) + projectile.fire_at(target, xeno, xeno, ammo_datum.max_range, ammo_datum.shell_speed) + apply_cooldown() + return ..() + +/obj/item/prop/big_warning_ping + name = "warning ping" + opacity = FALSE + mouse_opacity = FALSE + anchored = TRUE + indestructible = TRUE + layer = ABOVE_MOB_LAYER + pixel_x = -80 + pixel_y = -80 + icon = 'icons/effects/surge_hit_warning_160.dmi' + icon_state = "big_boom" + +/turf/proc/warning_ping() + var/obj/item/prop/big_warning_ping/ping = new(src) + sleep(60) + qdel(ping) + +/obj/item/prop/missile_storm_up + name = "going up" + opacity = FALSE + mouse_opacity = FALSE + anchored = TRUE + indestructible = TRUE + layer = ABOVE_MOB_LAYER + icon = 'icons/effects/missile_storm.dmi' + icon_state = "up" + + +/obj/item/prop/missile_storm_up/proc/animate_takeoff() + var/step_number = 1 + while(step_number <= 12) + pixel_y += 32 + pixel_x += 4 + step_number += 1 + sleep(1) + qdel(src) + +/obj/item/prop/missile_storm_up/Initialize(mapload, ...) + . = ..() + pixel_x += rand(-10,10) + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/item/prop/missile_storm_up/, animate_takeoff)) + +/obj/item/prop/missile_storm_down + name = "going down" + opacity = FALSE + mouse_opacity = FALSE + anchored = TRUE + indestructible = TRUE + layer = ABOVE_MOB_LAYER + icon = 'icons/effects/missile_storm.dmi' + icon_state = "down" + + +/obj/item/prop/missile_storm_down/proc/animate_landing() + var/step_number = 1 + while(step_number <= 12) + pixel_y -= 32 + pixel_x += 4 + step_number += 1 + sleep(1) + qdel(src) + +/obj/item/prop/missile_storm_down/Initialize(mapload, ...) + . = ..() + pixel_y = 384 + pixel_x += rand(-10,10) + pixel_x -= -48 + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/item/prop/missile_storm_down/, animate_landing)) + +/datum/action/xeno_action/activable/rapid_missles/proc/fire_animation() + var/mob/living/carbon/xenomorph/xeno = owner + var/turf/owner_turf = get_turf(owner) + xeno.anchored = TRUE + xeno.armor_deflection = 100 + var/spawned_props = 1 + while(spawned_props <= 25) + new /obj/item/prop/missile_storm_up(owner_turf) + spawned_props += 1 + sleep(rand(1,3)) + xeno.armor_deflection = initial(xeno.armor_deflection) + xeno.anchored = FALSE + +/datum/action/xeno_action/activable/rapid_missles/proc/hit_animation(turf/turf_to_hit_animate) + new /obj/item/prop/missile_storm_down(turf_to_hit_animate) + sleep(13) + var/datum/cause_data/cause_data = create_cause_data("surge bombardment") + cell_explosion(turf_to_hit_animate, 50, 15, EXPLOSION_FALLOFF_SHAPE_LINEAR, null, cause_data) + + +/datum/action/xeno_action/activable/rapid_missles/proc/fire_loop(turf/target_turf) + var/list/turfs_to_hit = list() + for (var/turf/turf in range("5x5", target_turf)) + if(turfs_to_hit.Find(turf) == 0) + turfs_to_hit += turf + while(turfs_to_hit.len > 0) + var/turf/turf_to_hit = pick(turfs_to_hit) + turfs_to_hit -= turf_to_hit + INVOKE_ASYNC(src, TYPE_PROC_REF(/datum/action/xeno_action/activable/rapid_missles, hit_animation), turf_to_hit) + sleep(rand(1,5)) + +/datum/action/xeno_action/activable/rapid_missles/use_ability(atom/affected_atom) + var/mob/living/carbon/xenomorph/xeno = owner + if (!istype(xeno)) + return + if (!action_cooldown_check()) + return + var/turf/turf_center = get_turf(affected_atom) + var/list/mobs_in_range = list() + for(var/mob/living/carbon/human/target in range("15x15",turf_center)) + if(mobs_in_range.Find(target) == 0) + mobs_in_range.Add(target) + if(mobs_in_range.len != 0) + to_chat(mobs_in_range,SPAN_BOLDWARNING("The [usr] launches a series of rockets into the air! Look out for impact markers!")) + INVOKE_ASYNC(src, TYPE_PROC_REF(/datum/action/xeno_action/activable/rapid_missles, fire_animation)) + turf_center.warning_ping() + INVOKE_ASYNC(src, TYPE_PROC_REF(/datum/action/xeno_action/activable/rapid_missles, fire_loop), turf_center) + apply_cooldown() + return ..() diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm b/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm index 6e4660881e..c128cc8b26 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm @@ -55,7 +55,7 @@ /datum/action/xeno_action/activable/tail_stab, /datum/action/xeno_action/onclick/xenohide, /datum/action/xeno_action/activable/pounce/runner, - /datum/action/xeno_action/activable/runner_skillshot, + /datum/action/xeno_action/activable/rapid_missles/, /datum/action/xeno_action/onclick/toggle_long_range/runner, /datum/action/xeno_action/onclick/tacmap, ) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 3e98167488..6a30a9ab58 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -53,7 +53,7 @@ else output += "View the Crew Manifest

    " output += "View Hive Leaders

    " - output += "

    Join the USCM!

    " + output += "

    Join the UACM!

    " output += "

    Join the Hive!

    " if(SSticker.mode.flags_round_type & MODE_PREDATOR) if(SSticker.mode.check_predator_late_join(src,0)) output += "

    Join the Hunt!

    " diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 751dbe5bf7..4eefd55709 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -501,8 +501,8 @@ info = "Welcome new owner!

    You have purchased the latest in listening equipment. The telecommunication setup we created is the best in listening to common and private radio fequencies. Here is a step by step guide to start listening in on those saucy radio channels:
    1. Equip yourself with a multi-tool
    2. Use the multitool on each machine, that is the broadcaster, receiver and the relay.
    3. Turn all the machines on, it has already been configured for you to listen on.
    Simple as that. Now to listen to the private channels, you'll have to configure the intercoms, located on the front desk. Here is a list of frequencies for you to listen on.
    • 145.7 - Common Channel
    • 144.7 - Private AI Channel
    • 135.9 - Security Channel
    • 135.7 - Engineering Channel
    • 135.5 - Medical Channel
    • 135.3 - Command Channel
    • 135.1 - Science Channel
    • 134.9 - Mining Channel
    • 134.7 - Cargo Channel
    • " /obj/item/paper/warhead_recycle - name = "USCM Recycling Efforts" - info = "Hello USCM Orbital Cannon System Owner!

      We regret to inform you that a communications mishap has resulted in your orbital bombardment warheads being recycled for spare metal! Worry not, the metal has been put to good use in High Command's chest freezer." + name = "UACM Recycling Efforts" + info = "Hello UACM Orbital Cannon System Owner!

      We regret to inform you that a communications mishap has resulted in your orbital bombardment warheads being recycled for spare metal! Worry not, the metal has been put to good use in High Command's chest freezer." /obj/item/paper/flag name = "paper flag" @@ -556,7 +556,7 @@ info = "

      We found him.

      His location, anyway. Figures that he'd end up in the Fop, given our reputation.

      As good an escape artist he is, he ain't getting out by himself. Too many security measures, and no way off without a ship. They're prepared for anything coming from inside.

      They AREN'T prepared for a \"tramp freighter\" ramming straight through their hull.

      Hang tight, Jack. We're coming for you." /obj/item/paper/prison_station/pirate_note/clfship - info = "

      We're hit!

      MAYDAY! MAYDAY! We have been hit by the -... .

      We're on a planet somewhere, seems there is a colony to our south. Might head on over there and see if there is any USCM presence. Our ship is fucking busted beyond normal means of repair, still waiting for a damage assessment tho.

      Coby and Ryan died today from their wounds... \"Fucking USCM.\" I'll have my revenge someday...

      And the colonies will be freed one day from the oppressive regime of Wey-Yu and USCM henchmen." + info = "

      We're hit!

      MAYDAY! MAYDAY! We have been hit by the -... .

      We're on a planet somewhere, seems there is a colony to our south. Might head on over there and see if there is any UACM presence. Our ship is fucking busted beyond normal means of repair, still waiting for a damage assessment tho.

      Coby and Ryan died today from their wounds... \"Fucking UACM.\" I'll have my revenge someday...

      And the colonies will be freed one day from the oppressive regime of Wey-Yu and UACM henchmen." /obj/item/paper/prison_station/nursery_rhyme info = "

      Mary had a little lamb,
      \nits fleece was white as snow;
      \nAnd everywhere that Mary went,
      \nthe lamb was sure to go.

      It followed her to school one day,
      \nwhich was against the rule;
      \nIt made the children laugh and play,
      \nto see a lamb at school.

      And so the teacher turned it out,
      \nbut still it lingered near,
      \nAnd waited patiently about,
      \ntill Mary did appear.

      \"Why does the lamb love Mary so?\"
      \nthe eager children cry;
      \n\"Why, Mary loves the lamb, you know\",
      \nthe teacher did reply." @@ -608,7 +608,7 @@ . = ..() var/datum/asset/asset = get_asset_datum(/datum/asset/simple/paper) - info = "


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

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

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

      FOR SANCTIONED USE ONLY" + info = "

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

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

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

      FOR SANCTIONED USE ONLY" /obj/item/paper/crumpled name = "paper scrap" @@ -872,7 +872,7 @@ /obj/item/paper/incident/Initialize() . = ..() var/template = {"\[center\]\[logo\]\[/center\] - \[center\]\[b\]\[i\]Encoded USCM Incident Report\[/b\]\[/i\]\[hr\] + \[center\]\[b\]\[i\]Encoded UACM Incident Report\[/b\]\[/i\]\[hr\] \[small\]FOR USE BY MP'S ONLY\[/small\]\[br\] \[barcode\]\[/center\]"} info = parsepencode(template, null, null, FALSE) @@ -911,7 +911,7 @@ icon = 'icons/obj/items/paper.dmi' icon_state = "paper_stack_words" name = "Colonial Space Grunts" - desc = "A tabletop game based around the USCM, easy to get into, simple to play, and most inportantly fun for the whole squad." + desc = "A tabletop game based around the UACM, easy to get into, simple to play, and most inportantly fun for the whole squad." /obj/item/paper/colonial_grunts/Initialize(mapload, ...) . = ..() diff --git a/code/modules/paperwork/paperbin.dm b/code/modules/paperwork/paperbin.dm index eafbb3c12c..6e915f1c62 100644 --- a/code/modules/paperwork/paperbin.dm +++ b/code/modules/paperwork/paperbin.dm @@ -17,8 +17,8 @@ sec_paper_type = "Company Document" /obj/item/paper_bin/uscm - sec_paper_type = "USCM Document" - paper_types = list("Carbon-Copy", "USCM Document") + sec_paper_type = "UACM Document" + paper_types = list("Carbon-Copy", "UACM Document") /obj/item/paper_bin/MouseDrop(atom/over_object) if(over_object == usr && ishuman(usr) && !usr.is_mob_restrained() && !usr.stat && (loc == usr || in_range(src, usr))) @@ -30,7 +30,7 @@ var/response = "" if(!papers.len > 0) response = alert(user, "What kind of paper?", "Paper type request", "Regular", sec_paper_type, "Cancel") - if (response != "Regular" && response != "Carbon-Copy" && response != "Company Document" && response != "USCM Document") + if (response != "Regular" && response != "Carbon-Copy" && response != "Company Document" && response != "UACM Document") add_fingerprint(user) return if(amount >= 1) @@ -49,7 +49,7 @@ P = new /obj/item/paper/carbon else if (response == "Company Document") P = new /obj/item/paper/wy - else if (response == "USCM Document") + else if (response == "UACM Document") P = new /obj/item/paper/uscm @@ -93,6 +93,6 @@ set src in view(1) var/response = "" response = alert(usr, "What kind of paper?", "Paper type request", paper_types[1], paper_types[2], "Cancel") - if (response != "Carbon-Copy" && response != "Company Document" && response != "USCM Document") + if (response != "Carbon-Copy" && response != "Company Document" && response != "UACM Document") return sec_paper_type = response diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 70b0ad3b41..f83d3f02e9 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -331,6 +331,9 @@ /// Populate traits_to_give in this proc /obj/item/weapon/gun/proc/set_bullet_traits() + LAZYADD(traits_to_give, list( + BULLET_TRAIT_ENTRY(/datum/element/bullet_trait_iff) + )) // This may or may not be a good idea. Makes everythign a smartbullet. Will actually make toggable later. return /// @bullet_trait_entries: A list of bullet trait entries @@ -1371,6 +1374,9 @@ and you're good to go. if(!able_to_fire(user)) //If it's a valid PB aside from that you can't fire the gun, do nothing. return TRUE + if(user.faction == attacked_mob.faction) // IFF check. Just like the global smart bullets, for the moment no PBing of friendlies. + return TRUE + //The following relating to bursts was borrowed from Fire code. var/check_for_attachment_fire = FALSE if(active_attachable) diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index 0b14f1db09..230b529598 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -328,7 +328,7 @@ Defined in conflicts.dm of the #defines folder. /obj/item/attachable/bayonet/co2 name = "\improper M8 cartridge bayonet" - desc = "A back issue USCM approved exclusive for Boots subscribers found in issue #255 'Inside the Night Raider - morale breaking alternatives with 2nd LT. Juliane Gerd'. A pressurized tube runs along the inside of the blade, and a button allows one to inject compressed CO2 into the stab wound. It feels cheap to the touch. Faulty even." + desc = "A back issue UACM approved exclusive for Boots subscribers found in issue #255 'Inside the Night Raider - morale breaking alternatives with 2nd LT. Juliane Gerd'. A pressurized tube runs along the inside of the blade, and a button allows one to inject compressed CO2 into the stab wound. It feels cheap to the touch. Faulty even." icon_state = "co2_knife" attach_icon = "co2_bayonet_a" var/filled = FALSE @@ -831,7 +831,7 @@ Defined in conflicts.dm of the #defines folder. /obj/item/attachable/magnetic_harness name = "magnetic harness" - desc = "A magnetically attached harness kit that attaches to the rail mount of a weapon. When dropped, the weapon will sling to any set of USCM armor." + desc = "A magnetically attached harness kit that attaches to the rail mount of a weapon. When dropped, the weapon will sling to any set of UACM armor." icon = 'icons/obj/items/weapons/guns/attachments/rail.dmi' icon_state = "magnetic" attach_icon = "magnetic_a" @@ -1916,7 +1916,7 @@ Defined in conflicts.dm of the #defines folder. /obj/item/attachable/stock/rifle name = "\improper M41A solid stock" - desc = "A rare stock distributed in small numbers to USCM forces. Compatible with the M41A, this stock reduces recoil and improves accuracy, but at a reduction to handling and agility. Also enhances the thwacking of things with the stock-end of the rifle." + desc = "A rare stock distributed in small numbers to UACM forces. Compatible with the M41A, this stock reduces recoil and improves accuracy, but at a reduction to handling and agility. Also enhances the thwacking of things with the stock-end of the rifle." slot = "stock" melee_mod = 10 size_mod = 1 @@ -2317,7 +2317,7 @@ Defined in conflicts.dm of the #defines folder. /obj/item/attachable/stock/smg name = "submachinegun stock" - desc = "A rare ARMAT stock distributed in small numbers to USCM forces. Compatible with the M39, this stock reduces recoil and improves accuracy, but at a reduction to handling and agility. Seemingly a bit more effective in a brawl" + desc = "A rare ARMAT stock distributed in small numbers to UACM forces. Compatible with the M39, this stock reduces recoil and improves accuracy, but at a reduction to handling and agility. Seemingly a bit more effective in a brawl" slot = "stock" melee_mod = 15 size_mod = 1 @@ -2340,7 +2340,7 @@ Defined in conflicts.dm of the #defines folder. /obj/item/attachable/stock/smg/collapsible name = "submachinegun folding stock" - desc = "A Kirchner brand K2 M39 folding stock, standard issue in the USCM. The stock, when extended, reduces recoil and improves accuracy, but at a reduction to handling and agility. Seemingly a bit more effective in a brawl. This stock can collapse in, removing all positive and negative effects." + desc = "A Kirchner brand K2 M39 folding stock, standard issue in the UACM. The stock, when extended, reduces recoil and improves accuracy, but at a reduction to handling and agility. Seemingly a bit more effective in a brawl. This stock can collapse in, removing all positive and negative effects." slot = "stock" melee_mod = 10 size_mod = 1 diff --git a/code/modules/projectiles/guns/boltaction.dm b/code/modules/projectiles/guns/boltaction.dm index c97d0f82f9..f79171a4b1 100644 --- a/code/modules/projectiles/guns/boltaction.dm +++ b/code/modules/projectiles/guns/boltaction.dm @@ -123,7 +123,7 @@ desc_lore = {" Put into production in 2175 as an economical answer to rising militancy in the Outer Rim, the M707 was derived from jury-rigged anti-materiel rifles that were captured during the Linna 349 campaign. - The rebels (colloquially known among the USCMC as bug-boys and beebops) had achieved extensive success at Neusheune using the aforementioned rifles to pick off incinerator-wielding marines by detonating their napthal fuel tank in the midst of squad formations, subsequently leading to the USCMC designating users of those rifles as high-priority targets, as well as changes in USCMC patrol tactics. + The rebels (colloquially known among the UACM as bug-boys and beebops) had achieved extensive success at Neusheune using the aforementioned rifles to pick off incinerator-wielding marines by detonating their napthal fuel tank in the midst of squad formations, subsequently leading to the UACM designating users of those rifles as high-priority targets, as well as changes in UACM patrol tactics. Some of the failings and quirks of the beebops' jury-rigged rifle were quickly noticed by vehicle crews early on in the campaign, as in multiple memoirs the crews mention that: "Once the rain starts, that's when you know you've got an ambush." diff --git a/code/modules/projectiles/guns/misc.dm b/code/modules/projectiles/guns/misc.dm index c65d422344..bde77e374d 100644 --- a/code/modules/projectiles/guns/misc.dm +++ b/code/modules/projectiles/guns/misc.dm @@ -276,7 +276,7 @@ /obj/item/weapon/gun/pkp/iff name = "\improper QYJ-72-I General Purpose Machine Gun" - desc = "The QYJ-72-I is an experimental variant of common UPP GPMG featuring IFF capabilities which were developed by reverse-engineering USCM smartweapons. Aside from that, not much has been done to this machinegun: it's still heavy, overheats rather quickly and is able to lay down range unprecedented amounts of lead. \nAlt-click it to open the feed cover and allow for reloading." + desc = "The QYJ-72-I is an experimental variant of common UPP GPMG featuring IFF capabilities which were developed by reverse-engineering UACM smartweapons. Aside from that, not much has been done to this machinegun: it's still heavy, overheats rather quickly and is able to lay down range unprecedented amounts of lead. \nAlt-click it to open the feed cover and allow for reloading." actions_types = list(/datum/action/item_action/toggle_iff_pkp) aim_slowdown = SLOWDOWN_ADS_SPECIALIST var/iff_enabled = TRUE diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index ae8bef53f6..1a82c7a0cd 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -108,7 +108,7 @@ /obj/item/weapon/gun/pistol/m1911 name = "\improper M1911 service pistol" - desc = "A timeless classic since the first World War. Once standard issue for the USCM, now back order only. Chambered in .45 ACP. Unfortunately, due to the progression of IFF technology, M1911 .45 ACP is NOT compatible with the SU-6." + desc = "A timeless classic since the first World War. Once standard issue for the UACM, now back order only. Chambered in .45 ACP. Unfortunately, due to the progression of IFF technology, M1911 .45 ACP is NOT compatible with the SU-6." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m4a345" item_state = "m4a3" @@ -133,7 +133,7 @@ /obj/item/weapon/gun/pistol/m1911/socom name = "\improper M48A4 service pistol" - desc = "A timeless classic since the first World War, the M1911A1 has limited use with the USCM, and is often used as a sidearm by non-governmental bodies due to its reliability. This is a modernized version with an ammo counter and a polymer grip, designated M48A4. Chambered in .45 ACP." + desc = "A timeless classic since the first World War, the M1911A1 has limited use with the UACM, and is often used as a sidearm by non-governmental bodies due to its reliability. This is a modernized version with an ammo counter and a polymer grip, designated M48A4. Chambered in .45 ACP." icon_state = "m4a345_s" item_state = "m4a3" flags_gun_features = GUN_AUTO_EJECTOR|GUN_CAN_POINTBLANK|GUN_ONE_HAND_WIELDED|GUN_AMMO_COUNTER @@ -488,11 +488,11 @@ //------------------------------------------------------- //.45 MARSHALS PISTOL //Inspired by the Browning Hipower // rebalanced - singlefire, very strong bullets but slow to fire and heavy recoil -// redesigned - now rejected USCM sidearm model, utilized by Colonial Marshals and other stray groups. +// redesigned - now rejected UACM sidearm model, utilized by Colonial Marshals and other stray groups. /obj/item/weapon/gun/pistol/highpower name = "\improper MK-45 'High-Power' Automagnum" - desc = "Originally designed as a replacement for the USCM's M44 combat revolver, it was rejected at the last minute by a committee, citing its need to be cocked after every loaded magazine to be too cumbersone and antiquated. The design has recently been purchased by the Henjin-Garcia company, refitted for .45 ACP, and sold to the Colonial Marshals and other various unscrupulous armed groups." + desc = "Originally designed as a replacement for the UACM's M44 combat revolver, it was rejected at the last minute by a committee, citing its need to be cocked after every loaded magazine to be too cumbersone and antiquated. The design has recently been purchased by the Henjin-Garcia company, refitted for .45 ACP, and sold to the Colonial Marshals and other various unscrupulous armed groups." icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony.dmi' icon_state = "highpower" item_state = "highpower" @@ -574,7 +574,7 @@ //unimplemented /obj/item/weapon/gun/pistol/highpower/tactical name = "\improper MK-44 SOCOM Automagnum" - desc = "Originally designed as a replacement for the USCM's M44 combat revolver, it was rejected at the last minute by a committee, citing its need to be cocked after every loaded magazine to be too cumbersone and antiquated. The design has recently been purchased by the Henjin-Garcia company and sold to the Colonial Marshals and other various unscrupulous armed groups. This one has a sleek, dark design." + desc = "Originally designed as a replacement for the UACM's M44 combat revolver, it was rejected at the last minute by a committee, citing its need to be cocked after every loaded magazine to be too cumbersone and antiquated. The design has recently been purchased by the Henjin-Garcia company and sold to the Colonial Marshals and other various unscrupulous armed groups. This one has a sleek, dark design." current_mag = /obj/item/ammo_magazine/pistol/highpower/black icon_state = "highpower_tac" item_state = "highpower_tac" @@ -586,7 +586,7 @@ /obj/item/weapon/gun/pistol/mod88 name = "\improper 88 Mod 4 combat pistol" - desc = "Standard issue USCM firearm. Also found in the hands of Weyland-Yutani PMC teams. Fires 9mm armor shredding rounds and is capable of 3-round burst." + desc = "Standard issue UACM firearm. Also found in the hands of Weyland-Yutani PMC teams. Fires 9mm armor shredding rounds and is capable of 3-round burst." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "88m4" item_state = "88m4" @@ -681,7 +681,7 @@ /obj/item/weapon/gun/pistol/vp78 name = "\improper VP78 pistol" - desc = "A massive, formidable semi-automatic handgun chambered in 9mm squash-head rounds. A common sight throughout both UA and 3WE space, often held by both Weyland-Yutani PMC units and corporate executives. This weapon is also undergoing limited field testing as part of the USCM's next generation pistol program. The slide is engraved with the Weyland-Yutani logo reminding you who's really in charge." + desc = "A massive, formidable semi-automatic handgun chambered in 9mm squash-head rounds. A common sight throughout both UA and 3WE space, often held by both Weyland-Yutani PMC units and corporate executives. This weapon is also undergoing limited field testing as part of the UACM's next generation pistol program. The slide is engraved with the Weyland-Yutani logo reminding you who's really in charge." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "vp78" item_state = "vp78" diff --git a/code/modules/projectiles/guns/revolvers.dm b/code/modules/projectiles/guns/revolvers.dm index 76e3e07106..e204155df8 100644 --- a/code/modules/projectiles/guns/revolvers.dm +++ b/code/modules/projectiles/guns/revolvers.dm @@ -289,7 +289,7 @@ /obj/item/weapon/gun/revolver/m44 name = "\improper M44 revolver" - desc = ".44 Magnum revolver, in limited service with the USCMC for personal defense against larger xenofauna. For best results, aim carefully." + desc = ".44 Magnum revolver, in limited service with the UACM for personal defense against larger xenofauna. For best results, aim carefully." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m44r" item_state = "m44r" @@ -667,7 +667,7 @@ /obj/item/weapon/gun/revolver/mateba/cmateba name = "\improper Mateba autorevolver custom" - desc = "The .454 Mateba 6 Unica autorevolver is a semi-automatic handcannon that uses its own recoil to rotate the cylinders. Extremely rare, prohibitively costly, and unyieldingly powerful, it's found in the hands of a select few high-ranking USCM officials. Stylish, sophisticated, and above all, extremely deadly." + desc = "The .454 Mateba 6 Unica autorevolver is a semi-automatic handcannon that uses its own recoil to rotate the cylinders. Extremely rare, prohibitively costly, and unyieldingly powerful, it's found in the hands of a select few high-ranking UACM officials. Stylish, sophisticated, and above all, extremely deadly." icon_state = "cmateba" item_state = "cmateba" current_mag = /obj/item/ammo_magazine/internal/revolver/mateba/impact diff --git a/code/modules/projectiles/guns/rifles.dm b/code/modules/projectiles/guns/rifles.dm index 48918ef2ee..d01059c3d6 100644 --- a/code/modules/projectiles/guns/rifles.dm +++ b/code/modules/projectiles/guns/rifles.dm @@ -286,7 +286,7 @@ /obj/item/weapon/gun/rifle/m41a/elite/xm40 name = "\improper XM40 pulse rifle" - desc = "One of the experimental predecessors to the M41 line that never saw widespread adoption beyond elite marine units. Of the rifles in the USCM inventory that are still in production, this is the only one to feature an integrated suppressor. It can accept M41A MK2 magazines, but also features its own proprietary magazine system. Extremely lethal in burstfire mode." + desc = "One of the experimental predecessors to the M41 line that never saw widespread adoption beyond elite marine units. Of the rifles in the UACM inventory that are still in production, this is the only one to feature an integrated suppressor. It can accept M41A MK2 magazines, but also features its own proprietary magazine system. Extremely lethal in burstfire mode." icon_state = "m40sd" item_state = "m40sd" reload_sound = 'sound/weapons/handling/m40sd_reload.ogg' @@ -364,7 +364,7 @@ /obj/item/weapon/gun/rifle/m41aMK1 name = "\improper M41A pulse rifle" - desc = "Pulse action 10x24mm caseless assault rifle of the USCMC, personal friend of any Marine." + desc = "Pulse action 10x24mm caseless assault rifle of the UACM, personal friend of any Marine." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m41amk1" //Placeholder. item_state = "m41amk1" //Placeholder. @@ -427,7 +427,7 @@ starting_attachment_types = list(/obj/item/attachable/stock/rifle/collapsible, /obj/item/attachable/attached_gun/grenade/mk1) /obj/item/weapon/gun/rifle/m41aMK1/forecon - desc = "Pulse action 10x24mm caseless assault rifle of the USCMC, personal friend of any Marine. This one is painted in a fresh coat of the newer Humbrol 76 camouflage and is used by Force Reconnaissance units." + desc = "Pulse action 10x24mm caseless assault rifle of the UACM, personal friend of any Marine. This one is painted in a fresh coat of the newer Humbrol 76 camouflage and is used by Force Reconnaissance units." icon_state = "reconm41amk1" item_state = "reconm41amk1" current_mag = /obj/item/ammo_magazine/rifle/m41aMK1/recon @@ -1545,11 +1545,11 @@ //------------------------------------------------------- -//M4RA Battle Rifle, standard USCM DMR +//M4RA Battle Rifle, standard UACM DMR /obj/item/weapon/gun/rifle/m4ra name = "\improper M4RA battle rifle" - desc = "The M4RA battle rifle is a designated marksman rifle in service with the USCM. Sporting a bullpup configuration, the M4RA battle rifle is perfect for reconnaissance and fire support teams.\nTakes *only* non-high-velocity M4RA magazines." + desc = "The M4RA battle rifle is a designated marksman rifle in service with the UACM. Sporting a bullpup configuration, the M4RA battle rifle is perfect for reconnaissance and fire support teams.\nTakes *only* non-high-velocity M4RA magazines." icon_state = "m4ra" item_state = "m4ra" fire_sound = 'sound/weapons/gun_m4ra.ogg' @@ -1609,7 +1609,7 @@ /obj/item/weapon/gun/rifle/m4ra/pve name = "\improper M4RA-R2 battle rifle" desc = "The M4RA-R2 is a souped-up M4RA, the result of an ARMAT upgrade program that didn't pan out in huge numbers. Its main attraction is the ability to chamber and fire devastating A19 depleted uranium rounds, infamous for their overpenetration abilities and toxic effects on anyone unfortunate enough to survive a hit. The thicker barrel, of course, also has no issue with non-HV ammo." - desc_lore = "The USCMC was not terribly enthusiastic about unproven hand-held plasma weaponry. Before the XM99A was eventually adopted into use, the USCMC instead sought out a traditional squad-portable, precision, armor-piercing weapon, and contracted ARMAT to upgrade their M4RA platform to be capable of firing advanced AP rounds. They succeeded- sort of.

      The R2 was rejected for several reasons. It's a killer, but also a piece of junk. It kicks hard enough that precision sights simply don't stay zeroed, and its oversized muzzle-device extends an already long barrel-length. Additionally, A19 ammo, already expensive, was driven to absurd highs by the ammunition's specs. Depleted uranium is expensive...and cutting the service life of the M4RA's barrel in half is even more expensive.

      Those that were made, however, are still service-ready and were issued where the XM99A was unavailable due to its production only just starting." + desc_lore = "The UACM was not terribly enthusiastic about unproven hand-held plasma weaponry. Before the XM99A was eventually adopted into use, the UACM instead sought out a traditional squad-portable, precision, armor-piercing weapon, and contracted ARMAT to upgrade their M4RA platform to be capable of firing advanced AP rounds. They succeeded- sort of.

      The R2 was rejected for several reasons. It's a killer, but also a piece of junk. It kicks hard enough that precision sights simply don't stay zeroed, and its oversized muzzle-device extends an already long barrel-length. Additionally, A19 ammo, already expensive, was driven to absurd highs by the ammunition's specs. Depleted uranium is expensive...and cutting the service life of the M4RA's barrel in half is even more expensive.

      Those that were made, however, are still service-ready and were issued where the XM99A was unavailable due to its production only just starting." icon = 'icons/obj/items/weapons/guns/guns_by_map/urban/guns_obj.dmi' icon_state = "m4ra" item_state = "m4ra" @@ -1672,7 +1672,7 @@ /obj/item/weapon/gun/rifle/l42a name = "\improper L42A battle rifle" - desc = "The L42A Battle Rifle, found commonly around the frontiers of the Galaxy. It's commonly used by colonists for self defense, as well as many colonial militias, whomever they serve due to it's rugged reliability and ease of use without much training. This rifle was put up for adoption by the USCM and tested for a time, but ultimately lost to the M4RA already in service." + desc = "The L42A Battle Rifle, found commonly around the frontiers of the Galaxy. It's commonly used by colonists for self defense, as well as many colonial militias, whomever they serve due to it's rugged reliability and ease of use without much training. This rifle was put up for adoption by the UACM and tested for a time, but ultimately lost to the M4RA already in service." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "l42mk1" item_state = "l42mk1" diff --git a/code/modules/projectiles/guns/shotguns.dm b/code/modules/projectiles/guns/shotguns.dm index 9ea6624dc6..85b628c07b 100644 --- a/code/modules/projectiles/guns/shotguns.dm +++ b/code/modules/projectiles/guns/shotguns.dm @@ -318,10 +318,10 @@ can cause issues with ammo types getting mixed up during the burst. starting_attachment_types = list(/obj/item/attachable/magnetic_harness, /obj/item/attachable/extended_barrel) current_mag = /obj/item/ammo_magazine/internal/shotgun/buckshot -//SOF MK210, an earlier developmental variant of the MK211 tactical used by USCM SOF. +//SOF MK210, an earlier developmental variant of the MK211 tactical used by UACM SOF. /obj/item/weapon/gun/shotgun/combat/marsoc name = "\improper XM38 tactical shotgun" - desc = "Way back in 2168, Wey-Yu began testing the MK221. The USCM picked up an early prototype, and later adopted it with a limited military contract. But the USCM Special Operations Forces wasn't satisfied, and iterated on the early prototypes they had access to; eventually, their internal armorers and tinkerers produced the MK210, designated XM38, a lightweight folding shotgun that snaps to the belt. And to boot, it's fully automatic, made of stamped medal, and keeps the UGL. Truly an engineering marvel." + desc = "Way back in 2168, Wey-Yu began testing the MK221. The UACM picked up an early prototype, and later adopted it with a limited military contract. But the UACM Special Operations Forces wasn't satisfied, and iterated on the early prototypes they had access to; eventually, their internal armorers and tinkerers produced the MK210, designated XM38, a lightweight folding shotgun that snaps to the belt. And to boot, it's fully automatic, made of stamped medal, and keeps the UGL. Truly an engineering marvel." icon_state = "mk210" item_state = "mk210" @@ -1285,7 +1285,7 @@ can cause issues with ammo types getting mixed up during the burst. /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb/m3717 name = "\improper M37-17 pump shotgun" - desc = "A military version of the iconic HG 37-12, this design can fit one extra shell in each of its dual-tube internal magazines, and fires shells with increased velocity, resulting in more damage. Issued to select USCM vessels and stations in the outer veil. A button on the side toggles the internal tubes." + desc = "A military version of the iconic HG 37-12, this design can fit one extra shell in each of its dual-tube internal magazines, and fires shells with increased velocity, resulting in more damage. Issued to select UACM vessels and stations in the outer veil. A button on the side toggles the internal tubes." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m3717" item_state = "m3717" diff --git a/code/modules/projectiles/guns/smartgun.dm b/code/modules/projectiles/guns/smartgun.dm index dca1410900..87ac8031cb 100644 --- a/code/modules/projectiles/guns/smartgun.dm +++ b/code/modules/projectiles/guns/smartgun.dm @@ -717,7 +717,7 @@ /obj/item/smartgun_battery name = "smartgun DV9 battery" - desc = "A standard-issue 9-volt lithium dry-cell battery, most commonly used within the USCMC to power smartguns. Per the manual, one battery is good for up to 50000 rounds and plugs directly into the smartgun's power receptacle, which is only compatible with this type of battery. Various auxiliary modes usually bring the round count far lower. While this cell is incompatible with most standard electrical system, it can be charged by common rechargers in a pinch. USCMC smartgunners often guard them jealously." + desc = "A standard-issue 9-volt lithium dry-cell battery, most commonly used within the UACM to power smartguns. Per the manual, one battery is good for up to 50000 rounds and plugs directly into the smartgun's power receptacle, which is only compatible with this type of battery. Various auxiliary modes usually bring the round count far lower. While this cell is incompatible with most standard electrical system, it can be charged by common rechargers in a pinch. UACM smartgunners often guard them jealously." icon = 'icons/obj/structures/machinery/power.dmi' icon_state = "smartguncell" diff --git a/code/modules/projectiles/guns/smgs.dm b/code/modules/projectiles/guns/smgs.dm index b5923a202e..a630e0fec0 100644 --- a/code/modules/projectiles/guns/smgs.dm +++ b/code/modules/projectiles/guns/smgs.dm @@ -40,7 +40,7 @@ /obj/item/weapon/gun/smg/m39 name = "\improper M39 submachinegun" - desc = "The Armat Battlefield Systems M-39 submachinegun. Occasionally carried by light-infantry, scouts, engineers and medics. A lightweight, lower caliber alternative to the various Pulse weapons used the USCM. Fires 10x20mm rounds out of 48 round magazines." + desc = "The Armat Battlefield Systems M-39 submachinegun. Occasionally carried by light-infantry, scouts, engineers and medics. A lightweight, lower caliber alternative to the various Pulse weapons used the UACM. Fires 10x20mm rounds out of 48 round magazines." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m39" item_state = "m39" diff --git a/code/modules/projectiles/guns/specialist/launcher/rocket_launcher.dm b/code/modules/projectiles/guns/specialist/launcher/rocket_launcher.dm index 356d0e6c3b..f2769f701d 100644 --- a/code/modules/projectiles/guns/specialist/launcher/rocket_launcher.dm +++ b/code/modules/projectiles/guns/specialist/launcher/rocket_launcher.dm @@ -4,7 +4,7 @@ /obj/item/weapon/gun/launcher/rocket name = "\improper M5 RPG" - desc = "The M5 RPG is the primary anti-armor weapon of the USCM. Used to take out light-tanks and enemy structures, the M5 RPG is a dangerous weapon with a variety of combat uses." + desc = "The M5 RPG is the primary anti-armor weapon of the UACM. Used to take out light-tanks and enemy structures, the M5 RPG is a dangerous weapon with a variety of combat uses." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m5" item_state = "m5" diff --git a/code/modules/projectiles/guns/specialist/scout.dm b/code/modules/projectiles/guns/specialist/scout.dm index c2c5abd54a..9e4652f186 100644 --- a/code/modules/projectiles/guns/specialist/scout.dm +++ b/code/modules/projectiles/guns/specialist/scout.dm @@ -2,7 +2,7 @@ /obj/item/weapon/gun/rifle/m4ra_custom name = "\improper M4RA custom battle rifle" - desc = "This is a further improvement upon the already rock-solid M4RA. Made by the USCM armorers on Chinook station - This variant of the M4RA has a specifically milled magazine well to accept A19 rounds. It sports a light-weight titantium-alloy frame, better responsive to the heavy kick of the tailor-made A19 rounds." + desc = "This is a further improvement upon the already rock-solid M4RA. Made by the UACM armorers on Chinook station - This variant of the M4RA has a specifically milled magazine well to accept A19 rounds. It sports a light-weight titantium-alloy frame, better responsive to the heavy kick of the tailor-made A19 rounds." icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' icon_state = "m4ra_custom" item_state = "m4ra_custom" diff --git a/code/modules/projectiles/magazines/pistols.dm b/code/modules/projectiles/magazines/pistols.dm index 3ae221fd42..51fad13ca5 100644 --- a/code/modules/projectiles/magazines/pistols.dm +++ b/code/modules/projectiles/magazines/pistols.dm @@ -283,7 +283,7 @@ //------------------------------------------------------- //.45 MARSHALS PISTOL //Inspired by the Browning Hipower // rebalanced - singlefire, very strong bullets but slow to fire and heavy recoil -// redesigned - now rejected USCM sidearm model, utilized by Colonial Marshals and other stray groups. +// redesigned - now rejected UACM sidearm model, utilized by Colonial Marshals and other stray groups. /obj/item/ammo_magazine/pistol/highpower name = "\improper MK-45 Automagnum magazine (.45)" diff --git a/code/modules/projectiles/magazines/rifles.dm b/code/modules/projectiles/magazines/rifles.dm index 6721920583..d2767d5c66 100644 --- a/code/modules/projectiles/magazines/rifles.dm +++ b/code/modules/projectiles/magazines/rifles.dm @@ -316,7 +316,7 @@ /obj/item/ammo_magazine/rifle/lmg/heap name = "\improper M41AE2 HEAP ammo box (10x24mm)" - desc = "A semi-rectangular box of rounds for the M41AE2 Heavy Pulse Rifle. This one contains the standard Armor-Piercing explosive tipped round of the USCM." + desc = "A semi-rectangular box of rounds for the M41AE2 Heavy Pulse Rifle. This one contains the standard Armor-Piercing explosive tipped round of the UACM." default_ammo = /datum/ammo/bullet/rifle/heap max_rounds = 300 gun_type = /obj/item/weapon/gun/rifle/lmg diff --git a/code/modules/projectiles/magazines/shotguns.dm b/code/modules/projectiles/magazines/shotguns.dm index 3c26685a55..56fe0d3937 100644 --- a/code/modules/projectiles/magazines/shotguns.dm +++ b/code/modules/projectiles/magazines/shotguns.dm @@ -80,8 +80,8 @@ var/list/shotgun_boxes_12g = list( caliber = "20g" /obj/item/ammo_magazine/shotgun/buckshot/special - name = "box of buckshot shells, USCM special type" - desc = "A box filled with buckshot spread shotgun shells, USCM special type. 12 Gauge." + name = "box of buckshot shells, UACM special type" + desc = "A box filled with buckshot spread shotgun shells, UACM special type. 12 Gauge." icon_state = "special" default_ammo = /datum/ammo/bullet/shotgun/buckshot/special //------------------------------------------------------- @@ -205,7 +205,7 @@ var/list/shotgun_handfuls_12g = list( handful_state = "buckshot_shell" /obj/item/ammo_magazine/handful/shotgun/buckshot/special - name = "handful of shotgun buckshot shells, USCM special type (12g)" + name = "handful of shotgun buckshot shells, UACM special type (12g)" icon_state = "special_buck_5" default_ammo = /datum/ammo/bullet/shotgun/buckshot/special diff --git a/code/modules/pve/spawner.dm b/code/modules/pve/spawner.dm new file mode 100644 index 0000000000..2b4e606909 --- /dev/null +++ b/code/modules/pve/spawner.dm @@ -0,0 +1,161 @@ +#define AI_XENOS list(XENO_CASTE_DRONE, XENO_CASTE_RUNNER, XENO_CASTE_LURKER, XENO_CASTE_CRUSHER, XENO_CASTE_FACEHUGGER) + +/obj/structure/xenosurge_spawner + name = "AI spawner" + desc = "just spawnin' shit" + opacity = FALSE + density = FALSE + invisibility = INVISIBILITY_OBSERVER + icon_state = "brazier" + indestructible = TRUE + unacidable = TRUE + unslashable = TRUE + var/spawner_initiated = FALSE + var/veterans_spawned = 0 + var/spawner_id + +/obj/structure/xenosurge_spawner/Initialize(mapload, ...) + . = ..() + if(!spawner_id) + spawner_id = GLOB.spawner_number + GLOB.spawner_number += 1 + spawner_initiated = TRUE + to_chat(usr, SPAN_INFO("Spawner number [spawner_id] set.")) + GLOB.xenosurge_configured_spawners.Add(src) + if(GLOB.xenosurge_surge_started == 1) + to_chat(usr, SPAN_INFO("In-Progress Xenosurge detected. Starting spawn loop for spawner [spawner_id].")) + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/structure/xenosurge_spawner/, spawner_spawn)) + return 1 + +/obj/structure/xenosurge_spawner/proc/spawner_limit_reached() + message_admins("Wave limit of [GLOB.xenosurge_wave_xenos_max] reached. Disabling spawners.") + GLOB.xenosurge_surge_started = 0 + GLOB.xenosurge_wave_xenos_current = 0 + GLOB.xenosurge_wave_veteran_xenos_current = 0 + +/obj/structure/xenosurge_spawner/proc/spawner_loop() + sleep(GLOB.xenosurge_spawner_delay) + if(GLOB.xenosurge_surge_started == FALSE) + return + else + spawner_spawn() + +/obj/structure/xenosurge_spawner/proc/veteran_spawn_loop() + var/veterans_to_spawn = GLOB.xenosurge_veteran_spawner_xenos_max + while(veterans_to_spawn > 0) + if(GLOB.xenosurge_surge_started == 0 || GLOB.xenosurge_wave_veteran_xenos_current >= GLOB.xenosurge_veteran_xenos_max) + veterans_to_spawn = 0 + break + sleep(GLOB.xenosurge_veteran_spawner_delay + (rand(1,GLOB.xenosurge_veteran_spawner_variance))) + var/veteran_xenos_to_spawn_type = XENO_CASTE_DRONE + var/turf/veteran_spawner_xeno_turf = get_random_turf_in_range(src, 1, 0) + var/veteran_spawner_xeno_typepath = RoleAuthority.get_caste_by_text(veteran_xenos_to_spawn_type) + var/mob/living/carbon/xenomorph/drone/spawned_veteran = new veteran_spawner_xeno_typepath(veteran_spawner_xeno_turf, null, "xeno_hive_normal") + var/veteran_type + if(GLOB.xenosurge_veteran_type == 4) + veteran_type = rand(1,3) + else + veteran_type = GLOB.xenosurge_veteran_type + switch(veteran_type) + if(1) // Pusher + spawned_veteran.name = "Surge Pusher" + spawned_veteran.desc = "A very agressive Surge that seems very dangerous up close." + spawned_veteran.health = 800 + spawned_veteran.maxHealth = 800 + spawned_veteran.melee_damage_lower = 25 + spawned_veteran.melee_damage_upper = 40 + spawned_veteran.armor_deflection = 10 + spawned_veteran.caste.attack_delay = -2 + spawned_veteran.speed = -0.2 + switch(rand(1,2)) + if(1) + spawned_veteran.icon = 'icons/mob/xenos/Surge/veteran_pusher_1.dmi' + if(2) + spawned_veteran.icon = 'icons/mob/xenos/Surge/veteran_pusher_2.dmi' + if(2) // Ambusher + spawned_veteran.name = "Surge Ambusher" + spawned_veteran.desc = "A fast and quick moving Surge." + spawned_veteran.health = 500 + spawned_veteran.maxHealth = 500 + spawned_veteran.melee_damage_lower = 15 + spawned_veteran.melee_damage_upper = 15 + spawned_veteran.armor_deflection = 10 + spawned_veteran.caste.attack_delay = -5 + spawned_veteran.speed = -0.5 + switch(rand(1,2)) + if(1) + spawned_veteran.icon = 'icons/mob/xenos/Surge/veteran_ambusher_1.dmi' + if(2) + spawned_veteran.icon = 'icons/mob/xenos/Surge/veteran_ambusher_2.dmi' + if(3) // Breaker + spawned_veteran.name = "Surge Breaker" + spawned_veteran.desc = "A bulky Surge that moves slowly, but looks like it can both take and hand out a lot of damage." + spawned_veteran.health = 1500 + spawned_veteran.maxHealth = 1500 + spawned_veteran.melee_damage_lower = 60 + spawned_veteran.melee_damage_upper = 40 + spawned_veteran.armor_deflection = 30 + spawned_veteran.caste.attack_delay = 20 + spawned_veteran.speed = 0.2 + switch(rand(1,2)) + if(1) + spawned_veteran.icon = 'icons/mob/xenos/Surge/veteran_breaker_1.dmi' + if(2) + spawned_veteran.icon = 'icons/mob/xenos/Surge/veteran_breaker_2.dmi' + spawned_veteran.update_icons() + veterans_to_spawn -= 1 + GLOB.xenosurge_wave_veteran_xenos_current += 1 + veterans_spawned = 1 + +/obj/structure/xenosurge_spawner/proc/spawner_spawn() + if(veterans_spawned == 0) + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/structure/xenosurge_spawner/, veteran_spawn_loop)) + var/global_xeno_count = 0 + for (var/mob/living/carbon/xenomorph/xeno in world) + if(xeno.loc != null) + global_xeno_count += 1 + if(global_xeno_count > GLOB.xenosurge_spawner_limit) + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/structure/xenosurge_spawner/, spawner_loop)) + return + else + var/surge_to_spawn = GLOB.xenosurge_spawner_xenos + while(surge_to_spawn > 0) + var/xenos_to_spawn_type = XENO_CASTE_DRONE + var/turf/spawner_xeno_turf = get_random_turf_in_range(src, 2, 0) + var/spawner_xeno_typepath = RoleAuthority.get_caste_by_text(xenos_to_spawn_type) + var/mob/living/carbon/xenomorph/drone/spawned_xeno = new spawner_xeno_typepath(spawner_xeno_turf, null, "xeno_hive_normal") + spawned_xeno.health = GLOB.xenosurge_wave_xenos_hp + spawned_xeno.maxHealth = GLOB.xenosurge_wave_xenos_hp + spawned_xeno.melee_damage_lower = GLOB.xenosurge_wave_xenos_dam_min + spawned_xeno.melee_damage_upper = GLOB.xenosurge_wave_xenos_dam_max + spawned_xeno.armor_deflection = GLOB.xenosurge_wave_xenos_armor + spawned_xeno.name = "Surge Regular" + spawned_xeno.desc = "A creature that looks and moves like a xenomorph, but with a distinct bright pink scar on its head." + switch(rand(1,3)) + if(1) + spawned_xeno.icon = 'icons/mob/xenos/Surge/surge_1.dmi' + if(2) + spawned_xeno.icon = 'icons/mob/xenos/Surge/surge_2.dmi' + if(3) + spawned_xeno.icon = 'icons/mob/xenos/Surge/surge_3.dmi' + spawned_xeno.update_icons() + surge_to_spawn -= 1 + GLOB.xenosurge_wave_xenos_current += 1 + sleep(rand(1,GLOB.xenosurge_spawner_variance)) + if(GLOB.xenosurge_wave_xenos_current >= GLOB.xenosurge_wave_xenos_max) + spawner_limit_reached() + else + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/structure/xenosurge_spawner/, spawner_loop)) + + +/obj/structure/xenosurge_spawner/proc/start_spawning() + if(spawner_initiated == FALSE) + to_chat(usr, SPAN_WARNING("Failed. Spawner not initiated.")) + return + else + message_admins("Spawner [spawner_id] starting.") + INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/structure/xenosurge_spawner/, spawner_spawn)) + return + + +#undef AI_XENOS diff --git a/code/modules/reagents/chemistry_properties/prop_special.dm b/code/modules/reagents/chemistry_properties/prop_special.dm index 5921644777..d969b4cbc3 100644 --- a/code/modules/reagents/chemistry_properties/prop_special.dm +++ b/code/modules/reagents/chemistry_properties/prop_special.dm @@ -274,6 +274,7 @@ M.confused = 0 M.sleeping = 0 M.jitteriness = 0 + M.blood_volume = min(M.blood_volume + (POTENCY_MULTIPLIER_VHIGH * potency), M.limit_blood) for(var/datum/disease/D in M.viruses) D.spread = "Remissive" D.stage-- diff --git a/code/modules/reagents/chemistry_reagents/medical.dm b/code/modules/reagents/chemistry_reagents/medical.dm index cea3400086..0e6a74c659 100644 --- a/code/modules/reagents/chemistry_reagents/medical.dm +++ b/code/modules/reagents/chemistry_reagents/medical.dm @@ -424,3 +424,14 @@ custom_metabolism = AMOUNT_PER_TIME(1, 200 SECONDS) data = 0 properties = list(PROPERTY_CURING = 2) + +/datum/reagent/medical/stimfluid + name = "Stimulant liquid" + id = "SuperStim" + description = "A light green tinted watery liquid. Smells like fresh apples. Tastest awful, which is why it should be injected." + reagent_state = LIQUID + color = "#8ae786" + custom_metabolism = AMOUNT_PER_TIME(1, 10) + data = 0 + overdose = 500 + properties = list(PROPERTY_OMNIPOTENT = 15,PROPERTY_DEFIBRILLATING = 15,PROPERTY_CARDIOSTABILIZING = 10, PROPERTY_PAINKILLING = 5) diff --git a/code/modules/shuttle/computers/arrowhead_new_elevator_control.dm b/code/modules/shuttle/computers/arrowhead_new_elevator_control.dm new file mode 100644 index 0000000000..c29e54f05f --- /dev/null +++ b/code/modules/shuttle/computers/arrowhead_new_elevator_control.dm @@ -0,0 +1,149 @@ +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call + name = "\improper Elevator Call" + desc = "Control panel for the elevator" + shuttleId = MOBILE_ARROW_ELEVATOR + is_call = TRUE + var/dockId + var/datum/elevator/destination/site + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/get_landing_zones() + return list(SSshuttle.getDock(dockId)) + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/occupied + dockId = STAT_ARROW_OCCUPIED + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/empty + dockId = STAT_ARROW_EMPTY + + +// Port +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/upper_port + dockId = STAT_ARROW_UPPER_PORT + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/mid_port + dockId = STAT_ARROW_MID_PORT + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/lower_port + dockId = STAT_ARROW_LOWER_PORT + + +// Starboard +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/upper_star + dockId = STAT_ARROW_UPPER_STAR + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/mid_star + dockId = STAT_ARROW_MID_STAR + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/lower_star + dockId = STAT_ARROW_LOWER_STAR + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller + name = "\improper Elevator Panel" + desc = "Control panel for the elevator" + icon = 'icons/obj/structures/machinery/computer.dmi' + icon_state = "elevator_screen" + + unslashable = TRUE + unacidable = TRUE + exproof = 1 + density = FALSE + req_access = null + needs_power = TRUE + var/is_call = FALSE + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/proc/get_landing_zones() + . = list() + var/obj/docking_port/mobile/arrow_elevator/shuttle = SSshuttle.getShuttle(shuttleId) + + for(var/obj/docking_port/stationary/arrow_elevator/elev in SSshuttle.stationary) + if(!shuttle.elevator_network) + . += list(elev) + continue + if(shuttle.elevator_network == elev.elevator_network) + . += list(elev) + continue + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/tgui_interact(mob/user, datum/tgui/ui) + ui = SStgui.try_update_ui(user, src, ui) + if (!ui) + ui = new(user, src, "ElevatorControl", "Elevator Panel") + ui.open() + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/ui_state(mob/user) + return GLOB.not_incapacitated_and_adjacent_strict_state + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/ui_status(mob/user, datum/ui_state/state) + . = ..() + if(inoperable()) + to_chat(user, SPAN_WARNING("The panel is inoperable.")) + return UI_CLOSE + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/ui_data(mob/user) + . = ..() + var/obj/docking_port/mobile/shuttle = SSshuttle.getShuttle(shuttleId) + var/obj/docking_port/stationary/dockedAt = shuttle.get_docked() + .["docked_at"] = list("id"= dockedAt.id, "name" = dockedAt.name) + .["destination"] = shuttle.destination + .["mode"] = shuttle.mode + .["eta"] = shuttle.timeLeft(0) + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/ui_static_data(mob/user) + . = ..() + var/obj/docking_port/mobile/shuttle = SSshuttle.getShuttle(shuttleId) + var/list/stops = get_landing_zones() + .["destinations"] = list() + for(var/obj/docking_port/stationary/dock as anything in stops) + var/list/dockinfo = list( + "id" = dock.id, + "name" = dock.name, + ) + .["destinations"] += list(dockinfo) + .["max_flight_duration"] = shuttle.callTime / 10 + .["max_pre_arrival_duration"] = shuttle.prearrivalTime / 10 + .["max_refuel_duration"] = shuttle.rechargeTime / 10 + .["max_engine_start_duration"] = shuttle.ignitionTime / 10 + .["is_call_button"] = is_call + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/attack_hand(mob/user) + . = ..(user) + if(.) + return TRUE + + tgui_interact(user) + + +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state) + . = ..() + if(.) + return + var/obj/docking_port/mobile/shuttle = SSshuttle.getShuttle(shuttleId) + switch(action) + if("move") + if(shuttle.mode != SHUTTLE_IDLE) + return + var/dockId = params["target"] + if(!dockId) + return + var/obj/docking_port/stationary/dockedAt = shuttle.get_docked() + if(dockedAt.id == dockId) + return + SSshuttle.moveShuttle(shuttle.id, dockId, TRUE) + return TRUE + if("button-push") + playsound(loc, get_sfx("terminal_button"), KEYBOARD_SOUND_VOLUME * 2, 1) + return FALSE diff --git a/code/modules/shuttle/shuttles/arrow_elevator.dm b/code/modules/shuttle/shuttles/arrow_elevator.dm new file mode 100644 index 0000000000..2ccdf5b1dc --- /dev/null +++ b/code/modules/shuttle/shuttles/arrow_elevator.dm @@ -0,0 +1,138 @@ +/obj/docking_port/mobile/arrow_elevator + name="Elevator" + id=MOBILE_ARROW_ELEVATOR + + // Map information + height= 5 + width= 5 + preferred_direction = NORTH + port_direction = SOUTH + + area_type = /area/shuttle/arrowhead_new/elevator + + // Shuttle timings + callTime = 4 SECONDS + rechargeTime = 3 SECONDS + ignitionTime = 3 SECONDS + ambience_flight = 'sound/vehicles/tank_driving.ogg' + ignition_sound = 'sound/mecha/powerup.ogg' + + movement_force = list("KNOCKDOWN" = 0, "THROW" = 0) + var/datum/door_controller/aggregate/door_control + var/elevator_network + +/obj/docking_port/mobile/arrow_elevator/Initialize(mapload, ...) + . = ..() + door_control = new() + door_control.label = "elevator" + for(var/area/shuttle_area in shuttle_areas) + for(var/obj/structure/machinery/door/door in shuttle_area) + if(istype(door, /obj/structure/machinery/door/poddoor/filler_object)) //poddoor filler was sneaking in + continue + door_control.add_door(door, door.id) + +/obj/docking_port/mobile/arrow_elevator/Destroy(force, ...) + . = ..() + QDEL_NULL(door_control) + +/obj/docking_port/mobile/arrow_elevator/beforeShuttleMove(turf/newT, rotation, move_mode, obj/docking_port/mobile/moving_dock) + . = ..() + door_control.control_doors("force-lock-launch", "all", force=TRUE) + +/obj/docking_port/stationary/arrow_elevator + dir=NORTH + width= 5 + height= 5 + // shutters to clear the area + var/airlock_area + var/airlock_exit + var/elevator_network + +/obj/docking_port/stationary/arrow_elevator/proc/get_doors() + . = list() + for(var/area/target_area in world) + if(istype(target_area, airlock_area)) + for(var/obj/structure/machinery/door/door in target_area) + . += list(door) + +/obj/docking_port/stationary/arrow_elevator/on_arrival(obj/docking_port/mobile/arriving_shuttle) + . = ..() + // open elevator doors + if(istype(arriving_shuttle, /obj/docking_port/mobile/arrow_elevator)) + var/obj/docking_port/mobile/arrow_elevator/elevator = arriving_shuttle + elevator.door_control.control_doors("open", airlock_exit) + + // open dock doors + var/datum/door_controller/single/door_control = new() + door_control.doors = get_doors() + door_control.control_doors("open", FALSE, FALSE) + qdel(door_control) + + playsound(src, 'sound/machines/ping.ogg', 25, 1) + playsound(arriving_shuttle, 'sound/machines/ping.ogg', 25, 1) + +/obj/docking_port/stationary/arrow_elevator/on_departure(obj/docking_port/mobile/departing_shuttle) + . = ..() + var/datum/door_controller/single/door_control = new() + door_control.doors = get_doors() + door_control.control_doors("force-lock-launch") + qdel(door_control) + + +/obj/docking_port/stationary/arrow_elevator/occupied + name = "occupied" + id = STAT_ARROW_OCCUPIED + airlock_exit = "east" + + +/obj/docking_port/stationary/arrow_elevator/empty + name = "empty" + id = STAT_ARROW_EMPTY + airlock_exit = "east" + + +// Port +/obj/docking_port/stationary/arrow_elevator/port + airlock_exit="east" + elevator_network = "Arrow" + +/obj/docking_port/stationary/arrow_elevator/port/upper + name="Upper Port" + id=STAT_ARROW_UPPER_PORT + airlock_area=/area/shuttle/arrowhead_new/upper_port + + +/obj/docking_port/stationary/arrow_elevator/port/mid + name="Mid Port" + id=STAT_ARROW_MID_PORT + airlock_area=/area/shuttle/arrowhead_new/mid_port + + +/obj/docking_port/stationary/arrow_elevator/port/lower + name="Lower Port" + id=STAT_ARROW_LOWER_PORT + airlock_area=/area/shuttle/arrowhead_new/lower_port + roundstart_template = /datum/map_template/shuttle/arrow_elevator + + +// Starboard +/obj/docking_port/stationary/arrow_elevator/star + airlock_exit="east" + elevator_network = "Arrow" + +/obj/docking_port/stationary/arrow_elevator/star/upper + name="Upper Starboard" + id=STAT_ARROW_UPPER_STAR + airlock_area=/area/shuttle/arrowhead_new/upper_star + + +/obj/docking_port/stationary/arrow_elevator/star/mid + name="Mid Starboard" + id=STAT_ARROW_MID_STAR + airlock_area=/area/shuttle/arrowhead_new/mid_star + + +/obj/docking_port/stationary/arrow_elevator/star/lower + name="Lower Starboard" + id=STAT_ARROW_LOWER_STAR + airlock_area=/area/shuttle/arrowhead_new/lower_star diff --git a/code/modules/shuttle/shuttles/dropship.dm b/code/modules/shuttle/shuttles/dropship.dm index 1f2822b353..2870307cdb 100644 --- a/code/modules/shuttle/shuttles/dropship.dm +++ b/code/modules/shuttle/shuttles/dropship.dm @@ -151,6 +151,15 @@ dwidth = 4 dheight = 8 +/obj/docking_port/mobile/marine_dropship/wraith + name = "Wraith" + id = DROPSHIP_WRAITH + width = 9 + height = 18 + + dwidth = 4 + dheight = 8 + /obj/docking_port/mobile/marine_dropship/cyclone/get_transit_path_type() return /turf/open/space/transit/dropship/cyclone @@ -324,6 +333,12 @@ auto_open = TRUE roundstart_template = /datum/map_template/shuttle/midway +/obj/docking_port/stationary/marine_dropship/arrowhead_hangar + name = "Wraith Launch Bay" + id = ARROWHEAD_LZ + auto_open = TRUE + roundstart_template = /datum/map_template/shuttle/wraith + /obj/docking_port/stationary/marine_dropship/crash_site auto_open = TRUE @@ -368,3 +383,7 @@ /datum/map_template/shuttle/cyclone name = "Cyclone" shuttle_id = DROPSHIP_CYCLONE + +/datum/map_template/shuttle/wraith + name = "Wraith" + shuttle_id = DROPSHIP_WRAITH diff --git a/code/modules/tents/deployed_tents.dm b/code/modules/tents/deployed_tents.dm index 9ea06e357d..1c369a3e78 100644 --- a/code/modules/tents/deployed_tents.dm +++ b/code/modules/tents/deployed_tents.dm @@ -120,13 +120,13 @@ /obj/structure/tent/cmd icon_state = "cmd_interior" roof_state = "cmd_top" - desc = "A standard USCM Command Tent. This one comes equipped with a self-powered Overwatch Console and a Telephone. It is very frail, do not burn, expose to sharp objects, or explosives. Can be torn down with an entrenching tool." + desc = "A standard UACM Command Tent. This one comes equipped with a self-powered Overwatch Console and a Telephone. It is very frail, do not burn, expose to sharp objects, or explosives. Can be torn down with an entrenching tool." /// Medical tent, procures a buff to surgery speed /obj/structure/tent/med icon_state = "med_interior" roof_state = "med_top" - desc = "A standard USCM Medical Tent. This one comes equipped with advanced field surgery facilities. It is very fragile however and won't withstand the rigors of war. Can be torn down with an entrenching tool." + desc = "A standard UACM Medical Tent. This one comes equipped with advanced field surgery facilities. It is very fragile however and won't withstand the rigors of war. Can be torn down with an entrenching tool." var/surgery_speed_mult = 0.9 var/surgery_pain_reduction = 5 diff --git a/code/modules/tents/equipment.dm b/code/modules/tents/equipment.dm index bf9a76fc2d..a58e3f08ef 100644 --- a/code/modules/tents/equipment.dm +++ b/code/modules/tents/equipment.dm @@ -76,7 +76,7 @@ /obj/structure/tent_curtain icon = 'icons/obj/structures/tents_equipment.dmi' icon_state = "curtains-classic-o" - desc = "USCM Curtains for USCM Tents used by USCM Personnel. Close this with right-click to ensure USCM Contents are contained." + desc = "UACM Curtains for UACM Tents used by UACM Personnel. Close this with right-click to ensure UACM Contents are contained." flags_atom = ON_BORDER layer = INTERIOR_DOOR_INSIDE_LAYER dir = SOUTH diff --git a/code/modules/tents/folded_tents.dm b/code/modules/tents/folded_tents.dm index 2bed879a0a..92a4106191 100644 --- a/code/modules/tents/folded_tents.dm +++ b/code/modules/tents/folded_tents.dm @@ -94,7 +94,7 @@ return if(!is_ground_level(deploy_turf.z) && !unrestricted_deployment) - to_chat(user, SPAN_WARNING("USCM Operational Tents are intended for operations, not ship or space recreation.")) + to_chat(user, SPAN_WARNING("UACM Operational Tents are intended for operations, not ship or space recreation.")) return var/list/obj/effect/overlay/temp/tent_deployment_area/turf_overlay = list() @@ -128,27 +128,27 @@ qdel(src) // Success! /obj/item/folded_tent/cmd - name = "folded USCM Command Tent" + name = "folded UACM Command Tent" icon_state = "cmd" - desc = "A standard USCM Command Tent. This one comes equipped with a self-powered Overwatch Console and a Telephone. Unfold in a suitable location to maximize usefulness. Staff Officer not included. ENTRANCE TO THE SOUTH." + desc = "A standard UACM Command Tent. This one comes equipped with a self-powered Overwatch Console and a Telephone. Unfold in a suitable location to maximize usefulness. Staff Officer not included. ENTRANCE TO THE SOUTH." template_preset = "tent_cmd" /obj/item/folded_tent/med - name = "folded USCM Medical Tent" + name = "folded UACM Medical Tent" icon_state = "med" - desc = "A standard USCM Medical Tent. This one comes equipped with advanced field surgery facilities. Unfold in a suitable location to maximize health gains. Surgical Tray not included. ENTRANCE TO THE SOUTH." + desc = "A standard UACM Medical Tent. This one comes equipped with advanced field surgery facilities. Unfold in a suitable location to maximize health gains. Surgical Tray not included. ENTRANCE TO THE SOUTH." template_preset = "tent_med" /obj/item/folded_tent/reqs - name = "folded USCM Requisitions Tent" + name = "folded UACM Requisitions Tent" icon_state = "req" - desc = "A standard USCM Requisitions Tent. Now, you can enjoy req line anywhere you go! Unfold in a suitable location to maximize resource distribution. ASRS not included. ENTRANCE TO THE SOUTH." + desc = "A standard UACM Requisitions Tent. Now, you can enjoy req line anywhere you go! Unfold in a suitable location to maximize resource distribution. ASRS not included. ENTRANCE TO THE SOUTH." template_preset = "tent_reqs" /obj/item/folded_tent/big - name = "folded USCM Big Tent" + name = "folded UACM Big Tent" icon_state = "big" - desc = "A standard USCM Tent. This one is just a bigger, general purpose version. Unfold in a suitable location for maximum FOB vibes. Mess Tech not included. ENTRANCE TO THE SOUTH." + desc = "A standard UACM Tent. This one is just a bigger, general purpose version. Unfold in a suitable location for maximum FOB vibes. Mess Tech not included. ENTRANCE TO THE SOUTH." template_preset = "tent_big" /obj/effect/overlay/temp/tent_deployment_error diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index 55711ba7ec..a74d2a44e1 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -21,6 +21,7 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE) /atom/movable/lighting_mask, //leave it alone //This is meant to fail extremely loud every single time it occurs in any environment in any context, and it falsely alarms when this unit test iterates it. Let's not spawn it in. /obj/merge_conflict_marker, + /obj/structure/xenosurge_spawner/, // Uses long timers and causes false positives ) //This turf existing is an error in and of itself ignore += typesof(/turf/baseturf_skipover) diff --git a/code/modules/vehicles/multitile/multitile.dm b/code/modules/vehicles/multitile/multitile.dm index 6a25d72e46..8921071af0 100644 --- a/code/modules/vehicles/multitile/multitile.dm +++ b/code/modules/vehicles/multitile/multitile.dm @@ -100,7 +100,7 @@ //revivable corpses slots var/revivable_dead_slots = 0 //Special roles categories slots. These allow to set specific roles in categories with their own slots. - //For example, (list(JOB_CREWMAN, JOB_UPP_CREWMAN) = 2) means that USCM and UPP crewman will always have 2 slots reserved for them. + //For example, (list(JOB_CREWMAN, JOB_UPP_CREWMAN) = 2) means that UACM and UPP crewman will always have 2 slots reserved for them. //Only first encounter of job will be checked for slots, so don't put job in more than one category. var/list/role_reserved_slots = list() diff --git a/code/modules/vehicles/tank/aev.dm b/code/modules/vehicles/tank/aev.dm index 3ce66b94f3..8514960c14 100644 --- a/code/modules/vehicles/tank/aev.dm +++ b/code/modules/vehicles/tank/aev.dm @@ -1,7 +1,7 @@ /obj/vehicle/multitile/tank/aev name = "M34E1 Armored Engineering Vehicle" desc = "A giant piece of armor with a plow, you know what to do. Entrance in the back." - desc_lore = "M34E1 is an extremely rare vehicle in the arsenal of USCMC that was developed after Operation Odolla Onslaught conducted by USS Stalwart forces against massive CLF insurrection. Being pinned down with improvised mortars and surrounded by IEDs, marines of 1/2 \"Iron Heads\" outfitted a Longstreet tank with improvised armor and mine plow, sending it unmanned into a minefield and allowing for a quick assault against enemy positions. MEUCOM took notice of this event, and after record-breaking 3 months of development and 10 million dollars of cost introduced M34E1 in limited numbers." + desc_lore = "M34E1 is an extremely rare vehicle in the arsenal of UACM that was developed after Operation Odolla Onslaught conducted by USS Stalwart forces against massive CLF insurrection. Being pinned down with improvised mortars and surrounded by IEDs, marines of 1/2 \"Iron Heads\" outfitted a Longstreet tank with improvised armor and mine plow, sending it unmanned into a minefield and allowing for a quick assault against enemy positions. MEUCOM took notice of this event, and after record-breaking 3 months of development and 10 million dollars of cost introduced M34E1 in limited numbers." icon_state = "aev_base" diff --git a/colonialmarines.dme b/colonialmarines.dme index d814088a41..ece3897f81 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -712,6 +712,8 @@ #include "code\game\area\almayer.dm" #include "code\game\area\areas.dm" #include "code\game\area\areas_event.dm" +#include "code\game\area\arrowhead.dm" +#include "code\game\area\arrowhead_new.dm" #include "code\game\area\BigRed.dm" #include "code\game\area\ChigusaShipyard.dm" #include "code\game\area\chinook.dm" @@ -975,6 +977,8 @@ #include "code\game\machinery\vending\vendor_types\crew\staff_officer_armory.dm" #include "code\game\machinery\vending\vendor_types\crew\synthetic.dm" #include "code\game\machinery\vending\vendor_types\crew\vehicle_crew.dm" +#include "code\game\machinery\vending\vendor_types\pve\pve_clothes.dm" +#include "code\game\machinery\vending\vendor_types\pve\pve_guns.dm" #include "code\game\machinery\vending\vendor_types\squad_prep\squad_engineer.dm" #include "code\game\machinery\vending\vendor_types\squad_prep\squad_leader.dm" #include "code\game\machinery\vending\vendor_types\squad_prep\squad_medic.dm" @@ -1065,6 +1069,7 @@ #include "code\game\objects\items\ore.dm" #include "code\game\objects\items\paint.dm" #include "code\game\objects\items\pamphlets.dm" +#include "code\game\objects\items\quest_items.dm" #include "code\game\objects\items\shards.dm" #include "code\game\objects\items\stock_parts.dm" #include "code\game\objects\items\trash.dm" @@ -1406,7 +1411,6 @@ #include "code\modules\admin\game_master\sound_panel.dm" #include "code\modules\admin\game_master\extra_buttons\fire_support_menu.dm" #include "code\modules\admin\game_master\extra_buttons\rappel_menu.dm" -#include "code\modules\admin\game_master\extra_buttons\rename_platoon.dm" #include "code\modules\admin\game_master\extra_buttons\toggle_ai_xeno_weeding.dm" #include "code\modules\admin\game_master\extra_buttons\toggle_join_xeno.dm" #include "code\modules\admin\game_master\extra_buttons\toggle_vehicle_blockers.dm" @@ -1424,6 +1428,7 @@ #include "code\modules\admin\player_panel\actions\physical.dm" #include "code\modules\admin\player_panel\actions\punish.dm" #include "code\modules\admin\player_panel\actions\transform.dm" +#include "code\modules\admin\PvE\spawner_control.dm" #include "code\modules\admin\tabs\admin_tab.dm" #include "code\modules\admin\tabs\debug_tab.dm" #include "code\modules\admin\tabs\event_tab.dm" @@ -1768,6 +1773,7 @@ #include "code\modules\gear_presets\wo.dm" #include "code\modules\gear_presets\wy.dm" #include "code\modules\gear_presets\wy_goons.dm" +#include "code\modules\gear_presets\xenosurge.dm" #include "code\modules\gear_presets\yautja.dm" #include "code\modules\gear_presets\survivors\misc.dm" #include "code\modules\gear_presets\survivors\survivors.dm" @@ -2256,6 +2262,7 @@ #include "code\modules\projectiles\magazines\shotguns.dm" #include "code\modules\projectiles\magazines\smgs.dm" #include "code\modules\projectiles\magazines\specialist.dm" +#include "code\modules\pve\spawner.dm" #include "code\modules\reagents\Chemistry-Colours.dm" #include "code\modules\reagents\Chemistry-Generator.dm" #include "code\modules\reagents\Chemistry-Holder.dm" @@ -2310,9 +2317,11 @@ #include "code\modules\shuttle\shuttle.dm" #include "code\modules\shuttle\shuttle_rotate.dm" #include "code\modules\shuttle\vehicle_elevator.dm" +#include "code\modules\shuttle\computers\arrowhead_new_elevator_control.dm" #include "code\modules\shuttle\computers\dropship_computer.dm" #include "code\modules\shuttle\computers\escape_pod_computer.dm" #include "code\modules\shuttle\computers\trijent_elevator_control.dm" +#include "code\modules\shuttle\shuttles\arrow_elevator.dm" #include "code\modules\shuttle\shuttles\dropship.dm" #include "code\modules\shuttle\shuttles\ert.dm" #include "code\modules\shuttle\shuttles\trijent_elevator.dm" diff --git a/icons/effects/missile_storm.dmi b/icons/effects/missile_storm.dmi new file mode 100644 index 0000000000..94478e0a0b Binary files /dev/null and b/icons/effects/missile_storm.dmi differ diff --git a/icons/effects/surge_hit_warning.dmi b/icons/effects/surge_hit_warning.dmi new file mode 100644 index 0000000000..91b17b247e Binary files /dev/null and b/icons/effects/surge_hit_warning.dmi differ diff --git a/icons/effects/surge_hit_warning_160.dmi b/icons/effects/surge_hit_warning_160.dmi new file mode 100644 index 0000000000..0e49df0be9 Binary files /dev/null and b/icons/effects/surge_hit_warning_160.dmi differ diff --git a/icons/effects/surge_hit_warning_64.dmi b/icons/effects/surge_hit_warning_64.dmi new file mode 100644 index 0000000000..1dc64efff5 Binary files /dev/null and b/icons/effects/surge_hit_warning_64.dmi differ diff --git a/icons/mob/xenos/Surge/surge_1.dmi b/icons/mob/xenos/Surge/surge_1.dmi new file mode 100644 index 0000000000..27e2def566 Binary files /dev/null and b/icons/mob/xenos/Surge/surge_1.dmi differ diff --git a/icons/mob/xenos/Surge/surge_2.dmi b/icons/mob/xenos/Surge/surge_2.dmi new file mode 100644 index 0000000000..eeaca1eb97 Binary files /dev/null and b/icons/mob/xenos/Surge/surge_2.dmi differ diff --git a/icons/mob/xenos/Surge/surge_3.dmi b/icons/mob/xenos/Surge/surge_3.dmi new file mode 100644 index 0000000000..e6ba2d5a0f Binary files /dev/null and b/icons/mob/xenos/Surge/surge_3.dmi differ diff --git a/icons/mob/xenos/Surge/veteran_ambusher_1.dmi b/icons/mob/xenos/Surge/veteran_ambusher_1.dmi new file mode 100644 index 0000000000..8db0a99735 Binary files /dev/null and b/icons/mob/xenos/Surge/veteran_ambusher_1.dmi differ diff --git a/icons/mob/xenos/Surge/veteran_ambusher_2.dmi b/icons/mob/xenos/Surge/veteran_ambusher_2.dmi new file mode 100644 index 0000000000..90def6b803 Binary files /dev/null and b/icons/mob/xenos/Surge/veteran_ambusher_2.dmi differ diff --git a/icons/mob/xenos/Surge/veteran_breaker_1.dmi b/icons/mob/xenos/Surge/veteran_breaker_1.dmi new file mode 100644 index 0000000000..453f7a0f91 Binary files /dev/null and b/icons/mob/xenos/Surge/veteran_breaker_1.dmi differ diff --git a/icons/mob/xenos/Surge/veteran_breaker_2.dmi b/icons/mob/xenos/Surge/veteran_breaker_2.dmi new file mode 100644 index 0000000000..d15cba2812 Binary files /dev/null and b/icons/mob/xenos/Surge/veteran_breaker_2.dmi differ diff --git a/icons/mob/xenos/Surge/veteran_pusher_1.dmi b/icons/mob/xenos/Surge/veteran_pusher_1.dmi new file mode 100644 index 0000000000..88d997a862 Binary files /dev/null and b/icons/mob/xenos/Surge/veteran_pusher_1.dmi differ diff --git a/icons/mob/xenos/Surge/veteran_pusher_2.dmi b/icons/mob/xenos/Surge/veteran_pusher_2.dmi new file mode 100644 index 0000000000..d0b7349679 Binary files /dev/null and b/icons/mob/xenos/Surge/veteran_pusher_2.dmi differ diff --git a/icons/obj/items/items.dmi b/icons/obj/items/items.dmi index 860acb3e34..c951e31444 100644 Binary files a/icons/obj/items/items.dmi and b/icons/obj/items/items.dmi differ diff --git a/icons/obj/items/questitems.dmi b/icons/obj/items/questitems.dmi new file mode 100644 index 0000000000..570ce7b5f7 Binary files /dev/null and b/icons/obj/items/questitems.dmi differ diff --git a/icons/obj/items/syringe.dmi b/icons/obj/items/syringe.dmi index d54123a898..548ad017e2 100644 Binary files a/icons/obj/items/syringe.dmi and b/icons/obj/items/syringe.dmi differ diff --git a/map_config/maps.txt b/map_config/maps.txt index 5a4f1a0884..038f845e78 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -26,39 +26,30 @@ map prison_station_fop endmap map fiorina_sciannex - minplayers 130 endmap map corsat - minplayers 130 - voteweight 0 endmap map desert_dam - minplayers 130 endmap map ice_colony_v1 - minplayers 130 endmap map ice_colony_v2 - minplayers 130 endmap map shivas_snowball - voteweight 0 endmap map kutjevo endmap map sorokyne_strata - minplayers 130 endmap map lv522_chances_claim - minplayers 130 endmap map new_varadero diff --git a/map_config/shipmaps.txt b/map_config/shipmaps.txt index fd7e4a932e..93b4cf92b0 100644 --- a/map_config/shipmaps.txt +++ b/map_config/shipmaps.txt @@ -17,14 +17,25 @@ map almayer endmap map golden_arrow - default + disabled endmap map chapaev + disabled endmap map rover + disabled endmap map golden_arrow_classic -endmap \ No newline at end of file + disabled +endmap + +map arrowhead + disabled +endmap + +map arrowhead_new + default +endmap diff --git a/maps/arrowhead.json b/maps/arrowhead.json new file mode 100644 index 0000000000..3f2145d38c --- /dev/null +++ b/maps/arrowhead.json @@ -0,0 +1,8 @@ +{ + "map_name": "UAS Arrowhead", + "map_path": "map_files/UAS_Arrowhead", + "map_file": "UAS_Arrowhead.dmm", + "webmap_url": "UASArrowhead", + "traits": [{"Marine Main Ship": true}], + "nightmare_path": "maps/Nightmare/maps/UAS_Arrowhead/" +} \ No newline at end of file diff --git a/maps/arrowhead_new.json b/maps/arrowhead_new.json new file mode 100644 index 0000000000..17041024b9 --- /dev/null +++ b/maps/arrowhead_new.json @@ -0,0 +1,8 @@ +{ + "map_name": "UAS Arrowhead", + "map_path": "map_files/UAS_Arrowhead_NEW", + "map_file": "UAS_Arrowhead_NEW.dmm", + "webmap_url": "UASArrowhead_NEW", + "traits": [{"Marine Main Ship": true}], + "nightmare_path": "maps/Nightmare/maps/UAS_Arrowhead_NEW/" +} diff --git a/maps/lv522_chances_claim.json b/maps/lv522_chances_claim.json index 4e050d2aa9..69060acbbe 100644 --- a/maps/lv522_chances_claim.json +++ b/maps/lv522_chances_claim.json @@ -22,8 +22,8 @@ 580, 0.0 ], - "survivor_message": "You are USCM Force Reconnaissance (FORECON) marine from the USS Hanyut, stranded on this planet after your team was wiped out while investigating the distress signal. With your pilot dead along with the majority of your unit, you and your team have been running and gunning to survive... but with supplies low and food running out maybe your only means of survival is to move west to the crashed dropship to salvage anything useful.", - "announce_text": "Pan-Pan. This is the commanding officer of the USS Hanyut, USCMC FORECON. We are currently grounded on planet LV-522 in the immediate area of Chance's Claim. We are unable to contact the Hanyut and our dropships are unable to take off at this time. We are requesting assistance from any nearby vessels; this broadcast is set to repeat every 24 hours.", + "survivor_message": "You are UACM Force Reconnaissance (FORECON) marine from the USS Hanyut, stranded on this planet after your team was wiped out while investigating the distress signal. With your pilot dead along with the majority of your unit, you and your team have been running and gunning to survive... but with supplies low and food running out maybe your only means of survival is to move west to the crashed dropship to salvage anything useful.", + "announce_text": "Pan-Pan. This is the commanding officer of the USS Hanyut, UACM FORECON. We are currently grounded on planet LV-522 in the immediate area of Chance's Claim. We are unable to contact the Hanyut and our dropships are unable to take off at this time. We are requesting assistance from any nearby vessels; this broadcast is set to repeat every 24 hours.", "map_item_type": "/obj/item/map/lv522_map", "monkey_types": [ "neaera", diff --git a/maps/map_files/BigRed/BigRed.dmm b/maps/map_files/BigRed/BigRed.dmm index c1ff18c9fa..09b78527d3 100644 --- a/maps/map_files/BigRed/BigRed.dmm +++ b/maps/map_files/BigRed/BigRed.dmm @@ -29378,7 +29378,7 @@ "jbU" = ( /obj/effect/decal/cleanable/blood{ base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on UACM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; icon = 'icons/obj/items/weapons/grenade.dmi'; icon_state = "grenade_custom"; name = "M55C Teargas grenade" @@ -33225,7 +33225,7 @@ "oIc" = ( /obj/effect/decal/cleanable/blood{ base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on UACM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; icon = 'icons/obj/items/weapons/grenade.dmi'; icon_state = "grenade_custom"; name = "M55C Teargas grenade" @@ -33671,7 +33671,7 @@ "pmN" = ( /obj/effect/decal/cleanable/blood{ base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on UACM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; icon = 'icons/obj/items/weapons/grenade.dmi'; icon_state = "grenade_custom"; name = "M55C Teargas grenade" @@ -35751,7 +35751,7 @@ "sqc" = ( /obj/effect/decal/cleanable/blood{ base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on UACM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; icon = 'icons/obj/items/weapons/grenade.dmi'; icon_state = "grenade_custom"; name = "M55C Teargas grenade" diff --git a/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm b/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm index 633a79f6ac..4dbdca55a4 100644 --- a/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm +++ b/maps/map_files/BigRed/sprinkles/20.etatunnel_open.dmm @@ -414,7 +414,7 @@ }, /obj/effect/decal/cleanable/blood{ base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on UACM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; icon = 'icons/obj/items/weapons/grenade.dmi'; icon_state = "grenade_custom"; name = "M55C Teargas grenade" @@ -496,7 +496,7 @@ "Tm" = ( /obj/effect/decal/cleanable/blood{ base_icon = 'icons/obj/items/weapons/grenade.dmi'; - desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on USCM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; + desc = "An expended M55C tear gas grenade that was used for nonlethal riot control. These used to be used on UACM ships until they found out that marines are already used to teargas so the U.S.S Re-education made a better model through 'extensive trials' that works on marines, which is now the M66 used by MPs today. Being now utterly useless to marines and phased out by the M66, M55Cs were spread around the colonies across the UA galaxy like salt to be used on poor colonists instead."; icon = 'icons/obj/items/weapons/grenade.dmi'; icon_state = "grenade_custom"; name = "M55C Teargas grenade" diff --git a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm index 30e6a6d7ba..2b4d888279 100644 --- a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm +++ b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm @@ -2325,9 +2325,11 @@ }, /area/prison/research/secret/containment) "afH" = ( -/obj/effect/alien/weeds/node, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison, -/area/prison/cellblock/highsec/south/north) +/area/prison/hallway/east) "afI" = ( /turf/open/floor/prison{ dir = 4; @@ -5292,6 +5294,9 @@ dir = 4 }, /obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/plating, /area/prison/cellblock/maxsec/south) "aoi" = ( @@ -10109,6 +10114,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ name = "Maximum-Security Wing" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, /turf/open/floor/prison{ dir = 10; icon_state = "darkredfull2" @@ -10117,6 +10125,9 @@ "aBN" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, /turf/open/floor/prison{ dir = 10; icon_state = "darkredfull2" @@ -11285,7 +11296,6 @@ /area/prison/residential/north) "aFi" = ( /obj/structure/pipes/vents/scrubber, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /turf/open/floor/prison{ dir = 10; icon_state = "bright_clean2" @@ -11866,6 +11876,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ name = "Chapel" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, /turf/open/floor/prison{ dir = 10; icon_state = "bright_clean" @@ -13064,6 +13077,9 @@ /area/prison/cellblock/highsec/north/south) "aKy" = ( /obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/plating, /area/prison/security/checkpoint/highsec/n) "aKz" = ( @@ -14006,6 +14022,9 @@ dir = 2; name = "North High-Security Cellblock" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ dir = 10 }, @@ -15114,6 +15133,7 @@ pixel_x = -24; start_charge = 0 }, +/obj/structure/machinery/door/poddoor/admin_shutters, /turf/open/floor/prison{ dir = 8; icon_state = "green" @@ -16016,6 +16036,7 @@ /area/prison/hallway/central/north) "aTt" = ( /obj/structure/surface/table/reinforced, +/obj/item/quest_item/disk, /turf/open/floor/prison{ dir = 4; icon_state = "blue" @@ -16098,6 +16119,7 @@ dir = 2 }, /obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters, /turf/open/floor/prison, /area/prison/canteen) "aTH" = ( @@ -18670,7 +18692,6 @@ /turf/open/floor/prison, /area/prison/residential/central) "bbk" = ( -/obj/effect/alien/weeds/node, /turf/open/floor/prison{ dir = 4; icon_state = "blue" @@ -19617,6 +19638,7 @@ }, /area/prison/hallway/central/east) "bec" = ( +/obj/structure/machinery/door/poddoor/admin_shutters, /turf/open/floor/prison, /area/prison/canteen) "bed" = ( @@ -20111,6 +20133,7 @@ /area/prison/yard) "bfC" = ( /obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters, /turf/open/floor/plating, /area/prison/canteen) "bfD" = ( @@ -20136,6 +20159,7 @@ dir = 2; name = "Canteen" }, +/obj/structure/machinery/door/poddoor/admin_shutters, /turf/open/floor/prison, /area/prison/canteen) "bfG" = ( @@ -21219,6 +21243,9 @@ dir = 2; name = "Storage" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison, /area/prison/storage/vip) "biq" = ( @@ -21963,13 +21990,6 @@ icon_state = "whitegreenfull" }, /area/prison/residential/central) -"bkD" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - dir = 10; - icon_state = "sterile_white" - }, -/area/prison/residential/central) "bkG" = ( /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/prison{ @@ -21992,6 +22012,9 @@ dir = 4; name = "Civilian Residences Emergency Access" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/plating, /area/prison/security/monitoring/highsec) "bkJ" = ( @@ -22336,6 +22359,9 @@ dir = 4; name = "Civilian Residences Emergency Access" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/plating, /area/prison/security/monitoring/highsec) "blR" = ( @@ -22454,6 +22480,9 @@ dir = 2; name = "VIP Cellblock / Civilian Residences Access" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ icon_state = "bluefull" }, @@ -23684,12 +23713,14 @@ }, /area/prison/hanger/main) "bpL" = ( -/obj/effect/alien/weeds/node, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, /turf/open/floor/prison{ - dir = 8; - icon_state = "green" + dir = 10; + icon_state = "bright_clean" }, -/area/prison/monorail/west) +/area/prison/medbay/foyer) "bpM" = ( /turf/open/floor/prison{ dir = 9; @@ -24627,6 +24658,9 @@ /obj/structure/barricade/handrail/type_b{ dir = 4 }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ icon_state = "redfull" }, @@ -25997,6 +26031,9 @@ dir = 2; name = "Hangar-Barracks Maintenance" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/plating, /area/prison/hanger/main) "bwQ" = ( @@ -26161,6 +26198,9 @@ /obj/structure/platform{ dir = 1 }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ dir = 10; icon_state = "sterile_white" @@ -26773,6 +26813,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ name = "East Hallway" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "bright_clean" @@ -26809,6 +26852,9 @@ /obj/structure/machinery/door/airlock/almayer/security/colony{ name = "Main Hangar Traffic Control" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison, /area/prison/security/checkpoint/hangar) "bzL" = ( @@ -28145,6 +28191,9 @@ dir = 2; name = "East Hallway" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison, /area/prison/hallway/east) "bDL" = ( @@ -28233,6 +28282,9 @@ dir = 2; req_access = null }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "bright_clean" @@ -28246,15 +28298,13 @@ }, /area/prison/hallway/east) "bDW" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/prison{ - dir = 4; - icon_state = "yellow" + dir = 10 }, -/area/prison/cellblock/mediumsec/south) +/area/prison/security/checkpoint/highsec/n) "bDX" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -28579,7 +28629,6 @@ /area/prison/cellblock/highsec/south/north) "bEV" = ( /obj/structure/pipes/vents/scrubber, -/obj/effect/alien/weeds/node, /turf/open/floor/prison{ dir = 1; icon_state = "red" @@ -28817,6 +28866,9 @@ }, /area/prison/cellblock/lowsec/se) "bFD" = ( +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ icon_state = "rampbottom" }, @@ -28824,6 +28876,9 @@ "bFE" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ icon_state = "rampbottom" }, @@ -28834,6 +28889,9 @@ name = "Telecommunications" }, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "bright_clean" @@ -29083,6 +29141,9 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison, /area/prison/security/checkpoint/highsec/s) "bGw" = ( @@ -29437,6 +29498,9 @@ dir = 2; name = "South High-Security Cellblock" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison, /area/prison/security/checkpoint/highsec/s) "bHy" = ( @@ -29559,6 +29623,9 @@ /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison, /area/prison/hallway/east) "bHQ" = ( @@ -30994,6 +31061,9 @@ /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, /turf/open/floor/plating, /area/prison/laundry) "bMk" = ( @@ -31024,6 +31094,9 @@ /turf/open/floor/plating, /area/prison/security) "bMr" = ( +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 1; icon_state = "rampbottom" @@ -31032,6 +31105,9 @@ "bMs" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 1; icon_state = "rampbottom" @@ -31382,6 +31458,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ locked = 0 }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ icon_state = "damaged3" }, @@ -31389,6 +31468,9 @@ "bNu" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ icon_state = "damaged2" }, @@ -32770,7 +32852,9 @@ /obj/structure/machinery/alarm/almayer{ dir = 1 }, -/turf/closed/wall/resin, +/turf/open/floor/prison{ + dir = 10 + }, /area/prison/cellblock/highsec/south/north) "bSd" = ( /obj/effect/landmark/corpsespawner/prison_security, @@ -33735,6 +33819,9 @@ dir = 4; name = "Civilian Residences Emergency Access" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/plating, /area/prison/maintenance/residential/access/south) "bUZ" = ( @@ -34313,6 +34400,9 @@ dir = 4; name = "Civilian Residences Emergency Access" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/plating, /area/prison/maintenance/residential/access/south) "bWF" = ( @@ -34957,7 +35047,6 @@ /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 4 }, -/obj/effect/alien/weeds/node, /turf/open/floor/prison{ dir = 10 }, @@ -36332,6 +36421,9 @@ /area/prison/cellblock/highsec/south/south) "cdr" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/plating, /area/prison/cellblock/highsec/south/south) "cds" = ( @@ -37651,6 +37743,9 @@ /area/prison/security/head) "chx" = ( /obj/effect/decal/cleanable/blood, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/plating, /area/prison/storage/medsec) "chy" = ( @@ -41580,7 +41675,6 @@ /obj/structure/pipes/vents/pump{ dir = 4 }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/prison{ dir = 8; icon_state = "yellow" @@ -43242,6 +43336,9 @@ dir = 4 }, /obj/structure/barricade/handrail/type_b, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ icon_state = "redfull" }, @@ -43314,6 +43411,7 @@ /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2 }, +/obj/structure/machinery/door/poddoor/admin_shutters, /turf/open/floor/prison, /area/prison/canteen) "cWx" = ( @@ -43408,11 +43506,6 @@ }, /turf/open/floor/carpet, /area/prison/residential/north) -"djE" = ( -/obj/structure/flora/bush/ausbushes/var3/ywflowers, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/organic/grass, -/area/prison/residential/south) "djN" = ( /obj/structure/girder, /turf/open/floor/plating, @@ -43773,15 +43866,13 @@ dir = 2; name = "High-Security Monitoring" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ icon_state = "floor_plate" }, /area/prison/cellblock/highsec/south/south) -"eEq" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/alien/weeds/node, -/turf/open/floor/plating, -/area/prison/maintenance/residential/ne) "eFu" = ( /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 1 @@ -43792,13 +43883,6 @@ /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/wood, /area/prison/residential/north) -"eHA" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison{ - dir = 1; - icon_state = "yellow" - }, -/area/prison/cellblock/mediumsec/south) "eKr" = ( /turf/open/floor/plating, /area/prison/storage/medsec) @@ -43813,7 +43897,6 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 6 }, -/obj/effect/alien/weeds/node, /turf/open/floor/plating, /area/prison/maintenance/residential/se) "eLV" = ( @@ -43833,18 +43916,11 @@ /area/prison/telecomms) "eNJ" = ( /obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/plating, /area/prison/security/checkpoint/highsec/s) -"eOw" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - dir = 4; - icon_state = "red" - }, -/area/prison/cellblock/highsec/south/north) "ePO" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, @@ -43896,12 +43972,15 @@ /area/prison/cellblock/highsec/north/south) "eXA" = ( /obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/mineral_door/resin, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ - dir = 4; - icon_state = "red" + dir = 10; + icon_state = "bright_clean" }, -/area/prison/cellblock/highsec/south/north) +/area/prison/hallway/east) "eYV" = ( /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 1 @@ -43941,13 +44020,6 @@ icon_state = "darkpurplefull2" }, /area/prison/quarters/research) -"fhc" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/plating, -/area/prison/maintenance/residential/sw) "fkk" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -44141,16 +44213,14 @@ icon_state = "redfull" }, /area/prison/hallway/central/west) -"fRC" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/mineral_door/resin, -/turf/open/floor/prison{ - icon_state = "redcorner" - }, -/area/prison/cellblock/highsec/south/north) "fUs" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/prison/security/monitoring/lowsec/ne) +"fVz" = ( +/obj/structure/surface/table/woodentable, +/obj/item/quest_item/disk, +/turf/open/floor/wood, +/area/prison/residential/north) "fXQ" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/prison/hallway/central/north) @@ -44158,13 +44228,6 @@ /obj/effect/landmark/crap_item, /turf/open/floor/plating/plating_catwalk/prison, /area/prison/hallway/central/south) -"gas" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/plating, -/area/prison/maintenance/residential/nw) "gbI" = ( /turf/open/floor/prison{ dir = 8; @@ -44492,20 +44555,14 @@ icon_state = "cell_stripe" }, /area/prison/cellblock/mediumsec/west) -"gQP" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - dir = 10; - icon_state = "bright_clean2" - }, -/area/prison/residential/north) "gRU" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 }, -/obj/effect/alien/weeds/node, -/turf/open/floor/plating, -/area/prison/maintenance/residential/ne) +/turf/open/floor/prison{ + icon_state = "bluefull" + }, +/area/prison/security/checkpoint/vip) "gSg" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -44574,6 +44631,13 @@ icon_state = "bright_clean" }, /area/prison/canteen) +"hkg" = ( +/obj/structure/machinery/door/poddoor/admin_shutters, +/turf/open/floor/prison{ + dir = 8; + icon_state = "green" + }, +/area/prison/hallway/staff) "hlO" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -44654,6 +44718,13 @@ /obj/effect/landmark/static_comms/net_one, /turf/open/floor/prison, /area/prison/telecomms) +"hyk" = ( +/obj/structure/machinery/door/poddoor/admin_shutters, +/turf/open/floor/prison{ + dir = 4; + icon_state = "green" + }, +/area/prison/hallway/staff) "hyp" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -44672,6 +44743,9 @@ /area/prison/cellblock/mediumsec/east) "hyX" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "damaged2" @@ -44697,16 +44771,6 @@ icon_state = "darkpurple2" }, /area/prison/hanger/research) -"hBf" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/mineral_door/resin, -/turf/open/floor/prison{ - dir = 8; - icon_state = "red" - }, -/area/prison/cellblock/highsec/south/north) "hCM" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -44730,7 +44794,6 @@ /area/prison/canteen) "hFD" = ( /obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/alien/weeds/node, /turf/open/floor/prison{ dir = 1; icon_state = "rampbottom" @@ -44747,14 +44810,14 @@ }, /area/prison/residential/north) "hHy" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/xeno_spawn, /turf/open/floor/prison{ - dir = 8; - icon_state = "yellow" + icon_state = "floor_plate" }, -/area/prison/cellblock/mediumsec/south) +/area/prison/cellblock/highsec/south/north) "hHP" = ( /obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters, /turf/open/floor/prison{ icon_state = "greenfull" }, @@ -44767,7 +44830,6 @@ }, /area/prison/cellblock/lowsec/nw) "hKp" = ( -/obj/effect/alien/weeds/node, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 4 }, @@ -44786,11 +44848,12 @@ }, /area/prison/cellblock/highsec/south/north) "hMP" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - icon_state = "floor_plate" +/obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 }, -/area/prison/cellblock/highsec/south/north) +/turf/open/floor/plating, +/area/prison/security/checkpoint/vip) "hND" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -44808,15 +44871,6 @@ icon_state = "floor_plate" }, /area/prison/cellblock/lowsec/nw) -"hNY" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/mineral_door/resin, -/turf/open/floor/prison{ - dir = 10 - }, -/area/prison/cellblock/highsec/south/north) "hOy" = ( /obj/structure/surface/table/reinforced{ dir = 8; @@ -44859,11 +44913,14 @@ /turf/open/floor/wood, /area/prison/recreation/staff) "hSK" = ( -/obj/structure/mineral_door/resin, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ - dir = 10 + dir = 10; + icon_state = "bright_clean" }, -/area/prison/cellblock/highsec/south/north) +/area/prison/hallway/east) "hTe" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4; @@ -44871,15 +44928,6 @@ }, /turf/open/floor/plating, /area/prison/cellblock/mediumsec/east) -"hUe" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/prison/residential/south) "hUO" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -45141,11 +45189,6 @@ icon_state = "cell_stripe" }, /area/prison/telecomms) -"iGo" = ( -/obj/structure/flora/bush/ausbushes/ppflowers, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/organic/grass, -/area/prison/residential/north) "iGI" = ( /obj/structure/bed/chair/comfy{ dir = 8 @@ -45245,15 +45288,6 @@ icon_state = "darkyellow2" }, /area/prison/telecomms) -"iYD" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/prison/residential/north) "jan" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -45428,13 +45462,6 @@ icon_state = "darkpurple2" }, /area/prison/hanger/research) -"jtk" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - dir = 8; - icon_state = "red" - }, -/area/prison/cellblock/highsec/south/north) "juy" = ( /turf/open/floor/prison{ dir = 1; @@ -45661,13 +45688,6 @@ icon_state = "bright_clean" }, /area/prison/canteen) -"kdI" = ( -/obj/structure/mineral_door/resin, -/turf/open/floor/prison{ - dir = 8; - icon_state = "redcorner" - }, -/area/prison/cellblock/highsec/south/north) "kep" = ( /obj/structure/surface/rack, /obj/item/reagent_container/food/snacks/boiledspagetti, @@ -45789,13 +45809,6 @@ icon_state = "floor_plate" }, /area/prison/cellblock/mediumsec/east) -"kue" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/prison/residential/north) "kyS" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/prison, @@ -46036,6 +46049,9 @@ }, /area/prison/cellblock/mediumsec/east) "ltv" = ( +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "damaged2" @@ -46091,11 +46107,6 @@ icon_state = "blue" }, /area/prison/cellblock/protective) -"lCQ" = ( -/obj/structure/flora/bush/ausbushes/var3/ywflowers, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/organic/grass, -/area/prison/residential/north) "lDd" = ( /obj/structure/machinery/door/poddoor/shutters/almayer{ density = 0; @@ -46159,6 +46170,12 @@ icon_state = "darkred2" }, /area/prison/security/checkpoint/highsec_medsec) +"lNU" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters, +/turf/open/floor/plating/plating_catwalk/prison, +/area/prison/hallway/staff) "lQK" = ( /obj/item/trash/c_tube, /turf/open/floor/plating, @@ -46280,6 +46297,11 @@ icon_state = "asteroid" }, /area/prison/residential/north) +"mky" = ( +/obj/structure/surface/table/woodentable, +/obj/item/quest_item/disk, +/turf/open/floor/wood, +/area/prison/residential/south) "mpg" = ( /obj/structure/closet/gmcloset, /turf/open/floor/plating, @@ -46482,12 +46504,6 @@ }, /turf/open/floor/carpet, /area/prison/residential/south) -"mSQ" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison{ - dir = 10 - }, -/area/prison/cellblock/highsec/south/north) "mVf" = ( /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/prison{ @@ -46625,13 +46641,6 @@ icon_state = "sterile_white" }, /area/prison/residential/central) -"npb" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - dir = 10; - icon_state = "bright_clean2" - }, -/area/prison/residential/south) "nsx" = ( /turf/closed/wall/prison, /area/prison/kitchen) @@ -46676,7 +46685,6 @@ /turf/open/floor/grass, /area/prison/residential/south) "nFQ" = ( -/obj/effect/alien/weeds/node, /obj/structure/sign/poster{ icon_state = "poster14"; pixel_x = -32 @@ -46694,11 +46702,6 @@ icon_state = "floor_plate" }, /area/prison/cellblock/highsec/south/north) -"nGR" = ( -/obj/structure/flora/bush/ausbushes/ppflowers, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/organic/grass, -/area/prison/residential/south) "nIx" = ( /obj/structure/machinery/power/apc{ dir = 1; @@ -46726,6 +46729,9 @@ "nJw" = ( /obj/structure/disposalpipe/segment, /obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, /turf/open/floor/plating, /area/prison/medbay/foyer) "nKg" = ( @@ -46770,13 +46776,6 @@ }, /turf/open/organic/grass, /area/prison/residential/north) -"nNc" = ( -/obj/structure/pipes/standard/manifold/fourway/hidden/supply, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/prison/residential/south) "nPN" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, @@ -46829,6 +46828,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ name = "Low-Security" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "bright_clean" @@ -46872,14 +46874,6 @@ icon_state = "floor_plate" }, /area/prison/cellblock/lowsec/nw) -"obV" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison{ - dir = 4; - icon_state = "yellow" - }, -/area/prison/cellblock/mediumsec/south) "ocS" = ( /obj/structure/platform_decoration{ dir = 4 @@ -46912,13 +46906,12 @@ /turf/open/floor/prison, /area/prison/storage/medsec) "old" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison{ - dir = 8; - icon_state = "yellow" +/obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 }, -/area/prison/cellblock/mediumsec/south) +/turf/open/floor/plating, +/area/prison/hallway/east) "omn" = ( /obj/structure/surface/table/reinforced, /obj/structure/disposalpipe/segment, @@ -46995,12 +46988,12 @@ }, /area/prison/cellblock/mediumsec/north) "oud" = ( -/obj/structure/mineral_door/resin, -/turf/open/floor/prison{ - dir = 8; - icon_state = "red" +/obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 }, -/area/prison/cellblock/highsec/south/north) +/turf/open/floor/plating, +/area/prison/hallway/central/south) "ovc" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -47022,6 +47015,9 @@ "oxT" = ( /obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ dir = 10; icon_state = "damaged2" @@ -47056,16 +47052,6 @@ /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/floor/plating/plating_catwalk/prison, /area/prison/hallway/central/south) -"oCD" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison{ - dir = 10; - icon_state = "bright_clean2" - }, -/area/prison/residential/north) "oDn" = ( /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 8 @@ -47091,14 +47077,14 @@ }, /area/prison/canteen) "oHs" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 }, -/obj/effect/alien/weeds/node, /turf/open/floor/prison{ - icon_state = "floor_plate" + dir = 10; + icon_state = "bright_clean" }, -/area/prison/cellblock/highsec/south/north) +/area/prison/chapel) "oIj" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -47389,13 +47375,6 @@ icon_state = "floor_plate" }, /area/prison/hallway/entrance) -"prF" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - dir = 8; - icon_state = "red" - }, -/area/prison/cellblock/highsec/south/south) "ptn" = ( /obj/item/device/radio/headset, /turf/open/floor/prison, @@ -47409,6 +47388,9 @@ dir = 2 }, /obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/plating, /area/prison/cellblock/mediumsec/west) "pvG" = ( @@ -47517,15 +47499,6 @@ /obj/structure/window/framed/prison/reinforced/hull, /turf/open/floor/plating, /area/prison/hallway/central/west) -"pPF" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/prison{ - dir = 10 - }, -/area/prison/cellblock/highsec/south/north) "pSO" = ( /obj/item/shard, /obj/item/stack/rods, @@ -47569,7 +47542,6 @@ /area/prison/cellblock/mediumsec/east) "qai" = ( /obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/alien/weeds/node, /turf/open/floor/prison{ icon_state = "rampbottom" }, @@ -47632,16 +47604,6 @@ icon_state = "sterile_white" }, /area/prison/residential/central) -"qla" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison{ - dir = 10; - icon_state = "bright_clean2" - }, -/area/prison/residential/south) "qlh" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -47710,6 +47672,9 @@ /obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ name = "Infirmary" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, /turf/open/floor/prison{ dir = 10; icon_state = "bright_clean" @@ -47809,6 +47774,14 @@ icon_state = "bright_clean" }, /area/prison/canteen) +"rbq" = ( +/obj/structure/surface/table/reinforced, +/obj/item/quest_item/disk, +/turf/open/floor/prison{ + dir = 10; + icon_state = "sterile_white" + }, +/area/prison/research/secret/testing) "rdD" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -47876,13 +47849,6 @@ icon_state = "darkred2" }, /area/prison/cellblock/mediumsec/east) -"rsG" = ( -/obj/structure/pipes/standard/manifold/hidden/supply, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/prison/residential/south) "rtS" = ( /obj/structure/closet, /obj/item/book/manual/medical_diagnostics_manual, @@ -47919,15 +47885,6 @@ icon_state = "bright_clean2" }, /area/prison/hallway/central/north) -"rxG" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison{ - icon_state = "yellow" - }, -/area/prison/cellblock/mediumsec/south) "rDG" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/dirt, @@ -47980,6 +47937,9 @@ }, /obj/structure/surface/rack, /obj/item/tank/air, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ icon_state = "redfull" }, @@ -48076,9 +48036,12 @@ /turf/open/floor/plating, /area/prison/maintenance/residential/sw) "soD" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/plating/plating_catwalk/prison, -/area/prison/cellblock/mediumsec/south) +/obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 + }, +/turf/open/floor/plating, +/area/prison/medbay/foyer) "spV" = ( /obj/structure/machinery/light{ dir = 1 @@ -48094,14 +48057,6 @@ }, /turf/open/floor/prison, /area/prison/security/monitoring/highsec) -"srr" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - dir = 4; - icon_state = "red" - }, -/area/prison/cellblock/highsec/south/north) "ssB" = ( /obj/structure/window_frame/colony/reinforced, /turf/open/floor/plating, @@ -48166,13 +48121,6 @@ icon_state = "bright_clean" }, /area/prison/canteen) -"sGc" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/prison{ - dir = 4; - icon_state = "yellow" - }, -/area/prison/cellblock/mediumsec/south) "sGB" = ( /obj/structure/bed/chair, /obj/structure/machinery/light{ @@ -48256,8 +48204,12 @@ }, /area/prison/security/checkpoint/maxsec) "sTy" = ( -/turf/closed/wall/resin, -/area/prison/cellblock/highsec/south/north) +/obj/structure/window/framed/prison, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, +/turf/open/floor/plating, +/area/prison/security/monitoring/highsec) "sUB" = ( /turf/open/floor/prison, /area/prison/cellblock/mediumsec/north) @@ -48406,6 +48358,9 @@ icon_state = "p_stair_full" }, /obj/structure/platform, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ dir = 10; icon_state = "sterile_white" @@ -48477,13 +48432,6 @@ icon_state = "darkpurple2" }, /area/prison/hanger/research) -"tAi" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/prison/residential/south) "tAI" = ( /obj/effect/landmark/railgun_camera_pos, /turf/open/floor/plating, @@ -48503,13 +48451,15 @@ /area/prison/security/checkpoint/maxsec) "tFq" = ( /obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/alien/weeds/node, -/obj/structure/mineral_door/resin, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ - dir = 4; - icon_state = "red" + dir = 10; + icon_state = "bright_clean" }, -/area/prison/cellblock/highsec/south/north) +/area/prison/hallway/central/south) "tFH" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, @@ -48653,14 +48603,12 @@ }, /area/prison/recreation/highsec/s) "ugC" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - icon_state = "red" +/obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 }, -/area/prison/cellblock/highsec/south/north) +/turf/open/floor/plating, +/area/prison/security/checkpoint/medsec) "uhE" = ( /obj/effect/decal/cleanable/blood, /obj/effect/landmark/corpsespawner/prison_security, @@ -48813,14 +48761,6 @@ /obj/structure/largecrate/random/secure, /turf/open/floor/plating, /area/prison/cellblock/mediumsec/south) -"uJC" = ( -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/effect/alien/weeds/node, -/turf/open/floor/prison{ - dir = 8; - icon_state = "green" - }, -/area/prison/monorail/west) "uJE" = ( /obj/item/handset, /obj/structure/surface/table/reinforced, @@ -48869,14 +48809,12 @@ }, /area/prison/cellblock/protective) "uOY" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - icon_state = "sterile_white" +/obj/structure/window/framed/prison/reinforced, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 2 }, -/area/prison/residential/south) +/turf/open/floor/plating, +/area/prison/security/checkpoint/maxsec) "uQt" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, @@ -49174,7 +49112,9 @@ /obj/structure/machinery/light{ dir = 1 }, -/turf/closed/wall/resin, +/turf/open/floor/prison{ + dir = 10 + }, /area/prison/cellblock/highsec/south/north) "vQn" = ( /obj/structure/largecrate/random/barrel, @@ -49564,6 +49504,9 @@ dir = 2; name = "High-Security Monitoring" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 10 + }, /turf/open/floor/prison{ icon_state = "floor_plate" }, @@ -49577,15 +49520,6 @@ icon_state = "yellow" }, /area/prison/cellblock/mediumsec/west) -"xCv" = ( -/obj/structure/pipes/standard/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/prison/residential/south) "xCG" = ( /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 @@ -49660,13 +49594,6 @@ icon_state = "rampbottom" }, /area/prison/hallway/east) -"xVE" = ( -/obj/structure/pipes/standard/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/plating, -/area/prison/maintenance/residential/se) "xVH" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -49684,6 +49611,9 @@ dir = 4; icon_state = "p_stair_full" }, +/obj/structure/machinery/door/poddoor/admin_shutters{ + shutter_group = 4 + }, /turf/open/floor/prison{ dir = 10; icon_state = "sterile_white" @@ -54699,7 +54629,7 @@ aAO aAO aAO avm -aKj +fVz awi aut avN @@ -54786,7 +54716,7 @@ cct bGU bJA bIf -bGR +mky bGQ aAO aAO @@ -55344,8 +55274,8 @@ awI awI avN azG -oCD -gQP +aHH +azI azI azI azI @@ -55412,8 +55342,8 @@ bLU bCb bCb bCb -npb -qla +bCb +bLU bUP bGU bLL @@ -55996,7 +55926,7 @@ avN avN avN aQS -gas +aSb aQS aRT aWr @@ -56033,7 +55963,7 @@ aWr aWr aWr bxf -fhc +bBn hmU bGU bGU @@ -57046,15 +56976,15 @@ aDD aFh aGx azI -gQP +azI azI azI aRc -gQP azI azI azI -gQP +azI +azI azI aHH azI @@ -57095,15 +57025,15 @@ aWv bCb bLU bCb -npb +bCb bER bCb bEW -npb bCb bCb bCb -npb +bCb +bCb bCb bMR bCb @@ -57256,15 +57186,15 @@ aDE fkx avN aFg -iYD +aGw +aHK +aHK aHK aHK aHK -kue aHK aHK aHK -kue aHK aHK aHK @@ -57305,19 +57235,19 @@ aWw aWw aWw bCc -nNc +bES bCc bCc bES -tAi bCc bCc bCc -tAi bCc bCc bCc -rsG +bCc +bCc +bMS bOR bGU ooE @@ -57470,15 +57400,15 @@ aDD aFh aGx azI -gQP azI azI azI -gQP azI azI azI -gQP +azI +azI +azI mpt aHH azI @@ -57519,15 +57449,15 @@ aWv bCb bLU bCb -npb +bCb bET bCb bCb -npb bCb bCb bCb -npb +bCb +bCb bCb bMT bOS @@ -57904,7 +57834,7 @@ aMV aOF aRU aSR -gRU +baS aSR aRU aWu @@ -58099,13 +58029,13 @@ aAO aAO avm xSK -lCQ -lCQ -iGo +wUz +wUz +aEv ruu aFi aGx -gQP +azI avN axG axG @@ -58168,9 +58098,9 @@ bLX bMT bOT oZV -nGR -djE -djE +gML +nXE +nXE mAT bGQ aAO @@ -58577,7 +58507,7 @@ aWr aWr aWr bxc -xVE +bvZ bxc bGU bGU @@ -58737,9 +58667,9 @@ avN avN kdj azI -gQP -gQP -gQP +azI +azI +azI aGv azI avN @@ -58801,11 +58731,11 @@ bLP bLP bGU bLZ -uOY -npb +bMR +bCb +bCb +bCb bCb -npb -npb bCb bGU bKo @@ -58949,9 +58879,9 @@ azI awm awm ayC -kue -kue -kue +aHK +aHK +aHK gJu aHL avN @@ -58964,7 +58894,7 @@ axb avT aRU aSR -gRU +baS aSR aRU aWy @@ -59013,11 +58943,11 @@ bLL bLL bGU bMa -xCv +bMW bCc bCc -tAi -hUe +bCc +bMQ bOS bNs bLK @@ -59618,7 +59548,7 @@ acz bcO aWr bjc -bkD +beJ lIk bmU aWr @@ -60061,7 +59991,7 @@ bxc fbt bxc bxc -xVE +bvZ bxc xKO aAO @@ -60236,7 +60166,7 @@ aAO aAO aRV aUW -gRU +baS vAR aRV aAO @@ -60466,7 +60396,7 @@ bbO vCU aWr bjb -bkD +beJ lIk bmU aWr @@ -61314,7 +61244,7 @@ bgm aZG bga bjb -bkD +beJ lIk bmU oqC @@ -61513,7 +61443,7 @@ nuw aTw jxi aTw -eEq +aTw aWh aSR tfd @@ -61532,18 +61462,18 @@ bmU bnZ boC bpm -bpL bpm bpm bpm bpm bpm -bpL +bpm +bpm bpm bpm xff cXK -uJC +cXK bBv ftk rQD @@ -62161,10 +62091,10 @@ aWz aWz aWz aWz -bdC +sTy bkI blQ -bdC +sTy aWz aWz aWz @@ -65999,27 +65929,27 @@ bwz bwz bwz bwz -jtk +bwz bFZ bwz bwz bwz -jtk bwz bwz bwz bwz bwz -oud -jtk +bwz +bwz +bwz bwz bwz bwz bYx bwz bwz -hBf -prF +bIM +bZT bZT bZT bZT @@ -66220,9 +66150,9 @@ bvz bvz bvz bMg -srr bvz -eXA +bvz +bvz bEU bTQ bTQ @@ -66230,7 +66160,7 @@ bTQ bYy caZ bTQ -fRC +bIk bZU bZU bZU @@ -66435,14 +66365,14 @@ bvA bPg bwC bvA -sTy -sTy -hSK -hSK -hSK -hNY -sTy -sTy +bTS +bTS +bTS +bTS +bTS +mBJ +bTS +bTS bYC bYC cuI @@ -66648,13 +66578,13 @@ bwD bIJ bvA bSb -mSQ -mSQ bTS bTS -pPF -mSQ -sTy +bTS +bTS +mBJ +bTS +bTS bYC cjr ceL @@ -66848,7 +66778,7 @@ bvA bxk bvA byC -ugC +bGd bvA byx bwA @@ -66859,14 +66789,14 @@ bvA bvH bwA bvA -sTy -mSQ -hMP +bTS +bTS kgy kgy -oHs -mSQ -sTy +kgy +nGQ +bTS +bTS bYC bZS caw @@ -67072,13 +67002,13 @@ bvC bIK bvA vPr -mSQ +bTS kgy kgy kgy nGQ -mSQ -sTy +bTS +bTS bYC bYC bYC @@ -67283,14 +67213,14 @@ bvA bvA bvA bvA -sTy -mSQ -kgy +bTS +bTS +hHy kgy kgy nGQ -mSQ -sTy +bTS +bTS bYC bZS bZR @@ -67495,14 +67425,14 @@ bBy bwA bvC bvA -sTy -mSQ -hMP +bTS +bTS kgy kgy -oHs -mSQ -sTy +kgy +nGQ +bTS +bTS bYC ceI bZQ @@ -67707,14 +67637,14 @@ bzz bzz bJr bvA -sTy -mSQ -mSQ bTS bTS -pPF -mSQ -sTy +bTS +bTS +bTS +mBJ +bTS +bTS bYC cfW ceJ @@ -67919,14 +67849,14 @@ bPg bwC bvA bvA -sTy -sTy -hSK -hSK -hSK -hNY -sTy -sTy +bTS +bTS +bTS +bTS +bTS +mBJ +bTS +bTS bYC cuI bZO @@ -68127,9 +68057,9 @@ bwz bwz bIM bwz -jtk bwz -oud +bwz +bwz bwz bSd bTS @@ -68138,10 +68068,10 @@ bWO bTS mBJ bTS -kdI +bxm +bZT bZT bZT -prF bZT bZT bZT @@ -68341,16 +68271,16 @@ bvz bvz bvz bvz -eXA +bvz bQv bQv bvz -eOw +bVf bWP bQv bVf bvz -tFq +bvz ccS bYz bYz @@ -68547,7 +68477,7 @@ byC bGh bwH bKs -afH +bKs bvw bvA bwC @@ -71338,7 +71268,7 @@ cag ghR cco ctV -bDW +cup cxc cxc cxc @@ -71560,8 +71490,8 @@ cun cuR cBj cun -eHA -rxG +cxF +cyp cun cBj cuR @@ -71572,8 +71502,8 @@ cun cBj cuR cun -eHA -rxG +cxF +cyp cun cun cun @@ -72125,10 +72055,10 @@ bfk bfk bfk bfg -bfk -bld +hMP +gRU bmi -bfk +hMP bdO bfk bfk @@ -72548,12 +72478,12 @@ bdJ bfm bgB bhu -bfk +hMP bbA bld bmj bnt -bfk +hMP boT bpy bpZ @@ -72760,12 +72690,12 @@ bdJ bfn bgC bhv -bfk +hMP bjQ ble bml bnu -bfk +hMP bhv bpz bfn @@ -72972,12 +72902,12 @@ bdK bfo bgD bhx -bfk +hMP bjS blg bmj bnq -bfk +hMP bhx bpA bfo @@ -73459,23 +73389,23 @@ cah jfN ctU cuq -hHy +cuP cuP cvR cuP cwA cuP -hHy +cuP cuP cuP cws cwK cvR -hHy cuP cuP cuP -hHy +cuP +cuP cuP czl nWJ @@ -73588,7 +73518,7 @@ aIT aLY aKH aKH -aLM +bDW aNn aKH aKH @@ -73671,23 +73601,23 @@ omu yaY ctW cur -obV +cxc cxc cxc cxc nUH cwJ -obV +cxc cxc cyj ctW cwL cyG -obV cxc cxc cxc -obV +cxc +cxc cyj dTa dTa @@ -74528,7 +74458,7 @@ csF csF csF cxF -soD +ctm cwM cxd cun @@ -74731,23 +74661,23 @@ ciB ctn ctW cus -old +cuZ cuZ cvV cuZ cuZ cuZ -old +cuZ cuZ cxG ctW cwL ctY cuZ -old cuZ cuZ -old +cuZ +cuZ cxG dTa rZk @@ -74943,23 +74873,23 @@ cbY cto ctX cut -sGc +cvc cvc cvW cvc cvc cvc -sGc +cvc cvc cvc cwt cyr cvW cvc -sGc cvc cvc -sGc +cvc +cvc cvc cwt nWJ @@ -75376,8 +75306,8 @@ cun cuS cvd cun -eHA -rxG +cxF +cyp cun cvd cxu @@ -75489,7 +75419,7 @@ aAk aAk aAk aAk -aAk +oHs aHR aKP aLs @@ -76395,7 +76325,7 @@ cWx vHX lWT cWx -bUa +ugC bNw bPp bQS @@ -76607,7 +76537,7 @@ cWx vHX lWT cWx -bUa +ugC bNx bPq bQT @@ -76819,7 +76749,7 @@ jmY vHX lWT cWx -bUa +ugC bNy bPr bQU @@ -77031,7 +76961,7 @@ mVq vHX lWT cWx -bUa +ugC bNz bPs bQV @@ -77071,7 +77001,7 @@ cuZ cuZ cuZ cuZ -old +cuZ cxG cyz cuZ @@ -77243,7 +77173,7 @@ bIQ mFF bKv bLq -bUa +ugC bUa bNv bNv @@ -77283,7 +77213,7 @@ cvc cvc cvc cvc -sGc +cvc cvc cvc cvc @@ -77393,7 +77323,7 @@ auZ auZ auZ aAp -aBL +uOY aGQ aGQ pGf @@ -78029,7 +77959,7 @@ axh auZ auZ aAx -aBL +uOY aGQ aGQ tDB @@ -78303,7 +78233,7 @@ cWx vHX lWT cWx -bUa +ugC bUa bNv bNv @@ -78515,7 +78445,7 @@ cWx hWd lWT jWj -bUa +ugC bNz bPs bQY @@ -78727,7 +78657,7 @@ cWx vHX bKw cWx -bUa +ugC bNF bPy bQZ @@ -78939,7 +78869,7 @@ cWx vHX lWT cWx -bUa +ugC bNx bPz bRa @@ -79151,7 +79081,7 @@ bIQ mFF bKv bLq -bUa +ugC bNG bPA bRb @@ -80414,7 +80344,7 @@ aWR fLR bCe fLR -izT +oud fLR vHX lWT @@ -80838,7 +80768,7 @@ aWT mFF bCh pxa -pxa +tFq pxa sMm bHE @@ -81050,7 +80980,7 @@ aWR fLR hlO eTo -izT +oud eTo vHX lWT @@ -81371,7 +81301,7 @@ acH aav aaF aaK -aaZ +rbq abl abv aaK @@ -82062,7 +81992,7 @@ aDc aEm aDb aDb -aDb +bpL aKN aUD fXQ @@ -82274,7 +82204,7 @@ aDd aEn aFP aGZ -aBU +soD aKN vRc aKN @@ -87619,10 +87549,10 @@ bua bua bxU bue -bBC -bEI +old +afH bDK -bBC +old bHJ bJa bGK @@ -91651,7 +91581,7 @@ bAA bEA bFT bAA -bBC +old bCR bEy bIz @@ -92075,7 +92005,7 @@ bAA bEA bEA bAA -bEI +afH bEI bDM bEA @@ -92287,7 +92217,7 @@ bCH bCH bCH bCH -bBC +old bCS bHQ bEI @@ -92707,10 +92637,10 @@ kGq kGq bvd bwX -bBC -bAA +old +hSK bDU -bBC +old bBB bBC bHR @@ -92883,7 +92813,7 @@ aLy aME aOi aPq -aQB +hkg aQB aTk aMC @@ -93095,7 +93025,7 @@ aLz aMF aOk aPr -aPJ +lNU aPr aPJ aUe @@ -93307,7 +93237,7 @@ aLy aME aOl aPs -aOr +hyk aOr aOr aOr @@ -94826,7 +94756,7 @@ bdp bdp bwL bym -bBC +old bCS bAA bAA @@ -95003,7 +94933,7 @@ aLy aME aOq aPJ -aPJ +lNU aPJ aPJ aPJ @@ -95215,7 +95145,7 @@ aLD aOr aOr aVM -aOr +hyk aOr aOr aOr @@ -95250,7 +95180,7 @@ bcz bcz bwM byn -byn +eXA byn byn bAM @@ -95462,7 +95392,7 @@ buE btk bjD bAA -bBC +old bCS bEI bDX diff --git a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm index 9470a1a845..cb2b5ff40d 100644 --- a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm +++ b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm @@ -5093,7 +5093,7 @@ /area/fiorina/station/security) "dec" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/prison, /area/fiorina/tumor/servers) @@ -7473,7 +7473,7 @@ /area/fiorina/tumor/aux_engi) "ezn" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/telecomm/lz1_cargo) @@ -8147,7 +8147,7 @@ /area/fiorina/station/botany) "eWP" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/ice_lab) @@ -15301,7 +15301,7 @@ /area/fiorina/tumor/ship) "jpN" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/research_cells) @@ -18386,7 +18386,7 @@ /area/fiorina/tumor/civres) "lhY" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/prison, /area/fiorina/station/power_ring) @@ -20821,7 +20821,7 @@ /area/fiorina/tumor/ice_lab) "mHR" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/aux_engi) @@ -24498,7 +24498,7 @@ /area/fiorina/oob) "oVk" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/central_ring) @@ -27552,7 +27552,7 @@ /area/fiorina/station/medbay) "qRg" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/servers) @@ -29276,7 +29276,7 @@ "rTH" = ( /obj/structure/sign/prop1{ layer = 2.5; - name = "\improper USCM Emblem" + name = "\improper UACM Emblem" }, /turf/open/floor/carpet, /area/fiorina/station/security/wardens) @@ -30400,7 +30400,7 @@ /area/fiorina/station/chapel) "sJN" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/lz/near_lzI) @@ -32674,7 +32674,7 @@ /area/fiorina/lz/near_lzI) "ued" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/prison, /area/fiorina/station/central_ring) @@ -37436,7 +37436,7 @@ /area/fiorina/tumor/aux_engi) "xgx" = ( /obj/structure/machinery/defenses/tesla_coil{ - faction_group = list("USCM") + faction_group = list("UACM") }, /turf/open/organic/grass{ name = "astroturf" @@ -39114,7 +39114,7 @@ /area/fiorina/station/botany) "yhR" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/medbay) diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/20.medicalhold.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/20.medicalhold.dmm index 368d8e5faa..0123f694c4 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/20.medicalhold.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/20.medicalhold.dmm @@ -116,7 +116,7 @@ /area/template_noop) "go" = ( /obj/structure/sign/prop3{ - desc = "Enlist in the Penal Battalions today! The USCM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." + desc = "Enlist in the Penal Battalions today! The UACM 3rd Fleet features a subset of UA sanctioned penal battalions, drawing from inmate popualtions across the colonies. Mostly New Argentina though." }, /turf/closed/wall/r_wall/prison_unmeltable, /area/template_noop) diff --git a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm index a196e2f20c..43a81f939d 100644 --- a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm +++ b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm @@ -2320,7 +2320,7 @@ armor_melee = 20; armor_rad = 10; desc = "A headset typically found in use by radio-operators and officers. This one bears a purple stripe down its side."; - name = "\improper personalized USCM headset" + name = "\improper personalized UACM headset" }, /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) @@ -5692,7 +5692,7 @@ desc = "Something about a research lab."; icon = 'icons/obj/items/paper.dmi'; icon_state = "folder_black"; - name = "USCM classified intelligence folder" + name = "UACM classified intelligence folder" }, /turf/open/floor/corsat{ dir = 1; @@ -53479,7 +53479,7 @@ /obj/item/clothing/head/helmet/marine/scout{ armor_bullet = 5; armor_melee = 15; - desc = "A custom helmet designed for USCM Scouts. Looks like this one has seen some action."; + desc = "A custom helmet designed for UACM Scouts. Looks like this one has seen some action."; name = "\improper Battered M3-S light helmet"; pixel_x = -8; pixel_y = 13 diff --git a/maps/map_files/LV624/standalone/clfship.dmm b/maps/map_files/LV624/standalone/clfship.dmm index f37a7b1954..6926a852f1 100644 --- a/maps/map_files/LV624/standalone/clfship.dmm +++ b/maps/map_files/LV624/standalone/clfship.dmm @@ -1767,7 +1767,7 @@ /area/lv624/lazarus/crashed_ship) "Tx" = ( /obj/structure/largecrate/supply/supplies/mre{ - desc = "A supply crate containing fifty reposessed USCM MRE packets."; + desc = "A supply crate containing fifty reposessed UACM MRE packets."; name = "\improper CLF Supply MRE crate (x50)" }, /turf/open/floor/plating{ diff --git a/maps/map_files/New_Varadero/New_Varadero.dmm b/maps/map_files/New_Varadero/New_Varadero.dmm index be2e218d2f..bafff01bee 100644 --- a/maps/map_files/New_Varadero/New_Varadero.dmm +++ b/maps/map_files/New_Varadero/New_Varadero.dmm @@ -4373,7 +4373,6 @@ "cNJ" = ( /obj/structure/closet, /obj/item/device/flashlight/lantern, -/obj/item/map/current_map, /turf/open/floor/corsat{ dir = 1; icon_state = "squareswood" diff --git a/maps/map_files/New_Varadero_Fixed/New_Varadero_Repaired.dmm b/maps/map_files/New_Varadero_Fixed/New_Varadero_Repaired.dmm index 1413a053bc..9e3258de23 100644 --- a/maps/map_files/New_Varadero_Fixed/New_Varadero_Repaired.dmm +++ b/maps/map_files/New_Varadero_Fixed/New_Varadero_Repaired.dmm @@ -4124,7 +4124,6 @@ "cNJ" = ( /obj/structure/closet, /obj/item/device/flashlight/lantern, -/obj/item/map/current_map, /turf/open/floor/corsat{ dir = 1; icon_state = "squareswood" diff --git a/maps/map_files/UAS_Arrowhead/UAS_Arrowhead.dmm b/maps/map_files/UAS_Arrowhead/UAS_Arrowhead.dmm new file mode 100644 index 0000000000..aa916586e7 --- /dev/null +++ b/maps/map_files/UAS_Arrowhead/UAS_Arrowhead.dmm @@ -0,0 +1,41282 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ai" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead/alpha_s2) +"al" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"an" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 3"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"ar" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead) +"at" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"aw" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"ax" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 1"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"aA" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"aD" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/arrowhead) +"aI" = ( +/obj/vehicle/powerloader{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"aK" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Team Lead Preperations" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/squad_one) +"aL" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"bd" = ( +/turf/open/floor/plating, +/area/arrowhead) +"bg" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 18 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"bk" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange"; + }, +/area/arrowhead/engineering) +"bn" = ( +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead) +"bo" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"bp" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"bu" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/attachies{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 23 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/squad_one) +"bB" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/incendiary, +/obj/item/mortar_shell/incendiary, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"bC" = ( +/obj/structure/machinery/cryopod, +/obj/structure/cryofeed{ + layer = 2 + }, +/obj/effect/landmark/late_join/alpha, +/obj/effect/landmark/late_join, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"bF" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/wood/ship, +/area/arrowhead) +"bG" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"bI" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"bM" = ( +/obj/structure/machinery/cryo_cell, +/obj/structure/pipes/standard/cap/hidden, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"bV" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/alpha_s3) +"ca" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"cb" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead/alpha_s1) +"ce" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead) +"cg" = ( +/turf/closed/wall/almayer, +/area/arrowhead/delta_s1) +"ci" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/attachies{ + can_block_movement = 0; + density = 0; + pixel_y = -31 + }, +/obj/structure/machinery/light/spot, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/squad_one) +"cs" = ( +/obj/structure/machinery/autolathe/full{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"cx" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/space) +"cy" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"cF" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead) +"cK" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orangecorner" + }, +/area/arrowhead/engineering) +"cL" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange"; + }, +/area/arrowhead/engineering) +"cM" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead) +"cN" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"cO" = ( +/turf/closed/wall/almayer, +/area/arrowhead/delta_s2) +"cP" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead/hangar) +"cQ" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"cS" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"cZ" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Reactor"; + pixel_x = 23; + pixel_y = -9 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"dd" = ( +/turf/closed/wall/almayer, +/area/arrowhead/delta_tl) +"df" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"dk" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead) +"dl" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead/hangar) +"dw" = ( +/obj/structure/machinery/cryopod, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"dx" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead) +"dO" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/emails{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"dT" = ( +/turf/closed/wall/almayer, +/area/arrowhead/engineering) +"dX" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"dY" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead) +"ee" = ( +/turf/closed/wall/almayer, +/area/arrowhead) +"eh" = ( +/turf/closed/wall/almayer, +/area/arrowhead/alpha_s3) +"em" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/space) +"eq" = ( +/obj/structure/platform_decoration, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/space) +"es" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead) +"ex" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"ez" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"eA" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/plating, +/area/arrowhead/engineering) +"eC" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/space) +"eM" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead) +"eQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead/alpha_pn) +"eT" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead/engineering) +"eU" = ( +/turf/closed/wall/almayer, +/area/arrowhead/delta_pn) +"eW" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 6"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"eX" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead) +"fh" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/space) +"fi" = ( +/obj/structure/machinery/telecomms/bus/preset_two, +/obj/structure/machinery/telecomms/processor/preset_one{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"fo" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s3) +"fA" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"fG" = ( +/turf/closed/wall/almayer/reinforced, +/area/space) +"fL" = ( +/obj/structure/machinery/vending/walkman{ + density = 0; + pixel_y = 10; + wrenchable = 0 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"fM" = ( +/obj/structure/machinery/door/airlock/almayer/medical, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"fO" = ( +/turf/closed/wall/almayer, +/area/arrowhead/delta_s3) +"fW" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"gc" = ( +/obj/structure/machinery/floodlight/landing/floor{ + invisibility = 100 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/hangar) +"ge" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"gg" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"gi" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "greencorner" + }, +/area/arrowhead) +"gj" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/squad_one) +"go" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_OR1"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead) +"gr" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"gs" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"gD" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"gF" = ( +/mob/living/silicon/decoy/ship_ai{ + layer = 2.98; + pixel_y = -16 + }, +/turf/open/floor/plating, +/area/space) +"gI" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/space) +"gP" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"gQ" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead) +"gX" = ( +/obj/structure/platform, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange"; + }, +/area/arrowhead/engineering) +"hc" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead) +"hd" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"hf" = ( +/obj/structure/surface/rack, +/obj/item/mortar_kit, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"hg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/telecomms/server/presets/command, +/obj/structure/machinery/telecomms/relay/preset/telecomms{ + layer = 3.4; + listening_level = 4; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"hl" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "green" + }, +/area/arrowhead) +"hp" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"ht" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead) +"hw" = ( +/turf/closed/wall/almayer, +/area/arrowhead/delta_s4) +"hC" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + access_modified = 1; + dir = 1; + name = "\improper Cannon Systems Room"; + req_access = null; + req_one_access_txt = "3;19" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"hJ" = ( +/obj/structure/surface/rack, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"hQ" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general{ + density = 0; + pixel_y = 20 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead) +"hR" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"hS" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead) +"id" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/space) +"if" = ( +/obj/structure/prop/almayer/cannon_cables, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"ig" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"ii" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"iv" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead) +"iw" = ( +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "tele_ground1"; + teleport_x = 180; + teleport_x_offset = 200; + teleport_y = 50; + teleport_y_offset = 80; + teleport_z = 1; + teleport_z_offset = 1 + }, +/turf/open/space/basic, +/area/space) +"ix" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead/alpha_pn) +"iy" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead) +"iC" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/space) +"iG" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead) +"iI" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead/hangar) +"iN" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/closet/secure_closet/surgical{ + pixel_x = -27 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"iQ" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"iW" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead) +"jc" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange"; + }, +/area/arrowhead/engineering) +"je" = ( +/obj/structure/platform, +/turf/open/floor/almayer, +/area/arrowhead) +"jj" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"jl" = ( +/obj/structure/anti_air_cannon, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead) +"jn" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead/alpha_s1) +"ju" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/space) +"jw" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"jy" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"jC" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Pointman Preperations" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/squad_one) +"jI" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead) +"jO" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Hanger_admin"; + name = "Shuttle Bay Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"jP" = ( +/turf/closed/wall/almayer, +/area/arrowhead/alpha_tl) +"jT" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Hanger_admin"; + name = "Shuttle Bay Blast Door" + }, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"jZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead/alpha_s4) +"ke" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/base/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s1) +"kf" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"kj" = ( +/obj/structure/machinery/fuelcell_recycler, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"km" = ( +/obj/structure/morgue, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"kn" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 11 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange"; + }, +/area/arrowhead/engineering) +"kp" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead) +"ks" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"kv" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/engine, +/area/arrowhead/engineering) +"kz" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"kA" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/alpha_tl) +"kC" = ( +/obj/structure/machinery/landinglight/ds1/delaythree, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"kF" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/space) +"kK" = ( +/obj/structure/machinery/cryopod, +/obj/structure/cryofeed{ + layer = 2 + }, +/obj/effect/landmark/late_join/alpha, +/obj/effect/landmark/late_join, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"kL" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"kO" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"kR" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"lw" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"ly" = ( +/obj/structure/closet/radiation{ + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"lA" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/mineral/uranium{ + amount = 5 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/arrowhead/engineering) +"lC" = ( +/turf/open/floor/engine, +/area/arrowhead) +"lE" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead/engineering) +"lG" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s1) +"lN" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead) +"lR" = ( +/obj/structure/prop/almayer/cannon_cable_connector, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead) +"lW" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead) +"lY" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"mf" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"mp" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"ms" = ( +/obj/structure/machinery/landinglight/ds1, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"mt" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"mw" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s1) +"mx" = ( +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"mz" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/lead/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_tl) +"mC" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/space) +"mF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead/alpha_s2) +"mG" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/warhead, +/obj/structure/machinery/light/built, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"mI" = ( +/turf/closed/wall/almayer, +/area/space) +"mK" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead) +"mL" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"mO" = ( +/obj/structure/platform, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"mR" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead/alpha_s1) +"mT" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/CICmap, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead) +"mV" = ( +/obj/structure/machinery/cryopod, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"mZ" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange"; + }, +/area/arrowhead/engineering) +"na" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/base/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s2) +"nf" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/base/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s2) +"nh" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead/alpha_tl) +"ni" = ( +/obj/structure/machinery/telecomms/bus/preset_three, +/obj/structure/machinery/telecomms/processor/preset_three{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"nk" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"nl" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"no" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead/alpha_s2) +"ns" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer, +/area/arrowhead) +"nt" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"nw" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead/hangar) +"nD" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead) +"nF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead/alpha_pn) +"nM" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"nV" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead/alpha_s3) +"of" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s2) +"ok" = ( +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/arrowhead/squad_one) +"oo" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead) +"oy" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_OR3"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead) +"oB" = ( +/obj/structure/surface/rack, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"oD" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"oG" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"oH" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"oI" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"oM" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"oN" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + access_modified = 1; + name = "Telecommunications"; + req_access_txt = "6" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_TComms"; + name = "\improper Telecommunications Shutter" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"oS" = ( +/obj/structure/bed/chair/office/dark, +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + layer = 2.7; + pixel_x = -8; + pixel_y = 18; + wrenchable = 0 + }, +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + layer = 2.7; + pixel_x = 8; + pixel_y = 18; + wrenchable = 0 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = -7; + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"oT" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"pk" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead) +"pv" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead) +"px" = ( +/obj/structure/machinery/cm_vending/clothing/sea{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"pz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"pD" = ( +/obj/structure/machinery/computer/orbital_cannon_console, +/obj/structure/bed/chair/ob_chair, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead) +"pF" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s2) +"pM" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"pP" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"pY" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"qc" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + id_tag = "or01"; + name = "Operating Theatre 1" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"qd" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead) +"qf" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"qg" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"qi" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/lead/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_tl) +"qj" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_tl) +"ql" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead) +"qm" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/turf/open/floor/almayer, +/area/space) +"qq" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead/engineering) +"qv" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead) +"qx" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_ammo/cargo/blend, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead) +"qy" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead) +"qB" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/space) +"qC" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions{ + access_modified = 1; + name = "\improper Requisition's Office"; + req_one_access = null; + req_one_access_txt = "1;26" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"qF" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead) +"qI" = ( +/turf/open/floor/wood/ship, +/area/space) +"qJ" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"qO" = ( +/obj/structure/platform, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/space) +"qR" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silvercorner" + }, +/area/arrowhead) +"qV" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_pn) +"ra" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_tl) +"rd" = ( +/obj/structure/machinery/telecomms/server/presets/common, +/obj/structure/machinery/telecomms/broadcaster/preset_left{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"rg" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead) +"rp" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead) +"ru" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead/hangar) +"rw" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/point/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_pn) +"ry" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Reactor"; + name = "\improper Reactor Blast Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"rD" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead) +"rH" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/space) +"rI" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead) +"rJ" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/flare, +/obj/item/mortar_shell/flare, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"rN" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead) +"rY" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"sh" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"si" = ( +/obj/structure/machinery/telecomms/server/presets/engineering, +/obj/structure/machinery/telecomms/broadcaster/preset_right{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"sk" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/space) +"sl" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = -18; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/cans/souto/lime{ + pixel_x = -11; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"sw" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead/alpha_tl) +"sz" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"sB" = ( +/turf/closed/wall/almayer/white/hull, +/area/space) +"sC" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"sE" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"sG" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/space) +"sH" = ( +/obj/structure/bedsheetbin{ + pixel_x = 6; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"sI" = ( +/turf/open/floor/plating, +/area/arrowhead/hangar) +"sM" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead/hangar) +"sO" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 8 + }, +/obj/structure/window/framed/almayer/hull/hijack_bustable, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_TComms"; + name = "\improper Telecommunications Shutter" + }, +/turf/open/floor/plating, +/area/arrowhead/engineering) +"sT" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"sV" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"sY" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"sZ" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"ta" = ( +/turf/closed/wall/almayer, +/area/arrowhead/alpha_s2) +"tb" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/space) +"tc" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"tf" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead) +"tg" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/point/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_pn) +"th" = ( +/obj/structure/platform, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"tl" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"tn" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_pn) +"tp" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 4"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"tw" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"tH" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_pn) +"tS" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/base/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s3) +"tU" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"tV" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead) +"tW" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead) +"tY" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"tZ" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/base/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s4) +"ub" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/hangar) +"ud" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"ug" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s3) +"ut" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s3) +"uy" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"uz" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/cargo/blend, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead) +"uD" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead) +"uQ" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"uT" = ( +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead) +"uV" = ( +/obj/docking_port/stationary/marine_dropship/arrowhead_hangar, +/turf/open/floor/plating, +/area/arrowhead/hangar) +"uW" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/closet/secure_closet/surgical{ + pixel_x = 26 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"vd" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead/hangar) +"ve" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"vh" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"vk" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"vl" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/base/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s4) +"vp" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s4) +"vr" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"vu" = ( +/turf/open/floor/almayer{ + icon_state = "orangecorner" + }, +/area/arrowhead/engineering) +"vw" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/closet/secure_closet/surgical{ + pixel_x = 26 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"vA" = ( +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead) +"vM" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer, +/area/space) +"vP" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"vS" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/delta_s4) +"vT" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s1) +"vU" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"vV" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"vX" = ( +/obj/structure/machinery/photocopier{ + can_block_movement = 0; + density = 0; + pixel_y = 17 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"wd" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"wf" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/closet/secure_closet/surgical{ + pixel_x = -27 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"wh" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/space) +"wz" = ( +/obj/structure/machinery/door/airlock/almayer/command{ + access_modified = 1; + dir = 1; + name = "\improper Advisor's Office"; + req_access = null; + req_access_txt = "19;29" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"wG" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"wH" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"wK" = ( +/turf/closed/wall/almayer, +/area/arrowhead/hangar) +"wU" = ( +/obj/structure/monorail, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead/hangar) +"wW" = ( +/turf/open/floor/engine, +/area/arrowhead/hangar) +"wX" = ( +/obj/structure/monorail, +/turf/open/floor/engine, +/area/arrowhead/hangar) +"wY" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead/alpha_s1) +"wZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead/delta_s1) +"xa" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"xf" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead) +"xv" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"xx" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"xy" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead/delta_s1) +"xC" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/space) +"xE" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead/delta_s1) +"xS" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/he, +/obj/item/mortar_shell/he, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"xV" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_tl) +"ya" = ( +/turf/open/space/basic, +/area/space) +"yd" = ( +/turf/open/floor/engine, +/area/arrowhead/engineering) +"ye" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/space) +"yf" = ( +/obj/structure/platform_decoration, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"yg" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/arrowhead) +"yh" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead/delta_s2) +"yi" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"yk" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead/delta_s2) +"yn" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req2"; + name = "\improper Requisition Shutter" + }, +/obj/structure/window/framed/almayer/hull/hijack_bustable, +/turf/open/floor/plating, +/area/arrowhead) +"yo" = ( +/obj/structure/surface/table/almayer, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"yw" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead/alpha_s4) +"yx" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 0 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 32 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"yA" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"yB" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"yH" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s1) +"yJ" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"yS" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/alpha_s2) +"yT" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Reactor"; + pixel_x = -22; + pixel_y = -9 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"yW" = ( +/obj/structure/curtain/red, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"za" = ( +/obj/structure/machinery/crema_switch{ + id = "Arrow_Crem"; + pixel_x = -24; + req_access_txt = "25" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"zh" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"zi" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/alpha_pn) +"zj" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Requisitions" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"zm" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silvercorner" + }, +/area/arrowhead) +"zp" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead/alpha_tl) +"zw" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead) +"zy" = ( +/obj/structure/closet/crate, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"zz" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/space) +"zA" = ( +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"zB" = ( +/obj/structure/supply_drop/bravo, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"zH" = ( +/obj/structure/curtain/medical, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"zP" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"zR" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead/delta_s2) +"zX" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"Af" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead/alpha_tl) +"Ag" = ( +/obj/structure/machinery/cm_vending/clothing/senior_officer{ + pixel_y = 24; + req_access = list(); + req_access_txt = "26" + }, +/turf/open/floor/almayer{ + icon_state = "greenfull" + }, +/area/arrowhead) +"An" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead/hangar) +"Ao" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead/delta_tl) +"Aq" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead/hangar) +"Av" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"AD" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_tl) +"AJ" = ( +/turf/open/floor/carpet, +/area/arrowhead/engineering) +"AK" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead/delta_tl) +"AQ" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead) +"AR" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"AT" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"AY" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "redcorner" + }, +/area/arrowhead) +"Bc" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Bf" = ( +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead) +"Bi" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead) +"Bk" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Br" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead/hangar) +"Bu" = ( +/turf/open/floor/wood/ship, +/area/arrowhead) +"BA" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead/alpha_tl) +"BF" = ( +/obj/structure/machinery/light/spot{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead) +"BG" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead/delta_tl) +"BH" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orangecorner" + }, +/area/arrowhead/engineering) +"BI" = ( +/turf/open/floor/almayer/empty, +/area/arrowhead) +"BR" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_TComms"; + pixel_x = -22; + pixel_y = 11 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"BU" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"BW" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/base/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s3) +"BY" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_CMO"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead) +"Cd" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead/delta_pn) +"Cg" = ( +/obj/structure/monorail, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead/hangar) +"Ck" = ( +/turf/open/floor/carpet, +/area/space) +"Cl" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead/alpha_s1) +"Cs" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Ct" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/base/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s1) +"Cu" = ( +/obj/structure/machinery/cm_vending/sorted/attachments/blend, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"Cx" = ( +/obj/structure/foamed_metal/iron, +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead/engineering) +"Cy" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + unacidable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"CB" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead) +"CE" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"CF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"CH" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead/delta_pn) +"CJ" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead) +"CK" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead) +"CL" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"CP" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead/delta_pn) +"CR" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + access_modified = 1; + dir = 2; + glass = 0; + name = "\improper Chief Engineer's Office"; + req_one_access = null; + req_one_access_txt = "1;6" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"CS" = ( +/obj/structure/cryofeed{ + layer = 2 + }, +/obj/structure/machinery/cryopod, +/obj/effect/landmark/late_join/alpha, +/obj/effect/landmark/late_join, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"CT" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead/delta_s3) +"CY" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + dir = 1; + name = "\improper Engineering" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"Db" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead/delta_s3) +"De" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead/delta_s3) +"Dg" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead/delta_s4) +"Dl" = ( +/turf/open/floor/plating/plating_catwalk, +/area/space) +"Dm" = ( +/obj/structure/bedsheetbin{ + pixel_x = 6; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead/engineering) +"Dn" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + dir = 1; + id_tag = "or04"; + name = "Operating Theatre 4" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"Dp" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/squad_one) +"Du" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead) +"DE" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + density = 0; + pixel_y = 10; + wrenchable = 0 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"DK" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"DO" = ( +/obj/structure/machinery/computer/supply_drop_console/limited{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead) +"DP" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"DQ" = ( +/obj/structure/pipes/standard/tank/oxygen{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"DR" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead/hangar) +"DV" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"Ec" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead/delta_s4) +"Ek" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead/alpha_tl) +"En" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"Eq" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead/alpha_s1) +"Ew" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"Ey" = ( +/obj/structure/surface/table/reinforced, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"EA" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_access = null; + req_one_access_txt = "7;23;27" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"EC" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/space) +"EG" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead) +"EH" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/space) +"EJ" = ( +/obj/structure/pipes/unary/freezer, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"EL" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 1; + req_one_access_txt = "2;21" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"EM" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"EP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/CICmap, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead) +"EV" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead/alpha_s2) +"Fa" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead) +"Fc" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_OR2"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead) +"Fe" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/alpha_s1) +"Fj" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead/delta_s4) +"Fl" = ( +/turf/closed/wall/almayer, +/area/arrowhead/alpha_s4) +"Fo" = ( +/turf/open/floor/almayer{ + icon_state = "silvercorner" + }, +/area/arrowhead) +"Fq" = ( +/obj/structure/supply_drop/charlie, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"Fw" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"Fx" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"Fy" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/space) +"FD" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"FG" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_pn) +"FI" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"FK" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + id_tag = "or02"; + name = "Operating Theatre 2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"FN" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 8; + id = "supply_elevator_railing"; + name = "\improper Supply Elevator Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"FO" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"Gd" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"Ge" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Gg" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead/alpha_s4) +"Gt" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead/engineering) +"Gv" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/space) +"Gz" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/space) +"GA" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"GB" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "Arrow_Reactor"; + name = "\improper Reactor Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"GE" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead/delta_s1) +"GG" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead) +"GI" = ( +/obj/structure/machinery/cm_vending/gear/sea{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"GJ" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead/alpha_s4) +"GL" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead/delta_s1) +"GM" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silvercorner" + }, +/area/arrowhead) +"GT" = ( +/obj/structure/reagent_dispensers/fueltank/custom, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"GV" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"He" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead) +"Hk" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/space) +"Hl" = ( +/obj/structure/supply_drop/delta, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"Ho" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead/alpha_s2) +"Hq" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Hr" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 5; + pixel_y = 10; + wrenchable = 0 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Hv" = ( +/obj/structure/barricade/handrail/medical, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead) +"Hx" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"HB" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead/delta_s1) +"HC" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"HD" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"HI" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead/delta_s2) +"HL" = ( +/obj/structure/pipes/standard/manifold/visible{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"HP" = ( +/obj/structure/machinery/computer/supplycomp, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead) +"HR" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead/delta_s2) +"HU" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Ia" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead) +"Id" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"Ik" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"Is" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/squad_one) +"Iv" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead/delta_s2) +"Iz" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/hangar) +"IE" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"IF" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead/alpha_s3) +"IG" = ( +/obj/structure/machinery/telecomms/server/presets/squads, +/obj/structure/machinery/telecomms/receiver/preset{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"IH" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/space) +"IJ" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead/engineering) +"IL" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead/delta_tl) +"IO" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead) +"IR" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s4) +"IX" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead/delta_tl) +"Jd" = ( +/obj/structure/supply_drop/echo, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead) +"Jf" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"Jp" = ( +/obj/structure/orbital_cannon{ + density = 0 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead) +"Js" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead/delta_tl) +"Jv" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead) +"JA" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"JG" = ( +/obj/structure/pipes/standard/manifold/visible, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"JK" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"JR" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead) +"JZ" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"Ke" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead) +"Kf" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead) +"Kj" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "greencorner" + }, +/area/arrowhead/squad_one) +"Kp" = ( +/obj/structure/morgue/crematorium{ + id = "Arrow_Crem" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"Ku" = ( +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead/engineering) +"Kw" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"Kz" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"KB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Cryogenics Bay" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"KD" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead/alpha_s3) +"KE" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead/hangar) +"KJ" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead) +"KK" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead/engineering) +"KQ" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/space) +"KS" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"KZ" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/space) +"La" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"Lc" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead) +"Ld" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 2; + req_one_access_txt = "2;21" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"Lh" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req1"; + name = "\improper Requisition Shutter" + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + req_one_access_txt = "2;21" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"Ln" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead/delta_pn) +"Lp" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"Lt" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_OR4"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead) +"Lw" = ( +/obj/structure/machinery/faxmachine/uscm{ + can_block_movement = 0; + density = 0; + pixel_y = 25 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"Lx" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1; + pixel_y = 5 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead) +"Ly" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead) +"LQ" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead/delta_pn) +"LZ" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead/alpha_pn) +"Mt" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead/engineering) +"Mu" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/space) +"Mv" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead) +"MB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor{ + name = "\improper Astro-Navigation" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"MH" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead) +"MJ" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead/delta_pn) +"MK" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead/delta_s3) +"MR" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"MT" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead) +"Na" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead/delta_s3) +"Nb" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead/delta_s3) +"Ne" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/space) +"Ng" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead/hangar) +"Nh" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead/delta_s4) +"Nl" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Storage"; + pixel_x = 6 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_CE"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"Nr" = ( +/obj/structure/morgue, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"Nv" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead/delta_s4) +"Nz" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead/alpha_s4) +"NI" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead/delta_s4) +"NO" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + dir = 1; + id_tag = "or03"; + name = "Operating Theatre 3" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"NP" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 7"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"NS" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "greencorner" + }, +/area/arrowhead) +"NW" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead) +"NX" = ( +/obj/structure/machinery/cryopod{ + dir = 1 + }, +/obj/structure/cryofeed/right{ + layer = 2 + }, +/obj/effect/landmark/late_join/delta, +/obj/effect/landmark/late_join, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"NZ" = ( +/obj/structure/foamed_metal/iron, +/turf/closed/wall/almayer/outer, +/area/arrowhead) +"Ob" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/space) +"Oc" = ( +/turf/closed/wall/almayer, +/area/arrowhead/squad_one) +"Od" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 2"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"Oe" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead) +"Ok" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"Oo" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"Op" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"Oy" = ( +/obj/structure/foamed_metal/iron, +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead) +"Oz" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead/delta_s1) +"OC" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/green{ + anchored = 1; + on = 1; + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"OD" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/space) +"OG" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/warhead, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"OP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead) +"OU" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"OV" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead/alpha_pn) +"Pc" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange"; + }, +/area/arrowhead/engineering) +"Pd" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/arrowhead/squad_one) +"Pj" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Pn" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + name = "\improper Medical Bay"; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"Po" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/delta_s1) +"Pq" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s2) +"Pr" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"Pt" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"Pu" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/delta_s2) +"PB" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Reactor"; + pixel_x = 23; + pixel_y = -9 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"PO" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/open/floor/almayer{ + icon_state = "greenfull" + }, +/area/arrowhead) +"PP" = ( +/obj/structure/machinery/faxmachine/uscm{ + can_block_movement = 0; + density = 0; + department = "SEA"; + pixel_y = -24 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"Qg" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"Qm" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/tool/stamp/ro{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"Qp" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/turf/open/floor/plating, +/area/arrowhead) +"Qu" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general{ + density = 0; + pixel_y = 20 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead) +"Qv" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead) +"Qx" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"QD" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"QO" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/arrowhead) +"QW" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead/alpha_s3) +"QY" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req1"; + name = "\improper Requisition Shutter" + }, +/obj/structure/window/framed/almayer/hull/hijack_bustable, +/turf/open/floor/plating, +/area/arrowhead) +"Rg" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"Rj" = ( +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead) +"Rr" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/delta_tl) +"Ru" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"Rv" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead) +"Rx" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/delta_pn) +"RF" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/squad_one) +"RL" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/delta_s3) +"RR" = ( +/obj/structure/machinery/vending/cigarette/free{ + density = 0; + pixel_x = -6; + pixel_y = 10; + wrenchable = 0 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"RT" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"RX" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead) +"RY" = ( +/obj/effect/landmark/supply_elevator, +/turf/open/floor/almayer/empty, +/area/arrowhead) +"Sc" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"Sn" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"Sr" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"Sw" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/space) +"Sx" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"SB" = ( +/obj/structure/bed/chair/bolted{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"SC" = ( +/obj/structure/machinery/telecomms/bus/preset_four, +/obj/structure/machinery/telecomms/receiver/preset_left{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"SF" = ( +/obj/structure/monorail, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/hangar) +"SG" = ( +/obj/structure/window/framed/almayer, +/turf/open/floor/plating, +/area/arrowhead) +"SK" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead) +"SN" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead) +"SP" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/delta_s4) +"SY" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"Tc" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Th" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"Tq" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead/alpha_pn) +"Tv" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s2) +"Tw" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/turf/open/floor/almayer, +/area/arrowhead) +"Tz" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"TE" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead/alpha_s3) +"TG" = ( +/obj/structure/machinery/line_nexter{ + dir = 4; + id = "line2"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead/squad_one) +"TI" = ( +/obj/structure/machinery/vending/sea{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"TL" = ( +/obj/structure/machinery/power/terminal, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"TM" = ( +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead/hangar) +"Ua" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead/alpha_s2) +"Uk" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Un" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s4) +"Uq" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"Uv" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"Uy" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/space) +"UG" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req2"; + name = "\improper Requisition Shutter" + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + req_one_access_txt = "2;21" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead) +"UI" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/squad_one) +"UL" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead) +"UM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/telecomms/bus/preset_one, +/obj/structure/machinery/telecomms/processor/preset_two{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"UN" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead/engineering) +"UO" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orangecorner" + }, +/area/arrowhead/engineering) +"UQ" = ( +/turf/open/floor/carpet, +/area/arrowhead) +"US" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/wood/ship, +/area/arrowhead) +"UU" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead/engineering) +"UZ" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"Va" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door/window/brigdoor{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_CE"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"Ve" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 8"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"Vf" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/space) +"Vg" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead) +"Vi" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead) +"Vj" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Vm" = ( +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Vr" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/space) +"VA" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"VC" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead/alpha_s4) +"VD" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead/engineering) +"VE" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Construction"; + indestructible = 1; + layer = 9; + name = "Construction Zone" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead) +"VG" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"VQ" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead/alpha_s3) +"VS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 14 + }, +/obj/structure/mirror{ + pixel_x = 29; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead/engineering) +"VT" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead) +"VU" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"VV" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/arrowhead) +"Wb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"Wc" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead/alpha_s1) +"Wd" = ( +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + pixel_x = -8; + pixel_y = 17; + wrenchable = 0 + }, +/obj/structure/filingcabinet/security{ + can_block_movement = 0; + density = 0; + pixel_x = 8; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"Wk" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 5"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"Wl" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Wo" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"Wp" = ( +/obj/structure/machinery/cryopod{ + dir = 1; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead/engineering) +"Ws" = ( +/obj/structure/machinery/computer/cryopod{ + pixel_x = 5 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead) +"WB" = ( +/obj/structure/flora/pottedplant/random{ + pixel_x = -10 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"WF" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Storage"; + name = "\improper Secure Storage Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"WM" = ( +/obj/structure/machinery/autolathe/full, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"WP" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead) +"WV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead/engineering) +"WW" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"Xc" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead) +"Xl" = ( +/obj/structure/supply_drop/alpha, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"Xm" = ( +/obj/structure/sign/ROsign{ + layer = 3 + }, +/turf/closed/wall/almayer, +/area/arrowhead/squad_one) +"Xr" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/space) +"Xs" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"Xu" = ( +/turf/open/floor/plating, +/area/space) +"Xw" = ( +/obj/structure/machinery/telecomms/server/presets/medical, +/obj/structure/machinery/telecomms/relay/preset/telecomms{ + listening_level = 6; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"Xx" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead) +"Xy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/telecomms/server/presets/security, +/obj/structure/machinery/telecomms/processor/preset_four{ + layer = 3.39; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"Xz" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 + }, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/hangar) +"XB" = ( +/obj/structure/platform, +/turf/open/floor/almayer, +/area/space) +"XD" = ( +/obj/structure/surface/table/reinforced, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"XF" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"XI" = ( +/turf/closed/wall/almayer, +/area/arrowhead/alpha_pn) +"XJ" = ( +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead/squad_one) +"XK" = ( +/obj/structure/machinery/pipedispenser, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"XP" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead/engineering) +"XV" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/engineering) +"Ya" = ( +/turf/closed/wall/almayer/white/hull, +/area/arrowhead) +"Ye" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/space) +"Yf" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/arrowhead) +"Yk" = ( +/turf/closed/wall/almayer/outer, +/area/space) +"Yn" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Yo" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead) +"Yu" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead/alpha_s3) +"Yz" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"YG" = ( +/turf/open/floor/almayer{ + icon_state = "greencorner" + }, +/area/arrowhead) +"YH" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/engineering) +"YQ" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead) +"Zb" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Zd" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/frag, +/obj/item/mortar_shell/frag, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"Zh" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead/hangar) +"Zj" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead/alpha_s4) +"Zn" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead) +"Zr" = ( +/obj/structure/machinery/cryopod{ + dir = 1 + }, +/obj/structure/cryofeed/right{ + layer = 2 + }, +/obj/effect/landmark/late_join/delta, +/obj/effect/landmark/late_join, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead) +"Zs" = ( +/obj/structure/machinery/telecomms/hub/preset, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead/engineering) +"Zu" = ( +/obj/structure/machinery/light/spot{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead/squad_one) +"Zv" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead/engineering) +"Zz" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead) +"ZG" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead) +"ZH" = ( +/turf/open/floor/almayer{ + icon_state = "redcorner" + }, +/area/arrowhead) +"ZO" = ( +/turf/open/floor/almayer{ + icon_state = "greencorner" + }, +/area/arrowhead/squad_one) +"ZU" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead) +"ZX" = ( +/turf/closed/wall/almayer, +/area/arrowhead/alpha_s1) +"ZY" = ( +/turf/open/floor/almayer_hull, +/area/space) + +(1,1,1) = {" +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +"} +(2,1,1) = {" +ya +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +ya +"} +(3,1,1) = {" +ya +iw +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +iw +ya +"} +(4,1,1) = {" +ya +iw +Vf +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +Vf +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +Vf +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +Vf +iw +ya +"} +(5,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(6,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(7,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(8,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(9,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(10,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +JR +JR +Cy +Cy +JR +JR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +JR +JR +Cy +Cy +JR +JR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(11,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +Bf +JR +lC +lC +JR +Bf +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +Bf +JR +lC +lC +JR +Bf +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(12,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +Bf +JR +Cy +Cy +JR +Bf +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +Bf +JR +Cy +Cy +JR +Bf +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(13,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +rN +nD +iv +iv +nD +jl +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +rN +nD +iv +iv +nD +Jp +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(14,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +UZ +UZ +ZU +vA +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +UZ +UZ +ZU +vA +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(15,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +rp +iG +ZU +vA +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +oB +ZU +rp +iG +ZU +vA +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(16,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +rp +iG +if +lR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +oB +ZU +rp +iG +if +lR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(17,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +Jv +uT +ZU +pD +JR +JR +KJ +JR +KJ +KJ +KJ +JR +KJ +JR +JR +pk +ZU +Jv +uT +ZU +pD +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(18,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +Jv +uT +ZU +vA +ee +EP +ar +nD +lN +lN +rg +nD +es +qy +ee +pk +ZU +Jv +uT +ZU +vA +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(19,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +Jv +uT +ZU +vA +SG +dY +CB +CB +CB +ce +CB +CB +CB +Bi +SG +pk +ZU +Jv +uT +ZU +oB +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(20,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +Jv +uT +ZU +vA +ee +pk +jI +jI +jI +rD +jI +jI +jI +vA +ee +pk +ZU +Jv +uT +ZU +mG +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(21,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +Jv +uT +ZU +vA +hC +pk +ZH +Ia +OP +eX +mT +Ia +AY +vA +hC +pk +ZU +Jv +uT +ZU +OG +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(22,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +Jv +uT +ZU +vA +ee +pk +vA +ee +SG +ee +SG +ee +pk +vA +ee +pk +ZU +Jv +uT +ZU +OG +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(23,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +pk +ZU +ZU +ZU +ZU +vA +SG +pk +vA +MB +lW +Rv +Yo +MB +pk +vA +SG +pk +ZU +ZU +ZU +ZU +oB +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(24,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +cF +Ia +Ia +Ia +Ia +Lc +ee +tW +Lc +fW +uD +fW +hS +fW +cF +ql +ee +cF +Ia +Ia +aI +Ia +Lc +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(25,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +JR +JR +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +uD +fW +hS +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +JR +JR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(26,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +lW +Rv +Rv +ZU +Rv +Rv +Rv +Rv +Rv +Rv +kp +fW +hc +Rv +Rv +Rv +Rv +Rv +Rv +ZU +Rv +Rv +Yo +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(27,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +fW +ZU +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +ZU +fW +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(28,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +mK +ZU +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +ZU +qF +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(29,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NZ +JR +hp +hp +hp +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +JR +hp +hp +hp +JR +NZ +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(30,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +ee +dx +hJ +hf +hl +JR +BI +BI +BI +BI +BI +JR +yx +ee +Ag +PO +ee +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(31,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +ee +Xl +ZU +ZU +Zd +JR +BI +BI +BI +BI +BI +JR +Sn +ee +yW +yW +ee +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(32,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +ee +zB +ZU +ZU +xS +JR +BI +BI +RY +BI +BI +JR +Lw +Wb +Bu +Bu +ee +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(33,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +ee +Fq +ZU +ZU +bB +JR +BI +BI +BI +BI +BI +JR +vX +Qm +Bu +Bu +ee +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(34,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +UL +ee +Hl +ZU +ZU +rJ +JR +BI +BI +BI +BI +BI +JR +oS +lw +pz +Bu +ee +RX +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(35,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +ee +Jd +ZU +ZU +bn +JR +FN +FN +FN +FN +FN +JR +ee +ee +SG +qC +ee +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(36,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +ee +DO +ZU +ZU +gi +YQ +YQ +YQ +YQ +YQ +YQ +YQ +YQ +YQ +YQ +hl +ee +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(37,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +zj +iW +ZU +ZU +ZU +ZU +ZU +ZU +ZU +ZU +ZU +ZU +ZU +ZU +ZU +bn +zj +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(38,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +uD +fW +hS +fW +iW +ZU +fW +fW +fW +ZU +YG +BF +NS +ZU +fW +fW +fW +ZU +bn +fW +uD +fW +hS +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(39,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +JR +JR +JR +Oy +ee +uD +fW +hS +ee +iW +ZU +ZU +ZU +ZU +ZU +bn +Cu +iW +ZU +ZU +ZU +ZU +ZU +bn +ee +uD +fW +hS +ee +Oy +JR +JR +JR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(40,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +NW +NW +NW +ee +uD +fW +UL +ee +Ws +qd +HP +EG +EG +EG +VT +uz +WP +EG +EG +EG +HP +qd +pv +ee +uD +fW +hS +ee +NW +NW +NW +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(41,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +ee +ee +ee +uD +fW +hS +ee +ee +yn +yn +yn +yn +ee +UG +qx +Lh +ee +QY +QY +QY +QY +ee +ee +RX +fW +hS +ee +ee +ee +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(42,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +ok +Is +Is +Is +Is +Is +TG +Xm +TG +Is +Is +Is +Is +Is +Pd +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(43,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +mf +uD +fW +hS +Oc +JZ +Lp +Lp +Lp +Lp +Lp +Lp +Zu +Lp +Lp +Lp +Lp +Lp +Lp +DV +Oc +uD +fW +hS +mf +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(44,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(45,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +RF +RF +RF +RF +RF +RF +RF +RF +RF +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(46,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(47,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +UL +Oc +cS +Dp +RF +Oc +Rg +Rg +Sc +bg +tw +MR +FI +Oc +RF +Dp +XJ +Oc +RX +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(48,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +ci +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +bu +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(49,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +Oc +qf +qf +Th +Qg +Ew +bp +Av +Oc +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(50,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +JZ +Lp +Lp +Lp +Lp +Lp +Lp +Lp +DV +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(51,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +mL +IE +IE +IE +IE +IE +IE +IE +Uv +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(52,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +gj +cS +Dp +RF +Oc +Rg +Rg +Sc +bg +tw +MR +FI +Oc +RF +Dp +XJ +gj +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(53,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +Oy +ee +bd +bd +ee +uD +fW +fW +gj +cS +Dp +ci +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +bu +Dp +XJ +gj +fW +fW +hS +ee +bd +bd +ee +Oy +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(54,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +gj +cS +Dp +RF +Oc +qf +qf +Th +Qg +Ew +bp +Av +Oc +RF +Dp +XJ +gj +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(55,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +UL +Oc +cS +Dp +RF +JZ +Lp +Lp +Lp +Lp +Lp +Lp +Lp +DV +RF +Dp +XJ +Oc +RX +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(56,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +mL +IE +IE +IE +IE +IE +IE +IE +Uv +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(57,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +Oc +Rg +Rg +Sc +bg +tw +MR +FI +Oc +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(58,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +ci +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +bu +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(59,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +Oc +qf +qf +Th +Qg +Ew +bp +Av +Oc +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(60,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(61,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +cS +Dp +RF +RF +RF +RF +RF +RF +RF +RF +RF +RF +RF +Dp +XJ +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(62,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +UL +Oc +cS +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +Dp +XJ +Oc +RX +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(63,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +mL +IE +IE +IE +IE +IE +Kj +Dp +ZO +IE +IE +IE +IE +IE +Uv +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(64,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +Oc +Oc +Oc +Oc +Oc +Oc +cS +Dp +XJ +Oc +Oc +Oc +Oc +Oc +Oc +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(65,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +Av +UI +bI +xa +wd +Oc +cS +Dp +XJ +Oc +Av +UI +bI +xa +wd +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(66,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +JZ +Lp +Lp +Lp +DV +jC +cS +Dp +XJ +aK +JZ +Lp +Lp +Lp +DV +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(67,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +uD +fW +hS +Oc +mL +IE +IE +IE +Uv +RF +cS +Dp +XJ +RF +mL +IE +IE +IE +Uv +Oc +uD +fW +hS +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(68,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +Oy +ee +bd +bd +ee +uD +fW +hS +Oc +FI +ig +cQ +yB +yi +Oc +mL +qJ +Uv +Oc +FI +ig +cQ +yB +yi +Oc +uD +fW +hS +ee +bd +bd +ee +Oy +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(69,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +NW +ee +bd +bd +ee +ZU +ZU +RT +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +Oc +xx +ZU +ZU +ee +bd +bd +ee +NW +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(70,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +JR +JR +ee +ee +bd +bd +ee +uD +fW +hc +Rv +Yo +ee +CS +kK +bC +kK +kK +ee +GI +Bu +WB +Bu +dw +ee +lW +Rv +kp +fW +hS +ee +bd +bd +ee +ee +JR +JR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(71,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +mf +uD +fW +fW +fW +hS +KB +Fo +Ly +Ly +Ly +GM +ee +px +Bu +Bu +Bu +ZU +wz +uD +fW +fW +fW +hS +mf +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(72,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +ee +Vi +eM +qF +fW +hS +fW +qR +zw +zw +zw +zm +ee +TI +Bu +Xx +SB +ZU +SG +uD +fW +mK +eM +Kf +ee +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(73,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +JR +JR +JR +JR +JR +JR +uD +fW +hS +ee +NX +NX +Zr +NX +NX +ee +Wd +bF +gg +Bu +PP +ee +uD +fW +hS +JR +JR +JR +JR +JR +JR +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(74,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +VU +SY +nM +SY +Tw +JR +uD +fW +UL +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +RX +fW +hS +JR +VU +SY +nM +SY +vU +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(75,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +WW +ns +nl +Gd +je +JR +uD +fW +hc +Rv +Rv +Rv +Rv +Rv +Rv +Rv +Rv +Rv +Rv +Rv +Rv +Rv +kp +fW +hS +JR +WW +ns +nl +Gd +je +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(76,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +Xc +VV +JR +ZG +aD +JR +uD +fW +mK +eM +eM +MT +eM +eM +eM +eM +eM +eM +eM +MT +eM +eM +qF +fW +hS +JR +ZG +aD +JR +Xc +VV +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(77,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +mI +mI +mI +mI +Dl +mI +mI +mI +mI +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +Xc +VV +JR +ZG +aD +JR +uD +fW +hS +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +uD +fW +hS +JR +ZG +aD +JR +Xc +VV +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(78,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +mI +qI +qI +qI +qI +qI +qI +qI +mI +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +Xc +VV +JR +ZG +aD +JR +uD +fW +hS +ee +bd +bd +bd +bd +bd +ee +bd +iy +bd +bd +bd +ee +uD +fW +hS +JR +ZG +aD +JR +Xc +VV +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(79,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +mI +qI +Ck +Ck +Ck +Ck +Ck +qI +mI +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +XF +mO +JR +JR +JR +JR +uD +fW +hS +ee +bd +bd +bd +bd +bd +mf +bd +bd +bd +bd +bd +ee +uD +fW +hS +JR +JR +JR +JR +XF +mO +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(80,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +mI +qI +Ck +Ck +Ck +Ck +Ck +qI +mI +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +WW +wH +Qv +Id +lW +Rv +kp +fW +hS +ee +bd +bd +bd +bd +bd +Fa +bd +bd +bd +bd +bd +ee +uD +fW +hc +Rv +Yo +qg +MH +vk +je +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(81,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +mI +qI +Ck +Ck +Ck +Ck +Ck +qI +mI +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +JR +Yf +DK +CJ +En +uD +fW +fW +fW +hS +ee +bd +bd +bd +bd +bd +Fa +bd +bd +bd +bd +bd +ee +uD +fW +fW +fW +hS +yf +Du +DK +Fx +JR +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(82,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Dl +Dl +fG +fG +qI +Ck +Ck +Ck +Ck +Ck +qI +fG +fG +Dl +Dl +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +JR +JR +JR +JR +bd +bd +JR +JR +JR +JR +JR +uD +fW +mK +eM +Kf +ee +bd +bd +Ya +Ya +Ya +Ya +Ya +Ya +Ya +bd +bd +ee +Vi +eM +qF +fW +hS +JR +JR +JR +JR +JR +bd +bd +JR +JR +JR +JR +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(83,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +qI +Ck +Ck +Ck +Ck +Ck +qI +qI +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +JR +ZG +Qp +aD +JR +ZU +ZU +RT +ee +ee +ee +bd +bd +Ya +mp +Fa +UQ +UQ +UQ +Ya +bd +bd +ee +ee +ee +xx +ZU +ZU +JR +ZG +Qp +aD +JR +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(84,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +qI +Ck +Ck +Ck +Ck +Ck +qI +qI +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +JR +ZG +Qp +aD +JR +uD +fW +hS +mf +bd +bd +bd +bd +Ya +Rj +Ru +UQ +UQ +UQ +Ya +bd +bd +bd +bd +mf +uD +fW +hS +JR +ZG +Qp +aD +JR +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(85,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +qI +qI +qI +qI +qI +qI +qI +qI +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cg +cg +cg +cg +Oz +ZG +Qp +aD +JR +uD +fW +hS +Fa +bd +bd +bd +bd +Ya +gP +Fa +UQ +UQ +UQ +Ya +bd +bd +bd +bd +Fa +uD +fW +hS +JR +ZG +Qp +aD +Wc +ZX +ZX +ZX +ZX +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(86,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +mI +Dl +mI +mI +mI +mI +mI +mI +mI +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cg +ke +wZ +GE +cg +ge +hp +Ik +ee +uD +fW +hS +Ya +Ya +Ya +Ya +Ya +Ya +Fa +Fa +Fa +ex +Fa +Ya +Ya +Ya +Ya +Ya +Ya +uD +fW +hS +ee +ge +hp +Ik +ZX +cb +Cl +Ct +ZX +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(87,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +qI +qI +qI +qI +qI +qI +qI +Ye +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cg +lG +xy +GL +Po +ht +SK +CK +ee +uD +fW +hS +Ya +Ey +Jf +Sr +iN +Fa +Bu +Bu +Bu +Bu +Bu +Fa +wf +Sr +Jf +zh +Ya +uD +fW +hS +ee +rN +nD +tV +Fe +wY +Eq +yH +ZX +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(88,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +Ck +Ck +Ck +Ck +qI +qI +qI +Ye +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cg +mw +xE +HB +cg +Vg +fW +dk +ee +uD +fW +hS +Ya +GV +sC +sC +Zz +Fa +Bu +US +Bu +Bu +Bu +Fa +GV +sC +sC +Zz +Ya +uD +fW +hS +ee +pk +fW +vA +ZX +mR +jn +vT +ZX +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(89,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +Ck +Ck +Ck +Ck +qI +mI +mI +mI +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cg +cg +cg +cg +cg +rI +fW +Zn +ee +uD +fW +hS +Ya +iQ +Sx +Sx +CE +Fa +Bu +US +Bu +Bu +Bu +Fa +Oe +Sx +Sx +gs +Ya +uD +fW +hS +ee +gQ +fW +vA +ZX +ZX +ZX +ZX +ZX +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(90,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +Ck +Ck +Ck +Ck +qI +mI +Sw +Sw +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cO +na +yh +HI +cO +Vg +fW +dk +ee +uD +fW +hS +Ya +Fa +Fc +Fa +FK +Fa +BY +Fa +fM +Fa +BY +Fa +qc +Fa +go +Fa +Ya +uD +fW +hS +ee +Ke +fW +vA +ta +ai +no +nf +ta +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(91,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +qI +qI +qI +qI +qI +qI +gI +Sw +Sw +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cO +of +yk +HR +Pu +Vg +fW +dk +ee +uD +fW +UL +Ya +HD +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +jy +Ya +RX +fW +hS +ee +Mv +fW +vA +yS +Ua +mF +Tv +ta +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(92,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +fG +fG +fG +fG +fG +fG +fG +fG +fG +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cO +pF +zR +Iv +cO +rI +fW +dk +ee +uD +fW +hS +SN +GV +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +Zz +SN +uD +fW +hS +ee +Ke +fW +vA +ta +EV +Ho +Pq +ta +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(93,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +ye +Xu +Xu +Xu +Xu +Xu +Xu +Xu +Xu +Xu +ye +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +cO +cO +cO +cO +cO +He +fW +dk +ee +uD +fW +hS +Ya +Oe +Sx +Sx +Sx +Sx +aA +sC +sC +sC +Tz +Sx +Sx +Sx +Sx +CE +Ya +uD +fW +hS +ee +Ke +fW +vA +ta +ta +ta +ta +ta +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(94,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +EC +Dl +id +fG +Xu +Xu +Xu +Xu +Xu +Xu +Xu +Xu +Xu +fG +EC +Dl +id +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +dd +qi +Ao +IL +dd +rI +fW +dk +ee +uD +fW +hS +Ya +Fa +Fa +Fa +Fa +Fa +GV +sC +AR +sC +Zz +Fa +Fa +Fa +Fa +Fa +Ya +uD +fW +hS +ee +Ke +fW +vA +jP +BA +nh +mz +jP +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(95,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +EC +Dl +id +fG +fG +fG +fG +fG +fG +fG +fG +fG +fG +fG +EC +Dl +id +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +dd +qj +AK +IX +Rr +Vg +fW +dk +ee +uD +fW +hS +cM +Fa +HD +uQ +jy +Fa +GV +sC +AR +sC +Zz +Fa +HD +uQ +jy +Fa +cM +uD +fW +hS +ee +Ke +fW +vA +kA +Ek +zp +AD +jP +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(96,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +wh +EH +KQ +EH +qm +Yk +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Yk +wh +EH +KQ +EH +eC +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +dd +ra +BG +Js +dd +Vg +fW +Zn +ee +uD +fW +hS +Lx +oo +GV +sC +Zz +CL +GV +sC +yA +sC +Zz +CL +GV +sC +Zz +oo +Hv +uD +fW +hS +ee +gQ +fW +vA +jP +Af +sw +xV +jP +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(97,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +iC +vM +fh +sk +XB +Yk +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Yk +iC +vM +fh +sk +XB +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +dd +dd +dd +ya +dd +rI +fW +dk +ee +uD +fW +hS +Lx +oo +GV +sC +Zz +Fa +GV +sC +yA +sC +Zz +Fa +GV +sC +Zz +oo +Hv +uD +fW +hS +ee +pk +fW +vA +jP +jP +jP +jP +jP +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(98,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Gv +Ne +Yk +kF +Vr +Yk +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Yk +kF +Vr +Yk +Gv +Ne +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +ee +sz +sC +JA +ee +Vg +fW +dk +ee +uD +fW +hS +QO +Ld +Oe +Sx +CE +Fa +GV +sC +AR +sC +Zz +Fa +Oe +Sx +CE +EL +yg +uD +fW +hS +ee +Qu +fW +vA +ee +sz +sC +JA +ee +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(99,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Gv +Ne +Yk +kF +Vr +Yk +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Yk +kF +Vr +Yk +Gv +Ne +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +ee +sC +sC +sC +Ru +Vg +fW +dk +ee +uD +fW +UL +Ya +Fa +Fa +Fa +Fa +Fa +GV +sC +AR +sC +Zz +Fa +Fa +Fa +Fa +Fa +Ya +RX +fW +hS +ee +pk +fW +vA +Ru +sC +sC +sC +ee +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(100,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Gv +Ne +Yk +kF +Vr +Yk +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Yk +kF +Vr +Yk +Gv +Ne +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +ee +sE +sC +KS +ee +Vg +fW +dk +ud +uD +fW +hS +Ya +Ey +uQ +jy +Dn +HD +OU +sC +sC +sC +Yz +jy +NO +HD +uQ +zh +Ya +uD +fW +hS +ud +pk +fW +vA +ee +sE +sC +KS +ee +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(101,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Ob +qO +Yk +Yk +Yk +Yk +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Yk +Yk +Yk +Yk +Ob +qO +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +ee +sE +sC +KS +ee +hQ +fW +dk +ud +uD +fW +hS +Ya +yJ +sC +Zz +Fa +GV +sC +sC +sC +sC +sC +Zz +Fa +GV +sC +Uq +Ya +uD +fW +hS +ud +pk +fW +vA +ee +sE +sC +KS +ee +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(102,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +iC +Gz +zz +mC +Dl +Ye +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Ye +Dl +cx +xC +ju +XB +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +ee +sH +sC +KS +ee +Vg +fW +dk +ud +uD +fW +hS +Ya +VG +sC +Zz +Lt +GV +sC +sC +bM +sV +sC +Zz +oy +GV +sC +Op +Ya +uD +fW +hS +ud +pk +fW +vA +ee +sH +sC +KS +ee +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(103,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Uy +IH +Mu +Fy +Dl +Ye +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Ye +Dl +eq +qB +IH +KZ +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +ee +sC +sC +sC +Ru +Vg +fW +dk +ee +uD +fW +hS +Ya +vw +Sx +pY +Fa +GV +sC +sC +bM +JG +sC +Zz +Fa +CF +Sx +uW +Ya +uD +fW +hS +ee +pk +fW +vA +Ru +sC +sC +sC +ee +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(104,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +ee +sZ +sC +La +ee +Vg +fW +dk +ee +uD +fW +hS +Ya +Fa +Fa +Fa +Fa +GV +sC +sC +bM +JG +sC +Zz +Fa +Fa +Fa +Fa +Ya +uD +fW +hS +ee +pk +fW +vA +ee +sZ +sC +La +ee +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(105,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +eU +eU +eU +eU +eU +rI +fW +dk +ee +uD +fW +hS +Ya +EJ +FD +FD +FD +vr +al +al +al +HL +al +zX +FD +FD +FD +DQ +Ya +uD +fW +hS +ee +Qu +fW +vA +XI +XI +XI +XI +XI +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(106,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +eU +tg +Cd +Ln +eU +Vg +fW +Zn +ee +uD +fW +UL +Ya +GV +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +sC +Zz +Ya +RX +fW +hS +ee +gQ +fW +vA +XI +eQ +OV +rw +XI +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(107,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +eU +tn +CH +LQ +Rx +Vg +fW +dk +ee +uD +fW +hS +Ya +GV +sC +sC +sC +Tz +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +CE +Ya +uD +fW +hS +ee +Ke +fW +vA +zi +LZ +nF +qV +XI +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(108,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +eU +tH +CP +MJ +eU +rI +fW +dk +ee +uD +fW +hS +Ya +GV +sC +sC +sC +Zz +Fa +Fa +oo +Fa +Fa +Fa +Fa +zH +Fa +Fa +Ya +uD +fW +hS +ee +Ke +fW +vA +XI +Tq +ix +FG +XI +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(109,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +fO +fO +fO +fO +fO +He +fW +dk +ee +uD +fW +hS +Ya +GV +sC +sC +sC +Zz +Fa +lW +Rv +Yo +Fa +Kp +za +uQ +Nr +km +Ya +uD +fW +hS +ee +Ke +fW +vA +eh +eh +eh +eh +eh +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(110,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +fO +tS +CT +MK +fO +rI +fW +dk +ee +uD +fW +hS +Ya +GV +sC +sC +sC +Zz +Pn +uD +fW +hS +Fa +Kw +GG +GG +GG +Zz +Ya +uD +fW +hS +ee +Mv +fW +vA +eh +IF +QW +BW +eh +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(111,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +ya +ya +ya +ya +ya +ya +ya +ya +ya +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +fO +ug +Db +Na +RL +Vg +fW +dk +ee +uD +fW +hS +Ya +GV +sC +sC +sC +Zz +fW +uD +fW +hS +Fa +GV +GG +GG +GG +Zz +Ya +uD +fW +hS +ee +Ke +fW +vA +bV +VQ +KD +fo +eh +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(112,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +fG +fG +fG +fG +fG +fG +fG +fG +fG +fG +fG +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +fO +ut +De +Nb +fO +Vg +fW +dk +ee +uD +fW +hS +Ya +Oe +Sx +Sx +Sx +CE +Fa +uD +fW +hS +Fa +oM +at +at +XD +oD +Ya +uD +fW +hS +ee +Ke +fW +vA +eh +TE +nV +Yu +eh +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(113,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +OD +em +em +em +em +em +em +em +em +em +em +em +rH +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +hw +hw +hw +hw +hw +rI +fW +Zn +ee +ZU +ZU +RT +Ya +Ya +Ya +Ya +Ya +Ya +Ya +tf +ez +VE +Ya +Ya +Ya +Ya +Ya +Ya +Ya +xx +ZU +ZU +ee +gQ +fW +vA +Fl +Fl +Fl +Fl +Fl +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sG +sG +sG +sG +sG +sG +sG +sG +sG +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(114,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +Xr +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +tb +Hk +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +hw +vl +Dg +Nh +hw +Vg +fW +dk +ee +uD +fW +hc +ZU +Rv +Rv +Rv +Rv +AQ +Rv +kp +fW +hc +Rv +AQ +Rv +Rv +Rv +Rv +ZU +kp +fW +hS +ee +pk +fW +vA +Fl +Nz +jZ +tZ +Fl +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +sB +sB +sB +sB +sB +sB +sB +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(115,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +hw +vp +Ec +Nv +SP +xf +IO +qv +ee +uD +fW +fW +ZU +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +ZU +fW +fW +hS +ee +cF +Ia +Lc +Zj +yw +VC +IR +Fl +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +Xu +Xu +Xu +Xu +Xu +Xu +Xu +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(116,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +hw +vS +Fj +NI +hw +ZU +ZU +ZU +ee +Vi +eM +eM +ZU +eM +eM +eM +eM +eM +eM +qF +fW +mK +eM +eM +eM +eM +eM +eM +ZU +eM +eM +Kf +ee +ZU +ZU +ZU +Fl +GJ +Gg +Un +Fl +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +Xu +Xu +Xu +Xu +Xu +Xu +Xu +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(117,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +hw +hw +hw +hw +hw +ee +Pt +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +uD +fW +hS +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +ee +Pt +ee +Fl +Fl +Fl +Fl +Fl +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +Xu +Xu +Xu +gF +Xu +Xu +Xu +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(118,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +ee +uD +fW +hS +ee +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +Xu +Xu +Xu +Xu +Xu +Xu +Xu +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(119,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +mf +Vi +fW +Kf +mf +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +Xu +Xu +Xu +Xu +Xu +Xu +Xu +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(120,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +JR +JR +JR +JR +bd +bd +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +kz +kz +kz +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +bd +bd +JR +JR +JR +JR +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +Xu +Xu +Xu +Xu +Xu +Xu +Xu +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(121,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +TM +TM +Vj +VA +Vj +Vj +Vj +Vj +Vj +Vj +Vj +VA +Vj +Vj +Vj +TM +TM +TM +Vj +Pj +Vj +VA +Vj +Vj +Vj +Vj +Vj +Vj +Vj +VA +Vj +TM +TM +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +Xu +Xu +Xu +Xu +Xu +Xu +Xu +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(122,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +TM +KE +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +Aq +TM +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sB +sB +sB +sB +sB +sB +sB +sB +sB +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(123,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +Vj +DR +dl +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +nw +Ng +Vj +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sG +sG +sG +sG +sG +sG +sG +sG +sG +sG +sG +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(124,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +Vj +DR +Ng +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +DR +Ng +Vj +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +sB +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(125,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +iI +wK +FO +wK +Vj +DR +Ng +wW +gc +Iz +Iz +Iz +Iz +Iz +Iz +Iz +Iz +gc +Iz +Iz +Iz +Iz +Iz +gc +Iz +Iz +Iz +Iz +Iz +Iz +Iz +Iz +gc +wW +DR +Ng +Vj +wK +ub +wK +iI +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(126,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +kz +Qx +Qx +Yn +Zb +Kz +HU +Qx +lY +oG +HU +Yn +Zb +oG +kO +Qx +Zb +Kz +HU +Yn +lY +oG +kz +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(127,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jT +wX +wX +jT +Vm +Cg +wU +wX +SF +GA +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +kL +SF +wX +Cg +wU +Vm +jT +wX +wX +jT +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(128,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +EM +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +cy +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(129,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +JK +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +gD +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(130,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +kC +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +pM +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(131,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +mt +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +bo +Iz +wW +DR +Ng +TM +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(132,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +EM +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +uV +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +cy +Iz +wW +DR +Ng +TM +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(133,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +AT +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sY +Iz +wW +DR +Ng +TM +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(134,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +kC +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +pM +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(135,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +bG +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +df +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(136,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +EM +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +cy +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(137,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jT +wX +wX +jT +Vm +Cg +wU +wX +SF +ms +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +sI +Xz +SF +wX +Cg +wU +Vm +jT +wX +wX +jT +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(138,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +jO +wW +wW +jO +Vj +DR +Ng +wW +Iz +kz +Hx +jw +oH +Zh +sh +tU +uy +ve +Hx +tU +oH +Zh +Hx +jw +uy +Zh +sh +tU +oH +ve +Hx +kz +Iz +wW +DR +Ng +Vj +jO +wW +wW +jO +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(139,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +iI +wK +FO +wK +Vj +DR +Ng +wW +gc +Iz +Iz +Iz +Iz +Iz +Iz +Iz +Iz +gc +Iz +Iz +Iz +Iz +Iz +gc +Iz +Iz +Iz +Iz +Iz +Iz +Iz +Iz +gc +wW +DR +Ng +Vj +wK +ub +wK +iI +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(140,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +Vj +DR +Ng +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +wW +DR +Ng +Vj +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(141,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +EC +Dl +id +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +EC +Dl +id +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +Vj +DR +An +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +vd +sM +Ng +Vj +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(142,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +TM +ru +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +Br +cP +TM +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(143,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +TM +TM +Vj +Uk +Vj +Vj +Vj +Vj +Vj +Vj +Vj +Uk +Vj +Vj +Vj +TM +TM +TM +Vj +Vj +Vj +Uk +Vj +Vj +Vj +Vj +Vj +Vj +Vj +Uk +Vj +TM +TM +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(144,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +kz +kz +kz +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(145,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +mf +bk +gr +nk +mf +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(146,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +ee +ca +XV +mx +ee +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +bd +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(147,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +JR +JR +JR +JR +JR +JR +JR +ee +ee +ee +Pt +ee +ee +ee +ee +ee +ee +ee +ee +ca +XV +mx +ee +ee +ee +ee +ee +ee +ee +ee +Pt +ee +ee +ee +JR +JR +JR +JR +JR +JR +JR +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(148,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +bk +gr +gr +gr +ks +gr +gr +gr +gr +gr +UO +XV +cK +gr +gr +gr +gr +gr +ks +gr +gr +gr +nk +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(149,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +ca +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +XV +mx +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(150,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +wG +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +Ge +jc +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(151,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +dT +dT +XV +CY +dT +eA +eA +dT +dT +kf +WM +EA +hR +Ok +dT +dT +eA +eA +dT +XV +CY +dT +dT +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(152,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +bk +gr +gr +gr +gr +gr +gr +nk +IJ +IJ +IJ +IJ +IJ +IJ +IJ +bk +gr +gr +gr +gr +gr +gr +nk +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(153,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +ca +oI +oI +oI +oI +oI +oI +Wl +IJ +rd +UU +Zs +UU +UM +IJ +ca +oI +oI +oI +oI +oI +oI +mx +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(154,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +ca +oI +lE +lE +lE +lE +oI +tc +IJ +si +UU +UU +UU +SC +IJ +Cs +oI +lE +lE +lE +lE +oI +mx +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(155,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +ca +oI +lE +Mt +Mt +lE +oI +Wl +IJ +Xw +UU +UU +UU +IG +IJ +Bk +oI +lE +Mt +Mt +lE +oI +mx +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(156,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +ca +oI +lE +lE +lE +lE +oI +aw +IJ +hg +UU +UU +UU +fi +IJ +cs +oI +lE +lE +lE +lE +oI +mx +dT +Cx +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(157,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +VD +VD +Gt +dT +ca +oI +oI +oI +oI +oI +oI +Wl +IJ +Xy +UU +UU +UU +ni +IJ +ca +oI +oI +oI +oI +oI +oI +mx +dT +Gt +VD +VD +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(158,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Cx +Gt +Cx +dT +wG +Ge +Ge +QD +Ge +BH +oI +mx +IJ +IJ +sO +oN +sO +IJ +IJ +ca +oI +vu +Ge +QD +Ge +Ge +jc +dT +Gt +Gt +Cx +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(159,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +dT +dT +dT +XV +CY +dT +dT +ca +oI +cK +gr +gr +gr +gr +gr +BR +gr +UO +oI +mx +dT +dT +dT +dT +dT +dT +dT +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(160,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +bk +gr +gr +gr +gr +nk +dT +ca +oI +oI +oI +oI +oI +oI +oI +oI +oI +oI +oI +mx +XV +bk +nk +Va +WV +zA +zA +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(161,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +Hr +zA +ii +ii +zA +mx +dT +wG +QD +Ge +Ge +PB +Ge +Ge +Ge +Ge +Ge +Ge +QD +jc +XV +ca +mx +dT +vV +Nl +zA +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(162,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +DE +zA +Oo +Oo +zA +XP +dT +dT +dT +dT +IJ +IJ +ry +ry +ry +IJ +IJ +dT +dT +dT +dT +wG +jc +CR +zA +jj +zA +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(163,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +RR +zA +BU +BU +zA +mx +dT +Gt +Gt +Gt +IJ +cZ +XV +XV +XV +ly +IJ +Gt +Gt +Gt +dT +WF +WF +dT +zA +zA +zA +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(164,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +wG +Ge +Ge +Ge +Ge +cL +dT +Gt +IJ +IJ +IJ +IJ +GB +GB +GB +IJ +IJ +IJ +IJ +Gt +dT +yd +yd +dT +dT +DP +dT +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(165,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +dT +oI +oI +oI +oI +dT +dT +Gt +IJ +KK +mZ +yT +gr +gr +gr +gr +th +KK +IJ +Gt +dT +yd +yd +dT +AJ +AJ +mV +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(166,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +kn +gr +gr +gr +gr +kR +dT +Gt +IJ +ax +HC +yd +yd +yd +yd +yd +sT +Wk +IJ +Gt +dT +yd +yd +dT +AJ +AJ +YH +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(167,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +Wp +zA +zA +zA +zA +mx +dT +Gt +IJ +Od +ca +yd +yd +yd +yd +yd +mx +eW +IJ +Gt +dT +yd +yd +dT +dT +dX +dT +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(168,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +vh +zA +zA +zA +zA +pP +dT +Gt +IJ +rY +tl +yd +yd +yd +yd +yd +TL +xv +IJ +Gt +dT +yd +yd +dT +nt +VS +Ku +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(169,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +zP +zA +zA +zA +zA +mx +dT +Gt +IJ +an +ca +yd +yd +yd +yd +yd +mx +NP +IJ +Gt +dT +yd +yd +dT +dT +dT +dT +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(170,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +fL +vu +Ge +Ge +Ge +Pc +dT +Gt +IJ +tp +Bc +yd +yd +yd +yd +yd +oT +Ve +IJ +Gt +dT +kv +yd +aL +UN +hd +zy +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(171,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +ca +mx +dT +dT +dX +dT +dT +Gt +IJ +KK +Hq +fA +tY +kj +yo +Ge +gX +KK +IJ +Gt +dT +yd +yd +yd +yd +yd +yd +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(172,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +OC +mx +dT +qq +eT +Ku +dT +Gt +IJ +IJ +IJ +IJ +IJ +IJ +IJ +IJ +IJ +IJ +IJ +Gt +dT +yd +yd +aL +Pr +cN +cN +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(173,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +dO +Tc +dT +Dm +eT +Ku +dT +Cx +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Cx +dT +yd +yd +yd +yd +yd +yd +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(174,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +sl +jc +dT +Xs +Zv +Wo +dT +Gt +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +Gt +dT +XK +vP +GT +aL +lA +Fw +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(175,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +dT +dT +dT +dT +dT +dT +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Gt +dT +dT +dT +dT +dT +dT +dT +dT +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(176,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Cx +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Gt +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +Cx +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Gt +Cx +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +ZY +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(177,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +VD +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +Yk +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(178,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(179,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(180,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(181,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(182,1,1) = {" +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +iw +Vf +iw +ya +"} +(183,1,1) = {" +ya +iw +Vf +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +Vf +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +Vf +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +Vf +iw +ya +"} +(184,1,1) = {" +ya +iw +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +Vf +iw +ya +"} +(185,1,1) = {" +ya +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw +ya +"} +(186,1,1) = {" +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +"} diff --git a/maps/map_files/UAS_Arrowhead/sprinkles/.gitkeep b/maps/map_files/UAS_Arrowhead/sprinkles/.gitkeep new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/maps/map_files/UAS_Arrowhead/sprinkles/.gitkeep @@ -0,0 +1 @@ + diff --git a/maps/map_files/UAS_Arrowhead_NEW/UAS_Arrowhead_NEW.dmm b/maps/map_files/UAS_Arrowhead_NEW/UAS_Arrowhead_NEW.dmm new file mode 100644 index 0000000000..1f70d8d197 --- /dev/null +++ b/maps/map_files/UAS_Arrowhead_NEW/UAS_Arrowhead_NEW.dmm @@ -0,0 +1,59506 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaf" = ( +/turf/open/floor/almayer, +/area/arrowhead_new/upper/briefing) +"aaG" = ( +/obj/structure/machinery/cm_vending/clothing/senior_officer{ + density = 0; + pixel_y = 30 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/middle/medical/medbay) +"aaU" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"aaV" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Arrow_Aux_Bay"; + name = "\improper Heavy Airlock Shutter"; + openspeed = 15 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/ert) +"abf" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"act" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"acy" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"acV" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{ + dir = 1; + name = "\improper AI Storage Room"; + req_one_access = list(1, 6, 91) + }, +/obj/effect/step_trigger/ares_alert/core, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"adh" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"adK" = ( +/obj/structure/ladder{ + id = "Arrow_Port_AI1" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"adY" = ( +/obj/structure/foamed_metal/iron, +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/middle/engineering/main) +"aea" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"aeC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/briefing) +"aeS" = ( +/obj/structure/phone_base{ + dir = 8; + name = "Containment Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Arrowhead"; + phone_id = "Containment"; + pixel_x = 17; + pixel_y = 7 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/upper/containment) +"aeZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"agi" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/computer/cameras/almayer_network/vehicle{ + dir = 4; + layer = 2.99; + network = list("Arrowhead","Vehicle"); + pixel_y = 4 + }, +/obj/structure/machinery/computer/almayer_control{ + dir = 4; + layer = 2.99; + pixel_y = 26 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"agI" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Star"; + pixel_y = 23; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"ahy" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/synth) +"ahB" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"ahV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"ahX" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"ain" = ( +/obj/structure/morgue{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/morgue) +"ait" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"aiN" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/port) +"akq" = ( +/obj/structure/bed/stool{ + buckling_y = 9; + pixel_x = -12; + pixel_y = 9 + }, +/obj/structure/closet/secure_closet/chemical{ + can_block_movement = 0; + density = 0; + pixel_x = 10; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"akM" = ( +/obj/structure/machinery/computer/working_joe{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"akZ" = ( +/obj/structure/morgue/crematorium{ + id = "Arrow_Crem" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/morgue) +"all" = ( +/obj/structure/machinery/vending/cola/research{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"alw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"alQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/ot) +"alR" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"alY" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"amb" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"amO" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead_new/middle/hallways/star) +"amV" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"amW" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"anh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"anz" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "greencorner" + }, +/area/arrowhead_new/middle/requisitions) +"anG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"aol" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"aop" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"aoG" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/middle/hallways/port) +"apu" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/star_bunks) +"apH" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"aqp" = ( +/obj/structure/machinery/conveyor{ + dir = 9; + id = "Arrow_Garbage" + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"aqt" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/fore) +"aqP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/squad_changer, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"arf" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"arC" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"asg" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/star) +"asv" = ( +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/cic) +"asF" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"asM" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"asO" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"atl" = ( +/obj/structure/ladder{ + id = "Arrow_Pilot"; + pixel_x = 16 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"atq" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 4; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/aft) +"ats" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/maint/port) +"aty" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/point/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/port_bunks) +"atR" = ( +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"avf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"avi" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/star_bunks) +"avm" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + can_block_movement = 0; + density = 0; + pixel_x = -5; + pixel_y = 16; + req_access = null + }, +/turf/open/floor/carpet, +/area/arrowhead_new/middle/engineering/main) +"avB" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"awh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"awk" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Arrow_CO"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/bunks/co) +"axa" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2; + pixel_y = 21 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -2; + pixel_y = -4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"axn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"axz" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"axV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/fire{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"ayR" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down2"; + vector_x = 2; + vector_y = -2 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"azK" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"azS" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"aAx" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"aAU" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"aBq" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"aBs" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 9 + }, +/area/arrowhead_new/lower/powered/evac) +"aBC" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"aCG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"aCJ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Storage"; + name = "Secure Storage Control"; + pixel_x = 6; + req_one_access_txt = list(1,6) + }, +/obj/structure/machinery/door_control{ + id = "Arrow_CE"; + name = "Privacy Shutter"; + pixel_x = 6; + pixel_y = 8; + req_one_access_txt = list(1,6) + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Engineering_Lockdown"; + name = "Engineering Lockdown"; + pixel_x = 6; + pixel_y = 16; + req_one_access_txt = list(1,6) + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"aCX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"aDf" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"aDy" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/stairs) +"aDC" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "ai_floors" + }, +/area/arrowhead_new/lower/airoom) +"aDV" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"aFa" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 18 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"aFb" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"aGw" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = -12 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"aGS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"aHF" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_SEA"; + name = "\improper Privacy Shutter"; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/sea) +"aHU" = ( +/obj/structure/closet/secure_closet/guncabinet/red/mp_armory_shotgun{ + can_block_movement = 0; + density = 0; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead_new/upper/brig) +"aIz" = ( +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -64 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"aJY" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"aKK" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"aLi" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/co) +"aMg" = ( +/obj/structure/machinery/cryopod, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"aMq" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"aMI" = ( +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/upper_star) +"aNc" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"aNj" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/star) +"aNK" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/cic) +"aNP" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"aOr" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"aOs" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_TComms"; + name = "TComms Shutters"; + pixel_x = 24; + pixel_y = 23; + req_one_access_txt = list(19,7) + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"aOR" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 4; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"aPo" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hangar) +"aPB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"aPN" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"aPY" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"aQn" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"aQZ" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/ert) +"aRC" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"aRI" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"aSn" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/maint/star) +"aSW" = ( +/obj/structure/ladder{ + id = "Arrow_Port_Maint1" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"aUm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"aUw" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"aUx" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + glass = 0; + name = "\improper Power Storage" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/maint/star) +"aUI" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/hallways/fore) +"aVu" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/maint/port) +"aVE" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"aWP" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = null; + indestructible = 1; + name = "\improper Elevator Lock"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/shuttle/arrowhead_new/upper_star) +"aXS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/star) +"aYd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"aYC" = ( +/obj/structure/machinery/light/containment{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/arrowhead_new/upper/containment) +"aZx" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/star) +"aZB" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"bal" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/bunks/so) +"baB" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/secure_data, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"baZ" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 2; + name = "\improper Evacuation Airlock PL-2"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"bbf" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/engineering/main) +"bbg" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/step_trigger/clone_cleaner, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -60 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/stairs) +"bbG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/aft) +"bcl" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/upper/hallways/aft) +"bcD" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"bdb" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"bdh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"bdE" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"bes" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Vehicle_Bay"; + name = "\improper Vehicle Bay Shutter" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_Hanger"; + name = "\improper Hangar Lockdown Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"bfa" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"bfe" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"bfE" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/upper/hallways/aft) +"bfM" = ( +/obj/structure/window/reinforced/ultra{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead_new/upper/briefing) +"bgu" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"bhI" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"bhW" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Aux_Bay"; + name = "\improper Heavy Airlock Door"; + openspeed = 15 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/ert) +"biH" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"biI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"biN" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"bjM" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"bkj" = ( +/obj/structure/flora/pottedplant/random{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"bkD" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_OR4"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/medical/or4) +"bkW" = ( +/obj/structure/prop/almayer/cannon_cables, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/weapon_room) +"bkY" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"blp" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"blA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"blH" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"blS" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"bms" = ( +/obj/structure/morgue, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/morgue) +"bmD" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"bmG" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"bod" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"bog" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"bou" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Bravo Overwatch Telephone"; + phone_category = "Command"; + phone_id = "Bravo Overwatch" + }, +/obj/structure/machinery/status_display{ + pixel_y = -28 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"bpi" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"bpJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"bqJ" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/fore) +"brm" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"brH" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"brL" = ( +/obj/structure/sign/prop1{ + pixel_x = 31 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"bsL" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"bsT" = ( +/obj/structure/closet/secure_closet/guncabinet/red/cic_armory_mk1_rifle_ap{ + can_block_movement = 0; + density = 0; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead_new/upper/cic) +"btx" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"btM" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/maint/fore) +"buf" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"bvf" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"bwV" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + density = 0; + pixel_y = 10; + wrenchable = 0 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"bxH" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + dir = 1; + id = "Arrow_Cell_4"; + name = "Cell 4" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"bxV" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"byH" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"bzt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"bzI" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"bzJ" = ( +/obj/structure/machinery/door/window/ultra{ + dir = 1; + req_access_txt = "19" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/briefing) +"bzK" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"bAt" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/star_bunks) +"bCb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "Arrow_Req2"; + name = "Line Shutters"; + pixel_x = -6; + pixel_y = 5; + req_one_access_txt = list(1,21) + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"bDL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/computer/guestpass, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/star) +"bEu" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"bEC" = ( +/obj/item/book/manual/surgery, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or1) +"bEE" = ( +/obj/structure/machinery/faxmachine/uscm/command{ + can_block_movement = 0; + density = 0; + pixel_y = 25 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"bFi" = ( +/obj/structure/largecrate, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"bFx" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"bFz" = ( +/obj/structure/bed/chair/comfy/delta{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"bFQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"bFT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"bGC" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead_new/middle/weapon_room) +"bGG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/evac) +"bGS" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + pixel_x = -12 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/structure/holohoop{ + dir = 4; + id = "basketball"; + side = "left" + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"bHc" = ( +/obj/structure/monorail, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"bHO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"bHQ" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"bHS" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/bunks/xo) +"bIq" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/maint/port) +"bIx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"bJt" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/lead/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/port_bunks) +"bJJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"bKz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"bLa" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"bLA" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"bMb" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"bMA" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/prep/squad) +"bMG" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"bMS" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/middle/maint/aft) +"bNA" = ( +/obj/docking_port/stationary/arrow_elevator/port/lower, +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/lower_port) +"bOo" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"bOq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/ot) +"bQp" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"bRC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"bRX" = ( +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/upper_star{ + pixel_x = 3; + pixel_y = 31 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/upper/hallways/aft) +"bSi" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"bSj" = ( +/obj/structure/machinery/fuelcell_recycler, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"bSA" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"bTd" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"bUd" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/maint/port) +"bUm" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/dice, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"bUq" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"bUN" = ( +/turf/closed/wall/almayer/research/containment/wall/south, +/area/arrowhead_new/upper/containment) +"bVt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"bVJ" = ( +/obj/structure/machinery/door/airlock/almayer/security{ + dir = 2; + name = "\improper Interrogation" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"bVP" = ( +/obj/vehicle/powerloader{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"bWC" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"bWQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "redcorner" + }, +/area/arrowhead_new/upper/brig) +"bXc" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"bXf" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"bXj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/fore) +"bXw" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"bXz" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/fore) +"bXK" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/lead) +"bXM" = ( +/obj/structure/window/framed/almayer, +/turf/open/floor/plating, +/area/arrowhead_new/middle/requisitions) +"bXY" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 1 + }, +/area/space) +"bYS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/port) +"bZj" = ( +/obj/structure/pipes/vents/pump/no_boom, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"bZr" = ( +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"bZA" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"bZV" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"cae" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/star) +"caX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Requisitions"; + req_one_access = list(19,21) + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/requisitions) +"ccg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"ccA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"ccU" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"ccY" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"cdx" = ( +/obj/structure/machinery/ares/substrate, +/obj/structure/machinery/ares/processor/bioscan{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"cer" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/overwatch/almayer{ + dir = 4; + layer = 3.2; + pixel_x = 16; + pixel_y = 7 + }, +/obj/item/paper_bin/uscm{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/tool/pen{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"cez" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + dir = 1; + name = "\improper Engineering" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Arrow_Engineering_Lockdown"; + name = "Engineering Lockdown Shutter" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"cfs" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Arrow_Engineering_Lockdown"; + name = "Engineering Lockdown Shutter" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/engineering/main) +"cgB" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig/cells) +"cgH" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"cha" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/cryo_cells) +"chk" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"cio" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"cip" = ( +/turf/closed/wall/almayer/research/containment/wall/corner{ + dir = 4 + }, +/area/arrowhead_new/upper/containment) +"ckk" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"ckz" = ( +/obj/structure/flora/pottedplant/random, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"ckD" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"ckM" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/maint/aft) +"clc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"clp" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "USS Almayer Dropship 1"; + name = "Shuttle Bay Blast Door" + }, +/obj/structure/blocker/invisible_wall{ + name = "\improper Common Sense" + }, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"clz" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/vc_bunk) +"clQ" = ( +/obj/structure/machinery/light/spot, +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"cmr" = ( +/obj/structure/closet/crate, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"cmX" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/point) +"cnZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/briefing) +"coq" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead_new/upper/hallways/aft) +"coE" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"coY" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"cpx" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"csm" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"csF" = ( +/obj/structure/machinery/door/airlock/almayer{ + dir = 1; + name = "\improper Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/vc_bunk) +"csQ" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"csW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/engine, +/area/arrowhead_new/middle/engineering/reactor) +"cuL" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"cuX" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or3) +"cuZ" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/hangar) +"cvb" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/card, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"cvp" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/ot) +"cvv" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/powered/evac) +"cvC" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + req_access = null + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"cvD" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/lower/powered/ert) +"cwx" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/hallways/star) +"cwG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"cxL" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 5; + pixel_y = 10; + wrenchable = 0 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"czu" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"czQ" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"czV" = ( +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/machinery/power/apc/almayer/hardened{ + cell_type = /obj/item/cell/hyper; + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"cAc" = ( +/obj/structure/machinery/telecomms/server/presets/squads, +/obj/structure/machinery/telecomms/receiver/preset{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"cAP" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"cBb" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"cBp" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"cBW" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"cCo" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/structure/machinery/light/small, +/turf/open/floor/almayer{ + desc = "part of a rubber room, let's hope there's no rats."; + icon_state = "silverfull"; + name = "rubber floor" + }, +/area/arrowhead_new/upper/brig/cells) +"cCs" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"cCU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"cDh" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"cEm" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"cEx" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/cobweb2/dynamic, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"cFA" = ( +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or2) +"cGg" = ( +/obj/effect/step_trigger/ares_alert/core, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"cGQ" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"cHg" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "redcorner" + }, +/area/arrowhead_new/middle/weapon_room) +"cHj" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"cIv" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"cIH" = ( +/obj/docking_port/stationary/emergency_response/port1, +/turf/open/floor/plating, +/area/arrowhead_new/lower/powered/ert) +"cIJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"cIW" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"cJq" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/fore) +"cJE" = ( +/obj/structure/target, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"cJG" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"cKE" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"cLi" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"cLL" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"cLQ" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"cLU" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"cMo" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/port) +"cNe" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"cNx" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"cNS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"cOJ" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"cOM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"cPs" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"cPS" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 4 + }, +/obj/item/prop/tableflag/uscm2{ + pixel_x = -8; + pixel_y = 17 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"cQA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"cQE" = ( +/obj/structure/closet/secure_closet/brig{ + can_block_movement = 0; + density = 0; + pixel_y = -15 + }, +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"cQF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"cRq" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"cRD" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 4; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer/no_build{ + icon_state = "ai_floors" + }, +/area/arrowhead_new/lower/airoom) +"cRG" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req2"; + name = "\improper Requisition Shutter" + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + req_one_access_txt = "2;21" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/requisitions) +"cRP" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"cSV" = ( +/obj/structure/machinery/cm_vending/clothing/commanding_officer{ + pixel_y = 0 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"cSY" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silvercorner" + }, +/area/arrowhead_new/lower/airoom) +"cUL" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"cUM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"cUS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"cVe" = ( +/obj/structure/machinery/biohazard_lockdown{ + pixel_x = 16; + pixel_y = 24 + }, +/obj/structure/flora/pottedplant/random{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/upper/containment) +"cVt" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 64 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"cVJ" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"cWT" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"cXp" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 4 + }, +/area/space) +"cXP" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"cYL" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig/cells) +"cYV" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"cZy" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"cZE" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/maint/star) +"cZN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead_new/middle/hangar) +"dab" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"dbm" = ( +/obj/structure/machinery/vending/coffee{ + can_block_movement = 0; + density = 0; + pixel_y = 16; + wrenchable = 0 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"dbG" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"dbL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"dbO" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"dcS" = ( +/obj/structure/disposaloutlet{ + dir = 4; + pixel_x = -6; + pixel_y = 2 + }, +/obj/structure/machinery/conveyor{ + dir = 4; + id = "Arrow_Garbage" + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"ddg" = ( +/obj/structure/coatrack{ + layer = 4; + pixel_x = 15; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"dds" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"ded" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/fore) +"des" = ( +/obj/structure/largecrate, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"deD" = ( +/obj/structure/machinery/cryopod/right{ + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/landmark/start/working_joe, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"deL" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"deV" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/port) +"dft" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or3) +"dfG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/cameras/wooden_tv/almayer{ + dir = 4; + network = list("Arrowhead") + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"dgy" = ( +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"dgJ" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "Arrow_Brig_Lockdown"; + name = "\improper Brig Lockdown Shutter" + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/brig) +"dgW" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"dhi" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"dhA" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"dip" = ( +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -60 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"dir" = ( +/obj/structure/bedsheetbin{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"div" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"diB" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"djZ" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/bunks/vip) +"dkQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"dkY" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/star) +"dlp" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Reactor"; + name = "Reactor Access"; + pixel_x = 23; + pixel_y = -9; + req_one_access_txt = list(19,7) + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"dlB" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"dms" = ( +/obj/structure/machinery/vending/coffee{ + pixel_x = -5; + pixel_y = 3; + prices = list(/obj/item/reagent_container/food/drinks/coffee/marine = 0, /obj/item/reagent_container/food/drinks/tea = 0, /obj/item/reagent_container/food/drinks/h_chocolate = 0) + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/brig/cells) +"dng" = ( +/obj/structure/machinery/vending/walkman{ + density = 0; + pixel_y = 10; + wrenchable = 0 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"dnD" = ( +/obj/structure/machinery/door/window/westright{ + dir = 2 + }, +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"dnW" = ( +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 60 + }, +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"dob" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"dps" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "redcorner" + }, +/area/arrowhead_new/upper/brig) +"dpC" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"dpI" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Port_AI1" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/main) +"dpJ" = ( +/obj/structure/machinery/shower{ + dir = 8; + pixel_y = -7; + plane = -4 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/xo) +"dro" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"drA" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/star_bunks) +"dtL" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"dtQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"duc" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"dug" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"duj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/camera/autoname/almayer{ + dir = 4; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"duz" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"duS" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"duX" = ( +/obj/structure/platform, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"duZ" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"dwf" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"dwH" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"dwJ" = ( +/obj/structure/bed/chair/comfy/alpha{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"dwK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"dwP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"dxB" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"dyi" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/weapon_room) +"dyo" = ( +/turf/closed/wall/almayer/research/containment/wall/corner, +/area/arrowhead_new/upper/containment) +"dyt" = ( +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 12 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/kitchen) +"dyv" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"dyU" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -61 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"dzi" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/port) +"dzr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"dAk" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/maint/star) +"dAw" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/book/manual/marine_law, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = 8 + }, +/obj/structure/machinery/faxmachine/uscm/brig/chief{ + can_block_movement = 0; + density = 0; + pixel_y = 25 + }, +/obj/item/tool/stamp/hos{ + name = "Chief MP's rubber stamp"; + pixel_x = 8; + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"dAA" = ( +/obj/structure/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"dAB" = ( +/obj/structure/machinery/part_fabricator/dropship{ + pixel_y = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"dAL" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/hallways/aft) +"dBb" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door/window/brigdoor{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_CE"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/main) +"dBA" = ( +/obj/effect/step_trigger/ares_alert/core, +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + name = "\improper AI Processing Storage"; + req_access = list(1, 6, 91) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"dBC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/star) +"dCm" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"dCX" = ( +/obj/structure/barricade/wooden, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"dDd" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"dDp" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"dDr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"dDy" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"dEi" = ( +/turf/open/floor/plating, +/area/arrowhead_new/lower/powered/evac) +"dEu" = ( +/obj/structure/machinery/ares/cpu, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"dFe" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 64 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"dGc" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/lower/powered/ert) +"dGy" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters"; + req_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"dHe" = ( +/obj/structure/bed/chair/bolted{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"dIb" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"dIx" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"dIZ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"dJP" = ( +/obj/structure/machinery/keycard_auth{ + pixel_y = 22 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"dJT" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"dKE" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"dLr" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/projector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"dLs" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"dLD" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"dLM" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/brig/cells) +"dMi" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"dMk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/so) +"dNj" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"dOh" = ( +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/port) +"dOx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"dPk" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/star) +"dPo" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"dPv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"dPG" = ( +/obj/structure/ladder{ + id = "Arrow_Star_Maint1" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"dPS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"dPY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"dQq" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_Kitchen"; + name = "\improper Kitchen Shutters" + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/kitchen) +"dQt" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/hangar) +"dRy" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/star_bunks) +"dRR" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 6 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"dSA" = ( +/obj/structure/machinery/cm_vending/gear/vehicle_crew{ + can_block_movement = 0; + density = 0; + pixel_x = -5; + pixel_y = 18 + }, +/obj/structure/machinery/door/poddoor/railing{ + dir = 2; + id = "Arrow_Vehicle" + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"dSO" = ( +/obj/structure/machinery/computer/shuttle/dropship/flight/remote_control{ + dir = 8; + pixel_x = 13; + pixel_y = 8; + shuttleId = "dropship_wraith" + }, +/obj/structure/machinery/computer/cameras/hangar{ + dir = 8; + layer = 3.2; + pixel_x = 13; + pixel_y = -5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"dSX" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/fore) +"dTl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"dTs" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/port) +"dTy" = ( +/obj/structure/machinery/brig_cell/cell_4{ + id = "Arrow_Cell_4"; + pixel_y = -27 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"dTL" = ( +/turf/open/floor/almayer{ + icon_state = "redcorner" + }, +/area/arrowhead_new/lower/powered/evac) +"dUn" = ( +/obj/structure/closet/secure_closet/cmdcabinet{ + pixel_x = 25 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"dUz" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"dUJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Requisitions Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Arrowhead"; + phone_id = "Requisitions"; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"dVb" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"dVn" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"dVN" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/port_bunks) +"dVO" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/port_bunks) +"dWj" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "Arrow_Reactor"; + name = "\improper Reactor Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"dWn" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"dWK" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/star_bunks) +"dXf" = ( +/obj/structure/window/framed/almayer, +/turf/open/floor/plating, +/area/arrowhead_new/middle/weapon_room) +"dXX" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"dYg" = ( +/turf/closed/wall/almayer/white/reinforced, +/area/arrowhead_new/middle/medical/or1) +"dYD" = ( +/obj/structure/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"dYP" = ( +/turf/open/floor/engine, +/area/arrowhead_new/lower/ot) +"dYS" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/upper/hallways/fore) +"dYT" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/cryo_cells) +"dZK" = ( +/obj/structure/pipes/standard/manifold/visible{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"ebd" = ( +/obj/structure/machinery/light/spot, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"ebm" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/so) +"ebo" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Star"; + pixel_y = 23; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"ebt" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"ebv" = ( +/obj/structure/monorail, +/turf/open/floor/engine, +/area/arrowhead_new/middle/hangar) +"ebY" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"ecd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"ecN" = ( +/obj/structure/bed/chair/comfy/bravo{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/yellow, +/area/arrowhead_new/upper/cic) +"edb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/fore) +"edk" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/star_bunks) +"edx" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"edV" = ( +/obj/structure/bed/chair/comfy/delta{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"eek" = ( +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"egT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"ehE" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/powered/ert) +"eia" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/prep/squad) +"eiE" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"ejj" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"elz" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/maint/port) +"elA" = ( +/obj/structure/machinery/brig_cell/cell_1{ + id = "Arrow_Cell_1"; + pixel_y = 30 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"elQ" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"emg" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"emO" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"emV" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"eng" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Workshop"; + name = "\improper Workshop Shutter" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_Hanger"; + name = "\improper Hangar Lockdown Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"enn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"eoZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"epV" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/aft) +"eqm" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/port) +"era" = ( +/obj/structure/reagent_dispensers/ethanoltank{ + anchored = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"erd" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/medical/or3) +"erh" = ( +/obj/structure/machinery/telecomms/bus/preset_four, +/obj/structure/machinery/telecomms/receiver/preset_left{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"ern" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/vc_bunk) +"erI" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/middle/prep/lead) +"erK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"erU" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"erV" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/maint/port) +"esl" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/port_bunks) +"esq" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"est" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + name = "\improper Ordnance Lab" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/ot) +"etv" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"eud" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or4) +"eug" = ( +/obj/structure/machinery/door/airlock/almayer{ + dir = 1; + name = "\improper Bunk" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"euh" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"evp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"evW" = ( +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"ewe" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"ewx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"exd" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"eyj" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 1 + }, +/area/arrowhead_new/upper/cic) +"eyk" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"eyE" = ( +/obj/structure/closet/secure_closet/surgical{ + pixel_x = 26 + }, +/obj/item/clothing/accessory/storage/surg_vest, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/autopsy_scanner, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or3) +"eyG" = ( +/turf/open/floor/almayer_hull{ + dir = 10; + icon_state = "outerhull_dir" + }, +/area/space) +"ezg" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/lower/stairs) +"ezq" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"ezz" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"ezA" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"ezI" = ( +/obj/structure/flora/pottedplant/random, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"eAf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"eAr" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/upper/hallways/fore) +"eAS" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Port"; + pixel_y = -21; + req_one_access_txt = list(1, 6, 91) + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"eBb" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"eBo" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"eBF" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"eBP" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/middle/hallways/star) +"eDh" = ( +/obj/vehicle/powerloader{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/weapon_room) +"eDS" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down2"; + vector_x = 2; + vector_y = -2 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"eDW" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/police, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"eEt" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"eEx" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/fore) +"eEB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer{ + dir = 1; + name = "\improper Executive Officer's Office"; + req_one_access = list(1) + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/xo) +"eEF" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/containment) +"eEG" = ( +/obj/structure/foamed_metal/iron, +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"eFj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"eFx" = ( +/obj/structure/machinery/autolathe/full{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"eHc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Engineering Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Arrowhead"; + phone_id = "Engineering"; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"eHh" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/evac) +"eHG" = ( +/obj/structure/machinery/cryopod, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"eIn" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"eIB" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"eIS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"eJC" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"eKi" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"eKm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"eKP" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"eKR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/telecomms/server/presets/security, +/obj/structure/machinery/telecomms/processor/preset_four{ + layer = 3.39; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"eLh" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = 2; + vector_y = 3 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"eMX" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/star) +"eNx" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/maint/aft) +"eOp" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + can_block_movement = 0; + density = 0; + pixel_y = 20 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"eOX" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/aluminum{ + amount = 20 + }, +/obj/item/stack/sheet/copper{ + amount = 20; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold{ + amount = 3; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/silver{ + amount = 5; + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 25 + }, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/door/window/brigdoor/eastright{ + dir = 1; + layer = 2.85 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"ePD" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"ePV" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/port) +"ePX" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/upper/bunks/so) +"eQe" = ( +/turf/open/floor/almayer_hull{ + icon_state = "outerhull_dir" + }, +/area/space) +"eQu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"eQD" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"eRi" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = -12 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/cobweb{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"eSk" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "redcorner" + }, +/area/arrowhead_new/lower/powered/evac) +"eSu" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -64 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/stairs) +"eSS" = ( +/turf/closed/wall/almayer/white/reinforced, +/area/arrowhead_new/middle/medical/or2) +"eTo" = ( +/obj/structure/machinery/cm_vending/clothing/medical_crew{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"eUc" = ( +/turf/open/floor/almayer{ + desc = "part of a rubber room, let's hope there's no rats."; + icon_state = "silverfull"; + name = "rubber floor" + }, +/area/arrowhead_new/upper/brig/cells) +"eVa" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"eVc" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/computerlab) +"eVl" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"eVJ" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/stairs) +"eWw" = ( +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"eWG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"eWS" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"eXc" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"eXl" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"eXC" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/star) +"eXU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/briefing) +"eXV" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_y = 22 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"eZq" = ( +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/lower_port{ + pixel_x = 3; + pixel_y = 31 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"eZQ" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"fad" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/star_bunks) +"faf" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "USS Almayer Dropship 1"; + name = "Shuttle Bay Blast Door" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Arrow_Hanger"; + name = "\improper Hangar Lockdown Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"faw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"faC" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Workshop"; + name = "Flight Workshop"; + pixel_x = 23; + req_one_access_txt = list(1, 19, 7, 23, 22) + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"faD" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"fbi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/port) +"fbm" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/CICmap, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"fbE" = ( +/obj/structure/machinery/door/airlock/almayer/marine/requisitions{ + name = "\improper Requisition's Office"; + req_one_access = list(1,26) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/requisitions) +"fbY" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/upper/briefing) +"fcV" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"feH" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"ffg" = ( +/turf/open/space/basic, +/area/space) +"ffL" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/computerlab) +"ffN" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"fgl" = ( +/obj/structure/target/syndicate, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"fgn" = ( +/obj/docking_port/stationary/arrow_elevator/port/mid, +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/mid_port) +"fgD" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/working_joe{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"fgH" = ( +/obj/structure/sign/prop1{ + pixel_y = 31 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"fgM" = ( +/obj/docking_port/stationary/arrow_elevator/star/lower, +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/lower_star) +"fgW" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"fhb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"fhd" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"fhm" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"fiu" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"fjP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/disposals) +"fjY" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"flD" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/fore) +"fmh" = ( +/obj/structure/closet/secure_closet/guncabinet/red/mp_armory_m39_submachinegun{ + can_block_movement = 0; + density = 0; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead_new/upper/brig) +"fmw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"fnd" = ( +/obj/structure/machinery/door/window/ultra{ + dir = 2; + req_access_txt = "19" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/briefing) +"fnA" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"foy" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"foA" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"fpB" = ( +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + pixel_x = -8; + pixel_y = 17; + wrenchable = 0 + }, +/obj/structure/filingcabinet/security{ + can_block_movement = 0; + density = 0; + pixel_x = 8; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"fpV" = ( +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/upper_port) +"fpZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"fqg" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"fqi" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"fqn" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/weapon_room) +"fqN" = ( +/obj/structure/bedsheetbin{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/star_bunks) +"fsZ" = ( +/obj/structure/bed/chair/comfy/beige{ + buckling_y = 8; + dir = 8; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"ftb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"ftk" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"ftp" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/star) +"fuC" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/port) +"fuW" = ( +/turf/open/floor/almayer{ + icon_state = "silvercorner" + }, +/area/arrowhead_new/middle/cryo_cells) +"fvM" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"fvV" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Vehicle_Bay"; + name = "Bay Access"; + pixel_x = -7; + pixel_y = 24; + req_one_access_txt = list(1, 19, 7, 27) + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Vehicle"; + name = "Railing Control"; + pixel_x = 9; + pixel_y = 24; + req_one_access_txt = list(1, 19, 7, 27) + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"fwr" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/upper/bunks/so) +"fwA" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 2; + id = "Arrow_CIC_Armory"; + name = "\improper Armory Shutters" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/cic) +"fwZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"fxp" = ( +/obj/structure/machinery/vending/sea{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"fyy" = ( +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"fze" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"fzf" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/star) +"fAP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer/uscm/directional, +/area/arrowhead_new/upper/briefing) +"fAT" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or3) +"fBb" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/organic/grass, +/area/arrowhead_new/upper/briefing) +"fBf" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 10 + }, +/area/arrowhead_new/upper/cic) +"fBg" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = -9; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"fBo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 6 + }, +/area/arrowhead_new/upper/briefing) +"fCP" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"fDl" = ( +/obj/structure/prop/server_equipment/yutani_server{ + density = 0; + desc = "A powerful server tower housing various AI functions."; + name = "server tower"; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"fEH" = ( +/turf/open/floor/almayer_hull{ + dir = 9; + icon_state = "outerhull_dir" + }, +/area/space) +"fFI" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or2) +"fFL" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "greencorner" + }, +/area/arrowhead_new/middle/prep/squad) +"fFW" = ( +/obj/structure/bed/bedroll{ + desc = "A bed of cotton fabric, purposely made for a cat to comfortably sleep on."; + name = "cat bed"; + pixel_y = 0 + }, +/mob/living/simple_animal/cat/blackcat{ + dir = 8; + name = "Glitch"; + real_name = "Glitch" + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"fGp" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"fGz" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"fGL" = ( +/obj/docking_port/stationary/vehicle_elevator/almayer{ + id = "Arrow_Vehicle" + }, +/turf/open/floor/almayer/empty, +/area/arrowhead_new/middle/hangar) +"fHB" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"fHG" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"fHQ" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"fIo" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"fIp" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/upper/bunks/so) +"fIs" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"fIN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"fJW" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"fKl" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/obj/structure/surface/rack, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"fKH" = ( +/obj/effect/step_trigger/ares_alert/core, +/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{ + dir = 1; + name = "\improper AI Antechamber"; + req_access = null; + req_one_access = list(1, 6, 91) + }, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + dir = 4; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"fKR" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"fKZ" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"fLs" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"fLx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/briefing) +"fLR" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/point/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/star_bunks) +"fLZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/telecomms/bus/preset_one, +/obj/structure/machinery/telecomms/processor/preset_two{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"fNw" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"fOc" = ( +/obj/item/book/manual/surgery, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or4) +"fPm" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 1; + name = "\improper Computer Lab" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/computerlab) +"fPw" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"fPx" = ( +/obj/structure/filingcabinet/filingcabinet{ + can_block_movement = 0; + density = 0; + pixel_x = -4; + pixel_y = 16 + }, +/obj/structure/filingcabinet/medical{ + can_block_movement = 0; + density = 0; + pixel_x = 11; + pixel_y = 15 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"fPy" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/star) +"fPL" = ( +/obj/structure/machinery/door/airlock/almayer/command/reinforced{ + id_tag = "CO-Office"; + name = "\improper Commanding Officer's Office"; + req_access = null; + req_access_txt = "31" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/co) +"fPN" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"fQb" = ( +/obj/structure/machinery/ares/substrate, +/obj/structure/machinery/ares/processor/interface{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"fQx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 8 + }, +/area/arrowhead_new/upper/briefing) +"fQC" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = null; + indestructible = 1; + name = "\improper Elevator Lock"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/shuttle/arrowhead_new/upper_port) +"fRF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"fRJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"fRZ" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"fSa" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = -29 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/bunks/xo) +"fSi" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"fSI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"fTg" = ( +/obj/structure/supply_drop/delta, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"fTm" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"fTs" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"fUd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"fVd" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead_new/middle/hangar) +"fVg" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead_new/upper/hallways/aft) +"fVN" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/engineering/main) +"fVO" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/computer/crew/alt{ + dir = 8; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"fVV" = ( +/obj/structure/disposalpipe/down/almayer{ + dir = 2; + id = "Arrow_Middle_Deck"; + name = "Middle Deck Connection" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/star) +"fVZ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/research/main_terminal{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"fWK" = ( +/obj/structure/supply_drop/bravo, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"fXP" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"fXU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/ares_console{ + pixel_x = 9 + }, +/obj/structure/phone_base/rotary/no_dnd{ + name = "AI Core Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "AI Core"; + phone_id = "AI Core"; + pixel_x = -12; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"fXY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"fZe" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"gar" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Pointman Preperations" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/point) +"gau" = ( +/turf/open/floor/engine, +/area/arrowhead_new/upper/cic) +"gaQ" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/disposals) +"gbo" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "bluecorner" + }, +/area/arrowhead_new/upper/cic) +"gbD" = ( +/obj/structure/closet/secure_closet/securecom, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"gbN" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 6 + }, +/area/arrowhead_new/upper/cic) +"gcq" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/secure_data{ + dir = 1; + pixel_x = -16 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Brig_Lockdown"; + name = "Brig Lockdown"; + pixel_x = 13; + pixel_y = -2; + req_one_access_txt = list(1,3) + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Brig_Armory"; + name = "Brig Armory"; + pixel_x = 13; + pixel_y = 10; + req_one_access_txt = list(1,3) + }, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Brig Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Arrowhead"; + phone_id = "Brig Office"; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"gcK" = ( +/obj/structure/largecrate/supply/supplies/plasteel, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"gcR" = ( +/obj/item/book/manual/surgery, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or3) +"gdB" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"gdV" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"gfi" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"gfl" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"gfx" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/CICmap, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"ggd" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"ggp" = ( +/obj/structure/machinery/cm_vending/gear/sea{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"ghO" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"ghR" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 14 + }, +/obj/structure/mirror{ + pixel_x = 29 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/brig) +"gjl" = ( +/obj/structure/closet/secure_closet/brig{ + can_block_movement = 0; + density = 0; + pixel_y = -15 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"gjI" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"gkk" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"gkF" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"glj" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/cryopod{ + dir = 1; + pixel_y = 10 + }, +/obj/effect/landmark/start/warden, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"glQ" = ( +/obj/structure/largecrate, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"gmt" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"gmG" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/fore) +"gmH" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 14 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/briefing) +"gmJ" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "bluecorner" + }, +/area/arrowhead_new/middle/star_bunks) +"gnn" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"gnu" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/maint/star) +"god" = ( +/obj/structure/machinery/computer/supply_drop_console/limited{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"gol" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/cameras/almayer/vehicle, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"gpn" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"gqR" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Up1"; + vector_x = -3; + vector_y = 65 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/stairs) +"grv" = ( +/obj/structure/bed/chair/comfy/delta{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"grH" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or1) +"grQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"gsz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/aft) +"gsS" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "USS Almayer Dropship 1"; + name = "Shuttle Bay Blast Door" + }, +/obj/structure/blocker/invisible_wall{ + name = "\improper Common Sense" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"gsT" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"gta" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"gtl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"gtn" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"gts" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 4; + id = "Arrow_Vehicle" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hangar) +"gtB" = ( +/obj/structure/machinery/portable_atmospherics/powered/pump, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"gtH" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"gtI" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"gug" = ( +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"guD" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"guG" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"gvb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"gvB" = ( +/obj/structure/machinery/vending/coffee{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"gvU" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + name = "\improper Evacuation Airlock PL-3"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"gvX" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/middle/engineering/main) +"gwd" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"gwp" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"gxt" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/hallways/port) +"gys" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "Arrow_IO_Vault"; + name = "\improper Vault Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/computerlab) +"gyz" = ( +/turf/open/floor/engine, +/area/space) +"gza" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"gzd" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"gzA" = ( +/obj/structure/flora/pottedplant/random{ + pixel_x = 8; + pixel_y = -1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"gAo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"gAG" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"gAJ" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"gAM" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"gAU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"gBa" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -63 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"gBm" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"gBv" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/hallways/star) +"gBA" = ( +/turf/open/floor/almayer{ + icon_state = "bluecorner" + }, +/area/arrowhead_new/upper/cic) +"gDd" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/maint/star) +"gEk" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Reactor"; + name = "Reactor Access"; + pixel_x = -22; + pixel_y = -9; + req_one_access_txt = list(19,7) + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"gEs" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silvercorner" + }, +/area/arrowhead_new/lower/airoom) +"gEK" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"gEP" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"gFC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"gFZ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"gGC" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"gGD" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/co) +"gGS" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"gGW" = ( +/turf/open/floor/kutjevo/colors/yellow, +/area/arrowhead_new/upper/cic) +"gHe" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/crew/alt{ + dir = 1; + pixel_x = -3 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig/cells) +"gHf" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = null; + indestructible = 1; + name = "\improper Elevator Lock"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/shuttle/arrowhead_new/mid_port) +"gHw" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Containment_Lockdown"; + pixel_x = -23; + req_one_access_txt = list(1,5,28) + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/upper/containment) +"gHE" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"gHJ" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"gHW" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"gHX" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down1"; + vector_x = 3; + vector_y = -65 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"gID" = ( +/obj/structure/machinery/recycler, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/machinery/conveyor{ + id = "Arrow_Garbage" + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"gIK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/aft) +"gJa" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"gJt" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"gKf" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/middle/engineering/storage) +"gKt" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"gKu" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"gKG" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/aft) +"gKK" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"gLi" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"gLv" = ( +/turf/open/floor/almayer{ + icon_state = "bluecorner" + }, +/area/arrowhead_new/upper/briefing) +"gLA" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"gLL" = ( +/obj/structure/disposalpipe/segment{ + desc = "Fires a projectile larger than you care to imagine."; + dir = 4; + name = "Railgun Barrel"; + pixel_x = 447 + }, +/turf/open/space/basic, +/area/space) +"gMr" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"gMK" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"gML" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/weapon_room) +"gMQ" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/port_bunks) +"gMV" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"gNo" = ( +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"gOO" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/maint/fore) +"gOP" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"gOU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/star) +"gOW" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"gPe" = ( +/obj/structure/machinery/computer/supplycomp, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"gPi" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"gPX" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"gQA" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/point) +"gQZ" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"gRx" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/port_bunks) +"gRF" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"gSe" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/tool/stamp/cmo, +/obj/structure/machinery/door_control{ + id = "Arrow_CMO"; + name = "Privacy Shutter"; + pixel_x = 14; + req_one_access_txt = list(1,5) + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"gSI" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"gTv" = ( +/obj/structure/machinery/cm_vending/sorted/medical/marinemed{ + can_block_movement = 0; + density = 0; + pixel_x = 11 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"gTP" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"gUi" = ( +/obj/structure/sign/prop2{ + pixel_y = 29 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"gUu" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/projector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"gUT" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"gVi" = ( +/obj/structure/machinery/cm_vending/clothing/senior_officer{ + pixel_y = 24; + req_access = list(); + req_access_txt = "26" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "greenfull" + }, +/area/arrowhead_new/middle/requisitions) +"gVq" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead_new/middle/hallways/port) +"gWc" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"gWO" = ( +/obj/structure/machinery/cm_vending/clothing/synth/snowflake{ + pixel_y = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/synth) +"gXe" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/spot, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"gXu" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"gYj" = ( +/turf/open/floor/almayer{ + icon_state = "silvercorner" + }, +/area/arrowhead_new/lower/airoom) +"gZu" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/port) +"hai" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"haq" = ( +/turf/open/floor/almayer{ + icon_state = "greencorner" + }, +/area/arrowhead_new/middle/requisitions) +"haJ" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"hbm" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silvercorner" + }, +/area/arrowhead_new/middle/cryo_cells) +"hcw" = ( +/turf/open/floor/almayer_hull{ + dir = 5; + icon_state = "outerhull_dir" + }, +/area/space) +"hcJ" = ( +/obj/structure/phone_base{ + dir = 4; + name = "CE's Office Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "CE Office"; + pixel_x = -16 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"hdz" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"hdG" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/brig/cells) +"heH" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = null; + indestructible = 1; + name = "\improper Elevator Lock"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/shuttle/arrowhead_new/lower_port) +"hhC" = ( +/obj/structure/closet/secure_closet/brig{ + can_block_movement = 0; + density = 0; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"hhT" = ( +/obj/structure/machinery/vending/hydroseeds{ + can_block_movement = 0; + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/turf/open/organic/grass, +/area/arrowhead_new/upper/briefing) +"hiB" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"hjb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"hkF" = ( +/obj/structure/sign/ROsign{ + layer = 3 + }, +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/prep/squad) +"hln" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/fore) +"hmk" = ( +/obj/item/tool/pen{ + pixel_y = 3 + }, +/obj/item/tool/pen, +/obj/structure/sign/prop1{ + layer = 3.1; + pixel_y = -31 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/uscm{ + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"hmn" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + access_modified = 1; + dir = 1; + name = "\improper Cannon Systems Room"; + req_access = null; + req_one_access_txt = list(3,7,19) + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/weapon_room) +"hmt" = ( +/obj/structure/machinery/juicer{ + pixel_y = 9 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"hmL" = ( +/obj/structure/window/reinforced/ultra, +/obj/structure/window/reinforced/ultra{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/upper/briefing) +"hnd" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/star) +"hny" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"hpr" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"hqe" = ( +/obj/structure/machinery/cm_vending/clothing/medical_crew{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"hqj" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"hrd" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"hrk" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/prep/point) +"hrZ" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/aft) +"htd" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"htf" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"htB" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -60 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"htC" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/middle/hangar) +"htT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Firing Range" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/firing_range) +"huk" = ( +/obj/structure/phone_base{ + dir = 8; + name = "Medbay Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Arrowhead"; + phone_id = "Medbay"; + pixel_x = 17 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"hul" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"hun" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"huw" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/star) +"huO" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"hvx" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or1) +"hvI" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1; + name = "\improper Medical Storage" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"hvL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"hvZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"hwI" = ( +/obj/structure/machinery/light/small, +/obj/structure/surface/rack, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"hwK" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/fore) +"hwN" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"hxa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"hxb" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/maint/port) +"hxm" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"hxP" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"hxW" = ( +/obj/structure/machinery/door/window/westright{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"hyE" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 0 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/bunks/vip) +"hyX" = ( +/obj/structure/window/reinforced/toughened, +/obj/structure/machinery/conveyor{ + dir = 4; + id = "Arrow_Garbage" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"hzt" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"hAv" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"hBi" = ( +/obj/structure/closet/secure_closet/guncabinet/riot_control{ + can_block_movement = 0; + density = 0; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead_new/upper/brig) +"hBm" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"hBZ" = ( +/obj/structure/bedsheetbin{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"hCj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 12 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"hCo" = ( +/obj/structure/coatrack{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"hCr" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/engineering/main) +"hDk" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"hDs" = ( +/obj/structure/machinery/light/spot, +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general{ + density = 0; + pixel_y = -31 + }, +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"hDy" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "redcorner" + }, +/area/arrowhead_new/upper/brig) +"hDG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"hDJ" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"hDO" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"hEf" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"hET" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"hFn" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/port) +"hFu" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"hFG" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "greencorner" + }, +/area/arrowhead_new/middle/requisitions) +"hFS" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"hGA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"hGF" = ( +/obj/structure/sign/prop3{ + pixel_y = 26 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"hGX" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"hHb" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/requisitions) +"hHj" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"hHk" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/star) +"hHS" = ( +/obj/structure/machinery/cryopod, +/turf/open/floor/carpet, +/area/arrowhead_new/middle/medical/medbay) +"hHV" = ( +/obj/structure/sign/prop1{ + layer = 3.1; + pixel_y = -31 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"hIr" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/phone_base/rotary/no_dnd{ + name = "CO's Office Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "CO Office"; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"hIs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"hIA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"hIR" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"hIT" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/captain, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"hIY" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/airoom) +"hJd" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 64 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"hJe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/upper/hallways/fore) +"hJM" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/star_bunks) +"hLa" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"hLk" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"hLI" = ( +/obj/structure/machinery/door/window/eastleft{ + dir = 2; + req_one_access_txt = "2;21" + }, +/obj/structure/machinery/smartfridge/chemistry{ + pixel_x = 26 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/medical/medbay) +"hOC" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"hPa" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/cameras/almayer/vehicle{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"hPv" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"hPL" = ( +/obj/structure/machinery/centrifuge{ + layer = 3.1; + pixel_x = -3; + pixel_y = -19 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"hPQ" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"hPY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"hQk" = ( +/obj/item/device/defibrillator, +/obj/item/device/defibrillator, +/obj/item/device/defibrillator, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"hQt" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/obj/item/reagent_container/food/condiment/enzyme, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"hQH" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/bunks/port_bunks) +"hRi" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"hRq" = ( +/obj/structure/bed/chair/comfy/alpha{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/cic) +"hSb" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"hSh" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"hSO" = ( +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/plasticflaps, +/obj/structure/machinery/conveyor{ + id = "Arrow_Garbage" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"hST" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"hTz" = ( +/obj/effect/step_trigger/ares_alert/core, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_AI_Port"; + name = "\improper Core Shutter" + }, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/airoom) +"hUb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{ + name = "\improper Crewman Bunks" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/vc_bunk) +"hUd" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"hUu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/star) +"hVo" = ( +/obj/effect/landmark/start/pilot, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"hWk" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"hWv" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"hYK" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"hZg" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead_new/middle/hallways/port) +"hZS" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "greencorner" + }, +/area/arrowhead_new/upper/brig/cells) +"ibJ" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"ibZ" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/deck/uno, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"icI" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/aft) +"icX" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/star) +"idk" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 2; + name = "\improper Evacuation Airlock PL-1"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"idM" = ( +/obj/structure/ladder{ + id = "Arrow_Port_Maint1" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"ied" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/lead) +"ief" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"iep" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/engine, +/area/arrowhead_new/middle/engineering/storage) +"ifi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"ifL" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/fore) +"igD" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 4; + id = "Arrow_Vehicle" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"igK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"ihA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"ihB" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "bluecorner" + }, +/area/arrowhead_new/upper/cic) +"iix" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"iiW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"ijo" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"ijK" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"ijL" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/kitchen) +"ijO" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/aft) +"ijP" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead_new/middle/hallways/port) +"ikb" = ( +/obj/structure/machinery/landinglight/ds1/delayone, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"ikQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"ilc" = ( +/obj/structure/machinery/light, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"ilT" = ( +/obj/structure/flora/pottedplant/random{ + pixel_x = -10 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"ioi" = ( +/obj/structure/machinery/cm_vending/clothing/staff_officer{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/so) +"ioj" = ( +/obj/structure/reagent_dispensers/acidtank, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"ioC" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/port_bunks) +"ipj" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/engineering/main) +"ipx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"ipz" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + light_on = 1; + pixel_x = 10; + pixel_y = 4 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Conference"; + name = "Privacy Shutters"; + pixel_x = -12; + pixel_y = 6 + }, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Conference Room Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "Conference Office"; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"ipR" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/middle/hangar) +"iqg" = ( +/obj/structure/bed/chair/comfy/alpha{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"ird" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"irf" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"iro" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/bunks/xo) +"irJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"irS" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/cameras/almayer/vehicle{ + dir = 8; + layer = 3.4; + network = list("Arrowhead","Vehicle"); + pixel_x = 16; + pixel_y = 24 + }, +/obj/structure/machinery/prop/almayer/CICmap{ + pixel_y = 6 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"isK" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"itG" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"itL" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "redcorner" + }, +/area/arrowhead_new/middle/weapon_room) +"itX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"ius" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"iuN" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/maint/aft) +"iuP" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_CIC"; + indestructible = 1; + name = "\improper Hardened CIC Blast Door"; + unacidable = 1; + unslashable = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/cic) +"ivb" = ( +/mob/living/silicon/decoy/ship_ai{ + layer = 2.98; + pixel_y = -16 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"ivf" = ( +/obj/structure/machinery/door/airlock/almayer/command{ + access_modified = 1; + dir = 1; + name = "\improper Advisor's Office"; + req_access = null; + req_access_txt = "19;29" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/sea) +"ivl" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"ivR" = ( +/obj/structure/machinery/vending/cigarette/free{ + density = 0; + pixel_x = -6; + pixel_y = 10; + wrenchable = 0 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"ivZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"iwE" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hangar) +"iwJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"ixg" = ( +/obj/structure/machinery/computer/supplycomp/vehicle{ + can_block_movement = 0; + density = 0; + pixel_y = 18 + }, +/obj/structure/machinery/door/poddoor/railing{ + dir = 2; + id = "Arrow_Vehicle" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"ixh" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"ixG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead_new/middle/hallways/star) +"iym" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or4) +"iyI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"iyS" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/briefing) +"izj" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"izJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"izO" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"iAh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"iAn" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"iAA" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"iAU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor{ + name = "\improper Astro-Navigation"; + req_access = null; + req_one_access = list(3,7,19) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/weapon_room) +"iBv" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"iBH" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"iCl" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/star) +"iCo" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"iCz" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plastic{ + amount = 5 + }, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 1; + layer = 2.85 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"iCA" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"iCR" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"iCX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/port) +"iDb" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"iDl" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"iDq" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"iDH" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"iEr" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 8 + }, +/area/arrowhead_new/upper/cic) +"iEw" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 16; + pixel_y = -16 + }, +/obj/item/toy/beach_ball/holoball, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"iEJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"iFT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/upper/hallways/fore) +"iFZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "redcorner" + }, +/area/arrowhead_new/lower/powered/evac) +"iGv" = ( +/obj/structure/machinery/reagent_analyzer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"iHI" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"iJd" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_y = 4 + }, +/obj/item/tool/pen, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"iJe" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/powered/evac) +"iJy" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"iJG" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"iJY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"iKc" = ( +/obj/structure/machinery/disposal{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"iKy" = ( +/obj/structure/machinery/landinglight/ds1/delaythree, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"iLf" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/star) +"iLi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"iLB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"iLI" = ( +/obj/structure/machinery/door_control{ + id = "Interrogation Shutters"; + name = "\improper Shutters"; + pixel_x = -6; + pixel_y = -6; + req_access_txt = null; + req_one_access_txt = list(1,3) + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/device/taperecorder{ + pixel_x = 6 + }, +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"iLS" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/fore) +"iMj" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"iNy" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/maint/port) +"iOh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/briefing) +"iOE" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"iPn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/cic) +"iQu" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"iQA" = ( +/obj/structure/machinery/faxmachine/uscm/command{ + can_block_movement = 0; + density = 0; + pixel_y = 25 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"iQJ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/port_bunks) +"iQY" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"iRw" = ( +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"iRJ" = ( +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"iRV" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"iSb" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"iSC" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"iSZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"iUx" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"iVi" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 60 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"iVj" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + name = "weapon targetting computer" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"iVm" = ( +/obj/structure/safe/co_office, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"iVx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"iWb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"iWd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 4 + }, +/area/arrowhead_new/upper/briefing) +"iWo" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 10 + }, +/area/arrowhead_new/lower/powered/evac) +"iWu" = ( +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"iXf" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/middle/hallways/fore) +"iXR" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_y = 20 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"iYp" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_TComms"; + name = "TComms Shutters"; + pixel_x = -22; + pixel_y = 11; + req_one_access_txt = list(19,7) + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"iYv" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + density = 0; + pixel_y = -20 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"iYN" = ( +/obj/structure/machinery/status_display{ + pixel_y = 30 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"iZe" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"iZf" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"iZn" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req2"; + name = "\improper Requisition Shutter" + }, +/obj/structure/window/framed/almayer/hull/hijack_bustable, +/turf/open/floor/plating, +/area/arrowhead_new/middle/requisitions) +"iZw" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/hangar) +"jaL" = ( +/obj/structure/machinery/chem_dispenser/medbay{ + can_block_movement = 0; + density = 0; + layer = 3.4; + pixel_x = -10; + pixel_y = 17 + }, +/obj/item/reagent_container/glass/beaker/bluespace{ + layer = 3.5; + pixel_x = -11; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"jbc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"jbx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/upper/hallways/star) +"jbU" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = -11 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"jcR" = ( +/obj/structure/coatrack{ + pixel_x = 2; + pixel_y = -1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"jde" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/machinery/light/spot, +/turf/open/organic/grass, +/area/arrowhead_new/upper/briefing) +"jdf" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"jdy" = ( +/obj/structure/machinery/light/spot{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"jdD" = ( +/obj/structure/machinery/brig_cell/cell_2{ + id = "Arrow_Cell_2"; + pixel_y = 30 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"jdW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"jee" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"jeP" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"jeR" = ( +/obj/structure/surface/rack, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"jeY" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 0 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 32 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/requisitions) +"jfn" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"jfS" = ( +/obj/structure/closet/secure_closet/surgical{ + pixel_x = -27 + }, +/obj/item/clothing/accessory/storage/surg_vest, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/autopsy_scanner, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or1) +"jgr" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"jgK" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"jhE" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/middle/hallways/star) +"jhG" = ( +/obj/structure/machinery/door/window/ultra{ + dir = 2; + req_one_access = list(1, 6, 91) + }, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"jiN" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"jjj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"jjG" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or4) +"jjP" = ( +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 64 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"jkk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"jkz" = ( +/turf/closed/wall/almayer/white/reinforced, +/area/arrowhead_new/middle/medical/medbay) +"jkF" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/secure_data{ + pixel_x = -7 + }, +/obj/structure/machinery/computer/skills{ + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"jla" = ( +/obj/structure/sign/prop1{ + layer = 3.1; + pixel_y = -31 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffeecup/uscm, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = -6 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = 6 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"jlk" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 4"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"jlr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"jlG" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"jmB" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"jnq" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"joc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"joN" = ( +/turf/open/floor/almayer_hull, +/area/space) +"joW" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"jpb" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Team Lead Preperations" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/lead) +"jpE" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/lower/bunks/vc_bunk) +"jqN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"jrk" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/hallways/aft) +"jsh" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"jsH" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"jtb" = ( +/obj/structure/supply_drop/charlie, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"jtv" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or3) +"jtU" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"juU" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"juX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"jvc" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"jvg" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"jvn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"jwH" = ( +/obj/structure/machinery/photocopier{ + anchored = 0 + }, +/obj/item/reagent_container/food/drinks/bottle/rum{ + pixel_y = 14 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"jwJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"jwU" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 5 + }, +/area/space) +"jwW" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"jxi" = ( +/obj/structure/closet/bombcloset{ + pixel_y = 9 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"jxt" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/powered/ert) +"jxv" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"jxw" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead_new/upper/hallways/fore) +"jxD" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"jyk" = ( +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 + }, +/area/arrowhead_new/upper/containment) +"jyI" = ( +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2; + layer = 2.85 + }, +/obj/structure/machinery/conveyor{ + dir = 4; + id = "Arrow_Garbage" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"jyJ" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"jyP" = ( +/obj/effect/landmark/start/crew_chief, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"jzl" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/bunks/vip) +"jzG" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Arrow_Engineering_Lockdown"; + name = "Engineering Lockdown Shutter" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"jAc" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"jAv" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Engineering_Lockdown"; + name = "Engineering Lockdown"; + pixel_y = -20; + req_one_access_txt = list(1,6) + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/aft) +"jBf" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"jBD" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"jBJ" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/briefing) +"jCv" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/briefing) +"jCI" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/upper/bunks/so) +"jDg" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"jDp" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"jDT" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/vents/pump/on, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"jDW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/door_control{ + id = "Arrow_Brig_Lockdown"; + name = "Brig Lockdown"; + pixel_x = 16; + pixel_y = -2; + req_one_access_txt = list(1,3) + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Brig_Armory"; + name = "Brig Armory"; + pixel_x = 16; + pixel_y = 10; + req_one_access_txt = list(1,3) + }, +/obj/item/paper_bin/uscm{ + pixel_x = -12; + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = -13; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Chief MP's Office Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "CMP Office"; + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"jEa" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"jEA" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/maint/star) +"jFl" = ( +/obj/structure/machinery/light/spot{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"jFo" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"jFS" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + dir = 1; + name = "\improper Bunks" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"jFU" = ( +/obj/structure/window/reinforced/ultra, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead_new/upper/briefing) +"jGz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 1 + }, +/area/arrowhead_new/upper/briefing) +"jGU" = ( +/obj/structure/machinery/ares/substrate, +/obj/structure/machinery/ares/processor/apollo{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"jHC" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"jIr" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"jII" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"jIU" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"jJs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"jJK" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"jKt" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"jLd" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/lead) +"jMH" = ( +/turf/closed/wall/almayer/research/containment/wall/north, +/area/arrowhead_new/upper/containment) +"jMS" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/point) +"jNg" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/warhead, +/obj/structure/machinery/light/built, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/weapon_room) +"jNq" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"jNx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/prop/helmetgarb/rosary{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_CO"; + name = "Privacy Shutters"; + pixel_x = -3; + pixel_y = 9; + req_one_access_txt = list(31) + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"jOk" = ( +/obj/structure/machinery/crema_switch{ + id = "Arrow_Crem"; + pixel_x = -24; + req_access_txt = "25" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"jOo" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/disposals) +"jOM" = ( +/obj/structure/platform, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"jPg" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/deck, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"jPK" = ( +/obj/structure/machinery/keycard_auth{ + pixel_y = -22 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"jQl" = ( +/obj/structure/stairs/perspective, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"jQm" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"jQn" = ( +/obj/structure/flora/pottedplant/random{ + can_block_movement = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"jQp" = ( +/obj/structure/monorail, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"jRh" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 6 + }, +/area/space) +"jRm" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/prep/squad) +"jRu" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"jRG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"jTe" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/star_bunks) +"jTu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"jTO" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"jUo" = ( +/obj/structure/pipes/vents/scrubber/no_boom, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"jUy" = ( +/obj/structure/machinery/autolathe{ + pixel_y = -3 + }, +/obj/structure/machinery/autolathe/armylathe/full{ + layer = 3.2; + pixel_y = 20 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"jVP" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/brig) +"jVV" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"jVX" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_y = 22 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/firing_range) +"jWL" = ( +/obj/structure/machinery/faxmachine/uscm{ + can_block_movement = 0; + density = 0; + pixel_x = -30 + }, +/obj/structure/machinery/photocopier{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"jYf" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/star) +"jYo" = ( +/obj/structure/bed/chair/comfy/charlie{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/arrowhead_new/upper/cic) +"jYU" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Star"; + pixel_y = 23; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"jYX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/star) +"jZG" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead_new/upper/hallways/aft) +"kab" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"kaO" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"kbN" = ( +/turf/closed/wall/almayer/white/reinforced, +/area/arrowhead_new/lower/airoom) +"kcl" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"kcr" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"kcL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 8 + }, +/area/arrowhead_new/lower/powered/evac) +"kcU" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 4; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"kdR" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/lower/firing_range) +"kee" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = -6 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"keh" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"ken" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"keQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 4 + }, +/area/arrowhead_new/lower/powered/evac) +"kfB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"kgt" = ( +/obj/structure/coatrack{ + layer = 4; + pixel_x = 15; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"khl" = ( +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/mid_star) +"khA" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/brig) +"khG" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/star_bunks) +"khI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/disposals) +"khK" = ( +/obj/structure/closet/secure_closet/freezer/industry, +/obj/item/reagent_container/glass/beaker/silver{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 9; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"khN" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"kiT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/star) +"kiW" = ( +/obj/structure/sign/prop1{ + layer = 3.1; + pixel_y = -31 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"kjm" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/meeting) +"kjz" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"kjK" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"kkA" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/star) +"kkN" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Upper" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"kkZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"kle" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + access_modified = 1; + dir = 2; + glass = 0; + name = "\improper Chief Engineer's Office"; + req_one_access = null; + req_one_access_txt = "1;6" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"klC" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 6"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"kmP" = ( +/obj/structure/machinery/cm_vending/gear/commanding_officer{ + pixel_y = 0 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"knw" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"knB" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/lead) +"kol" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"koF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"kpW" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"krb" = ( +/turf/closed/wall/almayer/outer, +/area/space) +"krF" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"krK" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/weapon_room) +"ksA" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead_new/upper/hallways/aft) +"ksM" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/research{ + name = "\improper Containment Hallway" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_Containment_Lockdown"; + name = "\improper Research Lockdown" + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/containment) +"ktr" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"ktG" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/star_bunks) +"kuU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"kwu" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + dir = 1; + name = "\improper Engineering" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"kwZ" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"kxx" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"kxD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer{ + dir = 1; + name = "\improper Guest Office" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/vip) +"kxO" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"kyj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/upper/hallways/fore) +"kys" = ( +/obj/structure/machinery/chem_storage/medbay{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"kyu" = ( +/obj/effect/step_trigger/clone_cleaner, +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/stairs) +"kyy" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead_new/upper/cic) +"kyM" = ( +/obj/structure/machinery/cm_vending/gear/synth{ + pixel_y = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"kzg" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/bunks/co) +"kAI" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"kAQ" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 64 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"kBa" = ( +/obj/structure/machinery/light/small{ + pixel_x = 15 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/ert) +"kBj" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"kBv" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"kDH" = ( +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/lower/powered/ert) +"kEi" = ( +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"kFb" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"kFF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"kGm" = ( +/obj/structure/closet/secure_closet/guncabinet/red/cic_armory_shotgun{ + can_block_movement = 0; + density = 0; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead_new/upper/cic) +"kGu" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "redcorner" + }, +/area/arrowhead_new/lower/powered/evac) +"kIa" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/star) +"kIQ" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/star) +"kJe" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_OR3"; + name = "Privacy Shutter"; + pixel_y = 23 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or3) +"kJF" = ( +/obj/structure/morgue{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"kKb" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"kLi" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Containment_1"; + name = "\improper Containment Cell 1"; + unacidable = 1 + }, +/turf/closed/wall/almayer/research/containment/wall/purple{ + dir = 4 + }, +/area/arrowhead_new/upper/containment) +"kLC" = ( +/obj/effect/decal/cleanable/vomit, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/ot) +"kMQ" = ( +/obj/structure/reagent_dispensers/watertank{ + anchored = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"kMY" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"kNT" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead_new/upper/hallways/star) +"kOv" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"kON" = ( +/obj/structure/surface/rack, +/obj/structure/dropship_equipment/fulton_system, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"kQI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"kRw" = ( +/obj/structure/bed/chair/comfy/delta{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"kRR" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"kTx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/door_control{ + id = "Arrow_Guest"; + name = "Privacy Shutter"; + pixel_x = -12; + pixel_y = 6 + }, +/obj/item/prop/tableflag/uscm2{ + pixel_x = 5 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Guest Office Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "Guest Office"; + pixel_x = 20; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"kTM" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"kUe" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/computerlab) +"kUk" = ( +/turf/closed/wall/almayer/white/hull, +/area/arrowhead_new/lower/airoom) +"kUw" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"kUV" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"kVK" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"kWq" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"kWu" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"kWC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"kXd" = ( +/obj/structure/stairs/perspective, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"kXK" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/lower/firing_range) +"kXM" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"kXS" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"kXW" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"kYv" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"kZd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"kZF" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"lad" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/attachies{ + can_block_movement = 0; + density = 0; + pixel_y = -31 + }, +/obj/structure/machinery/light/spot, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"lan" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"lay" = ( +/turf/open/floor/engine, +/area/arrowhead_new/upper/brig) +"lby" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"lbY" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"lcc" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"ldp" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"ldt" = ( +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/lower_star) +"ldA" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + dir = 1; + name = "\improper Chief MP's Office"; + req_access = null; + req_one_access = list(1,3); + req_one_access_txt = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"lfr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"lfN" = ( +/obj/structure/machinery/light/spot, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"lfW" = ( +/obj/structure/closet/secure_closet/surgical{ + pixel_x = -27 + }, +/obj/item/clothing/accessory/storage/surg_vest, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/autopsy_scanner, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or2) +"lgi" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/maint/star) +"lgj" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"lgq" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"lgN" = ( +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"lgS" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"lhn" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/safe, +/turf/open/floor/engine, +/area/arrowhead_new/upper/computerlab) +"liQ" = ( +/obj/structure/machinery/autolathe/full, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"liX" = ( +/obj/structure/bed/chair/comfy/ares{ + desc = "A functional chair designed for comfortably sitting a single person."; + dir = 8; + name = "comfy chair" + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"ljJ" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"lkd" = ( +/obj/structure/machinery/prop/almayer/computer{ + dir = 1; + pixel_y = -21 + }, +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"lkn" = ( +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"lkC" = ( +/obj/structure/surface/rack, +/obj/item/storage/beer_pack, +/obj/item/storage/beer_pack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"llp" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 2; + name = "\improper Evacuation Airlock SL-4"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"llv" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/brig/cells) +"llK" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_SEA"; + name = "Privacy Shutter"; + pixel_x = 14; + req_one_access_txt = list(1,29) + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"lmB" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"lnz" = ( +/obj/structure/machinery/landinglight/ds1, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"loh" = ( +/obj/structure/bed/stool, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"lon" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/lead) +"lpQ" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"lqf" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"lql" = ( +/obj/structure/machinery/cryopod, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/brig/cells) +"lqq" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"lqx" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/he, +/obj/item/mortar_shell/he, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"lqT" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"lri" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"lru" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"lsx" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"lsD" = ( +/turf/open/floor/almayer/no_build{ + icon_state = "ai_floors" + }, +/area/arrowhead_new/lower/airoom) +"lsM" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/port) +"lsU" = ( +/turf/open/floor/almayer/uscm/directional, +/area/space) +"lta" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"ltr" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"ltD" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_XO"; + name = "\improper Privacy Shutter"; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/bunks/xo) +"ltS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"ltU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "orangecorner" + }, +/area/arrowhead_new/middle/engineering/main) +"lua" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/attachies{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 23 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"luw" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead_new/middle/hallways/fore) +"luP" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/containment) +"lvf" = ( +/turf/closed/wall/almayer/research/containment/wall/corner{ + dir = 1 + }, +/area/arrowhead_new/upper/containment) +"lvs" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"lvV" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"lvW" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"lwi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"lwI" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"lxA" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Cell_1"; + name = "\improper Yard Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/brig/cells) +"lxP" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/kitchen) +"lxZ" = ( +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"lyz" = ( +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/engineering/main) +"lyG" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"lyX" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/almayer/no_build{ + icon_state = "ai_floors" + }, +/area/arrowhead_new/lower/airoom) +"lzw" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"lzD" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"lAh" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"lAs" = ( +/obj/structure/machinery/microwave{ + density = 0; + pixel_y = 9 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"lAt" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"lAS" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"lBD" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/mature{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/mature{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"lBU" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"lCu" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"lCz" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Port_Maint1" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"lCG" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + req_access = null; + req_one_access_txt = "7;23;27" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"lDy" = ( +/obj/structure/orbital_cannon{ + density = 0 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"lDZ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/green{ + anchored = 1; + on = 1; + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"lEN" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"lET" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters"; + req_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"lFa" = ( +/turf/open/floor/almayer, +/area/arrowhead_new/lower/stairs) +"lFl" = ( +/obj/structure/stairs/perspective, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Up2"; + vector_x = -2; + vector_y = 2 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"lFC" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"lHd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"lHx" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Cell_4"; + name = "\improper Yard Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/brig/cells) +"lHC" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 2; + id = "Arrow_Vehicle" + }, +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"lIR" = ( +/turf/open/floor/almayer/uscm/directional, +/area/arrowhead_new/upper/cic) +"lJn" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door_control{ + id = "ARES Emergency"; + indestructible = 1; + name = "ARES Emergency Lockdown"; + pixel_y = 3; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"lJI" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"lJK" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/middle/engineering/main) +"lJQ" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1; + name = "\improper Pharmacy" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"lKg" = ( +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/middle/hangar) +"lKz" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/star_bunks) +"lKR" = ( +/obj/structure/machinery/seed_extractor{ + can_block_movement = 0; + density = 0; + pixel_y = 15 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/briefing) +"lLt" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"lLA" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"lLN" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"lMR" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/so) +"lNa" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"lNk" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 10 + }, +/area/arrowhead_new/upper/hallways/port) +"lNC" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"lOb" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"lOC" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"lPw" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"lQj" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or2) +"lRj" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/briefing) +"lRo" = ( +/obj/effect/step_trigger/clone_cleaner, +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/stairs) +"lRI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"lRV" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"lRX" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or1) +"lRZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/maint/star) +"lSe" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"lSu" = ( +/obj/structure/machinery/door/airlock/almayer/maint/reinforced{ + no_panel = 1; + req_one_access = list(1, 6, 91) + }, +/obj/structure/machinery/door/poddoor/almayer/blended/white{ + dir = 4; + id = "Arrow_AI_Maint"; + name = "\improper AI Maintenance Blast Door" + }, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + dir = 4; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/obj/effect/step_trigger/ares_alert/core, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"lSN" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"lTb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"lTj" = ( +/obj/structure/monorail, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"lTC" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"lTS" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"lTT" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = null; + indestructible = 1; + name = "\improper Elevator Lock"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/shuttle/arrowhead_new/mid_star) +"lTW" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Alpha Overwatch Telephone"; + phone_category = "Command"; + phone_id = "Alpha Overwatch" + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"lUd" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/fore) +"lUf" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"lUk" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"lUZ" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_ammo/cargo/blend, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"lWk" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/star) +"lXs" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/or2) +"lXt" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"lYl" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/firing_range) +"lYE" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"lZc" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig/cells) +"lZk" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"lZJ" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/star) +"lZS" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"maI" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"mbf" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/port) +"mbg" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 8 + }, +/obj/structure/window/framed/almayer/hull/hijack_bustable, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_TComms"; + name = "\improper Telecommunications Shutter" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/engineering/tcomms) +"mbp" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"mdO" = ( +/obj/structure/reagent_dispensers/pacidtank{ + anchored = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"meh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 5 + }, +/area/arrowhead_new/upper/briefing) +"mev" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir" + }, +/obj/structure/machinery/medical_pod/autodoc{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"meM" = ( +/obj/structure/surface/rack, +/obj/structure/dropship_equipment/fuel/fuel_enhancer, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"mfA" = ( +/obj/structure/bed/chair/comfy/beige, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"mfN" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/engineering/main) +"mgk" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Kitchen"; + name = "Kitchen Shutters"; + pixel_x = -8; + pixel_y = -20; + req_one_access_txt = list(1,19,30) + }, +/obj/structure/phone_base{ + dir = 1; + name = "Kitchen Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Arrowhead"; + phone_id = "Kitchen"; + pixel_x = 6; + pixel_y = -29 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"mgL" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/upper/kitchen) +"mhH" = ( +/obj/structure/filingcabinet/chestdrawer{ + can_block_movement = 0; + density = 0; + pixel_x = -13; + pixel_y = 41 + }, +/obj/structure/filingcabinet/chestdrawer{ + can_block_movement = 0; + density = 0; + pixel_x = 2; + pixel_y = 41 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"mhQ" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/meeting) +"mhR" = ( +/obj/structure/machinery/cryopod{ + dir = 1 + }, +/obj/effect/landmark/start/warrant, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"mjd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"mkk" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/star) +"mkn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"mko" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"mlS" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"mlV" = ( +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_welding{ + req_one_access_txt = "7;23;27" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"mmB" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"mmJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"mmU" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/aft) +"mno" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"mnx" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 + }, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"moP" = ( +/obj/structure/filingcabinet/security{ + can_block_movement = 0; + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/medical{ + can_block_movement = 0; + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"moT" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"mpC" = ( +/obj/structure/machinery/cm_vending/clothing/medical_crew{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"mpK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 8; + icon_state = "logo_c" + }, +/area/arrowhead_new/lower/powered/evac) +"mqe" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"mqw" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"mqD" = ( +/obj/structure/platform_decoration, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/stairs) +"mqS" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"mqU" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"msv" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Star"; + pixel_y = 23; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"msF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"msG" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"msK" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/upper/hallways/aft) +"msZ" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_OR4"; + name = "Privacy Shutter"; + pixel_y = -21 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or4) +"mto" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"mtB" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/arrowhead_new/middle/hallways/star) +"mtY" = ( +/obj/structure/pipes/standard/manifold/visible, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"mud" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"mum" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead_new/upper/bunks/so) +"muH" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"mvx" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"mwv" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"mwB" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_OR1"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/medical/or1) +"mwZ" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/ert) +"mxA" = ( +/obj/structure/machinery/autodoc_console{ + dir = 1; + pixel_y = 15 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"mxG" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"mxL" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/stairs) +"mxO" = ( +/obj/structure/window/reinforced/ultra, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"mxY" = ( +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/arrowhead_new/upper/containment) +"myl" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"myX" = ( +/obj/structure/machinery/door_control/brbutton{ + id = "Arrow_Aux_Bay"; + name = "Heavy Airlock Controller"; + pixel_x = 16; + pixel_y = 20 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/ert) +"myZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/prop/tableflag/uscm{ + pixel_x = -5 + }, +/obj/item/prop/tableflag/uscm2{ + pixel_x = 5 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"mzd" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"mzt" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/sea) +"mBp" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"mBG" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"mCj" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"mDZ" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/obj/structure/machinery/computer/telecomms/traffic, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"mEE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"mFW" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silvercorner" + }, +/area/arrowhead_new/lower/airoom) +"mGC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/chem_dispenser/soda{ + pixel_y = 1 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"mGD" = ( +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"mGL" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/firing_range) +"mGZ" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -63 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"mIC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"mJo" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 16 + }, +/obj/structure/machinery/scoreboard_button{ + id = "arrow_basketball"; + pixel_y = 21 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"mJv" = ( +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"mJB" = ( +/obj/structure/morgue, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"mLF" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"mLQ" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/warhead, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/weapon_room) +"mMG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"mNf" = ( +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"mNn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"mNs" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"mNt" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"mOu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"mOS" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 9 + }, +/area/space) +"mPn" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/medical/or4) +"mPy" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/star) +"mPQ" = ( +/obj/structure/bed/chair/bolted{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"mPY" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"mQm" = ( +/obj/structure/bed/chair/comfy/ares{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/lower/airoom) +"mQC" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"mRi" = ( +/obj/structure/surface/rack, +/obj/structure/dropship_equipment/fuel/cooling_system{ + layer = 3.5 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"mRm" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"mRy" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silvercorner" + }, +/area/arrowhead_new/middle/cryo_cells) +"mSF" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = -18; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/cans/souto/lime{ + pixel_x = -11; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"mTq" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/upper/hallways/port) +"mTu" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/faxmachine/uscm/command{ + department = "AI Core"; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"mTS" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"mUX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/port) +"mVz" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"mVC" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead_new/middle/cryo_cells) +"mVT" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"mWb" = ( +/obj/structure/machinery/telecomms/server/presets/medical, +/obj/structure/machinery/telecomms/relay/preset/telecomms{ + listening_level = 6; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"mWP" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or2) +"mWR" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"mXk" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"mXo" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"mXp" = ( +/obj/structure/machinery/light/spot, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"mYr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"mYR" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass{ + dir = 1; + req_access = null; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"mZs" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silvercorner" + }, +/area/arrowhead_new/middle/cryo_cells) +"mZz" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"mZF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"mZZ" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"nae" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/upper/containment) +"nah" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/port) +"nau" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -63 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"naB" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"naG" = ( +/turf/open/floor/engine, +/area/arrowhead_new/middle/engineering/storage) +"nbu" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"nbK" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/stairs) +"nbO" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 5 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"nbS" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"ncb" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"ncl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"ncC" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"nde" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"ndB" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"ndH" = ( +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"ndR" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/kitchen) +"neo" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/medical/medbay) +"nfg" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 8; + id = "supply_elevator_railing"; + name = "\improper Supply Elevator Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/requisitions) +"nfI" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_Guest"; + name = "\improper Privacy Shutter"; + unacidable = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/bunks/vip) +"nfT" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/disposals) +"ngb" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"ngh" = ( +/obj/item/tool/pen{ + pixel_y = 3 + }, +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/uscm{ + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"ngq" = ( +/obj/structure/machinery/cm_vending/sorted/attachments/blend, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"ngH" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/medical/or1) +"ngS" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/evac) +"nhi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_Hanger"; + name = "\improper Hangar Lockdown Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"nhv" = ( +/obj/structure/flora/pottedplant/random{ + pixel_x = 3 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"nhU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/reactor) +"nid" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 4 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"nim" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"niE" = ( +/obj/structure/machinery/telecomms/server/presets/common, +/obj/structure/machinery/telecomms/broadcaster/preset_left{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"njb" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"njn" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"njR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"nkI" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 8; + icon_state = "logo_c" + }, +/area/space) +"nkT" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"nls" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"nlx" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"nlR" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"nmt" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"nmv" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"nmy" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"nnm" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"nnp" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"noi" = ( +/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ + name = "Missile Hatch" + }, +/turf/open/floor/almayer_hull, +/area/space) +"noP" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"noY" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/briefing) +"npl" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hangar) +"npK" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"nqv" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"nqx" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters"; + req_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/xo) +"nqB" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/port) +"nqY" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead_new/upper/hallways/aft) +"nru" = ( +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/stairs) +"nrU" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"nsj" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"nsG" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/briefing) +"nsO" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"nsT" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/maint/port) +"ntd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/briefing) +"ntW" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/prop/tableflag/uscm2{ + pixel_x = 5 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"nuv" = ( +/turf/open/floor/almayer{ + icon_state = "orangecorner" + }, +/area/arrowhead_new/middle/engineering/main) +"nvc" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/hallways/aft) +"nwp" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"nxi" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"nxT" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + id_tag = "or02"; + name = "Operating Theatre 2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/or2) +"nyr" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"nyD" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"nyU" = ( +/obj/structure/bed/chair/office/dark, +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + layer = 2.7; + pixel_x = -8; + pixel_y = 18; + wrenchable = 0 + }, +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + layer = 2.7; + pixel_x = 8; + pixel_y = 18; + wrenchable = 0 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = -7; + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"nyW" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/star) +"nza" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"nzn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"nzp" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"nzt" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/port) +"nzu" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hangar) +"nzO" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"nAd" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"nAq" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"nAR" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/point) +"nBb" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"nBX" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"nCh" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"nCy" = ( +/obj/structure/machinery/line_nexter{ + dir = 4; + id = "line1"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/prep/squad) +"nCU" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/ert) +"nEu" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"nED" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 3"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"nEW" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/device/camera{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/device/camera_film{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/device/camera_film{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"nFr" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Containment_Lockdown"; + pixel_x = -6; + pixel_y = 24; + req_one_access_txt = list(1,5,28) + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/star) +"nFD" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "redcorner" + }, +/area/arrowhead_new/lower/powered/evac) +"nHf" = ( +/obj/structure/machinery/autolathe/medilathe/full{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"nHM" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"nIA" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/star) +"nIS" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/bunks/vip) +"nJt" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"nLt" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"nLu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"nLC" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 13 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Workshop"; + name = "Flight Workshop"; + pixel_x = -23; + req_one_access_txt = list(1, 19, 7, 23, 22) + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"nLE" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"nLF" = ( +/obj/structure/machinery/door/poddoor/almayer/biohazard{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/containment) +"nLY" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"nMa" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"nNw" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/prep/squad) +"nNA" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"nNV" = ( +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/mid_port{ + pixel_x = 3; + pixel_y = 31 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/port_bunks) +"nPw" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Star_Maint1" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"nQg" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hangar) +"nQn" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + name = "\improper Evacuation Airlock PL-5"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"nRd" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/ot) +"nRg" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"nRj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/device/megaphone, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/briefing) +"nSz" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/prep/point) +"nTR" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"nUl" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"nVi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"nWd" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"nWs" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Charlie Overwatch Telephone"; + phone_category = "Command"; + phone_id = "Charlie Overwatch" + }, +/obj/structure/machinery/status_display{ + pixel_y = 30 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"nWJ" = ( +/obj/structure/stairs/perspective, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Up2"; + vector_x = -2; + vector_y = 2 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"nXk" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 16 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"nYy" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/morgue) +"nYZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"nZQ" = ( +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"oaC" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"oaM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"obj" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"obu" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/port) +"obP" = ( +/obj/structure/machinery/chem_simulator{ + density = 0; + pixel_x = -3; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"oce" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"ock" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"ocF" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"odr" = ( +/obj/structure/machinery/cm_vending/clothing/senior_officer{ + density = 0; + pixel_y = 16; + req_access = list(); + req_access_txt = "6" + }, +/turf/open/floor/carpet, +/area/arrowhead_new/middle/engineering/main) +"odu" = ( +/obj/structure/reagent_dispensers/fueltank/gas/methane{ + anchored = 1 + }, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"oek" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"oex" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"oeL" = ( +/turf/open/floor/almayer_hull{ + dir = 4; + icon_state = "outerhull_dir" + }, +/area/space) +"oeR" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"ofa" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"ofB" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"ofF" = ( +/obj/structure/machinery/computer/telecomms/server, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"ofQ" = ( +/obj/structure/phone_base{ + dir = 1; + name = "CMO's Office Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "CMO Office"; + pixel_x = 6; + pixel_y = -29 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"ogN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"ogT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"ohb" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"ohv" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"oio" = ( +/obj/structure/machinery/sleep_console, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"oiA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"oiB" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"ojI" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"okv" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"okD" = ( +/obj/structure/bed/chair/comfy/alpha{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"okQ" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_AI_Star"; + name = "\improper Core Shutter" + }, +/obj/structure/machinery/door/poddoor/almayer/blended/open{ + id = "ARES Emergency"; + name = "ARES Emergency Lockdown"; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/main) +"old" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/briefing) +"ole" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door/window/brigdoor/eastright{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_OT_Line"; + name = "\improper Privacy Shutter"; + unacidable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/ot) +"olf" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"olA" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/aft) +"olD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"oma" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/point/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/port_bunks) +"omi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"omw" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 16; + pixel_y = -16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"omF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"onu" = ( +/obj/structure/window/framed/almayer/white/hull, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/airoom) +"onF" = ( +/obj/structure/machinery/cryopod, +/obj/structure/cryofeed{ + layer = 2 + }, +/obj/effect/landmark/late_join/alpha, +/obj/effect/landmark/late_join, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/cryo_cells) +"onJ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"onO" = ( +/obj/structure/bedsheetbin{ + pixel_x = 6; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/engineering/main) +"ooe" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/reactor) +"oox" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "redcorner" + }, +/area/arrowhead_new/lower/powered/evac) +"ooY" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access{ + can_block_movement = 0; + density = 0; + pixel_x = -1; + pixel_y = -13 + }, +/turf/open/floor/engine, +/area/arrowhead_new/upper/cic) +"opL" = ( +/obj/structure/largecrate/supply/supplies/mre, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"opY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"oqa" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"oqT" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Cell_2"; + name = "\improper Yard Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/brig/cells) +"oqU" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"ord" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"ork" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"osC" = ( +/obj/structure/machinery/cryopod{ + dir = 1 + }, +/obj/structure/cryofeed/right{ + layer = 2 + }, +/obj/effect/landmark/late_join/delta, +/obj/effect/landmark/late_join, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/cryo_cells) +"osH" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"osX" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/vc_bunk) +"ouJ" = ( +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"ovH" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"ovL" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Reactor"; + name = "\improper Reactor Blast Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"ovP" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/port) +"ovW" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/upper/hallways/aft) +"owp" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or4) +"owD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"owO" = ( +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + pixel_x = 8 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"oxj" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/upper/brig) +"oyr" = ( +/turf/open/floor/almayer_hull{ + dir = 1; + icon_state = "outerhull_dir" + }, +/area/space) +"ozo" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -64 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/stairs) +"ozH" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 11 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"ozX" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"oAd" = ( +/obj/structure/surface/rack, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/obj/structure/ob_ammo/ob_fuel, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/weapon_room) +"oAl" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"oAp" = ( +/obj/structure/monorail, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"oAr" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/prop/tableflag/uscm{ + pixel_x = -7 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"oAu" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"oAE" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"oAH" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"oBE" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or2) +"oCL" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"oEd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/powered/evac) +"oEn" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 6 + }, +/area/arrowhead_new/lower/powered/evac) +"oEC" = ( +/obj/docking_port/stationary/escape_pod/south, +/turf/open/floor/plating, +/area/arrowhead_new/lower/powered/evac) +"oEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/briefing) +"oFd" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"oFt" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Port_AI2" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/main) +"oFF" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/maint/port) +"oFG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "redcorner" + }, +/area/arrowhead_new/upper/brig) +"oFI" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"oFJ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"oFT" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/base/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/port_bunks) +"oGU" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"oHb" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or4) +"oHu" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"oHC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"oIV" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"oJb" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"oJn" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = -12 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"oJJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/maint/star) +"oKp" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 4 + }, +/area/arrowhead_new/upper/cic) +"oLb" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/stairs) +"oMA" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/stamp/hop{ + name = "Commanding Officer's rubber stamp"; + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/paper_bin/uscm{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/tool/pen/red/clicky{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/tool/pen/blue/clicky{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"oNi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/fore) +"oNt" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = -3; + vector_y = -2 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"oNw" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/bunks/star_bunks) +"oNR" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/medical/morgue) +"oOb" = ( +/obj/structure/machinery/light/small{ + dir = 1; + pixel_x = -16 + }, +/obj/structure/machinery/power/apc/almayer/hardened{ + cell_type = /obj/item/cell/hyper; + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/powered/ert) +"oPe" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"oPf" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"oPh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"oPk" = ( +/obj/effect/step_trigger/ares_alert/core, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + dir = 4; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"oPn" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"oPK" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"oPW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"oQi" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hangar) +"oQu" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/door_control{ + id = "Arrow_XO"; + name = "Privacy Shutter"; + pixel_x = -12; + pixel_y = 6; + req_one_access_txt = list(1) + }, +/obj/item/prop/tableflag/uscm{ + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/phone_base/rotary/no_dnd{ + name = "XO's Office Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "XO Office"; + pixel_x = 20; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"oQI" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/medical/or2) +"oRQ" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/upper/containment) +"oSf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"oSB" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"oSE" = ( +/obj/structure/machinery/faxmachine/uscm{ + can_block_movement = 0; + density = 0; + pixel_y = 25 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"oSN" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_x = 30 + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"oSQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"oTB" = ( +/obj/structure/bed/chair/comfy/ares{ + desc = "A functional chair designed for comfortably sitting a single person."; + name = "comfy chair" + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"oTC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"oTX" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/space) +"oUb" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"oUy" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/bunks/port_bunks) +"oUG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"oUZ" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"oVl" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"oVw" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/kitchen) +"oVP" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 23 + }, +/obj/structure/machinery/cm_vending/sorted/pve/uniform/general{ + density = 0; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"oVZ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/door_control{ + id = "Arrow_CIC"; + name = "CIC Lockdown"; + pixel_x = -7; + pixel_y = 9; + req_access_txt = null; + req_one_access_txt = list(1,4) + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Hanger"; + name = "Hangar Lockdown"; + pixel_x = -7; + pixel_y = 2; + req_access_txt = null; + req_one_access_txt = list(1,4) + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4; + icon_state = "exposed01-supply" + }, +/obj/structure/machinery/door_control{ + id = "Arrow_CIC_Armory"; + name = "Armory Lockdown"; + pixel_x = -7; + pixel_y = -5; + req_one_access_txt = list(1,4) + }, +/obj/structure/machinery/door/window/westright{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"oWN" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"oXu" = ( +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"oXZ" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"oYC" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"oYF" = ( +/obj/structure/cryofeed{ + layer = 2 + }, +/obj/structure/machinery/cryopod, +/obj/effect/landmark/late_join/alpha, +/obj/effect/landmark/late_join, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/cryo_cells) +"oZr" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Kitchen"; + req_one_access = list(1,19,30); + req_one_access_txt = null + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/kitchen) +"oZX" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"par" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"paz" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"paS" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/maint/fore) +"paU" = ( +/turf/open/floor/engine, +/area/arrowhead_new/middle/hangar) +"pba" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"pbi" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"pbK" = ( +/obj/structure/bed/chair/comfy/alpha{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"pbL" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"pci" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"pco" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + name = "\improper Requisitions"; + req_one_access = list(19,21) + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/requisitions) +"pdm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/briefing) +"pdA" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/port_bunks) +"pfZ" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"pgd" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/base/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/star_bunks) +"pgo" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/maint/aft) +"pgr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"pgO" = ( +/obj/structure/machinery/door/airlock/almayer/security{ + dir = 2; + name = "\improper Interrogation Observation" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"phV" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"pie" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"pij" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/hallways/aft) +"piS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"pjj" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"pjt" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"pjD" = ( +/obj/structure/bed/chair/office/dark, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"pki" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"pkj" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"pku" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"pkI" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + name = "\improper CMO's Office"; + req_one_access = list(1,5) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"plM" = ( +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 60 + }, +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"plV" = ( +/obj/structure/reagent_dispensers/fueltank/custom, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"pmk" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/reagentgrinder/industrial{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_OT_Line"; + pixel_x = -9; + pixel_y = 9; + req_one_access_txt = list(2,7) + }, +/obj/structure/machinery/door_control{ + id = "Arrow_OT"; + pixel_x = -9; + pixel_y = -2; + req_one_access_txt = list(2,7) + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"pmy" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"pod" = ( +/obj/effect/landmark/start/synthetic, +/obj/structure/machinery/cryopod/right{ + dir = 2 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"poJ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"poN" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/star) +"ppi" = ( +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/stairs) +"ppV" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"pqn" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"psG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"ptn" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/cic) +"ptC" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/window/reinforced/toughened{ + dir = 4 + }, +/obj/structure/machinery/computer/shuttle/dropship/flight/remote_control{ + dir = 8; + shuttleId = "dropship_wraith" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"ptQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"ptT" = ( +/obj/structure/reagent_dispensers/fueltank{ + anchored = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"ptW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/reinforced{ + no_panel = 1; + req_one_access = list(1, 6, 91) + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_AI_Maint"; + name = "\improper AI Maintenance Shutter" + }, +/obj/effect/step_trigger/ares_alert/core, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered) +"puw" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"puA" = ( +/obj/structure/machinery/cm_vending/own_points/experimental_tools, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/synth) +"puH" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/cargo/blend, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"puT" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/door/window/brigdoor/eastright{ + dir = 2; + layer = 2.85 + }, +/obj/structure/machinery/conveyor{ + dir = 4; + id = "Arrow_Garbage" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"puU" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = 2; + vector_y = 3 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"pvf" = ( +/obj/structure/platform_decoration, +/obj/effect/projector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"pvh" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"pvm" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"pvs" = ( +/obj/structure/monorail, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"pvt" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 4; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"pvD" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead_new/upper/hallways/aft) +"pwr" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/cic) +"pwt" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"pwM" = ( +/turf/open/floor/engine, +/area/arrowhead_new/lower/powered/ert) +"pwP" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 5"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"pxa" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"pxG" = ( +/obj/structure/prop/server_equipment/yutani_server/broken{ + density = 0; + desc = "A powerful server tower housing various AI functions."; + name = "server tower"; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"pye" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"pyC" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"pyG" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/star) +"pAa" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"pAq" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"pAO" = ( +/obj/structure/machinery/cryopod, +/obj/structure/cryofeed{ + layer = 2 + }, +/obj/effect/landmark/late_join/alpha, +/obj/effect/landmark/late_join, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/cryo_cells) +"pAQ" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Maint"; + pixel_y = 23; + req_one_access_txt = list(1, 6, 91) + }, +/obj/structure/machinery/light/small, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/maint/aft) +"pBp" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Port_Maint1" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"pCe" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"pCu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"pDU" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"pDY" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/aft) +"pEb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/middle/hangar) +"pEj" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"pFl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"pFH" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"pFR" = ( +/obj/structure/largecrate/machine/bodyscanner, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"pGa" = ( +/obj/structure/bookcase/manuals{ + can_block_movement = 0; + density = 0; + pixel_y = 22 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"pGd" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"pGr" = ( +/obj/structure/filingcabinet/security{ + pixel_x = -8 + }, +/obj/structure/filingcabinet/medical{ + pixel_x = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"pGw" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"pGy" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"pGO" = ( +/obj/structure/machinery/computer/demo_sim{ + dir = 4; + pixel_x = -17; + pixel_y = 8 + }, +/obj/structure/machinery/computer/working_joe{ + dir = 4; + pixel_x = -17; + pixel_y = -8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"pGR" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead_new/middle/hangar) +"pHF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/port_bunks) +"pIj" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"pJb" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"pKg" = ( +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"pKQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"pLb" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"pLH" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door/window/eastleft{ + dir = 1; + req_one_access_txt = "2;21" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/medical/medbay) +"pLJ" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/port_bunks) +"pLZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"pMv" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood{ + pixel_x = 10; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"pMy" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"pMX" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"pNg" = ( +/obj/structure/supply_drop/alpha, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"pOc" = ( +/obj/structure/curtain/red, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"pOl" = ( +/obj/structure/machinery/vending/coffee{ + can_block_movement = 0; + density = 0; + pixel_x = 3; + pixel_y = 16 + }, +/obj/structure/machinery/vending/snack{ + can_block_movement = 0; + density = 0; + pixel_x = -18; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/kitchen) +"pOO" = ( +/turf/open/floor/plating, +/area/arrowhead_new/lower/powered/ert) +"pOU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/faxmachine/uscm/command, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"pOX" = ( +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 + }, +/area/arrowhead_new/upper/containment) +"pPb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"pPw" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/maint/port) +"pPT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/vip) +"pQr" = ( +/obj/structure/platform, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"pQA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"pRq" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"pRw" = ( +/turf/open/floor/engine, +/area/arrowhead_new/lower/bunks/synth) +"pRO" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/stairs) +"pRP" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = -10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/port_bunks) +"pSb" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or2) +"pSh" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"pSm" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"pTd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"pTg" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"pTn" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"pUN" = ( +/obj/structure/reagent_dispensers/fueltank/custom, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"pUX" = ( +/obj/structure/ladder{ + id = "Arrow_Star_Maint2" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"pVi" = ( +/obj/structure/machinery/vending/coffee{ + can_block_movement = 0; + density = 0; + pixel_y = -15; + wrenchable = 0 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"pVn" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/star) +"pVu" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/weapon_room) +"pVG" = ( +/turf/open/floor/almayer_hull{ + dir = 6; + icon_state = "outerhull_dir" + }, +/area/space) +"pVR" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"pVX" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"pWg" = ( +/obj/structure/barricade/metal{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/firing_range) +"pWr" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"pWy" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/reactor) +"pWZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"pXf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"pXm" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/bunks/star_bunks) +"pXq" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"pXx" = ( +/obj/structure/machinery/disposal{ + pixel_y = -3 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"pXz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{ + dir = 1; + name = "\improper Combat Information Center" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_CIC"; + indestructible = 1; + name = "\improper Hardened CIC Blast Door"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/cic) +"pYx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"pZt" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead_new/middle/hallways/star) +"pZV" = ( +/obj/effect/step_trigger/ares_alert/core, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_AI_Star"; + name = "\improper Core Shutter" + }, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/airoom) +"qao" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"qbj" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pilot_officer{ + can_block_movement = 0; + density = 0; + pixel_y = -15 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"qbq" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/middle/engineering/main) +"qbx" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"qbz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"qcy" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"qcF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/powered/evac) +"qdz" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"qdR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"qeN" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/middle/star_bunks) +"qeX" = ( +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/mid_port) +"qfn" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"qfo" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"qfI" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/bunks/synth) +"qgt" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/maint) +"qha" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"qhv" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"qhG" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -60 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"qis" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/door_control{ + id = "Arrow_Req1"; + name = "Line Shutters"; + pixel_x = -6; + pixel_y = 5; + req_one_access_txt = list(1,21) + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"qit" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/prep/squad) +"qiD" = ( +/obj/structure/curtain/medical, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/morgue) +"qiG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"qiL" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"qjC" = ( +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/maint/port) +"qjQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"qjS" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/star) +"qkh" = ( +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/lower_star{ + pixel_x = 3; + pixel_y = 31 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"qkM" = ( +/obj/structure/anti_air_cannon, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"qkN" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req1"; + name = "\improper Requisition Shutter" + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/door/window/eastleft{ + dir = 8; + req_one_access_txt = "2;21" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/requisitions) +"qlj" = ( +/turf/open/floor/engine, +/area/arrowhead_new/middle/engineering/reactor) +"qlR" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_IO_Vault"; + name = "Vault Controls"; + pixel_x = -5; + pixel_y = 24 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"qmd" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "bluecorner" + }, +/area/arrowhead_new/upper/cic) +"qmo" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"qmp" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"qms" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/or4) +"qmy" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"qnc" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"qng" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"qnk" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/lower/ot) +"qnI" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = -11 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/star) +"qnO" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/middle/hallways/port) +"qoE" = ( +/obj/structure/machinery/cm_vending/sorted/medical, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"qoH" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"qqq" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel{ + amount = 30; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/mineral/uranium{ + amount = 5 + }, +/turf/open/floor/almayer{ + icon_state = "cargo" + }, +/area/arrowhead_new/middle/engineering/storage) +"qta" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine/uscm/command, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"quW" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/flare, +/obj/item/mortar_shell/flare, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"qvT" = ( +/obj/structure/barricade/plasteel/metal{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/firing_range) +"qwd" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/cic) +"qwj" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"qwH" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/fore) +"qxb" = ( +/obj/structure/machinery/computer/orbital_cannon_console, +/obj/structure/bed/chair/ob_chair, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"qxt" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + glass = 0; + name = "\improper Power Storage" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/maint/port) +"qxR" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"qxW" = ( +/obj/effect/step_trigger/ares_alert/core, +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 1; + name = "\improper AI Core"; + req_access = null; + req_one_access = list(1, 6, 91) + }, +/obj/structure/machinery/door/poddoor/almayer/blended/white/open{ + closed_layer = 3.2; + id = "ARES Emergency"; + layer = 3.2; + name = "ARES Emergency Lockdown"; + needs_power = 0; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"qyc" = ( +/turf/open/floor/almayer{ + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/prep/squad) +"qzE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor{ + name = "\improper Astro-Navigation"; + req_access = null; + req_one_access = list(3,7,19) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/weapon_room) +"qzV" = ( +/obj/structure/reagent_dispensers/fueltank/custom, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"qAa" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"qAb" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"qAE" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"qAM" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 60 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"qBx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"qBA" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"qBG" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/step_trigger/clone_cleaner, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -60 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/stairs) +"qCv" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/port_bunks) +"qCH" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/star) +"qCM" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 14 + }, +/obj/structure/mirror{ + pixel_x = 29; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/engineering/main) +"qDn" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"qDz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/closed/wall/almayer/white/reinforced, +/area/arrowhead_new/lower/airoom) +"qDC" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -64 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"qDH" = ( +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 60 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"qDR" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"qDU" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/vc_bunk) +"qFg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"qFJ" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_CMO"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/medical/medbay) +"qGZ" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"qHq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"qHs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"qHV" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orangecorner" + }, +/area/arrowhead_new/middle/engineering/main) +"qIi" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 0 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"qIw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"qJE" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + dir = 1; + id_tag = "or04"; + name = "Operating Theatre 4" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/or4) +"qJN" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"qJX" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters"; + req_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/vip) +"qKt" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"qKx" = ( +/obj/docking_port/stationary/arrow_elevator/port/upper, +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/upper_port) +"qKA" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"qKM" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead_new/upper/briefing) +"qKY" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"qLB" = ( +/obj/structure/machinery/shower{ + dir = 8; + layer = 3.10; + pixel_y = -7; + plane = -4 + }, +/obj/item/toy/inflatable_duck, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"qMm" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"qMH" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/maint/star) +"qMZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"qNy" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/engineering/storage) +"qNJ" = ( +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"qNS" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"qOg" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"qOn" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"qOW" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"qOX" = ( +/obj/structure/machinery/telecomms/bus/preset_two, +/obj/structure/machinery/telecomms/processor/preset_one{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"qPd" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/point) +"qPp" = ( +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"qPC" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2; + pixel_y = 23 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 2; + pixel_y = -4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"qPJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"qPS" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"qQH" = ( +/obj/structure/bedsheetbin{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/port_bunks) +"qRA" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/engine, +/area/arrowhead_new/middle/engineering/storage) +"qSB" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"qSD" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"qSP" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"qSW" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"qTE" = ( +/obj/structure/pipes/standard/tank/oxygen{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"qTH" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"qTQ" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"qTT" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"qUp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"qVO" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"qVX" = ( +/obj/structure/phone_base{ + dir = 4; + name = "OT Lab Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Arrowhead"; + phone_id = "OT Lab"; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"qWj" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"qWr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Arrow_Engineering_Lockdown"; + name = "Engineering Lockdown Shutter" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"qWx" = ( +/obj/vehicle/powerloader{ + dir = 8; + layer = 3.7 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"qWR" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/prep/squad) +"qXd" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/bunks/co) +"qXg" = ( +/obj/structure/sign/prop2{ + pixel_y = 30 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"qXD" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"qXG" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"qZs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"qZw" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/middle/engineering/reactor) +"qZJ" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/aft) +"rab" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/bunks/co) +"ray" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"raF" = ( +/obj/structure/machinery/cryopod/right, +/obj/effect/landmark/start/working_joe, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"raV" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"rbv" = ( +/obj/structure/filingcabinet{ + can_block_movement = 0; + density = 0; + pixel_x = -8; + pixel_y = 17; + wrenchable = 0 + }, +/obj/structure/filingcabinet/security{ + can_block_movement = 0; + density = 0; + pixel_x = 8; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"rcb" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"rco" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2 + }, +/obj/structure/machinery/scoreboard{ + id = "arrow_basketball"; + pixel_y = 30 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"rcF" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"rcL" = ( +/obj/structure/machinery/computer/cryopod{ + pixel_x = 5 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"rdC" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or4) +"rdE" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_Containment_Lockdown"; + name = "\improper Research Lockdown" + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/containment) +"rdL" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"reb" = ( +/obj/structure/machinery/power/apc/almayer, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"ree" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/lead) +"reh" = ( +/obj/structure/machinery/cm_vending/sorted/medical, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"rgd" = ( +/obj/structure/window/framed/almayer/hull/hijack_bustable, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_Brig_Lockdown"; + name = "\improper Brig Lockdown Shutter" + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/brig/cells) +"rgr" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"rgx" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/upper/hallways/port) +"rhy" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/kitchen) +"rhT" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"rig" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"rih" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"riz" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"riQ" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"rja" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"rjf" = ( +/obj/structure/machinery/cm_vending/clothing/senior_officer{ + can_block_movement = 0; + density = 0; + pixel_y = 16; + req_access = null; + req_access_txt = 19; + req_one_access = null + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/brig) +"rjA" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"rjJ" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"rjK" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"rjX" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Maint"; + pixel_x = -22; + pixel_y = -9; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"rjY" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/item/seeds/orangeseed, +/obj/item/reagent_container/glass/fertilizer/ez, +/obj/item/reagent_container/glass/fertilizer/ez, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"rkg" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"rkq" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/ert) +"rku" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/base/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/star_bunks) +"rkT" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"rlu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"rlz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"rlI" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or3) +"rlS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"rmh" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/upper/bunks/so) +"rmX" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"rni" = ( +/obj/structure/supply_drop/echo, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"rnk" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"rnV" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"ros" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"roN" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/maint/fore) +"rpm" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{ + dir = 1; + name = "\improper Engineering" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "Arrow_Engineering_Lockdown"; + name = "Engineering Lockdown Shutter" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"rpw" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"rpL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/hallways/aft) +"rqs" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Star_Down2"; + vector_x = -3; + vector_y = -2 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"rqt" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_OT"; + name = "Hazardous Liquid Storage" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/ot) +"rqw" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + dir = 1; + id = "Arrow_Cell_1"; + name = "Cell 1" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"rqJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/port) +"rrc" = ( +/obj/docking_port/stationary/arrow_elevator/star/upper, +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/upper_star) +"rsB" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"rsD" = ( +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/mid_star{ + pixel_x = 3; + pixel_y = 31 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/star_bunks) +"rsF" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"rsI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"rsK" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 8; + icon_state = "logo_c" + }, +/area/arrowhead_new/upper/briefing) +"rsT" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + dir = 1; + id = "Arrow_Cell_3"; + name = "Cell 3" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"rta" = ( +/obj/structure/machinery/cryopod, +/obj/effect/landmark/start/marine/pve/base/squad1, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/port_bunks) +"rtm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/star) +"rtS" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "Arrow_Reactor"; + name = "\improper Reactor Blast Door" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"rtX" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/hallways/port) +"ruC" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"ruK" = ( +/turf/closed/wall/almayer/research/containment/wall/corner{ + dir = 8 + }, +/area/arrowhead_new/upper/containment) +"ruY" = ( +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/ert) +"rvl" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/vc_bunk) +"rvs" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/emails{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"rwe" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 10 + }, +/area/space) +"rwI" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"rwQ" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/maint/fore) +"rxw" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"ryh" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/weapon_room) +"rym" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down2"; + vector_x = -22; + vector_y = -64 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"ryS" = ( +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"rzK" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"rzZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/star) +"rAs" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"rBd" = ( +/obj/structure/barricade/handrail/medical, +/turf/open/floor/almayer{ + icon_state = "mono" + }, +/area/arrowhead_new/middle/hallways/port) +"rBe" = ( +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/stairs) +"rBv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"rBD" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2; + pixel_y = -21 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"rBQ" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"rCH" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"rDn" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Star_AI1" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/main) +"rGc" = ( +/obj/structure/barricade/metal{ + dir = 4 + }, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/firing_range) +"rGN" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"rGP" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"rGY" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/bunks/co) +"rGZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/telecomms/server/presets/command, +/obj/structure/machinery/telecomms/relay/preset/telecomms{ + layer = 3.4; + listening_level = 4; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"rHc" = ( +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "tele_ground1"; + teleport_x = 180; + teleport_x_offset = 200; + teleport_y = 50; + teleport_y_offset = 80; + teleport_z = 1; + teleport_z_offset = 1 + }, +/turf/open/space/basic, +/area/space) +"rHi" = ( +/obj/structure/machinery/computer/cameras/almayer/containment{ + network = list("Arrow_Containment"); + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/upper/containment) +"rHK" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"rHP" = ( +/obj/structure/machinery/light/spot, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"rHR" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/port) +"rIK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"rIX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"rJr" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"rJW" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"rKb" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"rKl" = ( +/obj/structure/filingcabinet/security{ + pixel_x = -8 + }, +/obj/structure/filingcabinet/medical{ + pixel_x = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"rKp" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"rKq" = ( +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"rMD" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"rOr" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"rOS" = ( +/obj/structure/largecrate, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"rOU" = ( +/obj/structure/reagent_dispensers/ammoniatank{ + anchored = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"rQB" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"rQN" = ( +/obj/structure/ladder{ + id = "Arrow_Upper" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"rRx" = ( +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"rRU" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"rSI" = ( +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Arrow_Aux_Bay"; + name = "Heavy Airlock Controller"; + pixel_x = -21 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"rST" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/middle/hallways/fore) +"rSU" = ( +/obj/structure/machinery/shower{ + dir = 8; + layer = 3.10; + pixel_y = -7; + plane = -4 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/vip) +"rTU" = ( +/obj/structure/platform_decoration, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"rUx" = ( +/obj/structure/machinery/chem_master/industry_mixer, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"rUJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"rUV" = ( +/turf/open/floor/engine, +/area/arrowhead_new/middle/weapon_room/notunnel) +"rVh" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"rVH" = ( +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"rVZ" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 8 + }, +/area/space) +"rWd" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -2 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/port_bunks) +"rWk" = ( +/obj/structure/monorail, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"rWB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"rWD" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"rWP" = ( +/obj/structure/largecrate, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"rXf" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"rXw" = ( +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Arrow_Aux_Bay"; + name = "Heavy Airlock Controller"; + pixel_x = 22 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/ert) +"rXX" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"rYn" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/obj/effect/landmark/start/requisition, +/turf/open/floor/almayer{ + icon_state = "greenfull" + }, +/area/arrowhead_new/middle/requisitions) +"rYo" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_x = 1; + pixel_y = -16 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"rZp" = ( +/turf/open/organic/grass, +/area/arrowhead_new/upper/briefing) +"rZz" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"rZL" = ( +/obj/structure/machinery/telecomms/bus/preset_three, +/obj/structure/machinery/telecomms/processor/preset_three{ + pixel_y = 14 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"rZY" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"sah" = ( +/obj/structure/machinery/line_nexter{ + dir = 4; + id = "line2"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/prep/squad) +"sau" = ( +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"sax" = ( +/turf/open/floor/almayer_hull{ + dir = 8; + icon_state = "outerhull_dir" + }, +/area/space) +"saN" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"saQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"sbb" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 1 + }, +/area/arrowhead_new/lower/powered/evac) +"sbN" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/bunks/synth) +"scq" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/medical/medbay) +"scM" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"scP" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"sdW" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/briefing) +"sew" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/star) +"sfd" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/cameras/almayer_network{ + dir = 1; + network = list("Arrowhead"); + pixel_x = 2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"sfi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"sfU" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"sgf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"sgD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"shh" = ( +/obj/structure/machinery/cm_vending/clothing/synth{ + pixel_y = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"shx" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"siO" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"sjo" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform, +/obj/structure/machinery/light/small, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"skg" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_up1"; + vector_x = -3; + vector_y = 59 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/stairs) +"skr" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/cic) +"slg" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + on = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"smG" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/lead/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/star_bunks) +"smQ" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"snt" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"snR" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"sos" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"soL" = ( +/obj/structure/machinery/floodlight/landing/floor{ + invisibility = 100 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hangar) +"spb" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/space) +"spv" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"sqj" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"sqn" = ( +/obj/structure/machinery/cryo_cell, +/obj/structure/pipes/standard/cap/hidden, +/obj/item/reagent_container/glass/beaker/cryoxadone, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"sqs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"sqy" = ( +/obj/structure/machinery/computer/tech_control, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"sqR" = ( +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/lower/airoom) +"srU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"srX" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/engine, +/area/arrowhead_new/middle/engineering/reactor) +"ssD" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"ssE" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + network = list("Arrow_Containment") + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/arrowhead_new/upper/containment) +"ssN" = ( +/obj/structure/machinery/autodispenser{ + can_block_movement = 0; + density = 0; + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"ssP" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "USS Almayer Dropship 1"; + name = "Shuttle Bay Blast Door" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Arrow_Hanger"; + name = "\improper Hangar Lockdown Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"ssW" = ( +/obj/structure/sign/prop1{ + layer = 3.1; + pixel_y = -31 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"stC" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"suk" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"suw" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/aft) +"svo" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or1) +"svG" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"svR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar{ + layer = 3.04; + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"svZ" = ( +/obj/structure/machinery/mass_driver{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/space) +"sxw" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"sya" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"syN" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or1) +"syU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/overwatch/almayer{ + dir = 8; + pixel_x = -9 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"szF" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silvercorner" + }, +/area/arrowhead_new/upper/computerlab) +"szT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"szU" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/medical/morgue) +"sAi" = ( +/turf/open/floor/plating, +/area/arrowhead_new/middle/hangar) +"sAE" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_y = -9 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/firing_range) +"sAI" = ( +/turf/open/floor/almayer/empty, +/area/arrowhead_new/middle/hangar) +"sAK" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"sAO" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"sBl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"sBR" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 9 + }, +/area/arrowhead_new/upper/hallways/star) +"sCj" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"sCs" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"sCL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hangar) +"sDz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/briefing) +"sDV" = ( +/obj/structure/flora/pottedplant/random, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"sEI" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"sGe" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + dir = 4; + id = "Arrow_Cell_3"; + name = "\improper Yard Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/brig/cells) +"sGi" = ( +/obj/structure/reagent_dispensers/oxygentank{ + anchored = 1 + }, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"sHk" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/stairs) +"sHl" = ( +/obj/structure/machinery/door/airlock/almayer/marine/alpha{ + dir = 1; + name = "\improper Alpha Bunk"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"sHG" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/so) +"sIk" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"sIH" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"sJQ" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"sKl" = ( +/obj/structure/closet/radiation{ + pixel_y = -2 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/reactor) +"sLe" = ( +/obj/structure/machinery/status_display{ + pixel_y = -28 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"sLI" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"sMc" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/hallways/aft) +"sMK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"sNg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"sNE" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"sOA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"sPh" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + dir = 1; + name = "\improper Cannon Systems Room"; + req_access = null; + req_one_access = list(3,7,19) + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/weapon_room) +"sPI" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"sPS" = ( +/obj/structure/machinery/computer/sentencing{ + pixel_y = 15 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"sQh" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"sQx" = ( +/obj/structure/machinery/computer/arcade{ + can_block_movement = 0; + density = 0; + pixel_x = 19 + }, +/obj/item/stool, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"sRx" = ( +/obj/structure/machinery/cm_vending/clothing/dress{ + pixel_y = 0; + req_access = list(1) + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"sSm" = ( +/obj/structure/reagent_dispensers/fueltank/gas/hydrogen{ + anchored = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"sSw" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"sSG" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + name = "Brig Yard" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_Brig_Lockdown"; + name = "\improper Brig Lockdown Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/brig/cells) +"sSP" = ( +/obj/structure/machinery/cryopod{ + pixel_y = 10 + }, +/obj/effect/landmark/start/marine/pve/point/squad2, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/star_bunks) +"sTk" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"sTt" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/prep/lead) +"sUD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig/cells) +"sUG" = ( +/obj/structure/largecrate, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"sUL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"sUZ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Delta Overwatch Telephone"; + phone_category = "Command"; + phone_id = "Delta Overwatch" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"sVP" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"sVU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"sXo" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"sXt" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"sXA" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/port) +"sXB" = ( +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"sXH" = ( +/obj/structure/machinery/door/airlock/almayer/secure{ + name = "\improper Quarters" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/so) +"sXK" = ( +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/engineering/main) +"sXN" = ( +/obj/structure/machinery/cryopod{ + dir = 1 + }, +/obj/effect/landmark/start/executive, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"sYy" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"sYT" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"sYV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"taf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"tan" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/briefing) +"taq" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/upper/containment) +"taP" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"taW" = ( +/obj/structure/machinery/power/monitor{ + name = "Core Power Monitoring" + }, +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"tbm" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"tby" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/maint/fore) +"tcd" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"tcU" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"tcW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/star_bunks) +"tde" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or3) +"tev" = ( +/obj/structure/surface/rack{ + can_block_movement = 0; + density = 0; + pixel_y = 13 + }, +/obj/item/reagent_container/glass/watertank{ + pixel_y = 12 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_y = 9 + }, +/turf/open/organic/grass, +/area/arrowhead_new/upper/briefing) +"teC" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/incendiary, +/obj/item/mortar_shell/incendiary, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"teN" = ( +/turf/open/floor/kutjevo/colors/purple, +/area/arrowhead_new/upper/cic) +"teY" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -61 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"tfe" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"tff" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"tfn" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/xo) +"tfP" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/window/reinforced/toughened{ + dir = 8 + }, +/obj/structure/phone_base/rotary/no_dnd{ + name = "Combat Information Center Telephone"; + networks_receive = list("Arrowhead"); + networks_transmit = list("Arrowhead"); + phone_category = "Command"; + phone_id = "Combat Information Center"; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"tgo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"tgG" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/conveyor_switch{ + id = "Arrow_Garbage" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"tgH" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/captain{ + pixel_y = 9 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer{ + desc = "part of a rubber room, let's hope there's no rats."; + icon_state = "silverfull"; + name = "rubber floor" + }, +/area/arrowhead_new/upper/brig/cells) +"tgO" = ( +/obj/structure/machinery/cm_vending/clothing/staff_officer_armory{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/arrowhead_new/upper/cic) +"thd" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"tid" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 0 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/bunks/xo) +"tjM" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/machinery/door_control{ + id = "Arrow_Reactor"; + name = "Reactor Access"; + pixel_x = 23; + pixel_y = -9; + req_one_access_txt = list(19,7) + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/reactor) +"tjR" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"tjX" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 4 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 2 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"tkS" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/star) +"tlk" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"tls" = ( +/obj/structure/machinery/bioprinter{ + can_block_movement = 0; + density = 0; + pixel_y = 16; + stored_metal = 125 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"tlR" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"tmF" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"tmO" = ( +/obj/structure/machinery/door/airlock/almayer/maint/reinforced{ + access_modified = 1; + dir = 1; + req_one_access = list(36) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/synth) +"tno" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Containment_1"; + name = "\improper Containment Cell 1"; + unacidable = 1 + }, +/turf/closed/wall/almayer/research/containment/wall/purple{ + dir = 8 + }, +/area/arrowhead_new/upper/containment) +"tnr" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"tnz" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"tpc" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"tpr" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"tpC" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig/cells) +"tqH" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"try" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"trS" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ + name = "\improper Medical Bay"; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/medbay) +"trW" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "Arrow_Brig_Lockdown"; + name = "\improper Brig Lockdown Shutter" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"tsy" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/squad) +"tsM" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/middle/hallways/star) +"ttV" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"tum" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"tvF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"tvO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"txf" = ( +/obj/docking_port/stationary/marine_dropship/arrowhead_hangar, +/turf/open/floor/plating, +/area/arrowhead_new/middle/hangar) +"txx" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/star_bunks) +"tzG" = ( +/obj/structure/machinery/power/apc/almayer/hardened{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"tAf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{ + dir = 1; + name = "\improper Combat Information Center" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_CIC"; + indestructible = 1; + name = "\improper Hardened CIC Blast Door"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/cic) +"tAg" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_OR2"; + name = "Privacy Shutter"; + pixel_x = 24 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or2) +"tAC" = ( +/obj/structure/machinery/brig_cell/cell_3{ + id = "Arrow_Cell_3"; + pixel_y = -26 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"tBG" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/upper/hallways/port) +"tBO" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 8"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"tBQ" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"tDF" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/middle/stairs) +"tDH" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 5 + }, +/area/arrowhead_new/lower/powered/evac) +"tEM" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 9 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"tEN" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"tFo" = ( +/obj/structure/machinery/door/airlock/almayer/marine/delta{ + dir = 1; + name = "\improper Delta Bunk"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"tFp" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + layer = 3.25 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"tGI" = ( +/obj/structure/surface/table/almayer, +/obj/item/fuelCell, +/obj/item/fuelCell, +/obj/item/fuelCell, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"tHz" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"tHD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/uscm/directional, +/area/arrowhead_new/lower/powered/evac) +"tIc" = ( +/obj/structure/machinery/light/spot, +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/fore) +"tIh" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Cryogenics Bay" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/cryo_cells) +"tIk" = ( +/obj/structure/machinery/cm_vending/clothing/senior_officer{ + density = 0; + pixel_y = 23 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"tKm" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/vc_bunk) +"tKx" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"tKE" = ( +/obj/structure/machinery/cryopod{ + dir = 1; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"tKF" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"tLh" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 16 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"tLl" = ( +/obj/structure/machinery/cryopod{ + layer = 3.1; + pixel_y = 10 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/brig/cells) +"tLm" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"tLB" = ( +/obj/item/rappel_harness/extract{ + pixel_y = 12 + }, +/obj/item/rappel_harness/extract{ + pixel_y = 12 + }, +/obj/item/rappel_harness/extract{ + pixel_y = 12 + }, +/obj/item/rappel_harness/extract{ + pixel_y = 12 + }, +/obj/item/rappel_harness/extract{ + pixel_y = 12 + }, +/obj/item/parachute{ + pixel_y = -6 + }, +/obj/item/parachute{ + pixel_y = -6 + }, +/obj/item/parachute{ + pixel_y = -6 + }, +/obj/item/parachute{ + pixel_y = -6 + }, +/obj/item/parachute{ + pixel_y = -6 + }, +/obj/item/parachute{ + pixel_y = -6 + }, +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing rigging, harnesses and parachutes needed for aerial troop deployments."; + name = "Aerial Operations Crate"; + req_access = "19" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"tLT" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"tMl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"tMV" = ( +/obj/effect/step_trigger/clone_cleaner, +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/lower/stairs) +"tNB" = ( +/turf/open/floor/almayer{ + icon_state = "redcorner" + }, +/area/arrowhead_new/middle/port_bunks) +"tNL" = ( +/obj/structure/surface/rack, +/obj/item/device/taperecorder, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"tOt" = ( +/obj/structure/platform, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"tOA" = ( +/obj/structure/window/framed/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Arrow_Conference"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/meeting) +"tOP" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 1"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"tOS" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"tPw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/hallways/aft) +"tQn" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"tQp" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + dir = 1; + id_tag = "or03"; + name = "Operating Theatre 3" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/or3) +"tQP" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 7"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"tRm" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/engine{ + allow_construction = 0 + }, +/area/arrowhead_new/middle/hangar) +"tRt" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Port"; + pixel_y = -21; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"tRy" = ( +/obj/docking_port/stationary/escape_pod/west, +/turf/open/floor/plating, +/area/arrowhead_new/lower/powered/evac) +"tRH" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/fore) +"tRQ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"tSo" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"tSp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/star) +"tTb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"tUp" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"tUv" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"tUE" = ( +/obj/structure/ladder{ + id = "Arrow_Star_AI2" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"tVc" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/card{ + dir = 4; + pixel_x = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"tVp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/space) +"tWl" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_CIC"; + indestructible = 1; + name = "\improper Hardened CIC Blast Door"; + unacidable = 1; + unslashable = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/cic) +"tWp" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"tXi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hangar) +"tXq" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"tXN" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"tYa" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"tYd" = ( +/obj/structure/closet/firecloset, +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"tYj" = ( +/obj/structure/disposalpipe/up/almayer{ + id = "Arrow_Upper_Deck"; + name = "Upper Deck Connection" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/disposals) +"tYk" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/or3) +"tYq" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"uah" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/aft) +"uaF" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"uaJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/maint/port) +"ucb" = ( +/turf/open/floor/almayer{ + icon_state = "greencorner" + }, +/area/arrowhead_new/middle/prep/squad) +"ucA" = ( +/obj/structure/largecrate, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"ucC" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"ucI" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/point) +"udg" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"uds" = ( +/obj/structure/sign/prop1{ + layer = 3.1; + pixel_y = -31 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/xo) +"udt" = ( +/obj/effect/landmark/supply_elevator, +/turf/open/floor/almayer/empty, +/area/supply/station) +"udL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"uem" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"uer" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/down/almayer{ + dir = 2; + id = "Arrow_Upper_Deck"; + name = "Upper Deck Connection" + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"ueL" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"ueV" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + name = "\improper Evacuation Airlock SL-3"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"ufa" = ( +/obj/structure/window/framed/almayer/hull, +/turf/open/floor/plating, +/area/arrowhead_new/upper/kitchen) +"ufh" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"ufr" = ( +/obj/docking_port/stationary/escape_pod/east, +/turf/open/floor/plating, +/area/arrowhead_new/lower/powered/evac) +"ufC" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"uga" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/stairs) +"uhU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"uiu" = ( +/obj/structure/machinery/shower{ + pixel_y = 10 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/star_bunks) +"uiE" = ( +/obj/structure/machinery/vending/cola{ + can_block_movement = 0; + density = 0; + pixel_x = -6; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"uiN" = ( +/obj/item/tool/pen{ + pixel_y = 3 + }, +/obj/item/tool/pen, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/uscm{ + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"uiX" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/middle/hangar) +"ujg" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"ujS" = ( +/obj/structure/machinery/prop{ + desc = "It's a server box..."; + icon_state = "comm_server"; + name = "server box" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"ujX" = ( +/obj/structure/pipes/standard/simple/visible, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"ukw" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Port"; + pixel_y = -21; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"ukV" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/structure/machinery/light, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"ulh" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 + }, +/obj/structure/monorail{ + pixel_x = 32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"ulE" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/vc_bunk) +"ulI" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + access_modified = 1; + name = "Telecommunications"; + req_access_txt = "6" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_TComms"; + name = "\improper Telecommunications Shutter" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/tcomms) +"ulY" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"umh" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"umB" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"umP" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"umQ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/vc_bunk) +"umZ" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/fore) +"uni" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"uoy" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/vc_bunk) +"uoS" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"upg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orangecorner" + }, +/area/arrowhead_new/middle/hallways/aft) +"upq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"uri" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = null; + indestructible = 1; + name = "\improper Elevator Lock"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/shuttle/arrowhead_new/lower_star) +"ush" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hangar) +"usm" = ( +/obj/structure/surface/rack, +/obj/structure/dropship_equipment/medevac_system, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"utg" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"uuF" = ( +/obj/structure/monorail, +/obj/structure/machinery/door/poddoor/almayer/locked{ + id = "USS Almayer Dropship 1"; + name = "Shuttle Bay Blast Door" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Arrow_Hanger"; + name = "\improper Hangar Lockdown Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"uuO" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"uuP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/cargo, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"uvn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"uvo" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"uvv" = ( +/obj/structure/monorail, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hangar) +"uwf" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"uwj" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"uwl" = ( +/obj/structure/machinery/light{ + invisibility = 101; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"uwp" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_OR2"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/medical/or2) +"uwN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"uxc" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"uxl" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"uxD" = ( +/obj/structure/largecrate/supply/supplies/metal, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"uxH" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"uxZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/maint) +"uyd" = ( +/obj/structure/surface/rack, +/obj/item/mortar_kit, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"uzh" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"uAq" = ( +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller/elevator_call/upper_port{ + pixel_x = 2; + pixel_y = -13 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/upper/hallways/aft) +"uAs" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"uBy" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"uBA" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"uBK" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"uCg" = ( +/obj/structure/bed/chair/comfy/beige{ + buckling_y = 8; + dir = 8; + pixel_y = 8 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"uCn" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Star_AI2" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/main) +"uCY" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"uDa" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"uEh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"uEG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"uEI" = ( +/obj/structure/ladder{ + id = "Arrow_VC"; + pixel_x = 16 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"uET" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"uFw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"uGU" = ( +/obj/structure/machinery/pipedispenser, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/storage) +"uGZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/aft) +"uHf" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"uHu" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"uHU" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"uHY" = ( +/obj/structure/machinery/camera/autoname/almayer{ + dir = 1; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"uHZ" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"uIo" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"uIN" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"uIX" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/lower/maint/aft) +"uJG" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/sea) +"uJT" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/engine, +/area/arrowhead_new/lower/ot) +"uKr" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/brig/cells) +"uKP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"uLt" = ( +/obj/effect/landmark/start/cargo, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"uLL" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"uLX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"uMe" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"uMx" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/briefing) +"uMK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/briefing) +"uMQ" = ( +/obj/structure/window/reinforced/ultra{ + dir = 1 + }, +/obj/structure/window/reinforced/ultra{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/upper/briefing) +"uMZ" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/upper/hallways/star) +"uOc" = ( +/obj/structure/ladder{ + id = "Arrow_Port_AI2" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"uPg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/star) +"uQt" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"uRd" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "Arrow_Hanger"; + name = "\improper Hangar Lockdown Blast Door" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"uRe" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"uRK" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"uSI" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"uSM" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"uUa" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 1; + pixel_y = 0 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/port_bunks) +"uUi" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/stairs) +"uVs" = ( +/obj/structure/machinery/light/small{ + pixel_x = -16 + }, +/obj/structure/machinery/power/apc/almayer/hardened, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/lower/powered/evac) +"uVL" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"uWi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"uYP" = ( +/obj/structure/pipes/standard/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/port) +"uYT" = ( +/obj/structure/machinery/door/airlock/almayer/medical{ + id_tag = "or01"; + name = "Operating Theatre 1" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/medical/or1) +"uZn" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"uZJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"vaT" = ( +/obj/docking_port/stationary/escape_pod/north, +/turf/open/floor/plating, +/area/arrowhead_new/lower/powered/evac) +"vbq" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + req_access = null + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"vbK" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2; + pixel_y = -22 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 2; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"vcu" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/maint/star) +"vcR" = ( +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead_new/middle/weapon_room) +"vcS" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"vcV" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hangar) +"vdd" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"vdM" = ( +/obj/structure/bed{ + buckling_y = 9; + pixel_y = 9 + }, +/obj/item/bedsheet/blue{ + pixel_y = 9 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/star_bunks) +"veV" = ( +/obj/structure/machinery/landinglight/ds1, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"vfr" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hangar) +"vga" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/briefing) +"vgf" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/vip) +"vgg" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"vgj" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/middle/engineering/tcomms) +"vgu" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"vgF" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"vgH" = ( +/turf/closed/wall/almayer/research/containment/wall/east, +/area/arrowhead_new/upper/containment) +"vgN" = ( +/obj/structure/machinery/power/fusion_engine{ + name = "\improper S-52 fusion reactor 2"; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"vhz" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = -6 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"vhA" = ( +/turf/open/floor/almayer/empty, +/area/supply/station) +"vjG" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/hallways/aft) +"vkE" = ( +/obj/structure/prop/almayer/cannon_cable_connector, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"vkL" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Req1"; + name = "\improper Requisition Shutter" + }, +/obj/structure/window/framed/almayer/hull/hijack_bustable, +/turf/open/floor/plating, +/area/arrowhead_new/middle/requisitions) +"vlc" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"vmy" = ( +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"vmB" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"vmG" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + req_access_txt = "5" + }, +/turf/open/floor/carpet, +/area/arrowhead_new/middle/medical/medbay) +"vnh" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"vnS" = ( +/turf/closed/wall/almayer/reinforced, +/area/arrowhead_new/upper/brig) +"vov" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"vow" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"vph" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"vpp" = ( +/obj/structure/machinery/floodlight/landing/floor{ + invisibility = 100 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/ert) +"vpq" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hangar) +"vqE" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"vrp" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = -12 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"vrx" = ( +/obj/structure/surface/rack, +/obj/item/storage/beer_pack, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"vrI" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"vrS" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hangar) +"vrZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/aft) +"vsf" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"vsg" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"vsl" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"vsG" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"vsR" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer/no_build{ + icon_state = "ai_floors" + }, +/area/arrowhead_new/lower/airoom) +"vtv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer/uscm/directional{ + dir = 9 + }, +/area/arrowhead_new/upper/briefing) +"vtw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/star_bunks) +"vuq" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"vuN" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 11; + pixel_y = 35 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"vva" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/fore) +"vvM" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"vwC" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/star) +"vwN" = ( +/obj/structure/machinery/chem_master{ + can_block_movement = 0; + density = 0; + pixel_x = 11 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"vxo" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"vxp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/co) +"vxr" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"vxS" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"vyu" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine/uscm/command/capt{ + name = "Commanding Officer's Fax Machine"; + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/bunks/co) +"vyF" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/disposals) +"vyG" = ( +/obj/vehicle/powerloader{ + dir = 8; + layer = 3.7 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/hangar) +"vyN" = ( +/obj/structure/machinery/light/small, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"vzf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"vzl" = ( +/obj/structure/window/framed/almayer, +/turf/open/floor/plating, +/area/arrowhead_new/upper/brig) +"vzz" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"vzL" = ( +/obj/structure/bed/chair/bolted, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"vAk" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/step_trigger/clone_cleaner, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/stairs) +"vAw" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"vAC" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/requisitions) +"vAP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"vBz" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/structure/machinery/light/spot, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/reactor) +"vBS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"vCu" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/engineering/storage) +"vCJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"vCX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"vDq" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"vDC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"vDX" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 16; + pixel_y = 16 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal7"; + pixel_x = 16; + pixel_y = -16 + }, +/obj/structure/holohoop{ + dir = 8; + id = "basketball"; + side = "right" + }, +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 16 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"vFw" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/machinery/light/spot{ + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"vFD" = ( +/obj/structure/surface/rack, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/fore) +"vFR" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"vGk" = ( +/obj/structure/machinery/processor{ + pixel_y = -5 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/kitchen) +"vHb" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"vHc" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"vHT" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/or1) +"vIG" = ( +/obj/structure/desertdam/decals/road_edge{ + pixel_x = 2 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"vJM" = ( +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"vJT" = ( +/obj/structure/machinery/faxmachine/uscm{ + can_block_movement = 0; + density = 0; + department = "SEA"; + pixel_y = -24 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"vJX" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"vKk" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Star_Up2"; + vector_x = 22; + vector_y = 61 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"vMJ" = ( +/obj/item/storage/belt/medical/lifesaver/full, +/obj/item/storage/belt/medical/lifesaver/full, +/obj/item/storage/belt/medical/lifesaver/full, +/obj/item/storage/belt/medical/full{ + pixel_y = 11 + }, +/obj/item/storage/belt/medical/full{ + pixel_y = 11 + }, +/obj/item/storage/belt/medical/full{ + pixel_y = 11 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"vMR" = ( +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/lower_port) +"vNC" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 5 + }, +/area/arrowhead_new/upper/cic) +"vNH" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"vNK" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"vNX" = ( +/obj/item/book/manual/surgery, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or2) +"vOo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/hangar) +"vOy" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/bunks/xo) +"vOC" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/middle/medical/medbay) +"vOD" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"vOH" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/solid/reinforced{ + name = "\improper Staff Officer's Quarters" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/so) +"vOV" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 2; + id = "Arrow_Vehicle" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"vPb" = ( +/obj/structure/machinery/vending/hydronutrients{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/organic/grass, +/area/arrowhead_new/upper/briefing) +"vQa" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"vRH" = ( +/turf/closed/wall/almayer/white, +/area/arrowhead_new/middle/maint/star) +"vSs" = ( +/turf/open/floor/almayer{ + dir = 9; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"vSw" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"vSF" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/weapon_room/notunnel) +"vTK" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"vUe" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/bunks/so) +"vUp" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"vUt" = ( +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"vUB" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Pilot" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"vUE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/almayer/uscm/directional{ + dir = 10 + }, +/area/arrowhead_new/upper/briefing) +"vWw" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hangar) +"vWB" = ( +/obj/structure/machinery/seed_extractor, +/obj/item/tool/minihoe{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -6; + pixel_y = 14 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -6; + pixel_y = 14 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"vWL" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced{ + name = "\improper Brig" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "Arrow_Brig_Lockdown"; + name = "\improper Brig Lockdown Shutter" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"vXl" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -28 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/synth) +"vXx" = ( +/obj/structure/machinery/cm_vending/clothing/sea{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/sea) +"vXN" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_VC" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"vZk" = ( +/obj/structure/machinery/chem_dispenser/medbay{ + pixel_y = 10; + req_skill = "Engineering" + }, +/obj/item/reagent_container/food/drinks/coffeecup/uscm{ + pixel_x = 9; + pixel_y = 26 + }, +/obj/item/reagent_container/food/drinks/bottle/rum{ + pixel_x = -1; + pixel_y = 30 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/ot) +"vZm" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"vZo" = ( +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/morgue) +"vZu" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"vZy" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"vZW" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead_new/upper/hallways/star) +"waF" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"waG" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 2; + name = "\improper Evacuation Airlock SL-2"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"waO" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/open/floor/carpet, +/area/arrowhead_new/middle/medical/medbay) +"wcX" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"wdf" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"wdn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"wdA" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"wdO" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"wed" = ( +/obj/structure/machinery/light/spot{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"wfY" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"wgo" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"wgD" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"wgM" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/briefing) +"whh" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"whj" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"whl" = ( +/obj/structure/flora/pottedplant/random{ + pixel_x = 6 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"wif" = ( +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"wiq" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + dir = 1; + id = "Arrow_Cell_2"; + name = "Cell 2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"wiC" = ( +/obj/docking_port/stationary/arrow_elevator/star/mid, +/turf/open/gm/empty, +/area/shuttle/arrowhead_new/mid_star) +"wiE" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"wkp" = ( +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"wll" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/engineering/main) +"wlu" = ( +/obj/structure/foamed_metal/iron, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"wlC" = ( +/obj/structure/machinery/computer/crew/alt{ + dir = 8; + pixel_x = 15 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"wlU" = ( +/obj/structure/machinery/light/spot, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + pixel_x = 20 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/star) +"wlZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"wmt" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"wnN" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"wob" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"wok" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/star) +"wos" = ( +/obj/structure/closet/secure_closet/guncabinet/red/mp_armory_m4ra_rifle{ + can_block_movement = 0; + density = 0; + pixel_x = -10 + }, +/turf/open/floor/almayer{ + icon_state = "redfull" + }, +/area/arrowhead_new/upper/brig) +"woB" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig) +"wpJ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "plating_striped" + }, +/area/arrowhead_new/middle/weapon_room) +"wqC" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/almayer{ + icon_state = "tcomms" + }, +/area/arrowhead_new/middle/engineering/reactor) +"wrf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"wrL" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or1) +"wtl" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "green" + }, +/area/arrowhead_new/middle/requisitions) +"wtN" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"wug" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"wuq" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 10; + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"wuz" = ( +/obj/structure/disposalpipe/up/almayer{ + id = "Arrow_Middle_Deck"; + name = "Middle Deck Connection" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/disposals) +"wvk" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"wvu" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/medical/medbay) +"wvx" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_Vehicle_Bay"; + name = "Bay Access"; + pixel_x = 23; + req_one_access_txt = list(1, 19, 7, 27) + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"wwo" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/weapon_room) +"wwr" = ( +/obj/structure/machinery/door/airlock/almayer/research/glass/reinforced{ + id = "Arrow_Containment_1"; + locked = 1; + name = "\improper Containment Cell" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Containment_1"; + name = "\improper Containment Cell 1"; + unacidable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/containment) +"wxp" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"wxt" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"wxU" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "bluecorner" + }, +/area/arrowhead_new/upper/briefing) +"wxX" = ( +/obj/structure/platform_decoration, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/briefing) +"wyf" = ( +/obj/structure/machinery/cm_vending/sorted/medical/chemistry{ + can_block_movement = 0; + density = 0; + pixel_x = -12 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"wyv" = ( +/obj/structure/window/reinforced/toughened, +/obj/structure/platform, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"wzI" = ( +/obj/structure/machinery/light/spot, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/star) +"wzY" = ( +/obj/structure/largecrate, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"wAc" = ( +/obj/structure/machinery/cm_vending/clothing/pilot_officer{ + can_block_movement = 0; + density = 0; + pixel_y = -15 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"wAg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"wBI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/briefing) +"wBM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_Kitchen"; + name = "\improper Kitchen Shutters" + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/kitchen) +"wBT" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"wCn" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/port) +"wCr" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{ + name = "\improper Pilot Bunks" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"wCJ" = ( +/obj/structure/machinery/computer/telecomms/monitor, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"wCV" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"wDl" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "blue" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"wEh" = ( +/obj/structure/machinery/vending/cigarette{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"wEL" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "plating" + }, +/area/arrowhead_new/middle/engineering/main) +"wFe" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/middle/requisitions) +"wFL" = ( +/obj/structure/machinery/shower{ + dir = 8; + pixel_y = -7; + plane = -4 + }, +/obj/structure/curtain/shower, +/obj/item/tool/soap/deluxe, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"wFT" = ( +/obj/structure/platform_decoration, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"wFV" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/projector{ + name = "Arrow_Port_Up2"; + vector_x = 22; + vector_y = 63 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"wGe" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/firing_range) +"wGm" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "silver" + }, +/area/arrowhead_new/middle/cryo_cells) +"wHc" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/upper/hallways/star) +"wHf" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"wHi" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"wHD" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform/personal{ + density = 0; + pixel_y = 22 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"wHV" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "orange" + }, +/area/arrowhead_new/lower/disposals) +"wIw" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/port) +"wIV" = ( +/obj/structure/machinery/computer/crew/alt{ + pixel_y = 16 + }, +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "silver" + }, +/area/arrowhead_new/upper/computerlab) +"wJc" = ( +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"wJh" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "blue" + }, +/area/arrowhead_new/upper/meeting) +"wJq" = ( +/obj/structure/closet/secure_closet/CMO{ + can_block_movement = 0; + density = 0; + pixel_x = 9; + pixel_y = -9 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/middle/medical/medbay) +"wKn" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/star_bunks) +"wKv" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/brig) +"wKM" = ( +/obj/structure/machinery/cm_vending/sorted/marine_food{ + can_block_movement = 0; + density = 0; + pixel_y = -16 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"wLp" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"wLr" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 8 + }, +/area/arrowhead_new/middle/hallways/fore) +"wMs" = ( +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/brig/cells) +"wMv" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/groundside_operations{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/machinery/door/window/westright, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/cic) +"wNb" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/point) +"wOA" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/upper/bunks/co) +"wOB" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/lower/ot) +"wOJ" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"wQo" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orangecorner" + }, +/area/arrowhead_new/middle/engineering/main) +"wQs" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "cargo_arrow" + }, +/area/arrowhead_new/middle/port_bunks) +"wQw" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 15 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/lower/bunks/pilot_bunk) +"wQS" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/accesories{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"wRf" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 9 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/middle/weapon_room) +"wRm" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 2; + name = "\improper Evacuation Airlock SL-1"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"wRz" = ( +/obj/structure/machinery/door/airlock/almayer/command/reinforced{ + name = "\improper Commanding Officer's Quarters"; + req_access = null; + req_access_txt = "31" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/bunks/co) +"wRZ" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Reactor"; + name = "\improper Reactor Blast Shutter" + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/reactor) +"wSb" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"wTE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_x = 1; + pixel_y = 9; + wrenchable = 0 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/kitchen) +"wTP" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + name = "\improper Evacuation Airlock SL-5"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"wTY" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/synth) +"wUv" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hallways/aft) +"wUO" = ( +/obj/structure/ladder{ + height = 1; + id = "Arrow_Star_Maint2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"wUP" = ( +/obj/structure/closet/secure_closet/surgical{ + pixel_x = 26 + }, +/obj/item/clothing/accessory/storage/surg_vest, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/autopsy_scanner, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or4) +"wVA" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"wVB" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"wWo" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/star) +"wWB" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced{ + dir = 1; + name = "Holding Cell" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"wWE" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/obj/structure/platform, +/obj/effect/projector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -61 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/arrowhead_new/upper/stairs) +"wWK" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/power/apc/almayer{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or2) +"wWQ" = ( +/turf/open/floor/almayer/no_build{ + icon_state = "plating" + }, +/area/arrowhead_new/lower/airoom) +"wXw" = ( +/obj/structure/ladder{ + id = "Arrow_Star_AI1" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/lower/airoom) +"wYS" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"wYZ" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orangecorner" + }, +/area/arrowhead_new/middle/hallways/aft) +"wZs" = ( +/obj/structure/machinery/door/airlock/almayer/security/reinforced{ + dir = 1; + name = "\improper Brig" + }, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "Arrow_Brig_Lockdown"; + name = "\improper Brig Lockdown Shutter" + }, +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig) +"wZO" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/machinery/camera/autoname/almayer{ + dir = 8; + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"wZP" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/xo) +"wZQ" = ( +/obj/structure/machinery/power/terminal, +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"wZU" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = 12 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"xau" = ( +/obj/structure/target/alien, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/arrowhead_new/lower/firing_range) +"xaQ" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/aft) +"xaV" = ( +/obj/structure/surface/rack, +/obj/item/mortar_shell/frag, +/obj/item/mortar_shell/frag, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/requisitions) +"xcj" = ( +/obj/structure/machinery/light/spot, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"xco" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/lower/bunks/port_bunks) +"xcH" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin/uscm{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/tool/stamp/ro{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"xdb" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/upper/brig/cells) +"xdm" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_OR1"; + name = "Privacy Shutter"; + pixel_x = 24 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or1) +"xeT" = ( +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"xfA" = ( +/obj/structure/machinery/cryopod, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/vc_bunk) +"xgi" = ( +/obj/item/folded_tent/cmd, +/turf/open/floor/engine, +/area/arrowhead_new/upper/cic) +"xgn" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/maint/port) +"xhc" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/or3) +"xhv" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/star) +"xif" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/effect/landmark/start/bridge, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/so) +"xiH" = ( +/obj/structure/machinery/cm_vending/sorted/medical{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/folded_tent/med{ + pixel_x = 3; + pixel_y = 33 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"xjk" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/bunks/vc_bunk) +"xjr" = ( +/obj/structure/surface/rack{ + can_block_movement = 0; + density = 0; + pixel_y = 13 + }, +/obj/item/storage/bag/plants{ + pixel_y = 13 + }, +/obj/item/storage/bag/plants{ + pixel_y = 13 + }, +/obj/item/tool/scythe{ + pixel_y = 16 + }, +/obj/item/tool/minihoe{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/item/tool/minihoe{ + pixel_x = 4; + pixel_y = 13 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/briefing) +"xjU" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/arrowhead_new/lower/maint/port) +"xkd" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"xke" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/vc_bunk) +"xlx" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead_new/middle/hallways/port) +"xlL" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/engineering/main) +"xlM" = ( +/obj/structure/flora/pottedplant/random{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"xlO" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) +"xlQ" = ( +/obj/structure/machinery/disposal{ + can_block_movement = 0; + density = 0; + pixel_y = -11 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"xmr" = ( +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/hallways/fore) +"xne" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 2; + id = "Arrow_Brig_Armory"; + name = "\improper Armory Shutters" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/brig) +"xnl" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/almayer{ + dir = 8; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"xnq" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/hallways/fore) +"xnw" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"xnB" = ( +/obj/structure/machinery/vending/walkman{ + can_block_movement = 0; + density = 0; + pixel_y = 16 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/middle/star_bunks) +"xnD" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/upper/containment) +"xoc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"xoC" = ( +/obj/structure/machinery/door_display/research_cell{ + id = "Arrow_Containment_1"; + name = "Cell 1 Control"; + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/machinery/door/poddoor/almayer/biohazard{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/upper/containment) +"xoK" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"xpg" = ( +/turf/open/floor/almayer{ + dir = 8; + icon_state = "orangecorner" + }, +/area/arrowhead_new/middle/engineering/main) +"xpi" = ( +/turf/closed/wall/almayer/outer, +/area/arrowhead_new/upper/hallways/port) +"xpr" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = -9; + pixel_y = 4 + }, +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"xpJ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/bunks/port_bunks) +"xqG" = ( +/obj/structure/machinery/cm_vending/sorted/pve/uniform{ + can_block_movement = 0; + pixel_x = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/lead) +"xrd" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/hangar) +"xsD" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/briefing) +"xsG" = ( +/obj/structure/largecrate, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"xtB" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/effect/projector{ + name = "Arrow_Star_Down2"; + vector_x = -22; + vector_y = -61 + }, +/turf/open/floor/almayer, +/area/arrowhead_new/upper/stairs) +"xtP" = ( +/obj/structure/desertdam/decals/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/maint/star) +"xtR" = ( +/obj/structure/machinery/telecomms/server/presets/engineering, +/obj/structure/machinery/telecomms/broadcaster/preset_right{ + pixel_y = 16 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"xwi" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 5 + }, +/area/arrowhead_new/middle/hallways/star) +"xya" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/squad) +"xyC" = ( +/obj/structure/sign/prop1{ + layer = 3.1; + pixel_y = 31 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/bunks/vip) +"xyH" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"xzd" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"xzl" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/lower/maint/aft) +"xAK" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"xBT" = ( +/obj/structure/machinery/door/airlock/almayer/secure/reinforced{ + dir = 1; + name = "\improper Evacuation Airlock PL-4"; + req_access = null + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/lower/powered/evac) +"xBW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"xCE" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"xCH" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/powered/evac) +"xCY" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 8; + icon_state = "logo_c" + }, +/area/arrowhead_new/upper/cic) +"xEa" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"xEN" = ( +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 + }, +/area/arrowhead_new/upper/containment) +"xET" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/bedsheet/red{ + pixel_y = 13 + }, +/obj/item/bedsheet/red{ + layer = 3.2 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "red" + }, +/area/arrowhead_new/upper/brig) +"xFp" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "Arrow_Storage"; + name = "\improper Secure Storage Shutter" + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/storage) +"xHG" = ( +/obj/structure/flora/pottedplant/random{ + pixel_y = 14 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/brig) +"xIl" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/wood/ship, +/area/arrowhead_new/lower/bunks/port_bunks) +"xIp" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/medbay) +"xIt" = ( +/turf/open/floor/almayer{ + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/reactor) +"xIv" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/port_bunks) +"xIA" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + unacidable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/weapon_room/notunnel) +"xJz" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor/almayer{ + dir = 9; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"xKv" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/arrowhead_new/lower/stairs) +"xMd" = ( +/obj/structure/machinery/power/apc/almayer{ + dir = 4 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/port) +"xMv" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "redcorner" + }, +/area/arrowhead_new/lower/powered/evac) +"xNg" = ( +/obj/structure/machinery/camera/autoname/almayer{ + name = "ship-grade camera"; + network = list("Arrowhead") + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hallways/port) +"xNn" = ( +/obj/structure/machinery/door_control{ + id = "Arrow_AI_Port"; + pixel_y = -21; + req_one_access_txt = list(1, 6, 91) + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/airoom) +"xNY" = ( +/obj/structure/window/framed/almayer/white, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_OR3"; + name = "\improper Privacy Shutters" + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/medical/or3) +"xOF" = ( +/obj/structure/machinery/cryopod{ + dir = 1 + }, +/obj/structure/cryofeed/right{ + layer = 2 + }, +/obj/effect/landmark/late_join/delta, +/obj/effect/landmark/late_join, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/cryo_cells) +"xOV" = ( +/turf/open/floor/almayer{ + dir = 10; + icon_state = "silver" + }, +/area/arrowhead_new/lower/airoom) +"xOZ" = ( +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/port_bunks) +"xPU" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge{ + dir = 1 + }, +/area/arrowhead_new/upper/hallways/port) +"xRa" = ( +/obj/structure/bed, +/obj/item/bedsheet/hop, +/obj/effect/landmark/start/bridge, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/so) +"xRc" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 15 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/maint/aft) +"xRn" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "orange" + }, +/area/arrowhead_new/middle/engineering/main) +"xRu" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/upper/hallways/fore) +"xRZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hallways/port) +"xSl" = ( +/obj/structure/bed/chair/comfy/ares{ + dir = 4; + name = "Team Lead Chair" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/upper/briefing) +"xSo" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/port_bunks) +"xSZ" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + icon_state = "red" + }, +/area/arrowhead_new/lower/powered/evac) +"xTu" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/lower/powered/evac) +"xTL" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/dice/d20, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/brig/cells) +"xTT" = ( +/turf/open/floor/almayer{ + dir = 1; + icon_state = "blue" + }, +/area/arrowhead_new/upper/briefing) +"xUU" = ( +/obj/structure/pipes/standard/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/middle/hangar) +"xUW" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/requisitions) +"xVU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/kutjevo/colors/red, +/area/arrowhead_new/upper/briefing) +"xWg" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 10 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"xWi" = ( +/obj/structure/machinery/telecomms/hub/preset, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/tcomms) +"xWR" = ( +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/prep/point) +"xXr" = ( +/turf/closed/wall/almayer, +/area/arrowhead_new/middle/maint/star) +"xXM" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 4; + icon_state = "green" + }, +/area/arrowhead_new/upper/brig/cells) +"xYb" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Arrow_AI_Port"; + name = "\improper Core Shutter" + }, +/obj/structure/machinery/door/poddoor/almayer/blended/open{ + id = "ARES Emergency"; + name = "ARES Emergency Lockdown"; + open_layer = 1.9; + plane = -7 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/arrowhead_new/middle/engineering/main) +"xYm" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/upper/meeting) +"xYA" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 + }, +/obj/structure/monorail{ + pixel_x = -32 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/middle/hangar) +"xZL" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/arrowhead_new/lower/bunks/star_bunks) +"yau" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/middle/requisitions) +"yaZ" = ( +/turf/open/floor/almayer{ + dir = 4; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or1) +"ybv" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/arrowhead_new/middle/hangar) +"ybN" = ( +/obj/structure/machinery/photocopier{ + can_block_movement = 0; + density = 0; + pixel_y = 17 + }, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/requisitions) +"yco" = ( +/turf/open/floor/almayer/uscm/directional{ + dir = 9 + }, +/area/arrowhead_new/upper/cic) +"ycK" = ( +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 6 + }, +/area/arrowhead_new/middle/hallways/fore) +"ygc" = ( +/obj/structure/window/framed/almayer, +/turf/open/floor/plating, +/area/arrowhead_new/upper/computerlab) +"ygq" = ( +/turf/open/floor/almayer{ + dir = 5; + icon_state = "orange" + }, +/area/arrowhead_new/middle/hallways/aft) +"yhs" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/step_trigger/teleporter_vector{ + name = "Arrow_Port_Down1"; + vector_x = 3; + vector_y = -59 + }, +/turf/open/floor/plating, +/area/arrowhead_new/middle/stairs) +"yhK" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/upper/bunks/vip) +"yhO" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "red" + }, +/area/arrowhead_new/middle/port_bunks) +"yia" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "Arrow_Conference"; + name = "\improper Privacy Shutters" + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer{ + dir = 1; + name = "\improper Conferance Office" + }, +/turf/open/floor/plating/plating_catwalk, +/area/arrowhead_new/upper/meeting) +"yio" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/almayer{ + dir = 5; + icon_state = "blue" + }, +/area/arrowhead_new/upper/cic) +"yiM" = ( +/obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions{ + can_block_movement = 0; + density = 0; + pixel_x = -16 + }, +/obj/structure/barricade/handrail/strata{ + layer = 2.7; + pixel_y = -4 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/arrowhead_new/middle/prep/squad) +"yiN" = ( +/obj/structure/pipes/standard/simple/hidden/supply{ + dir = 5 + }, +/turf/open/floor/almayer{ + icon_state = "dark_sterile" + }, +/area/arrowhead_new/middle/medical/medbay) +"yjf" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/bodybags, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/morgue) +"yjr" = ( +/turf/open/floor/almayer{ + dir = 6; + icon_state = "green" + }, +/area/arrowhead_new/middle/prep/lead) +"yjw" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/power/apc/almayer{ + dir = 1 + }, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_side" + }, +/area/arrowhead_new/middle/medical/or4) +"yjx" = ( +/turf/open/floor/carpet, +/area/arrowhead_new/lower/bunks/vc_bunk) +"yjX" = ( +/obj/structure/pipes/standard/simple/hidden/supply, +/turf/open/floor/carpet, +/area/arrowhead_new/upper/bunks/co) +"yks" = ( +/turf/open/floor/plating, +/area/arrowhead_new/upper/maint) +"ykQ" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/wood/ship, +/area/arrowhead_new/middle/engineering/main) +"yla" = ( +/obj/structure/window/reinforced/ultra{ + dir = 8 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge{ + dir = 4 + }, +/area/arrowhead_new/upper/briefing) +"ylC" = ( +/obj/structure/pipes/unary/freezer, +/turf/open/floor/almayer{ + dir = 1; + icon_state = "sterile_green_corner" + }, +/area/arrowhead_new/middle/medical/medbay) +"ylS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/blue, +/area/arrowhead_new/upper/cic) + +(1,1,1) = {" +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +"} +(2,1,1) = {" +ffg +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +ffg +"} +(3,1,1) = {" +ffg +rHc +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +rHc +ffg +"} +(4,1,1) = {" +ffg +rHc +spb +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +spb +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +spb +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +spb +rHc +ffg +"} +(5,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(6,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(7,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(8,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(9,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(10,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fEH +sax +sax +sax +sax +sax +sax +eyG +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +fEH +sax +sax +sax +sax +sax +sax +eyG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +dyi +vSF +xIA +xIA +vSF +dyi +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +dyi +vSF +xIA +xIA +vSF +dyi +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(11,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +eQe +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +oyr +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +vcR +vSF +rUV +rUV +vSF +vcR +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +vcR +vSF +rUV +rUV +vSF +vcR +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(12,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +eQe +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +oyr +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +vcR +vSF +xIA +xIA +vSF +vcR +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +vcR +vSF +xIA +xIA +vSF +vcR +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(13,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +eQe +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +oyr +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +paz +hAv +nde +nde +hAv +qkM +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +paz +hAv +nde +nde +hAv +lDy +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(14,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +eQe +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +oyr +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +dxB +gML +wwo +wwo +gML +vmy +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +dxB +gML +wwo +wwo +gML +vmy +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(15,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +eQe +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +oyr +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +dxB +gML +hUd +npK +gML +vmy +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +oAd +gML +hUd +npK +gML +vmy +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(16,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +eQe +ffg +ffg +gLL +ffg +gLL +ffg +gLL +ffg +ffg +oyr +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +dxB +gML +hUd +npK +bkW +vkE +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +oAd +gML +hUd +npK +bkW +vkE +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(17,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +sax +sax +sax +sax +sax +sax +sax +sax +sax +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +rnk +gML +ahX +lgN +gML +qxb +dyi +dyi +bGC +dyi +bGC +bGC +bGC +dyi +bGC +dyi +dyi +rnk +gML +ahX +lgN +gML +qxb +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(18,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +glQ +gML +ahX +lgN +gML +vmy +krK +gfx +oek +bLA +vUp +vUp +tlk +hAv +uAs +ssD +krK +dxB +gML +ahX +lgN +gML +vmy +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(19,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +hpr +gML +ahX +par +gML +vmy +dXf +hpr +bhI +bhI +bhI +hBm +bhI +bhI +bhI +vNH +dXf +dxB +gML +dds +lgN +gML +oAd +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(20,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +hpr +gML +ahX +cOM +gML +vmy +krK +dxB +dIb +dIb +dIb +oUb +dIb +dIb +dIb +vmy +krK +dxB +gML +owD +lgN +gML +jNg +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +jxt +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(21,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +hpr +gML +ahX +pyC +pVu +nYZ +sPh +brm +cHg +dbL +lzw +svG +fbm +dbL +itL +nYZ +hmn +brm +pVu +wpJ +lgN +gML +mLQ +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +jxt +kDH +kDH +kDH +rkq +nCU +kDH +nCU +nCU +kDH +kDH +kDH +nCU +nCU +kDH +nCU +rkq +kDH +kDH +kDH +jxt +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(22,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +hpr +gML +ahX +lgN +gML +vmy +krK +uxl +rgr +krK +dXf +krK +dXf +krK +gOP +vmy +krK +hpr +gML +ahX +lgN +gML +mLQ +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +jxt +kDH +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +kDH +jxt +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(23,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +dxB +gML +gML +gML +gML +vmy +dXf +sCj +tpc +qzE +iXf +ifL +rST +iAU +sTk +vmy +dXf +hpr +gML +gML +gML +gML +oAd +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +jxt +kDH +pwM +mwZ +mwZ +mwZ +aQZ +aQZ +aQZ +mwZ +mwZ +mwZ +aQZ +aQZ +aQZ +mwZ +mwZ +mwZ +pwM +kDH +jxt +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(24,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +dyi +bFi +oIV +eDh +ucA +vrI +ezq +krK +rhT +hSh +fqn +ray +ifi +saQ +ryh +wRf +irf +krK +duZ +vrI +oIV +eDh +oIV +hSh +dyi +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +jxt +nCU +pwM +vpp +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +cIH +vpp +pwM +nCU +jxt +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(25,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fEH +sax +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +sax +eyG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +tby +dyi +krK +krK +krK +krK +krK +krK +krK +krK +krK +krK +ray +eBo +biH +krK +krK +krK +krK +krK +krK +krK +krK +krK +krK +dyi +tby +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +joN +jxt +nCU +pwM +mwZ +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +mwZ +pwM +nCU +jxt +joN +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(26,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +sax +sax +sax +sax +sax +sax +sax +sax +sax +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ycK +iLS +iLS +bqJ +iLS +eEx +iLS +iLS +iLS +iLS +wLr +eBo +jQm +iLS +iLS +eEx +iLS +iLS +iLS +bqJ +iLS +iLS +rST +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +nCU +pwM +aQZ +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +aQZ +pwM +nCU +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(27,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +qZs +uCY +bXz +uCY +ivZ +uCY +uCY +uCY +uCY +uCY +qSW +jwW +jwW +jwW +qPJ +jwW +jwW +jwW +qwH +jwW +oTC +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +cvD +pwM +aQZ +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +aQZ +pwM +dGc +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(28,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +eBo +luw +bqJ +ded +cJq +gmG +ded +ded +ded +ded +aqt +ded +ded +ded +cJq +gmG +ded +ded +bqJ +dSX +nVi +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +nCU +pwM +aQZ +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +aQZ +pwM +nCU +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(29,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +bqJ +bXj +bqJ +hHb +hHb +hHb +hHb +hHb +wFe +wFe +wFe +wFe +wFe +wFe +wFe +hHb +hHb +hHb +hHb +hHb +bqJ +oNi +bqJ +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +nCU +pwM +mwZ +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +mwZ +pwM +nCU +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(30,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +eBo +bgu +hHb +rpw +jeR +uyd +lLN +wFe +vhA +vhA +vhA +vhA +vhA +wFe +jeY +hHb +gVi +rYn +hHb +ray +nVi +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +nCU +pwM +vpp +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +pOO +vpp +pwM +nCU +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(31,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +svZ +joN +svZ +joN +svZ +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +eBo +bgu +hHb +pNg +qUp +cgH +xaV +wFe +vhA +vhA +vhA +vhA +vhA +wFe +yau +hHb +pOc +pOc +hHb +ray +nVi +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +kDH +pwM +mwZ +mwZ +mwZ +aQZ +aQZ +aQZ +mwZ +mwZ +mwZ +aQZ +aQZ +aQZ +mwZ +mwZ +mwZ +pwM +kDH +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(32,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +fEH +sax +sax +sax +eyG +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +eBo +scM +hHb +fWK +qUp +cgH +lqx +wFe +vhA +vhA +udt +vhA +vhA +wFe +oSE +brH +gEP +gEP +hHb +umZ +nVi +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +kDH +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +pwM +kDH +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(33,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +fEH +joN +joN +joN +joN +joN +eyG +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +eBo +bgu +hHb +jtb +qUp +cgH +teC +wFe +vhA +vhA +vhA +vhA +vhA +wFe +ybN +xcH +gEP +gEP +hHb +ray +nVi +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +kDH +kDH +kDH +ruY +nCU +kDH +nCU +nCU +kDH +kDH +kDH +rXw +nCU +kDH +nCU +ruY +kDH +kDH +kDH +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(34,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +fEH +sax +eyG +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +ccA +ebd +hHb +fTg +qUp +cgH +quW +wFe +vhA +vhA +vhA +vhA +vhA +wFe +nyU +nmt +pTd +gEP +hHb +keh +iSZ +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +jxt +jxt +jxt +jxt +jxt +jxt +jxt +ehE +ehE +bhW +bhW +bhW +ehE +ehE +jxt +jxt +jxt +jxt +jxt +jxt +jxt +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(35,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +oyr +oTX +eQe +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +eQD +mud +hHb +rni +uuP +cgH +jgK +wFe +nfg +nfg +nfg +nfg +nfg +wFe +hHb +hHb +bXM +fbE +hHb +gkk +gPi +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +paS +tYa +ehE +nCU +pwM +nCU +ehE +tYa +paS +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(36,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +oyr +oTX +eQe +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +ifi +kWC +hHb +god +qUp +cgH +anz +tLT +tLT +alw +muH +wtl +tLT +tLT +tLT +tLT +tLT +lLN +hHb +iLB +oTC +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +paS +tYa +ehE +myX +aQZ +kBa +ehE +tYa +paS +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(37,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +fEH +joN +fEH +joN +oTX +joN +eyG +joN +eyG +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +vHc +oqa +caX +sQh +qDn +gKu +gKu +gKu +gKu +qIw +vAC +oHC +gKu +gKu +gKu +gKu +gKu +jRG +pco +ijK +bEu +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +paS +paS +paS +tYa +ehE +nCU +aQZ +nCU +ehE +tYa +paS +paS +paS +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(38,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +oyr +joN +oyr +joN +oTX +joN +eQe +joN +eQe +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +ray +eBo +bgu +xUW +snt +cgH +azS +azS +azS +uLt +haq +jFl +hFG +cgH +uxD +opL +gcK +cgH +sau +xUW +ray +nVi +bgu +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +paS +paS +paS +paS +paS +tYa +tYa +tYa +ehE +nCU +pwM +nCU +ehE +tYa +tYa +tYa +paS +paS +paS +paS +paS +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(39,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fEH +sax +sax +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +oyr +joN +oyr +joN +oTX +joN +eQe +joN +eQe +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +sax +sax +eyG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +tby +tby +tby +eEG +btM +ray +eBo +bgu +hHb +snt +cgH +cgH +cgH +cgH +cgH +sau +ngq +snt +cgH +cgH +cgH +cgH +cgH +sau +hHb +ray +nVi +bgu +btM +eEG +tby +tby +tby +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +joN +joN +paS +tYa +tYa +tYa +tYa +tYa +tYa +iJe +iJe +ehE +aaV +aaV +aaV +ehE +iJe +iJe +tYa +tYa +tYa +tYa +tYa +tYa +paS +joN +joN +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(40,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +oyr +joN +oyr +joN +oTX +joN +eQe +joN +eQe +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +uBA +uBA +uBA +btM +ray +eBo +tRH +hHb +rcL +qWx +gPe +aJY +aJY +bCb +jtU +puH +lqf +qis +dUJ +aJY +gPe +eIB +cGQ +hHb +ray +nVi +bgu +btM +uBA +uBA +uBA +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +paS +tYa +iJe +iJe +iJe +iJe +iJe +iJe +eJC +bSi +bSi +bSi +bSi +rSI +ulY +iJe +iJe +iJe +iJe +iJe +iJe +tYa +paS +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(41,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +hcw +joN +hcw +oeL +oeL +oeL +pVG +joN +pVG +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +lRo +lRo +lRo +ray +eBo +bgu +hHb +hHb +iZn +iZn +iZn +iZn +hHb +cRG +lUZ +qkN +hHb +vkL +vkL +vkL +vkL +hHb +hHb +lbY +nVi +bgu +lRo +lRo +lRo +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +paS +tYa +iJe +dEi +dEi +dEi +oEC +iJe +vgu +waF +waF +rzK +waF +waF +eWw +iJe +dEi +dEi +dEi +vaT +iJe +tYa +paS +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(42,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +gug +gug +ppi +ray +eBo +bgu +nNw +qyc +gWc +gWc +gWc +gWc +gWc +sah +hkF +nCy +gWc +gWc +gWc +gWc +gWc +qit +nNw +ray +nVi +bgu +ppi +gug +gug +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +paS +tYa +iJe +dEi +dEi +dEi +dEi +iJe +vgu +waF +ngS +bGG +ngS +waF +eWw +iJe +dEi +dEi +dEi +dEi +iJe +tYa +paS +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(43,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +hcw +oeL +oeL +oeL +oeL +oeL +pVG +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +gug +gug +ppi +ray +eBo +bgu +nNw +sxw +dWn +dWn +dWn +dWn +dWn +dWn +jdy +dWn +dWn +dWn +dWn +dWn +dWn +shx +nNw +ray +nVi +bgu +ppi +gug +gug +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +paS +tYa +iJe +dEi +dEi +dEi +dEi +wRm +vgu +waF +cvv +qcF +cvv +waF +eWw +idk +dEi +dEi +dEi +dEi +iJe +tYa +paS +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(44,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +njn +njn +lRo +ord +kfB +fnA +nNw +ktr +nTR +nTR +nTR +nTR +nTR +qWR +gdV +jII +nTR +nTR +nTR +nTR +nTR +rVH +nNw +ord +qao +fnA +lRo +njn +njn +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +paS +tYa +iJe +dEi +dEi +dEi +dEi +iJe +vgu +waF +cvv +qcF +cvv +waF +eWw +iJe +dEi +dEi +dEi +dEi +iJe +tYa +paS +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(45,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +qhv +riz +lRo +ray +eBo +bgu +nNw +vgF +nTR +aCX +tff +tff +tff +lfr +eBb +aCG +tff +tff +tff +fmw +nTR +jbU +nNw +ray +nVi +bgu +lRo +riz +aMq +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +paS +paS +paS +tYa +iJe +dEi +dEi +dEi +dEi +iJe +vgu +waF +ngS +bGG +ngS +waF +eWw +iJe +dEi +dEi +dEi +dEi +iJe +tYa +paS +paS +paS +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(46,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +riz +riz +lRo +ray +eBo +bgu +nNw +cQF +nTR +jlr +nTR +nTR +nTR +nTR +nTR +nTR +nTR +nTR +nTR +jlr +nTR +iWb +nNw +ray +nVi +bgu +lRo +riz +riz +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tYa +tYa +tYa +iJe +iJe +iJe +iJe +iJe +iJe +oex +waF +aBs +kcL +iWo +waF +cZy +iJe +iJe +iJe +iJe +iJe +iJe +tYa +tYa +tYa +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(47,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +riz +riz +lRo +ray +eBo +tRH +nNw +cQF +nTR +jlr +nNw +cpx +cpx +cHj +aFa +eKP +chk +oJb +nNw +jlr +nTR +iWb +nNw +lbY +nVi +bgu +lRo +riz +riz +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +tMV +tMV +tMV +dEi +dEi +dEi +oEC +iJe +vgu +waF +sbb +mpK +tHD +rsI +xlQ +iJe +dEi +dEi +dEi +vaT +tMV +tMV +tMV +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(48,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +gHX +gHX +lRo +ray +eBo +bgu +nNw +cQF +nTR +lad +nNw +nNw +nNw +nNw +nNw +nNw +nNw +nNw +nNw +lua +nTR +iWb +nNw +ray +nVi +bgu +lRo +yhs +yhs +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +gqR +gqR +tMV +dEi +dEi +dEi +dEi +iJe +vgu +waF +tDH +keQ +oEn +waF +eWw +iJe +dEi +dEi +dEi +dEi +tMV +skg +skg +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(49,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +lRo +lRo +lRo +lRo +ray +eBo +bgu +nNw +cQF +nTR +jlr +nNw +wOJ +wOJ +yiM +wQS +iDl +mXo +aFb +nNw +jlr +nTR +iWb +nNw +ray +nVi +bgu +lRo +lRo +lRo +lRo +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +eVJ +eVJ +tMV +dEi +dEi +dEi +dEi +waG +vgu +waF +ngS +xCH +ngS +waF +eWw +baZ +dEi +dEi +dEi +dEi +tMV +eVJ +eVJ +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(50,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +mJv +mJv +btM +ray +eBo +bgu +nNw +cQF +nTR +jlr +sxw +dWn +dWn +dWn +dWn +dWn +dWn +dWn +shx +jlr +nTR +iWb +nNw +ray +nVi +bgu +btM +mJv +mJv +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +eVJ +eVJ +tMV +dEi +dEi +dEi +dEi +iJe +vgu +waF +cvv +oEd +cvv +waF +eWw +iJe +dEi +dEi +dEi +dEi +tMV +eVJ +eVJ +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(51,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +ptn +ptn +kyy +kyy +kyy +ptn +kyy +kyy +kyy +ptn +ptn +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +mJv +mJv +roN +ray +eBo +scM +nNw +cQF +nTR +jlr +vuq +gJt +gJt +gJt +gJt +gJt +gJt +gJt +vFR +jlr +nTR +iWb +nNw +umZ +nVi +bgu +roN +mJv +mJv +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +xKv +eVJ +tMV +dEi +dEi +dEi +dEi +iJe +vgu +waF +cvv +oEd +cvv +waF +mXk +iJe +dEi +dEi +dEi +dEi +tMV +eVJ +ezg +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(52,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +ptn +xJz +syU +tOS +aUw +kBv +sqy +tOS +syU +rKp +ptn +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +sBl +mJv +btM +ray +eBo +bgu +eia +cQF +nTR +jlr +nNw +cpx +cpx +cHj +aFa +eKP +chk +oJb +nNw +jlr +nTR +iWb +eia +ray +nVi +bgu +btM +qmy +sBl +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +nbK +nbK +tMV +iJe +iJe +iJe +iJe +iJe +vgu +waF +ngS +xCH +ngS +waF +eWw +iJe +iJe +iJe +iJe +iJe +tMV +nbK +nbK +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(53,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +ptn +nWs +jYo +teN +fhd +fhd +fhd +gGW +ecN +bou +ptn +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +eEG +btM +vva +uIN +btM +ray +vHc +flD +bMA +fwZ +euh +hDs +nNw +nNw +nNw +nNw +nNw +nNw +nNw +nNw +nNw +oVP +euh +xya +bMA +hln +bdh +bgu +btM +oUZ +bXf +btM +eEG +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +lFa +lFa +nru +eJC +bSi +bSi +bSi +ngS +xMv +waF +waF +wHi +waF +waF +oox +ngS +bSi +bSi +bSi +ulY +nru +lFa +lFa +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(54,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +ptn +ptn +ptn +ptn +gol +teN +vAP +eKm +eKm +eKm +tTb +gGW +hPa +ptn +ptn +ptn +ptn +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +sBl +mJv +btM +ray +eBo +bgu +eia +ktr +nTR +jlr +nNw +wOJ +wOJ +yiM +wQS +iDl +mXo +aFb +nNw +jlr +nTR +rVH +eia +ray +eBo +bgu +btM +mJv +oaC +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +lFa +lFa +nru +nBX +rdL +lpQ +rdL +ngS +rdL +rdL +kGu +wHi +dTL +rdL +rdL +ngS +rdL +lpQ +rdL +cRq +nru +lFa +lFa +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(55,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +ptn +bsT +bsT +fwA +kUw +fhd +tgo +yco +iEr +fBf +evp +fhd +pAa +fwA +bsT +bsT +ptn +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +rOS +mJv +btM +ray +eBo +tRH +nNw +ktr +nTR +jlr +sxw +dWn +dWn +dWn +dWn +dWn +dWn +dWn +shx +jlr +nTR +rVH +nNw +lbY +eBo +bgu +btM +mJv +tYd +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +tMV +tMV +tMV +tMV +iJe +iJe +iJe +iJe +iJe +iJe +iJe +ngS +xCH +ngS +iJe +iJe +iJe +iJe +iJe +iJe +iJe +tMV +tMV +tMV +tMV +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(56,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ptn +tgO +xgi +fwA +kUw +fhd +tgo +eyj +xCY +lIR +evp +fhd +pAa +fwA +gau +ooY +ptn +gyz +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +cLQ +mJv +btM +ray +eBo +bgu +nNw +ktr +nTR +jlr +vuq +gJt +gJt +gJt +gJt +gJt +gJt +gJt +vFR +jlr +nTR +rVH +nNw +ray +eBo +bgu +btM +oYC +tEN +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +vrx +nZQ +ttV +iJe +dEi +dEi +dEi +dEi +ufr +iJe +vgu +wHi +eWw +iJe +dEi +dEi +dEi +dEi +ufr +iJe +nZQ +nZQ +tpr +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(57,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ptn +kGm +kGm +fwA +kUw +fhd +tgo +vNC +oKp +gbN +evp +fhd +pAa +fwA +kGm +kGm +ptn +gyz +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +tEN +mJv +btM +ray +eBo +bgu +nNw +ktr +nTR +jlr +nNw +cpx +cpx +cHj +aFa +eKP +chk +oJb +nNw +jlr +nTR +rVH +nNw +ray +eBo +bgu +btM +mJv +jNq +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +qSD +vlc +nZQ +iJe +dEi +dEi +dEi +dEi +dEi +iJe +oex +wHi +eWw +iJe +dEi +dEi +dEi +dEi +dEi +iJe +ogN +nZQ +qSD +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(58,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ptn +skr +skr +skr +dJP +fhd +ylS +eAf +eAf +eAf +szT +fhd +jPK +skr +skr +skr +ptn +gyz +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +bXf +oUZ +btM +ray +eBo +bgu +nNw +ktr +nTR +lad +nNw +nNw +nNw +nNw +nNw +nNw +nNw +nNw +nNw +lua +nTR +rVH +nNw +ray +eBo +bgu +btM +mJv +cLQ +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +nZQ +nZQ +ogN +iJe +dEi +dEi +dEi +dEi +dEi +iJe +lmB +qAE +eWS +iJe +dEi +dEi +dEi +dEi +dEi +iJe +gnn +nZQ +pTn +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(59,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ptn +xJz +syU +tOS +qmd +fhd +fhd +fhd +fhd +fhd +fhd +fhd +gbo +duj +syU +rKp +ptn +gyz +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +eKi +mJv +btM +ray +eBo +bgu +nNw +ktr +nTR +jlr +nNw +wOJ +wOJ +yiM +wQS +iDl +mXo +aFb +nNw +jlr +nTR +rVH +nNw +ray +eBo +bgu +btM +mJv +sBl +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +mOu +nZQ +lJI +iJe +dEi +dEi +dEi +dEi +dEi +iJe +vgu +wHi +eWw +iJe +dEi +dEi +dEi +dEi +dEi +iJe +bXw +nZQ +ngb +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(60,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +kyy +sUZ +grv +dgy +pwr +pwr +pwr +pwr +pwr +pwr +pwr +pwr +pwr +asv +hRq +lTW +kyy +gyz +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +mJv +mJv +btM +ray +ccA +jTu +nNw +ktr +nTR +jlr +nTR +nTR +nTR +nTR +nTR +nTR +nTR +nTR +nTR +jlr +nTR +rVH +nNw +qKt +hGA +bgu +btM +mJv +mJv +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +pFl +sXo +axz +iJe +iJe +iJe +ueV +iJe +iJe +iJe +vgu +wHi +eWw +iJe +iJe +iJe +gvU +iJe +iJe +iJe +pFl +sXo +fZe +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(61,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +kyy +gol +dgy +aNK +pwr +fhd +fhd +fhd +fhd +fhd +fhd +fhd +pwr +aNK +asv +hPa +kyy +gyz +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +rwQ +btM +btM +ray +vAw +mud +nNw +ktr +nTR +aCG +tff +tff +tff +fmw +tsy +aCX +tff +tff +tff +lfr +nTR +rVH +nNw +gkk +xmr +bgu +btM +btM +rwQ +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +ogN +nZQ +ogN +iJe +eJC +bSi +bSi +bSi +bSi +ngS +xMv +xTu +iFZ +ngS +bSi +bSi +bSi +bSi +ulY +iJe +nZQ +nZQ +cBW +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(62,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +kyy +pOU +dgy +aNK +pwr +fhd +lFC +sNE +sNE +sNE +xlO +fhd +pwr +aNK +asv +iJd +kyy +gyz +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +mJv +mJv +btM +ray +ifi +lfN +nNw +ktr +nTR +nTR +nTR +nTR +nTR +hET +qmo +qHq +nTR +nTR +nTR +nTR +nTR +rVH +nNw +pYx +njR +bgu +btM +mJv +mJv +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +ogN +nZQ +ogN +bWC +vgu +waF +waF +waF +waF +ngS +waF +nMa +oPh +ngS +waF +waF +waF +waF +eWw +bWC +nZQ +nZQ +mOu +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(63,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ptn +ezI +fhd +aNK +pwr +fhd +wyv +tfP +wMv +agi +kxO +fhd +pwr +aNK +fhd +ckz +ptn +gyz +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +krF +mJv +btM +ray +eBo +bgu +nNw +vuq +gJt +oHu +gJt +gJt +gJt +fFL +nTR +ucb +gJt +gJt +gJt +oHu +gJt +vFR +nNw +ray +eBo +bgu +btM +mJv +mJv +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +nZQ +tpr +ogN +iJe +nBX +rdL +lpQ +rdL +rdL +ngS +kGu +qfo +eSk +ngS +rdL +rdL +lpQ +rdL +cRq +iJe +ppV +nZQ +nZQ +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(64,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +kyy +coE +fhd +aNK +pwr +fhd +dnD +fhd +tFp +hxW +kXd +fhd +pwr +aNK +fhd +pAa +kyy +gyz +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +mJv +sBl +btM +ray +eBo +bgu +hrk +hrk +hrk +hrk +hrk +hrk +hrk +ktr +nTR +rVH +sTt +sTt +sTt +sTt +sTt +sTt +sTt +ray +eBo +bgu +btM +sBl +mJv +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +gOO +gOO +gOO +gOO +iJe +iJe +iJe +iJe +iJe +iJe +vgu +wHi +eWw +iJe +iJe +iJe +iJe +iJe +iJe +gOO +gOO +gOO +gOO +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(65,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +kyy +duS +fhd +aNK +pwr +fhd +wyv +ptC +oVZ +fVO +kxO +fhd +pwr +aNK +fhd +pAa +kyy +gyz +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +mJv +eFj +btM +ord +kfB +fnA +hrk +ozX +hFu +izj +nWd +naB +hrk +ktr +nTR +rVH +sTt +ePD +wdf +hwN +ljJ +hrd +sTt +ord +kfB +fnA +btM +vva +riQ +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +tYa +tYa +tYa +tYa +iJe +dEi +dEi +dEi +oEC +iJe +vgu +wHi +eWw +iJe +dEi +dEi +dEi +vaT +iJe +tYa +tYa +tYa +tYa +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(66,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +kyy +iVj +oAH +qwd +pwr +fhd +rBQ +saN +saN +saN +oZX +fhd +pwr +iPn +oPW +pAa +kyy +gyz +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +kXS +sBl +btM +ray +eBo +bgu +hrk +qPd +nAR +nAR +nAR +cmX +gar +ktr +nTR +rVH +jpb +knB +ree +ree +ree +jLd +sTt +ray +eBo +bgu +btM +sBl +eKi +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +tYa +tYa +tYa +tYa +iJe +dEi +dEi +dEi +dEi +iJe +oex +wHi +eWw +iJe +dEi +dEi +dEi +dEi +iJe +tYa +tYa +tYa +tYa +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(67,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ptn +dYD +kRR +bFQ +bFQ +bFQ +bFQ +bFQ +oFJ +cwG +cwG +cwG +cwG +cwG +uHu +sLe +ptn +gyz +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +azK +sBl +btM +ray +edb +bgu +hrk +jMS +wNb +wNb +wNb +gQA +xWR +ktr +nTR +rVH +ied +bXK +lon +lon +lon +yjr +sTt +ray +edb +bgu +btM +bXf +smQ +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +tYa +tYa +tYa +tYa +iJe +dEi +dEi +dEi +dEi +llp +vgu +wHi +eWw +xBT +dEi +dEi +dEi +dEi +iJe +tYa +tYa +tYa +tYa +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(68,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ptn +uEG +fXY +gBA +fGz +eXl +dUn +htd +ovH +eXl +tzG +eXl +eXl +ihB +fXY +pAa +ptn +gyz +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +eEG +btM +oUZ +tvO +btM +ray +eBo +bgu +hrk +qng +dDp +ucI +ezA +htf +hrk +vuq +oHu +vFR +sTt +xqG +uwf +vzz +uDa +wxt +sTt +ray +eBo +bgu +btM +sBl +mJv +btM +eEG +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +tYa +tYa +tYa +tYa +iJe +dEi +dEi +dEi +dEi +iJe +vgu +wHi +eWw +iJe +dEi +dEi +dEi +dEi +iJe +tYa +tYa +tYa +tYa +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(69,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ptn +uEG +fXY +pAa +wOA +awk +wOA +wOA +fPL +wOA +wOA +awk +wOA +uHZ +cQA +vCJ +ptn +gyz +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +uBA +btM +mJv +sBl +btM +bqJ +bXj +hwK +hrk +hrk +hrk +hrk +hrk +hrk +hrk +nNw +nNw +nNw +sTt +sTt +sTt +sTt +sTt +sTt +sTt +lUd +bXj +bqJ +btM +mJv +mJv +btM +uBA +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +paS +tYa +gOO +tYa +tYa +tYa +tYa +iJe +dEi +dEi +dEi +dEi +iJe +lmB +qAE +nHM +iJe +dEi +dEi +dEi +dEi +iJe +tYa +tYa +tYa +tYa +gOO +tYa +paS +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(70,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fEH +sax +joN +joN +joN +joN +oyr +noi +joN +joN +gyz +ptn +dhi +pjD +fgD +wOA +jwH +hIr +iBv +vxp +hCo +hCj +tVc +wOA +cvb +uvo +mXp +ptn +gyz +joN +joN +noi +eQe +joN +joN +joN +joN +sax +eyG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +tby +tby +btM +btM +mJv +sBl +btM +aBC +juX +pbL +hnd +xwi +dYT +oYF +pAO +onF +pAO +pAO +dYT +ggp +mNt +ilT +mNt +aMg +mzt +qnO +uni +coY +fUd +pqn +btM +mJv +mJv +btM +btM +tby +tby +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +joN +joN +paS +tYa +gOO +gOO +gOO +gOO +gOO +iJe +iJe +iJe +iJe +iJe +iJe +vgu +wHi +eWw +iJe +iJe +iJe +iJe +iJe +iJe +gOO +gOO +gOO +gOO +gOO +tYa +paS +joN +joN +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(71,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +ptn +uEG +fXY +rwI +wOA +fgH +mZZ +mZZ +cNe +mZZ +mZZ +kiW +wOA +aqP +fXY +mjd +ptn +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +nPw +mJv +btM +mJv +mJv +mJv +roN +aBC +uPg +ltS +lRI +nls +tIh +fuW +mVC +mVC +mVC +hbm +dYT +vXx +mNt +kUV +huO +ros +ivf +tcd +pkj +rja +iix +pqn +roN +mJv +mJv +mJv +btM +mJv +mJv +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +paS +tYa +gOO +dPG +nZQ +vFD +iJe +eJC +bSi +jdf +bSi +bSi +ngS +xMv +wHi +oox +ngS +bSi +bSi +jdf +bSi +ulY +iJe +wHV +oiB +des +jOo +tYa +paS +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(72,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +ptn +yio +sLI +pLb +wOA +moP +yjX +yjX +uQt +mZZ +mZZ +iBv +wOA +sDV +sLI +bKz +ptn +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +mJv +mJv +roN +mJv +mJv +mJv +btM +amO +tkS +dkY +juX +nls +cha +mRy +wGm +wGm +wGm +mZs +dYT +fxp +mNt +llK +dHe +bvf +aHF +dLs +fUd +hZg +nbu +gVq +btM +mJv +mJv +mJv +roN +mJv +mJv +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +paS +tYa +gOO +nZQ +nZQ +nZQ +bWC +vgu +waF +waF +waF +waF +ngS +nzn +ohv +itX +eHh +itX +itX +itX +itX +dPS +cio +eXc +khI +iRw +jOo +tYa +paS +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(73,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +ptn +ptn +iuP +pXz +rab +wOA +qTT +hxa +tbm +rWD +jxD +mZZ +deL +wOA +rab +tWl +tAf +ptn +ptn +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +sBl +mJv +lRo +lRo +lRo +lRo +lRo +lRo +lRo +aBC +juX +nls +dYT +osC +osC +xOF +osC +osC +dYT +fpB +aBq +bdb +uJG +vJT +mzt +dLs +fUd +pqn +lRo +lRo +lRo +lRo +lRo +lRo +lRo +mJv +sBl +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +paS +tYa +gOO +nZQ +nZQ +nZQ +iJe +nBX +rdL +rdL +rdL +rdL +ngS +nFD +kFF +dTL +ngS +rdL +rdL +rdL +rdL +cRq +iJe +tgG +fjP +dAA +jOo +tYa +paS +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(74,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +aUI +eAr +hJe +iFT +rab +tEM +uem +mZZ +dfG +jNx +myZ +mZZ +iBv +kcr +rab +kyj +hJe +dYS +aUI +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +tby +sBl +mJv +lRo +kYv +qBA +qAM +qDH +qDH +lRo +aBC +juX +gdB +dYT +dYT +dYT +dYT +dYT +dYT +dYT +mzt +mzt +mzt +mzt +mzt +mzt +pEj +fUd +pqn +lRo +jjP +jjP +dFe +mlS +pGy +lRo +mJv +eFj +tby +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +paS +tYa +gOO +mTS +jfn +dVn +iJe +iJe +iJe +wTP +iJe +iJe +iJe +ngS +xCH +ngS +iJe +iJe +iJe +nQn +iJe +iJe +iJe +dcS +vyF +anh +jOo +tYa +paS +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(75,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +jxw +xRu +uLX +qVO +rab +oMA +uem +mZZ +mZZ +liX +mZZ +mZZ +iBv +iVm +rab +kZd +uLX +mqS +jxw +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +wWo +iDq +lRo +rHK +rTU +iVi +qDH +qDH +lRo +aBC +juX +pbL +cae +hnd +hnd +hnd +hnd +fVV +lAS +xRZ +uni +uni +uni +uni +eqm +coY +mmJ +nAq +lRo +jjP +jjP +hJd +iDH +iRJ +lRo +iOE +xBW +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +paS +tYa +gOO +nZQ +vlc +rkg +iJe +dEi +dEi +dEi +dEi +tRy +iJe +vgu +xTu +xSZ +iJe +dEi +dEi +dEi +dEi +tRy +iJe +hyX +nfT +anh +jOo +tYa +paS +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(76,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +jxw +xRu +gBm +tIc +rab +vyu +uem +iBv +iBv +brL +iBv +iBv +iBv +slg +rab +fqg +bkY +mqS +jxw +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +qSP +ouJ +lRo +vKk +aDf +uUi +dnW +dnW +lRo +qdR +njb +ixG +poN +qjS +fzf +qjS +qjS +qjS +piS +rHR +jHC +jHC +nyr +jHC +mUX +rRU +ckk +joc +lRo +cVt +cVt +uUi +wFV +cVJ +lRo +wkp +cYV +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +paS +tYa +gOO +nZQ +nZQ +nZQ +iJe +dEi +dEi +dEi +dEi +dEi +iJe +vgu +nzp +tcU +iJe +dEi +dEi +dEi +dEi +dEi +iJe +jyI +wuz +bZA +jOo +tYa +paS +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(77,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +aUI +xRu +vzf +hDO +rab +wOA +wRz +wOA +wOA +wOA +wOA +wOA +wOA +wOA +rab +egT +rWB +mqS +aUI +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +ouJ +lRo +lCu +aDf +uUi +dnW +plM +lRo +uxc +hIs +maI +xXr +xXr +xXr +xXr +xXr +xXr +pPw +pPw +pPw +pPw +pPw +pPw +pPw +dro +fUd +pqn +lRo +kAQ +cVt +uUi +wFV +sjo +lRo +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +paS +tYa +gOO +nZQ +nZQ +ggd +iJe +dEi +dEi +dEi +dEi +dEi +iJe +oex +qfo +wgo +iJe +dEi +dEi +dEi +dEi +dEi +iJe +puT +tYj +hwI +jOo +tYa +paS +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(78,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +vUe +vUe +vUe +vUe +xRu +erK +mqS +rab +uSM +uem +iBv +iBv +lZS +iBv +iBv +iBv +hIT +rab +xRu +erK +mqS +vUe +vUe +vUe +vUe +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +oJJ +gnu +lRo +vKk +aDf +uUi +dnW +dnW +lRo +aBC +juX +nls +xXr +cAP +lBU +ouJ +ouJ +cAP +pPw +joW +sCs +wkp +jeP +buf +pPw +dLs +fUd +pqn +lRo +cVt +cVt +uUi +wFV +cVJ +lRo +ats +ats +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +paS +paS +tYa +gOO +qSD +nZQ +qSD +iJe +dEi +dEi +dEi +dEi +dEi +iJe +nBX +ptQ +cRq +iJe +dEi +dEi +dEi +dEi +dEi +iJe +hyX +gaQ +rWP +jOo +tYa +paS +paS +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(79,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +vUe +ioi +dMk +bal +xRu +erK +mqS +rab +cSV +vHb +mZZ +mZZ +mZZ +iBv +iBv +iBv +ukV +rab +xRu +erK +mqS +bal +ioi +dMk +vUe +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +eXC +asg +lRo +uga +gNo +uUi +lRo +lRo +lRo +aBC +juX +nls +xXr +tUp +ouJ +ouJ +ouJ +ouJ +uaJ +wkp +wkp +wkp +wkp +sCs +pPw +dLs +fUd +pqn +lRo +lRo +lRo +uUi +fqi +lkn +lRo +ePV +mbf +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +paS +tYa +tYa +gOO +nZQ +nZQ +nZQ +iJe +iJe +iJe +iJe +iJe +iJe +iJe +iJe +qfn +iJe +iJe +iJe +iJe +iJe +iJe +iJe +iJe +aqp +hSO +gID +jOo +tYa +tYa +paS +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(80,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +vUe +sHG +xRa +bal +xRu +erK +mqS +rab +kmP +cCU +yjX +sJQ +mZZ +fFW +wOA +wOA +wOA +rab +xRu +erK +mqS +bal +xRa +sHG +vUe +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +sfU +hun +lRo +rHK +hRi +eEt +vAk +eBP +hnd +lZJ +juX +nls +xXr +fHQ +ouJ +ouJ +ouJ +lBU +bIq +wkp +wkp +wkp +wkp +biN +pPw +dLs +fUd +xlx +uni +aoG +pRO +kOv +fKZ +iRJ +lRo +mqU +tmF +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +paS +tYa +paS +paS +paS +paS +paS +paS +lgi +ojI +ojI +ojI +ojI +aVu +pKg +nkT +pKg +qfI +shh +wAg +pod +pod +sbN +paS +paS +paS +paS +paS +paS +tYa +paS +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(81,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +vUe +sXH +bal +bal +xRu +erK +mqS +rab +sRx +mZZ +hST +mZZ +mZZ +iBv +wOA +kzg +gGD +rab +xRu +erK +mqS +bal +bal +sXH +vUe +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +eLh +puU +lRo +bHQ +qMm +asM +sHk +aBC +pWZ +ltS +enn +nls +xXr +ouJ +ouJ +hYK +jEa +rQN +bIq +lCz +wkp +xMd +wkp +wkp +pPw +dLs +axn +rja +fCP +pqn +mqD +umh +tDF +raV +lRo +ayR +eDS +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +lgi +ojI +lgi +ldt +ldt +ldt +ldt +fgM +lgi +ojI +ojI +ojI +ojI +aVu +pKg +nkT +qha +qfI +kyM +pRw +pRw +pRq +sbN +vMR +vMR +vMR +vMR +bNA +paS +tYa +paS +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(82,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +fEH +sax +sax +sax +joN +joN +joN +joN +joN +joN +joN +mum +fIp +ePX +vOH +xRu +erK +mqS +rab +gbD +iBv +dRR +svR +iBv +iBv +aLi +rGY +qXd +rab +jBf +erK +mqS +vOH +jCI +ePX +mum +joN +joN +joN +joN +joN +joN +joN +sax +sax +sax +eyG +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +vcu +vcu +vcu +vcu +vcu +vcu +lRo +lRo +lRo +lRo +lRo +aBC +juX +mtB +qCH +pZt +xXr +fHB +fHB +jkz +jkz +jkz +jkz +jkz +jkz +jkz +iOE +iOE +pPw +ijP +oSB +gjI +fUd +pqn +lRo +lRo +lRo +lRo +lRo +erV +erV +erV +erV +erV +erV +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +krb +joN +joN +joN +lgi +ojI +lgi +ldt +ldt +ldt +ldt +ldt +lgi +ojI +ojI +ojI +ojI +aVu +pKg +nkT +jBD +qfI +ahy +pRw +pRw +vXl +sbN +vMR +vMR +vMR +vMR +vMR +nsT +wlu +nsT +joN +joN +joN +krb +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(83,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +mum +fwr +rmh +ebm +xRu +erK +mqS +rab +rab +rab +rab +rab +rab +rab +rab +rab +rab +rab +xRu +erK +mqS +ebm +fwr +rmh +mum +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +lWk +kIa +pie +oNt +vcu +khl +khl +khl +khl +wiC +gBv +cae +aXS +mPy +xXr +xXr +xXr +ouJ +ouJ +jkz +qIi +scq +aaG +hHS +vmG +jkz +buf +wkp +pPw +pPw +pPw +ovP +wIw +eqm +gxt +qeX +qeX +qeX +qeX +fgn +erV +nWJ +kab +dTs +oFF +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +lgi +ojI +lgi +ldt +ldt +ldt +ldt +ldt +lgi +ojI +ojI +ojI +ojI +aVu +dTl +nkT +qha +qfI +gWO +pRw +pRw +puA +sbN +vMR +vMR +vMR +vMR +vMR +nsT +wlu +nsT +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(84,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +vUe +sXH +bal +bal +blA +wnN +fIs +uxZ +bFT +hvL +rJr +uer +vTK +bFT +bFT +bFT +bFT +uxZ +juU +arC +gtH +bal +bal +sXH +vUe +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fPy +kIQ +ibJ +rqs +vcu +khl +khl +khl +khl +khl +gBv +aBC +juX +nls +lRZ +ouJ +ouJ +ouJ +ouJ +jkz +vUt +lRV +vOC +vOC +vOC +jkz +jeP +wkp +wkp +wkp +uaJ +dLs +fUd +pqn +gxt +qeX +qeX +qeX +qeX +qeX +erV +lFl +gwp +nqB +fuC +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +lgi +lgi +lgi +ojI +lgi +ldt +ldt +ldt +ldt +ldt +lgi +ojI +ojI +ojI +ojI +aVu +vQa +nkT +dTl +tmO +pRq +pRw +pRw +sUG +sbN +vMR +vMR +vMR +vMR +vMR +nsT +wlu +nsT +nsT +nsT +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(85,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +vUe +sHG +sHG +bal +sIH +xnq +mqS +qgt +yks +yks +scP +kkN +csQ +ccg +fpZ +ccg +pFR +qgt +xRu +iLi +dkQ +bal +ioi +sHG +vUe +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +gnu +aSn +vcu +vcu +vcu +khl +khl +khl +khl +khl +gBv +aBC +juX +nls +vRH +ouJ +ouJ +tUv +tUp +jkz +oAl +scq +vOC +wJq +waO +jkz +sCs +wkp +wkp +tXq +bIq +dLs +fUd +pqn +gxt +qeX +qeX +qeX +qeX +qeX +erV +erV +erV +xgn +ats +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +ojI +ojI +ojI +lgi +ldt +ldt +ldt +ldt +ldt +lgi +ojI +ojI +ojI +ojI +aVu +tMl +rZz +iSb +qfI +akM +ird +pRq +wTY +sbN +vMR +vMR +vMR +vMR +vMR +nsT +wlu +wlu +wlu +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(86,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +vUe +ioi +xif +bal +xRu +erK +nyD +hdG +hdG +hdG +hdG +hdG +hdG +hdG +hdG +hdG +hdG +hdG +oPf +erK +mqS +bal +xRa +lMR +vUe +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +ouJ +onJ +vcu +khl +khl +khl +khl +khl +gBv +aBC +hUu +nls +oQI +oQI +oQI +oQI +oQI +eSS +scq +scq +lET +scq +scq +dYg +ngH +ngH +ngH +ngH +ngH +dLs +iCX +pqn +gxt +qeX +qeX +qeX +qeX +qeX +erV +oCL +wkp +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +oNw +oNw +uri +uri +uri +oNw +lgi +dAk +dAk +dAk +dAk +aVu +dTl +nkT +pKg +qfI +qfI +qfI +qfI +qfI +sbN +oUy +heH +heH +heH +oUy +oUy +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(87,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +eEF +eEF +eEF +eEF +luP +luP +luP +pVn +dBC +wzI +hdG +uKr +wMs +cLL +ueL +fhm +rjY +rjY +rjY +vWB +hdG +gZu +fbi +nah +kjm +kjm +kjm +mhQ +mhQ +mhQ +mhQ +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +ouJ +tUp +vcu +khl +khl +khl +khl +khl +gBv +aBC +juX +nls +oQI +vNX +wWK +fFI +lfW +eSS +umP +fVZ +btx +lgj +ofQ +dYg +jfS +svo +lRX +bEC +ngH +dLs +fUd +pqn +gxt +qeX +qeX +qeX +qeX +qeX +erV +sCs +wkp +wkp +cYV +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +rku +ldp +ufC +oNw +qkh +xZL +xZL +pXm +ojI +dAk +uLL +fyy +uLL +aVu +dTl +nkT +pKg +aVu +plV +pKg +sSw +aVu +wlu +oUy +eZq +ohb +ohb +hQH +duz +osH +rta +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(88,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +eEF +cVe +nae +oRQ +gHw +taq +ksM +pVn +dBC +icX +hdG +llv +qLB +dLM +eOp +lZc +lZc +cYL +lZc +kEi +hdG +nzt +fbi +nah +kjm +wEh +pGw +vxo +pGw +qta +mhQ +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +iDq +wWo +fad +fad +bAt +bAt +lTT +lTT +lTT +bAt +bAt +nBb +hIA +mZz +oQI +lQj +lXs +lXs +cFA +eSS +fPx +btx +btx +gSe +btx +dYg +wrL +vHT +vHT +grH +ngH +cRP +pgr +hdz +pLJ +pLJ +gHf +gHf +gHf +pLJ +pLJ +ioC +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +avi +jJK +kWu +ahB +jvc +uVL +kZF +pXm +ojI +dAk +fyy +dwK +pTg +elz +hiB +hul +aAU +elz +aAU +wVB +pKg +aVu +wlu +hQH +pba +xco +lri +sqj +amV +vov +dVN +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(89,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +eEF +rHi +xnD +xnD +xnD +aeS +rdE +pVn +dBC +icX +hdG +dLM +dLM +dLM +gKK +tpC +xTL +jPg +lZc +kEi +hdG +nzt +fbi +nah +yia +fHG +dhA +kXM +dhA +hmk +mhQ +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +fad +pgd +apu +bAt +rsD +khG +khG +drA +fad +wcX +gMV +nls +oQI +mWP +pSb +tAg +oBE +eSS +aDV +btx +btx +qDR +wvu +dYg +hvx +xdm +yaZ +syN +ngH +dLs +ief +uRe +pLJ +nNV +gMQ +gMQ +pRP +ioC +oFT +rWd +ioC +dUz +hDk +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +vdM +lNC +bmD +pXm +oVl +pVR +bQp +pXm +ojI +dAk +fyy +vCX +fyy +aVu +tlR +aSW +pKg +aVu +pKg +nkT +pKg +aVu +wlu +hQH +rmX +lTS +qPp +hQH +fjY +gsT +xIl +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(90,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +eEF +luP +xoC +nLF +nLF +luP +luP +nFr +dBC +icX +hdG +lql +tLl +dms +dKE +xdb +ibZ +bUm +cgB +lOb +hdG +nzt +fbi +nah +kjm +gvB +ivl +oAr +cOJ +cJG +mhQ +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fHB +bHO +fad +fTm +cWT +fad +eVl +uHf +uHf +nRg +fad +olf +hSb +uHY +oQI +oQI +uwp +oQI +nxT +eSS +qFJ +jkz +pkI +jkz +qFJ +dYg +uYT +ngH +mwB +ngH +ngH +xNg +dDd +lru +ioC +ebY +gLA +gLA +lwI +ioC +eXV +koF +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +pXm +pXm +oVl +oaM +kWu +pXm +ojI +dAk +fyy +vCX +dAk +dAk +dAk +aVu +aVu +aVu +aVu +qcy +tnz +aVu +wlu +hQH +amV +sya +qPp +hQH +hQH +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(91,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +eEF +lvf +tno +wwr +kLi +ruK +luP +pVn +dBC +icX +hdG +dbO +fhm +fhm +hZS +sUD +qnc +nlR +lZc +kEi +hdG +nzt +fbi +nah +tOA +fHG +oTB +ipz +cOJ +reb +mhQ +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fHQ +fIN +fad +foA +lcc +tFo +bZV +fPN +qdz +pMX +fad +sUL +lwi +wlU +scq +gSI +moT +dNj +moT +moT +moT +qKA +moT +moT +moT +moT +moT +dNj +moT +qAb +scq +emg +dPv +aGS +ioC +fgW +qbx +lta +eek +sHl +eyk +uwl +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +rku +ldp +ufC +pXm +oVl +oaM +kWu +pXm +ojI +dAk +aop +vCX +dAk +nSz +erI +aVu +jRm +kdR +aVu +nkT +dTl +aVu +wlu +hQH +ebt +sya +qPp +hQH +duz +osH +rta +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(92,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +eEF +jMH +mxY +pOX +jyk +bUN +luP +pVn +dBC +icX +hdG +dKE +lZc +lZc +lZc +sUD +lZc +lZc +lZc +kEi +hdG +nzt +fbi +nah +kjm +jQn +ivl +ntW +cOJ +cJG +mhQ +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +jEa +fIN +fad +lby +oSN +fad +lZk +gmJ +vtw +lcc +fad +aBC +rOr +ruC +mYR +pvm +kcl +kcl +kcl +kcl +kcl +yiN +hEf +wtN +kcl +kcl +kcl +kcl +kcl +rcb +mYR +kMY +uYP +pqn +ioC +eIn +wQs +tNB +yhO +ioC +wHD +bMb +ioC +buf +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +avi +jJK +kWu +ahB +oVl +vxS +kWu +pXm +ojI +dAk +aop +vCX +aUx +jEA +uVs +aVu +oOb +qjC +qxt +nkT +anG +aVu +wlu +hQH +amV +aeZ +qPp +sqj +amV +vov +dVN +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(93,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +eEF +jMH +ssE +aYC +xEN +bUN +luP +pVn +dBC +icX +hdG +gEK +sQx +sQx +ock +xXM +ock +xlM +ock +rig +hdG +nzt +fbi +nah +yia +fHG +dhA +xYm +dhA +jla +mhQ +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +fad +fad +fad +fad +fad +xnB +sMK +lcc +fad +aBC +juX +gAM +scq +qoE +ocF +ocF +ocF +ocF +xEa +xWg +kcl +ofB +pku +ocF +ocF +ocF +ocF +reh +scq +iBH +fUd +pqn +ioC +eyk +eVa +eek +ioC +ioC +ioC +ioC +ioC +pPw +hxb +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +vdM +lNC +bmD +pXm +noP +oaM +kWu +pXm +ojI +dAk +aop +vCX +dAk +gRx +mgL +aVu +iMj +aKK +aVu +nkT +dTl +aVu +wlu +hQH +amV +sya +qPp +hQH +fjY +gsT +xIl +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(94,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +eEF +cip +vgH +vgH +vgH +dyo +luP +pVn +hHk +qnI +hdG +lxA +hdG +hdG +rgd +sSG +rgd +hdG +hdG +sGe +hdG +wCn +fbi +nah +kjm +vuN +wJh +eIS +wJh +mGC +mhQ +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +fad +smG +qOn +kWq +fad +bZV +sMK +lcc +fad +aBC +juX +nls +scq +scq +scq +scq +scq +scq +nHf +tKF +alY +irJ +nza +scq +scq +scq +scq +scq +scq +dLs +fUd +pqn +ioC +eyk +eVa +eek +ioC +oPe +cXP +bJt +ioC +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +pXm +pXm +oVl +oaM +kWu +pXm +ojI +dAk +bzt +sqs +dAk +qeN +fbY +aVu +vnh +nLE +aVu +rZz +tMl +aVu +wlu +hQH +amV +sya +qPp +hQH +hQH +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(95,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +kyu +kyu +kyu +kyu +kyu +kyu +kyu +pVn +dBC +icX +hdG +eUc +eUc +rqw +sEI +uvn +vsG +rsT +eUc +eUc +hdG +nzt +fbi +nah +kyu +kyu +kyu +kyu +kyu +kyu +kyu +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +wgD +fIN +fad +jTe +aRC +lcc +tFo +bZV +sMK +lcc +fad +aBC +juX +nls +pyG +scq +obP +wyf +iGv +scq +pSm +tKF +alY +irJ +nza +scq +hqe +eTo +mpC +scq +dzi +dLs +fUd +pqn +ioC +eyk +eVa +eek +sHl +eyk +omF +xOZ +ioC +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +rku +ldp +ufC +pXm +oVl +oaM +kWu +pXm +ojI +dAk +tQn +rZY +cvp +cvp +cvp +cvp +cvp +cvp +cvp +nkT +dTl +aVu +wlu +hQH +amV +sya +qPp +hQH +duz +osH +rta +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(96,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +kyu +dip +dip +bbg +xtB +vsl +kyu +pVn +dBC +icX +hdG +eUc +cCo +dLM +elA +upq +tAC +dLM +tgH +eUc +hdG +nzt +fbi +nah +kyu +mBG +dLr +eSu +aIz +aIz +kyu +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +fad +lKz +lZk +hWv +fad +bZV +sMK +lcc +fad +aBC +juX +nls +jhE +scq +mhH +tKF +nza +lJQ +pSm +tKF +axV +irJ +nza +hvI +pSm +tKF +nza +neo +rBd +dLs +fUd +pqn +ioC +eyk +eVa +eek +ioC +spv +ken +dVO +ioC +iOE +xBW +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +avi +jJK +kWu +ahB +oVl +oaM +bQp +pXm +ojI +dAk +aop +vCX +cvp +jUy +qVX +pGO +gRF +kMQ +cvp +nkT +dTl +aVu +wlu +hQH +rmX +sya +qPp +sqj +amV +vov +dVN +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(97,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +kyu +dip +dip +qBG +gUu +oXu +kyu +pVn +dBC +wzI +hdG +oqT +dLM +dLM +hhC +jKt +cQE +dLM +dLM +lHx +hdG +gZu +fbi +nah +kyu +nJt +pvf +ozo +aIz +aIz +kyu +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +fad +fad +fad +fad +fad +bZV +sMK +lcc +fad +aBC +juX +nls +jhE +neo +jaL +tKF +hPL +scq +pSm +tKF +hQk +irJ +nza +scq +pMv +tKF +vMJ +scq +rBd +dLs +fUd +pqn +ioC +eyk +eVa +eek +ioC +ioC +ioC +ioC +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +vdM +lNC +bmD +pXm +oVl +oaM +kWu +pXm +ojI +dAk +aop +rGN +est +rcF +uJT +alQ +dYP +sAO +cvp +nkT +dTl +aVu +wlu +hQH +amV +sya +qPp +hQH +fjY +gsT +xIl +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(98,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +kyu +qhG +qhG +mxL +dyU +teY +kyu +pVn +dBC +icX +hdG +eUc +eUc +wiq +blp +sOA +fhb +bxH +eUc +eUc +hdG +nzt +fbi +nah +kyu +gBa +mGZ +mxL +rym +rym +kyu +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +fad +ius +ktG +dgW +fad +bZV +sMK +pMX +fad +aBC +juX +nls +nyW +hLI +akq +vwN +ssN +scq +tls +tKF +alY +irJ +nza +scq +xiH +wlC +loh +pLH +dOh +dLs +fUd +pqn +ioC +fgW +eVa +eek +ioC +guD +pdA +rkT +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +pXm +pXm +oVl +oaM +kWu +pXm +ojI +dAk +fyy +vCX +nRd +mbp +dYP +bOq +dYP +rUx +cvp +nkT +dTl +aVu +wlu +hQH +amV +sya +qPp +hQH +hQH +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(99,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +kyu +htB +qhG +mxL +dyU +wWE +kyu +pVn +dBC +icX +hdG +eUc +cCo +dLM +jdD +mIC +dTy +dLM +tgH +eUc +hdG +nzt +fbi +nah +kyu +nau +mGZ +mxL +rym +qDC +kyu +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +cZE +xXr +fad +ktG +ktG +ktG +puw +bZV +sMK +lcc +fad +aBC +juX +gdB +mPn +mPn +mPn +mPn +mPn +scq +tls +tKF +alY +irJ +tBQ +scq +erd +erd +erd +erd +erd +pEj +fUd +pqn +ioC +eyk +eVa +eek +bUq +pdA +pdA +pdA +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +txx +adh +lLt +pXm +oVl +oaM +kWu +pXm +ojI +dAk +qWj +vCX +cvp +jxi +dYP +kLC +dYP +sGi +cvp +uIo +qPS +aVu +wlu +hQH +amV +sya +qPp +hQH +gHW +ucC +bSA +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(100,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +kyu +qhG +qhG +mxL +dyU +teY +kyu +pVn +dBC +icX +hdG +dLM +dLM +dLM +hhC +mIC +gjl +dLM +dLM +dLM +hdG +nzt +fbi +nah +kyu +gBa +mGZ +mxL +rym +rym +kyu +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +fad +edk +ktG +dRy +fad +bZV +sMK +lcc +wKn +aBC +juX +nls +mPn +fOc +rdC +eud +qJE +cIW +vDq +tKF +tKF +irJ +gwd +iZe +tQp +xhc +fAT +gcR +erd +dLs +fUd +pqn +xIv +eyk +eVa +eek +ioC +qCv +pdA +uUa +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +adh +adh +adh +gFZ +oVl +oaM +kWu +pXm +ojI +dAk +fyy +vCX +ole +wOB +dYP +dYP +dYP +khK +cvp +nkT +dLD +aVu +wlu +hQH +amV +sya +qPp +xpJ +ucC +ucC +ucC +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(101,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +kyu +dip +dip +mxL +aDy +oLb +kyu +pVn +dBC +icX +vnS +utg +vsG +vzl +blp +mIC +lxZ +wed +bMG +gHe +vnS +nzt +fbi +nah +kyu +aDy +oLb +mxL +aIz +aIz +kyu +joN +joN +noi +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +jEa +ouJ +fad +edk +ktG +dRy +fad +bZV +hJM +gzd +dWK +ltS +iCl +nls +mPn +yjw +qms +msZ +mPn +fiu +tKF +tKF +tKF +irJ +tKF +nza +erd +kJe +tYk +dft +erd +dLs +rtX +rja +esl +vZm +iQJ +eek +ioC +qCv +pdA +uUa +ioC +iUx +cYV +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +bxV +adh +lzD +pXm +oVl +oaM +kWu +pXm +ojI +dAk +fyy +vCX +cvp +pmk +dYP +dYP +dYP +eOX +cvp +nkT +lgq +aVu +wlu +hQH +amV +sya +qPp +hQH +nxi +ucC +jIr +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(102,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +kyu +dip +dip +mxL +evW +evW +rBe +pVn +dBC +jYf +vnS +pMy +lxZ +wWB +blp +mIC +lxZ +bdE +xyH +gcq +vnS +aiN +fbi +nah +rBe +evW +evW +mxL +aIz +aIz +kyu +joN +joN +joN +eQe +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +fad +fqN +ktG +dRy +fad +bZV +dOx +lcc +wKn +aBC +asO +nls +mPn +jjG +qms +iym +bkD +gAU +tKF +tKF +sqn +nbO +tKF +nza +xNY +jtv +tYk +rlI +erd +dLs +fUd +pqn +xIv +eyk +xSo +eek +ioC +qQH +pdA +uUa +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +bxV +adh +lzD +pXm +oVl +act +pXx +pXm +ojI +dAk +fyy +rRx +cvp +vZk +aol +aol +aol +iCz +cvp +nkT +qha +aVu +wlu +hQH +dtL +pQA +qPp +hQH +nxi +ucC +jIr +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(103,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +kyu +dip +dip +mxL +evW +evW +rBe +pVn +jbx +icX +vnS +vph +rVh +vzl +blp +mIC +lxZ +gHJ +lgS +sfd +vnS +nzt +tBG +nah +rBe +evW +evW +mxL +aIz +aIz +kyu +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +ouJ +fad +ktG +ktG +ktG +puw +bZV +dOx +bfa +fad +aBC +asO +nls +mPn +wUP +oHb +owp +mPn +mxA +tKF +tKF +sqn +mtY +tKF +nza +erd +tde +cuX +eyE +erd +dLs +fUd +pqn +ioC +pJb +xSo +eek +bUq +pdA +pdA +pdA +ioC +dUz +vDC +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +dir +adh +lzD +pXm +oVl +iEJ +mVT +pXm +ojI +dAk +fyy +nLu +qnk +qnk +rqt +rqt +rqt +qnk +qnk +nkT +dTl +aVu +wlu +hQH +pjt +iQY +qPp +hQH +hBZ +ucC +jIr +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(104,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +kyu +kyu +kyu +kyu +kyu +kyu +kyu +sew +gOU +sew +vnS +khA +khA +khA +sPS +upq +oFG +fRZ +fRZ +vsG +vnS +hFn +sXA +hFn +kyu +kyu +kyu +kyu +kyu +kyu +kyu +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +ouJ +fad +uiu +ktG +qSB +fad +bZV +dOx +lcc +fad +aBC +asO +nls +mPn +mPn +mPn +mPn +mPn +mev +dIZ +tKF +sqn +mtY +tKF +clQ +erd +erd +erd +erd +erd +dLs +fUd +pqn +ioC +eyk +xSo +eek +ioC +gGC +pdA +wug +ioC +wkp +wdn +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +adh +adh +adh +gFZ +oVl +iEJ +kWu +pXm +ojI +dAk +fyy +nLu +qnk +ptT +dYP +dYP +dYP +era +qnk +nkT +dTl +aVu +wlu +hQH +amV +iQY +qPp +xpJ +ucC +ucC +ucC +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(105,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +pGa +aaU +aNc +aaU +pGr +djZ +uMZ +vZW +tSp +icX +vnS +sEI +fRZ +fRZ +hDy +iCA +pbi +bdE +bdE +lxZ +vWL +nzt +rqJ +xPU +rgx +iro +mBp +sYy +bcD +sYy +sYy +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +ouJ +fad +fad +fad +fad +fad +aOr +rIK +lcc +fad +aBC +asO +nls +scq +ylC +mqw +mqw +mqw +xIp +oFd +rGP +uwj +dZK +ujX +qTE +szU +yjf +mJB +bms +szU +dLs +fUd +pqn +ioC +eyk +xSo +eek +ioC +ioC +ioC +ioC +ioC +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +hLa +adh +jyJ +pXm +oVl +iEJ +kWu +pXm +ojI +dAk +fyy +nLu +qnk +ioj +mdO +odu +rOU +sSm +qnk +cNx +gkF +aVu +wlu +hQH +amV +iQY +qPp +hQH +qJN +ucC +sVP +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(106,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +xyC +iHI +kTx +vgf +wlZ +kxD +huw +iLf +aNj +vwC +wZs +wVA +kkZ +kkZ +pDU +woB +vcS +avB +avB +jwJ +trW +nzt +lsM +deV +bYS +eEB +lan +mfA +oQu +wZP +uds +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +wHf +ouJ +fad +fLR +qOn +kWq +fad +bZV +sMK +pMX +fad +aBC +asO +gdB +scq +wYS +tKF +tKF +fRJ +taP +hqj +jqN +nsO +tKF +tKF +nza +qiD +gGS +oNR +mqe +szU +pEj +fUd +pqn +ioC +fgW +xSo +eek +ioC +oPe +cXP +aty +ioC +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +pXm +pXm +oVl +iEJ +bQp +pXm +ojI +dAk +fyy +nLu +qnk +qnk +qnk +qnk +qnk +qnk +qnk +nkT +dTl +aVu +wlu +hQH +rmX +iQY +qPp +hQH +hQH +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(107,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +cBb +aNP +ngh +aNP +jcR +djZ +pVn +rzZ +kNT +sBR +vnS +kpW +ujg +ujg +dps +bWQ +aAx +ujg +ujg +rVh +vnS +lNk +mTq +fbi +nah +iro +bEE +uSI +uiN +uSI +dIx +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +mno +ouJ +fad +jTe +aRC +lcc +tFo +bZV +sMK +lcc +fad +wcX +mkn +nls +scq +stC +tKF +tKF +irJ +oiA +mVz +huk +ocF +ocF +ocF +lYE +szU +fJW +oNR +kJF +szU +dLs +ief +uRe +ioC +apH +oSQ +eek +sHl +eyk +omF +xOZ +ioC +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +sSP +ldp +ufC +pXm +oVl +iEJ +kWu +pXm +ojI +dAk +fyy +nLu +fyy +pKg +pKg +kXW +iRV +pKg +pKg +nkT +dTl +aVu +wlu +hQH +amV +iQY +qPp +hQH +duz +osH +oma +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(108,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +xyC +aNP +ftk +aNP +aaU +nfI +sew +jYX +kkA +vnS +vnS +vnS +vnS +vnS +wZU +xcj +khA +khA +khA +khA +vnS +vnS +cMo +sXA +hFn +ltD +kgt +uSI +tum +uSI +uds +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +wgD +fad +lKz +lZk +hWv +fad +bZV +sMK +lcc +fad +olf +rjJ +uHY +scq +oio +tKF +alY +irJ +kol +scq +scq +neo +scq +szU +szU +szU +gGS +oNR +kJF +szU +xNg +fKR +lru +ioC +eyk +eVa +eek +ioC +spv +ken +dVO +ioC +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +avi +jJK +kWu +ahB +oVl +iEJ +kWu +pXm +ojI +dAk +fyy +nLu +fyy +pKg +pKg +lLA +fcV +pKg +pKg +nkT +dTl +aVu +wlu +hQH +amV +iQY +qPp +sqj +amV +vov +dVN +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(109,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +iQA +wob +nqv +aaU +whl +djZ +pVn +rzZ +icX +vnS +wos +fmh +fmh +xne +blp +ofa +khA +gUi +bMG +cPS +bMG +vnS +nzt +fbi +nah +iro +bkj +sYy +dwf +uaF +rKl +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +gAG +ouJ +fad +fad +fad +fad +fad +xnB +sMK +lcc +fad +sUL +faw +nls +scq +all +tKF +alY +irJ +kol +scq +tsM +hnd +xwi +szU +akZ +jOk +gOW +oNR +kJF +szU +dLs +dPv +aGS +ioC +eyk +eVa +eek +ioC +ioC +ioC +ioC +ioC +pPw +hxb +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +vdM +lNC +bmD +pXm +noP +iEJ +kWu +pXm +ojI +dAk +csm +aVE +dAk +dAk +dAk +dAk +dAk +dAk +dAk +rZz +tMl +aVu +wlu +hQH +amV +iQY +qPp +hQH +fjY +gsT +xIl +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(110,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +jzl +jzl +jzl +qJX +jzl +djZ +pVn +rzZ +icX +vnS +oxj +lay +lay +xne +blp +taf +ldA +uRK +ffN +jDW +cBp +vnS +nzt +fbi +nah +iro +vOy +nqx +vOy +vOy +vOy +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +ouJ +fad +pgd +qOn +kWq +fad +bZV +sMK +lcc +fad +aBC +asO +nls +scq +wCV +tKF +alY +irJ +kol +trS +faD +uMe +nls +szU +nYy +oNR +oNR +oNR +kJF +szU +dLs +fUd +pqn +ioC +eIn +eVa +eek +ioC +oPe +cXP +oFT +ioC +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +pXm +pXm +oVl +iEJ +kWu +pXm +ojI +dAk +dpC +nLu +dAk +oJn +aGw +bGS +vrp +eRi +dAk +nkT +pKg +aVu +wlu +hQH +ebt +iQY +qPp +hQH +hQH +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(111,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +hyE +jzl +qXg +aNP +aNP +djZ +pVn +rzZ +icX +vnS +aHU +hBi +hBi +xne +blp +lxZ +khA +iXR +eBF +baB +bMG +vnS +nzt +fbi +nah +iro +tIk +uSI +cvC +vOy +tid +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +qSP +ouJ +fad +jTe +aRC +lcc +tFo +bZV +sMK +lcc +fad +aBC +asO +nls +scq +fvM +tKF +tKF +xWg +dwH +etv +oXZ +lRI +gdB +szU +kys +oNR +oNR +oNR +kJF +szU +dLs +fUd +pqn +ioC +eyk +eVa +eek +sHl +eyk +omF +xOZ +ioC +dUz +bzK +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +rku +ldp +ufC +pXm +oVl +iEJ +kWu +pXm +ojI +dAk +fyy +nLu +dAk +iSC +nid +kwZ +lAt +gTP +dAk +nkT +pKg +aVu +wlu +hQH +amV +iQY +qPp +hQH +duz +osH +rta +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(112,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +yhK +pPT +aNP +aNP +aNP +djZ +pVn +bDL +icX +vnS +vnS +vnS +vnS +vnS +blp +lxZ +dgJ +ddg +eBF +qNS +czQ +vnS +nzt +fbi +nah +iro +uSI +uSI +uSI +tfn +fSa +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +fad +lKz +lZk +hWv +fad +bZV +tcW +lcc +fad +aBC +asO +nls +scq +bsL +gTv +gTv +gTv +cKE +scq +wok +juX +nls +szU +vZo +nmv +gLi +dug +ain +szU +dLs +fUd +pqn +ioC +eyk +pHF +eek +ioC +spv +ken +dVO +ioC +wkp +buf +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +avi +jJK +kWu +ahB +oVl +tKx +kWu +pXm +ojI +dAk +fyy +nLu +dAk +tLh +fBg +uEh +kee +exd +dAk +nkT +pKg +aVu +wlu +hQH +amV +hjb +qPp +sqj +amV +vov +dVN +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(113,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +rSU +jzl +nUl +pVX +vbq +djZ +pVn +rzZ +icX +vnS +eDW +xnl +mto +khA +blp +lxZ +khA +xHG +eBF +eBF +hHV +vnS +nzt +fbi +nah +iro +rih +lvV +sXN +vOy +dpJ +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +fad +fad +fad +fad +fad +bZV +sMK +pMX +fad +cae +kiT +mPy +scq +scq +scq +scq +scq +scq +scq +cae +aXS +cae +szU +szU +szU +szU +szU +szU +szU +ovP +wIw +eqm +ioC +fgW +eVa +eek +ioC +ioC +ioC +ioC +ioC +wkp +sCs +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +vdM +lNC +bmD +pXm +oVl +iEJ +bQp +pXm +ojI +dAk +fyy +nLu +dAk +tLh +vbK +omw +qPC +edx +dAk +nkT +pKg +aVu +wlu +hQH +rmX +iQY +qPp +hQH +fjY +gsT +xIl +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(114,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +nIS +nIS +nIS +nIS +nIS +nIS +nIS +pVn +rzZ +mkk +vnS +glj +bMG +lxZ +jFS +blp +bpi +khA +dAw +bMG +bMG +bMG +vnS +obu +fbi +nah +bHS +bHS +bHS +bHS +bHS +bHS +bHS +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fHB +bHO +fad +pgd +qOn +kWq +fad +bZV +ait +lcc +fad +aBC +asO +pbL +cae +hnd +hnd +eMX +hnd +ftp +hnd +lZJ +juX +pbL +aOR +iZf +uni +hLk +uni +uni +eqm +coY +fUd +pqn +ioC +eyk +oGU +eek +ioC +oPe +cXP +oFT +ioC +wdn +buf +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +pXm +pXm +dab +sfi +kWu +pXm +ojI +dAk +fyy +nLu +dAk +vSw +uEh +uEh +kwZ +exd +dAk +avf +pKg +aVu +wlu +hQH +amV +qwj +gza +hQH +hQH +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(115,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +jrk +aMI +aMI +aMI +aMI +rrc +cwx +pVn +rzZ +icX +vnS +xET +ujg +nhv +khA +blp +lxZ +khA +khA +dGy +khA +diB +vnS +nzt +fbi +nah +xpi +fpV +fpV +fpV +fpV +qKx +jrk +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +iDq +wWo +fad +jTe +aRC +lcc +tFo +lZk +arf +whh +fad +aBC +dwP +oUG +nIA +oUG +oUG +mko +oUG +oUG +oUG +jDp +czu +ltS +rja +rja +rja +jRu +rja +rja +mUX +rja +iix +pqn +ioC +xzd +gPX +yhO +sHl +eyk +omF +xOZ +ioC +wdn +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +rku +ldp +ufC +pXm +nnp +bLa +kWu +pXm +ojI +dAk +fyy +nLu +dAk +mJo +kwZ +kwZ +kwZ +xtP +dAk +avf +pKg +aVu +wlu +hQH +amV +hPQ +lSN +hQH +duz +osH +rta +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(116,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +jrk +aMI +aMI +aMI +aMI +aMI +cwx +pVn +rzZ +wzI +vnS +khA +diB +khA +khA +blp +lxZ +khA +rjf +eBF +khA +wKv +vnS +gZu +fbi +nah +xpi +fpV +fpV +fpV +fpV +fpV +jrk +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +fIN +fad +lKz +lZk +hWv +fad +khG +khG +khG +fad +amO +qCH +qCH +cae +qCH +qCH +dPk +qCH +qCH +qCH +aZx +hIs +mtB +oSB +oSB +oSB +itG +oSB +oSB +eqm +oSB +oSB +gVq +ioC +gMQ +gMQ +gMQ +ioC +spv +ken +dVO +ioC +xBW +iOE +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +avi +jJK +kWu +ahB +cUM +dPY +kKb +pXm +ojI +dAk +fyy +nLu +dAk +rco +mxG +iEw +vIG +gXe +dAk +cCs +tnz +aVu +wlu +hQH +myl +biI +olD +sqj +amV +vov +dVN +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(117,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +jrk +aMI +aMI +aMI +aMI +aMI +cwx +pVn +wHc +icX +vnS +wFL +ghR +jVP +khA +blp +jgr +khA +hxm +mhR +khA +jVP +vnS +nzt +tBG +nah +xpi +fpV +fpV +fpV +fpV +fpV +jrk +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +fad +fad +fad +fad +fad +fad +lOC +fad +fad +xXr +xXr +xXr +xXr +xXr +xXr +xXr +xXr +xXr +xXr +aBC +juX +nls +pPw +pPw +pPw +pPw +pPw +pPw +pPw +pPw +pPw +pPw +pPw +pPw +hxb +pPw +pPw +pPw +pPw +pPw +pPw +wdn +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +vdM +lNC +bmD +pXm +xZL +tvF +xZL +pXm +ojI +dAk +rQB +nLu +dAk +tLh +kwZ +kwZ +kwZ +xnw +dAk +avf +rAs +aVu +wlu +hQH +ohb +uFw +ohb +hQH +fjY +gsT +xIl +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(118,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +jrk +aMI +aMI +aMI +aMI +aMI +cwx +pVn +rzZ +jYf +vnS +khA +khA +khA +khA +gfi +lxZ +vnS +vnS +vnS +vnS +vnS +vnS +aiN +fbi +nah +xpi +fpV +fpV +fpV +fpV +fpV +jrk +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +ouJ +ouJ +ouJ +xXr +ouJ +fIN +fIN +fIN +fIN +fIN +lNa +fIN +sYV +wUO +fIN +ryS +ouJ +ouJ +xXr +aBC +juX +nls +pPw +wkp +sCs +wkp +wkp +eiE +iUx +tWp +wkp +bod +wkp +wkp +wkp +wkp +wkp +pPw +wkp +wkp +wkp +wdn +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +pXm +pXm +pXm +pXm +pXm +pXm +kaO +pXm +pXm +ojI +dAk +fyy +nLu +dAk +tLh +uEh +kwZ +kwZ +xnw +dAk +oPn +pKg +aVu +wlu +hQH +hQH +wfY +hQH +hQH +hQH +hQH +hQH +hQH +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(119,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +jrk +aMI +aMI +aMI +aMI +aMI +jrk +suw +vrZ +olA +vnS +vzL +iLI +mPQ +khA +blp +lxZ +vnS +lhn +gys +vSs +jWL +ygc +suw +vdd +olA +jrk +fpV +fpV +fpV +fpV +fpV +jrk +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +ouJ +ouJ +ouJ +lRZ +ouJ +ouJ +ouJ +ouJ +wgD +cAP +tUp +jEa +oAu +ouJ +ouJ +ryS +ouJ +ouJ +lRZ +amO +rtm +pZt +uaJ +wkp +wkp +wkp +wdn +xoc +wdn +wdn +wdn +kQI +wdn +wdn +wdn +wkp +wkp +uaJ +wkp +wkp +wkp +wkp +joW +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +fyy +vCX +dAk +ojI +ojI +dAk +pwt +aZB +dAk +tLh +rBD +nXk +axa +rKb +dAk +oPn +pKg +aVu +wlu +wlu +aVu +nkT +fcV +lYl +jVX +mGL +sAE +lYl +wlu +nsT +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(120,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +hcw +oeL +oeL +joN +joN +joN +joN +jrk +jrk +aWP +aWP +aWP +jrk +jrk +suw +vrZ +olA +vnS +kpW +ujg +rVh +bVJ +blp +lxZ +vnS +eVc +eVc +qlR +mGD +kUe +suw +vdd +olA +jrk +jrk +fQC +fQC +fQC +jrk +jrk +joN +joN +joN +joN +oeL +oeL +pVG +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +vcu +vcu +vcu +vcu +fIN +ouJ +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +uRd +nhi +uRd +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +ipR +wkp +wkp +erV +erV +erV +erV +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +fyy +vCX +dAk +dAk +dAk +dAk +fyy +vCX +dAk +tLh +xpr +kwZ +vhz +xnw +dAk +oPn +pKg +aVu +aVu +aVu +aVu +nkT +pKg +htT +mGL +iWu +mGL +lYl +wlu +nsT +joN +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(121,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +jrk +bRX +bfE +bfE +bfE +uah +dAL +vrZ +olA +vnS +vzl +vzl +vzl +khA +blp +lxZ +vnS +tNL +fKl +szF +mGD +fPm +suw +vdd +hrZ +uah +bfE +bfE +bfE +uAq +jrk +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +qSP +ouJ +ipR +lKg +lKg +rCH +vJX +rCH +rCH +rCH +rCH +kcU +rCH +rCH +vJX +rCH +rCH +rCH +lKg +pEb +lKg +rCH +rCH +rCH +vJX +rCH +rCH +kcU +rCH +rCH +rCH +rCH +vJX +rCH +lKg +lKg +ipR +wkp +biN +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +nim +lsx +vxr +pTg +pTg +pTg +pTg +lTb +dAk +iSC +tjX +bTd +xkd +abf +dAk +eQu +aAU +sPI +qGZ +sPI +sPI +div +ckD +wGe +mGL +sos +mGL +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(122,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +jrk +jZG +pij +pij +sMc +uah +ovW +vrZ +olA +vnS +sXt +uCg +fsZ +khA +blp +lxZ +vnS +wIV +ffL +ffL +lkd +kUe +suw +vdd +fVg +uah +sMc +pij +pij +coq +jrk +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +ouJ +ipR +lKg +htC +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +tXi +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +vpq +uiX +lKg +ipR +dUz +dUz +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +wzY +qFg +fLs +fyy +fyy +fyy +fyy +fyy +dAk +cEx +uBK +vDX +pye +uHU +dAk +pKg +pKg +pKg +aea +xjU +pKg +iwJ +wrf +lYl +pWg +qvT +rGc +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(123,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +jrk +jrk +nqY +nqY +jrk +jrk +suw +vrZ +olA +vnS +rbv +nEu +rVh +pgO +kpW +rVh +vnS +cer +irS +owO +nEW +ygc +suw +vdd +olA +jrk +jrk +nqY +nqY +jrk +jrk +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +fIN +ouJ +ipR +rCH +lSe +cZN +nQg +nQg +nQg +nQg +nQg +nQg +nQg +nQg +nQg +nQg +nQg +nQg +nQg +ush +nzu +nzu +nzu +nzu +nzu +nzu +nzu +nzu +nzu +nzu +nzu +nzu +nzu +vcV +vWw +rCH +ipR +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +okv +vCX +dAk +dAk +qMH +dAk +dAk +dAk +dAk +dAk +dAk +dAk +dAk +gDd +dAk +aVu +aVu +aVu +bUd +aVu +aVu +nkT +pKg +lYl +vBS +uKP +aPB +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(124,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +jrk +uah +ijO +gKG +vnS +vnS +vnS +vnS +vnS +vnS +vnS +vnS +kUe +kUe +kUe +kUe +kUe +mmU +gIK +uah +jrk +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +vcu +ouJ +ouJ +ipR +rCH +ybv +bOo +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +xCE +qAa +rCH +ipR +wkp +wkp +erV +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +wmt +nLu +dAk +aop +aop +nAd +fyy +dAk +fyy +fyy +xhv +fyy +fyy +rlS +fyy +aVu +pKg +bmG +aea +plV +aVu +nkT +elQ +lYl +oSf +iWu +opY +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(125,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +nqY +suw +gfl +gsz +uah +bfE +bcl +bfE +bfE +bfE +bfE +bfE +bfE +bfE +bcl +bfE +uah +tPw +rJW +olA +nqY +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +iZw +dQt +gMr +ipR +rCH +lSe +qbz +paU +soL +vfr +vfr +vfr +vfr +vfr +vfr +vfr +vfr +soL +vfr +vfr +vfr +vfr +vfr +soL +vfr +vfr +vfr +vfr +vfr +vfr +vfr +vfr +soL +paU +iVx +vWw +rCH +ipR +npl +dQt +iZw +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +isK +aVE +dAk +fyy +vZu +fyy +qzV +dAk +pUX +aop +bIx +nnm +mEE +mYr +fPw +iNy +vow +mmB +ejj +dTl +aVu +rZz +phV +lYl +oSf +iWu +xau +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(126,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +oTX +nqY +suw +thd +gvb +epV +cNS +cNS +cNS +cNS +cNS +msK +pKQ +pKQ +pKQ +pKQ +pKQ +vjG +omi +umB +olA +nqY +oTX +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +mNf +mNf +faf +rCH +lSe +qbz +paU +vfr +qTH +pFH +pFH +mLF +dMi +tSo +nsj +pFH +ulh +rXf +nsj +mLF +dMi +rXf +emV +pFH +dMi +tSo +nsj +mLF +ulh +rXf +qTH +vfr +paU +iVx +vWw +rCH +faf +mNf +mNf +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +wmt +nLu +dAk +lvs +lvs +lvs +lvs +lvs +lvs +lvs +lvs +lvs +jpE +jpE +jpE +jpE +jpE +jpE +jpE +jpE +aVu +nkT +pKg +lYl +oSf +iWu +opY +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(127,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +oTX +jrk +ksA +pij +pij +uah +pij +pij +pij +pij +pij +rpL +pij +pij +pij +pij +pij +uah +pij +pij +pvD +jrk +oTX +gyz +joN +joN +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +clp +oAp +oAp +uuF +pvs +rWk +lTj +ebv +uvv +jFo +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +oeR +uvv +ebv +bHc +jQp +pvs +uuF +oAp +oAp +clp +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +wxp +nLu +fyy +lvs +atl +tHz +wCr +fNw +fNw +qOg +pfZ +dXX +ern +osX +rvl +rvl +hUb +pSh +uEI +jpE +nlx +nkT +dTl +lYl +oSf +iWu +opY +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(128,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ijL +ijL +rhy +rhy +rhy +iyS +iyS +iyS +iyS +jCv +jCv +pdm +jCv +jCv +iyS +iyS +iyS +iyS +iyS +iyS +iyS +uMx +uMx +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +jUo +bZj +faf +rCH +lSe +qbz +paU +vfr +ikb +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +jAc +vfr +paU +iVx +vWw +rCH +faf +bZj +jUo +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +fyy +nLu +uLL +lvs +cIv +qOW +foy +fNw +fNw +fNw +tYq +dXX +xke +rvl +rvl +rvl +tKm +bzI +dyv +jpE +pKg +nkT +dTl +lYl +oSf +fgl +opY +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(129,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ijL +wTE +dyt +lxP +rhy +rsB +atR +lEN +atR +atR +atR +uwN +atR +atR +atR +lEN +atR +rsB +iyS +xjr +jCv +noY +uMx +gyz +joN +joN +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +tRm +nbS +faf +rCH +lSe +qbz +paU +vfr +amW +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +erU +vfr +paU +iVx +vWw +rCH +faf +poJ +grQ +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +uzh +nLu +lvs +lvs +lvs +lvs +lvs +acy +acy +acy +acy +dXX +vgg +vgg +vgg +vgg +jpE +jpE +jpE +jpE +jpE +nkT +iAA +lYl +dtQ +iWu +opY +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(130,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ijL +lAs +qHs +aPY +oZr +bjM +ndB +uZJ +uZJ +uZJ +uZJ +kxx +lqT +lqT +lqT +lqT +oqU +atR +iyS +tev +rZp +fBb +qKM +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +mNf +tRm +ssP +jVV +ork +bOo +paU +vfr +iKy +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +mCj +vfr +paU +xCE +iAn +jVV +ssP +nbS +mNf +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +fyy +nLu +lvs +fGp +mRm +mRm +dXX +iJG +wJc +wJc +wKM +dXX +jee +bZr +bZr +qDU +xjk +umQ +umQ +xfA +jpE +nkT +dTl +lYl +oSf +iWu +opY +lYl +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(131,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ijL +hmt +sgD +mgk +rhy +atR +xTT +tan +tan +tan +tan +aeC +tan +tan +tan +tan +sXB +atR +jCv +rZp +rZp +fBb +uMx +gyz +joN +joN +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +mNf +mNf +faf +rCH +lSe +qbz +paU +vfr +hxP +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +oAE +vfr +paU +iVx +vWw +lKg +faf +poJ +psG +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +ojI +ojI +ojI +dAk +fyy +nLu +lvs +acy +ihA +hDJ +eug +wJc +ixh +tHz +pVi +dXX +dbm +pSh +wuq +bZr +csF +yjx +clz +jyP +jpE +qcy +gAo +kXK +cJE +dob +oce +kXK +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(132,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ufa +hQt +dlB +mNs +wBM +atR +xTT +tan +wBI +wBI +wBI +old +wBI +wBI +wBI +tan +sXB +atR +jCv +rZp +rZp +fBb +qKM +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +jUo +bZj +faf +rCH +lSe +qbz +paU +soL +ikb +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +txf +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +jAc +soL +paU +iVx +vWw +lKg +faf +bZj +jUo +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +dAk +dAk +dAk +dAk +dAk +pwt +aZB +lvs +rXX +khN +hDJ +dXX +wJc +uhU +ltr +rYo +dXX +duc +pki +wDl +bZr +xjk +yjx +ulE +jsh +jpE +nkT +dTl +kXK +kXK +kXK +kXK +kXK +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(133,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ufa +lBD +mNs +mNs +wBM +atR +xTT +tan +lRj +lRj +lRj +sdW +lRj +lRj +lRj +tan +sXB +atR +iyS +hhT +rZp +fBb +qKM +gyz +joN +joN +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +tRm +nbS +faf +rCH +lSe +qbz +paU +vfr +veV +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +pxa +vfr +paU +iVx +vWw +lKg +faf +mNf +mNf +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +ojI +ojI +ojI +ojI +ojI +dAk +fyy +nLu +lvs +dXX +dXX +dXX +dXX +wQw +uhU +ltr +wAc +dXX +bZr +pki +wDl +lAh +xjk +xjk +xjk +xjk +jpE +nkT +dTl +aVu +wlu +wlu +wlu +wlu +wlu +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(134,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ijL +jmB +mNs +mNs +dQq +atR +xTT +tan +wgM +wgM +wgM +xsD +wgM +wgM +wgM +tan +sXB +iYv +iyS +vPb +rZp +jde +uMx +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +mNf +poJ +ssP +jVV +ork +bOo +paU +vfr +iKy +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +mCj +vfr +paU +xCE +iAn +jVV +ssP +psG +mNf +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +lgi +lgi +lgi +lgi +ckM +mWR +xzl +qNJ +gFC +lvs +fGp +mRm +mRm +dXX +wJc +uhU +ltr +qbj +dXX +bZr +pki +wDl +bZr +xjk +umQ +umQ +xfA +jpE +nkT +lkC +aVu +wlu +nsT +nsT +nsT +nsT +nsT +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(135,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ijL +uiE +mNs +vGk +rhy +ncb +xTT +tan +tan +tan +tan +aeC +tan +tan +tan +tan +sXB +iYv +iyS +rZp +rZp +fBb +qKM +gyz +joN +joN +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +fSI +nbS +faf +rCH +lSe +qbz +paU +vfr +nNA +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +feH +vfr +paU +iVx +vWw +rCH +faf +poJ +psG +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +qNJ +gFC +lvs +acy +ihA +hDJ +eug +wJc +rIX +qOW +wAc +dXX +bZr +bzI +dzr +bZr +csF +yjx +clz +hVo +jpE +jvn +kAI +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(136,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +ijL +pOl +ndR +oVw +rhy +ncb +xTT +eXU +vga +vga +vga +iOh +vga +vga +vga +nsG +sXB +iYv +iyS +lKR +gmH +noY +uMx +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +jUo +bZj +faf +rCH +lSe +qbz +paU +vfr +ikb +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +jAc +vfr +paU +iVx +vWw +rCH +faf +bZj +jUo +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +dCm +ftb +lvs +rXX +khN +hDJ +dXX +mQC +bRC +wJc +lUk +dXX +gMK +bZr +hPY +iKc +xjk +yjx +ulE +jsh +jpE +tnr +jnq +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(137,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +ijL +ijL +ijL +ijL +ijL +ncb +xTT +ntd +okD +okD +uMK +oEX +lHd +edV +edV +bpJ +sXB +iYv +uMx +uMx +uMx +uMx +uMx +gyz +joN +joN +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +clp +oAp +oAp +uuF +pvs +rWk +lTj +ebv +uvv +lnz +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +sAi +mnx +uvv +ebv +bHc +jQp +pvs +uuF +oAp +oAp +clp +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +uZn +gFC +lvs +lvs +lvs +lvs +lvs +lvs +ccY +lvs +lvs +lvs +jpE +jpE +uoy +jpE +jpE +jpE +jpE +jpE +jpE +jvn +rjA +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(138,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +fIo +dPo +xVU +pbK +pbK +vtv +fQx +vUE +bFz +bFz +jbc +sXB +pAq +uMx +joN +gyz +oTX +oTX +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +gsS +mNf +mNf +faf +rCH +lSe +qbz +paU +vfr +qTH +mvx +oPK +xYA +ghO +vmB +hHj +xrd +gXu +mvx +hHj +xYA +ghO +mvx +oPK +xrd +ghO +vmB +hHj +xYA +gXu +mvx +qTH +vfr +paU +iVx +vWw +rCH +faf +mNf +mNf +gsS +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +qNJ +pPb +xaQ +xaQ +xaQ +aRI +dbG +xaQ +gta +ogT +ogT +ogT +ogT +aPN +kjz +xaQ +dbG +xaQ +dCX +xaQ +xaQ +srU +qxR +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(139,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +ncb +xTT +sDz +dwJ +dwJ +jGz +rsK +fAP +bFz +bFz +jbc +sXB +iYv +uMx +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +iZw +dQt +gMr +ipR +rCH +lSe +qbz +paU +soL +vfr +vfr +vfr +vfr +vfr +vfr +vfr +vfr +soL +vfr +vfr +vfr +vfr +vfr +soL +vfr +vfr +vfr +vfr +vfr +vfr +vfr +vfr +soL +paU +iVx +vWw +rCH +ipR +npl +dQt +iZw +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +qXG +qNJ +qNJ +qNJ +qNJ +ezz +qNJ +ncC +fTs +qNJ +qNJ +qNJ +qNJ +ezz +qNJ +qNJ +izJ +izJ +ccU +izJ +qNJ +qNJ +bfe +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(140,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +oyr +noi +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +ncb +xTT +sDz +dwJ +dwJ +meh +iWd +fBo +bFz +bFz +jbc +sXB +iYv +uMx +joN +gyz +oTX +oTX +gyz +joN +noi +eQe +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +vJM +vJM +ipR +rCH +mPY +bOo +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +paU +xCE +msG +rCH +ipR +vJM +nLY +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +qNJ +qNJ +qNJ +qNJ +uIX +uIX +uIX +uIX +uIX +uIX +uIX +ptW +uIX +uIX +uIX +uIX +uIX +uIX +uIX +pXq +qNJ +qNJ +uZn +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(141,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +gUT +xTT +fLx +iqg +xSl +cnZ +aaf +mNn +xSl +kRw +dDr +sXB +cLi +uMx +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +vJM +vJM +ipR +rCH +lSe +hny +aPo +aPo +aPo +aPo +aPo +aPo +aPo +aPo +aPo +aPo +aPo +aPo +aPo +xUU +oQi +oQi +oQi +oQi +oQi +oQi +oQi +oQi +oQi +oQi +oQi +oQi +oQi +sCL +vWw +rCH +ipR +gtl +kjK +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +ncC +qNJ +qNJ +qNJ +uIX +mWR +mWR +mWR +mWR +mWR +uIX +pAQ +uIX +mWR +mWR +mWR +mWR +mWR +uIX +qNJ +qNJ +qNJ +qNJ +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(142,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +qKM +atR +xTT +gLv +fSi +fSi +fSi +fSi +fSi +fSi +fSi +wxU +sXB +atR +qKM +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +vJM +gtl +ipR +lKg +fVd +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +iwE +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +vrS +pGR +lKg +ipR +gtl +kjK +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +qNJ +qNJ +uIX +uIX +uIX +mWR +kUk +kUk +kUk +kUk +kUk +lSu +kUk +kUk +kUk +kUk +kUk +mWR +uIX +uIX +uIX +qNJ +idM +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(143,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +qKM +atR +xTT +sXB +wxX +jIU +jIU +jIU +jIU +jIU +lPw +xTT +sXB +atR +qKM +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +xRc +ncl +ipR +lKg +lKg +rCH +rCH +rCH +rCH +rCH +faC +gpn +rCH +rCH +pGd +rCH +rCH +rCH +lKg +pEb +lKg +rCH +rCH +rCH +pGd +rCH +gpn +wvx +rCH +rCH +rCH +rCH +rCH +rCH +lKg +lKg +ipR +ncl +vyN +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +xzl +xzl +xzl +uIX +mWR +mWR +mWR +kUk +eZQ +cEm +pvt +rjX +pWr +cUS +cUS +emO +jvg +kUk +mWR +mWR +mWR +uIX +xzl +xzl +xzl +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(144,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +atR +xTT +sXB +duX +uMQ +yla +yla +yla +hmL +pmy +xTT +sXB +atR +uMx +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +dJT +gtl +ipR +ipR +ipR +ipR +eng +eng +eng +eng +ipR +bMS +bMS +bMS +bMS +bMS +bMS +bMS +uRd +nhi +uRd +bMS +bMS +bMS +bMS +bMS +bMS +bMS +bes +bes +bes +bes +bes +bes +ipR +ipR +ipR +gtl +vJM +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +mWR +mWR +mWR +uIX +mWR +kUk +kUk +kUk +blH +gYj +lyG +lyG +lyG +lyG +lyG +gEs +mMG +kUk +kUk +kUk +mWR +uIX +mWR +mWR +mWR +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(145,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +atR +blS +izO +wdO +bzJ +jCv +jCv +jCv +fnd +jQl +blS +izO +atR +uMx +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +nLY +gtl +gtl +vJM +eNx +nLC +rCH +rCH +rCH +rCH +tLB +eNx +vUB +gtl +jkk +gtl +vJM +iuN +iCR +udL +iCo +iuN +vJM +vJM +jkk +gtl +vXN +eNx +fvV +igD +gts +igD +gts +igD +iuN +vJM +iDb +gtl +uBy +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +ckM +ckM +ckM +ckM +ckM +mWR +kUk +wXw +pZV +blH +ndH +kbN +kbN +dBA +kbN +kbN +blH +mMG +hTz +adK +kUk +mWR +ckM +ckM +ckM +ckM +ckM +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(146,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +rsB +atR +atR +tOt +bfM +nRj +jBJ +jBJ +jFU +vFw +atR +atR +rsB +uMx +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +qmp +vJM +uBy +vJM +iuN +rCH +qMZ +pci +pci +aYd +rCH +iuN +vJM +vJM +dVb +vJM +xsG +eNx +wSb +sNg +xeT +eNx +xsG +kjK +kFb +kVK +vJM +iuN +vOV +sAI +sAI +sAI +sAI +sAI +pgo +vJM +iDb +vJM +pBp +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +ebo +pZV +blH +ndH +onu +hOC +sqR +jGU +onu +blH +mMG +hTz +xNn +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(147,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +hcw +oeL +oeL +oeL +oeL +joN +joN +joN +gyz +oTX +oTX +gyz +joN +uMx +uMx +qKM +uMx +uMx +uMx +uMx +uMx +uMx +uMx +uMx +uMx +qKM +uMx +uMx +joN +gyz +oTX +oTX +gyz +joN +joN +joN +oeL +oeL +oeL +oeL +pVG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +pgo +pgo +pgo +pgo +pgo +czV +sgf +cuZ +cuZ +rBv +kON +eNx +eNx +eNx +eNx +eNx +eNx +eNx +icI +wUv +jAv +eNx +eNx +eNx +eNx +eNx +eNx +eNx +ixg +sAI +sAI +sAI +sAI +sAI +pgo +pgo +pgo +pgo +pgo +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +krb +krb +joN +joN +joN +joN +joN +ckM +mWR +kUk +tUE +pZV +blH +ndH +kbN +dEu +sqR +cdx +kbN +blH +mMG +hTz +uOc +kUk +mWR +ckM +joN +joN +joN +joN +joN +krb +krb +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(148,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +dAB +sgf +cuZ +cuZ +rBv +usm +nvc +gJa +knw +knw +knw +pDY +knw +upg +uGZ +wYZ +knw +atq +knw +knw +knw +lTC +nvc +dSA +sAI +sAI +fGL +sAI +sAI +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +kUk +kUk +kUk +msv +ndH +kbN +ujS +nwp +fQb +kbN +blH +eAS +kUk +kUk +kUk +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(149,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +jTO +hDG +ipx +ipx +vOo +meM +nvc +wSb +uuO +msF +kBj +bbG +kBj +bJJ +gKt +kBj +kBj +bbG +kBj +rlu +nrU +xeT +nvc +vOV +sAI +sAI +sAI +sAI +sAI +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +mWR +mWR +mWR +kUk +blH +ndH +kbN +kbN +kbN +kbN +kbN +blH +mMG +kUk +mWR +mWR +mWR +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(150,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +gyz +oTX +oTX +gyz +joN +sax +sax +sax +sax +sax +sax +sax +sax +sax +sax +sax +sax +sax +sax +sax +joN +gyz +oTX +oTX +gyz +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +mlV +gpn +bVP +vyG +dSO +mRi +nvc +ygq +ufh +jJs +suk +qZJ +suk +suk +suk +suk +suk +qZJ +suk +ecd +uoS +xoK +nvc +lHC +sAI +sAI +sAI +sAI +sAI +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +ckM +ckM +ckM +mWR +kUk +blH +cSY +sAK +sAK +sAK +sAK +sAK +mFW +mMG +kUk +mWR +ckM +ckM +ckM +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(151,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +hcw +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +pVG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +pgo +fVN +bbf +bbf +bbf +bbf +bbf +bbf +jzG +rpm +bbf +cfs +bbf +uxH +liQ +lCG +jxv +tRQ +bbf +cfs +bbf +qWr +cez +bbf +bbf +fVN +fVN +fVN +fVN +fVN +pgo +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +lqq +lyG +lyG +lyG +ewe +eWG +wZO +eWG +qXD +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(152,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +iAh +wBT +wBT +wBT +wBT +iJY +wBT +rxw +vgj +vgj +vgj +vgj +vgj +vgj +vgj +gtn +vqE +wLp +wBT +wBT +wBT +wBT +wiE +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +kbN +kbN +kbN +kbN +kbN +kbN +kbN +oPk +fKH +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(153,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +joN +joN +joN +joN +joN +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +lJK +lJK +pvh +qKY +qKY +qKY +qKY +jjj +qKY +vsf +vgj +niE +fze +xWi +rnV +fLZ +vgj +hPv +qKY +eoZ +qKY +qKY +qKY +qKY +rKq +lJK +lJK +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +lyX +lsD +cRD +vsR +lsD +lsD +kbN +eZQ +igK +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(154,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +rDn +okQ +qoH +qKY +pjj +try +try +wEL +qKY +bFx +vgj +xtR +rnV +rnV +rnV +erh +vgj +esq +qKY +hvZ +try +try +pjj +qKY +rKq +xYb +dpI +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +lsD +ikQ +uWi +uWi +fRF +lsD +qxW +blH +mMG +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(155,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +joN +joN +joN +joN +joN +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +jYU +okQ +qoH +kuU +alR +wif +wif +fXP +qKY +vsf +vgj +mWb +rnV +rnV +rnV +cAc +vgj +cuL +qKY +dDy +eHc +wif +alR +nmy +rKq +xYb +ukw +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +kbN +kbN +iYN +qiG +bVt +kbN +kbN +pxG +mMG +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(156,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +uCn +okQ +qoH +qKY +pjj +vvM +vvM +wEL +qKY +vsg +vgj +rGZ +rnV +rnV +rnV +qOX +vgj +esq +qKY +hvZ +vvM +vvM +pjj +qKY +rKq +xYb +oFt +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +ivb +mxO +wWQ +iyI +bVt +onu +lJn +mFW +mMG +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(157,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fEH +sax +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +joN +joN +joN +joN +joN +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +sax +eyG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +fVN +fVN +lJK +lJK +agI +qjQ +xlL +xlL +xlL +aQn +qKY +vsf +vgj +eKR +aOs +rnV +rnV +rZL +vgj +eFx +qKY +eoZ +qKY +qKY +qKY +qKY +tRt +lJK +lJK +fVN +fVN +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +kTM +jhG +wWQ +iyI +bVt +onu +fXU +mQm +rHP +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(158,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +mZF +tVp +tVp +tVp +ahV +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +adY +gvX +adY +bbf +tfe +nCh +ijo +bXc +ijo +wQo +qKY +rKq +vgj +vgj +mbg +ulI +mbg +vgj +vgj +jDg +qKY +ltU +tLm +mDZ +ofF +wCJ +taW +bbf +gvX +gvX +adY +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +kTM +mxO +wWQ +iyI +bVt +onu +mTu +gEs +pIj +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(159,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +aUm +mOS +rVZ +rwe +pCu +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +bbf +bbf +bbf +wll +kwu +bbf +bbf +cDh +qKY +xpg +wBT +wBT +wBT +wBT +wBT +iYp +wBT +qHV +qKY +pXf +bbf +bbf +bbf +bbf +bbf +bbf +bbf +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +kbN +kbN +iYN +qBx +bVt +kbN +kbN +fDl +ndH +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(160,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +aUm +bXY +nkI +lsU +pCu +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +tqH +wBT +wBT +iJY +wBT +rxw +bbf +byH +pLZ +pLZ +pLZ +pLZ +pLZ +awh +pLZ +pLZ +pLZ +pLZ +pLZ +vOD +nzO +tqH +rxw +dBb +hWk +sYT +hcJ +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +lsD +ewx +cIJ +cIJ +rUJ +lsD +qxW +blH +ndH +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(161,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +aUm +jwU +cXp +jRh +pCu +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +cxL +sYT +jsH +udg +sYT +rKq +bbf +tfe +bXc +ijo +qiL +dlp +ijo +xAK +ijo +ijo +ijo +ijo +bXc +sIk +nzO +qoH +rKq +bbf +iQu +aCJ +ilc +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +lyX +lsD +lsD +aDC +lsD +lsD +qDz +vNK +tjR +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(162,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +sVU +clc +clc +clc +jdW +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +bwV +sYT +ykQ +lvW +sYT +hGX +bbf +bbf +bbf +bbf +qZw +qZw +ovL +wRZ +ovL +qZw +qZw +bbf +bbf +bbf +bbf +tXN +sIk +kle +sYT +obj +ssW +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +kbN +kbN +kbN +kbN +kbN +kbN +kbN +cGg +acV +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(163,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +joN +joN +joN +joN +joN +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +ivR +sYT +whj +hFS +sYT +rKq +bbf +gvX +gvX +gvX +qZw +tjM +pWy +nhU +pWy +sKl +qZw +gvX +gvX +gvX +qNy +xFp +xFp +bbf +hGF +sYT +gzA +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +jkF +hIY +eZQ +cEm +oFI +sAK +sAK +sAK +xOV +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(164,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +snR +oWN +oWN +xRn +ijo +asF +bbf +gvX +qZw +qZw +qZw +qZw +dWj +rtS +dWj +qZw +qZw +qZw +qZw +gvX +qNy +naG +naG +bbf +bbf +jlG +bbf +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +bog +hIY +vNK +lyG +lyG +lyG +lyG +lyG +tjR +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(165,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +joN +joN +joN +joN +joN +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +bbf +qKY +qKY +eoZ +qKY +bbf +bbf +gvX +qZw +wqC +mzd +gEk +pCe +rlz +pCe +pCe +jOM +wqC +qZw +gvX +qNy +naG +naG +bbf +avm +qbq +eHG +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +kUk +kUk +kUk +haJ +haJ +lUf +raF +deD +kUk +kUk +kUk +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(166,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +ozH +wBT +wBT +wvk +wBT +vZy +bbf +gvX +qZw +tOP +rMD +qlj +qlj +csW +qlj +qlj +rjK +pwP +qZw +gvX +qNy +naG +naG +bbf +odr +qbq +gHE +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +mWR +mWR +mWR +kUk +kUk +kUk +kUk +kUk +kUk +kUk +mWR +mWR +mWR +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(167,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +oyr +noi +joN +joN +joN +joN +joN +joN +joN +joN +joN +noi +eQe +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +tKE +sYT +sYT +iiW +sYT +rKq +bbf +gvX +qZw +vgN +gAJ +qlj +qlj +csW +qlj +qlj +xIt +klC +qZw +gvX +qNy +naG +naG +bbf +bbf +nLt +bbf +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +ckM +ckM +ckM +mWR +mWR +mWR +mWR +mWR +mWR +mWR +mWR +mWR +ckM +ckM +ckM +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(168,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +hzt +sYT +sYT +wdA +sYT +cPs +bbf +gvX +qZw +ooe +cUL +qlj +qlj +srX +qlj +qlj +wZQ +vBz +qZw +gvX +qNy +naG +naG +bbf +hai +qCM +sXK +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +ckM +ckM +ckM +ckM +ckM +ckM +ckM +ckM +ckM +ckM +ckM +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(169,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +gQZ +sYT +sYT +sYT +sYT +rKq +bbf +gvX +qZw +nED +gAJ +qlj +qlj +qlj +qlj +qlj +xIt +tQP +qZw +gvX +qNy +gKf +naG +bbf +bbf +bbf +bbf +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(170,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +dng +nuv +ijo +ijo +ijo +mwv +bbf +gvX +qZw +jlk +guG +qlj +qlj +qlj +qlj +qlj +wFT +tBO +qZw +gvX +qNy +qRA +naG +vCu +hIR +jDT +cmr +qNy +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(171,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +qoH +rKq +bbf +bbf +nLt +bbf +bbf +gvX +qZw +wqC +rsF +cLU +amb +bSj +tGI +gtI +pQr +wqC +qZw +gvX +qNy +iep +naG +naG +naG +naG +naG +qNy +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(172,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +lDZ +rKq +bbf +ipj +mfN +lyz +bbf +gvX +qZw +qZw +qZw +qZw +qZw +qZw +qZw +qZw +qZw +qZw +qZw +gvX +qNy +naG +naG +vCu +uET +lXt +lXt +qNy +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(173,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +rvs +gmt +bbf +onO +mfN +lyz +bbf +adY +gvX +gvX +gvX +gvX +gvX +gvX +gvX +gvX +gvX +gvX +gvX +adY +qNy +naG +naG +naG +naG +naG +naG +qNy +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(174,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +joN +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +joN +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +mSF +sIk +bbf +iJy +hCr +siO +bbf +gvX +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +gvX +qNy +uGU +gtB +pUN +jiN +qqq +qTQ +qNy +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(175,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +bbf +bbf +bbf +bbf +bbf +bbf +bbf +bbf +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +gvX +qNy +qNy +qNy +qNy +qNy +qNy +qNy +qNy +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(176,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +oyr +joN +joN +joN +gyz +oTX +oTX +gyz +joN +joN +joN +eQe +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +adY +gvX +gvX +gvX +gvX +gvX +gvX +gvX +gvX +gvX +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +adY +gvX +gvX +gvX +gvX +gvX +gvX +gvX +gvX +adY +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +joN +joN +joN +joN +joN +joN +joN +joN +joN +joN +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(177,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +hcw +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +pVG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +hcw +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +oeL +pVG +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +fVN +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +krb +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(178,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(179,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(180,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(181,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(182,1,1) = {" +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +rHc +spb +rHc +ffg +"} +(183,1,1) = {" +ffg +rHc +spb +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +spb +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +spb +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +spb +rHc +ffg +"} +(184,1,1) = {" +ffg +rHc +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +spb +rHc +ffg +"} +(185,1,1) = {" +ffg +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +rHc +ffg +"} +(186,1,1) = {" +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +ffg +"} diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index 128256587e..70073c43cd 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -964,7 +964,6 @@ name = "General Listening Channel"; pixel_y = 28 }, -/obj/effect/landmark/map_item, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -8362,7 +8361,6 @@ /area/almayer/command/lifeboat) "aBw" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item, /obj/item/storage/box/cups, /turf/open/floor/almayer{ icon_state = "plate" @@ -19123,7 +19121,6 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/effect/landmark/map_item, /turf/open/floor/almayer{ icon_state = "cargo" }, @@ -21514,7 +21511,6 @@ /obj/effect/spawner/random/tool, /obj/item/tool/hand_labeler, /obj/item/clipboard, -/obj/effect/landmark/map_item, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -23602,11 +23598,6 @@ pixel_x = 5; pixel_y = 9 }, -/obj/effect/landmark/map_item{ - layer = 3.03; - pixel_x = -7; - pixel_y = 4 - }, /obj/item/reagent_container/food/snacks/mre_pack/xmas3{ pixel_x = 5 }, @@ -24197,7 +24188,6 @@ /area/almayer/hull/upper_hull/u_f_p) "bZJ" = ( /obj/structure/surface/table/reinforced/almayer_B, -/obj/effect/landmark/map_item, /obj/item/device/binoculars, /turf/open/floor/plating/plating_catwalk, /area/almayer/command/cic) @@ -28315,10 +28305,6 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/effect/landmark/map_item{ - pixel_y = 3; - pixel_x = -1 - }, /turf/open/floor/wood/ship, /area/almayer/living/commandbunks) "cNe" = ( @@ -34624,7 +34610,6 @@ dir = 8; req_access_txt = "19" }, -/obj/effect/landmark/map_item, /obj/structure/machinery/door/window/eastleft{ req_access_txt = "19" }, @@ -37884,11 +37869,8 @@ /area/almayer/command/combat_correspondent) "gGo" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item{ - pixel_x = -8 - }, /obj/item/toy/plush/therapy/red{ - desc = "A USCM approved plush doll. It's not soft and hardly comforting!"; + desc = "A UACM approved plush doll. It's not soft and hardly comforting!"; force = 15; layer = 4.1; name = "Sergeant Huggs"; @@ -42642,7 +42624,6 @@ /area/almayer/living/pilotbunks) "iFC" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item, /obj/item/clothing/ears/earmuffs, /turf/open/floor/almayer{ icon_state = "mono" @@ -51186,7 +51167,6 @@ /area/almayer/hull/lower_hull/l_a_p) "mfM" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item, /obj/item/device/megaphone, /obj/structure/window/reinforced/ultra, /obj/structure/window/reinforced/ultra{ @@ -51879,7 +51859,7 @@ pixel_y = 13 }, /obj/item/toy/plush/therapy/red{ - desc = "A USCM approved plush doll. It's not soft and hardly comforting!"; + desc = "A UACM approved plush doll. It's not soft and hardly comforting!"; force = 15; layer = 4.1; name = "Sergeant Huggs"; @@ -57844,7 +57824,6 @@ /obj/structure/surface/table/almayer{ layer = 3 }, -/obj/effect/landmark/map_item, /obj/item/device/megaphone, /turf/open/floor/almayer{ icon_state = "plate" @@ -58396,9 +58375,6 @@ /area/almayer/engineering/upper_engineering/starboard) "pfe" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item{ - pixel_x = 5 - }, /obj/item/facepaint/black{ pixel_x = -10 }, @@ -58898,7 +58874,6 @@ "pth" = ( /obj/structure/surface/table/almayer, /obj/item/folder/blue, -/obj/effect/landmark/map_item, /obj/structure/pipes/vents/scrubber{ dir = 8 }, @@ -64044,7 +64019,6 @@ /area/almayer/living/commandbunks) "rub" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item, /turf/open/floor/almayer{ icon_state = "silver" }, @@ -71779,7 +71753,6 @@ /area/almayer/hull/lower_hull/l_m_p) "uFH" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item, /turf/open/floor/almayer, /area/almayer/living/briefing) "uFL" = ( @@ -75494,11 +75467,6 @@ /area/almayer/hallways/aft_hallway) "wbe" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item{ - layer = 3.03; - pixel_x = 7; - pixel_y = 4 - }, /obj/item/prop/helmetgarb/spacejam_tickets{ pixel_x = -8; pixel_y = 5 @@ -78377,7 +78345,7 @@ "xgS" = ( /obj/structure/largecrate/supply/supplies/mre{ desc = "A supply crate containing everything you need to stop a CLF uprising."; - name = "\improper USCM crate 'FOB supplies'" + name = "\improper UACM crate 'FOB supplies'" }, /obj/structure/sign/arcturianstopsign{ pixel_y = 32 @@ -78705,7 +78673,6 @@ /area/almayer/hull/upper_hull/u_a_s) "xot" = ( /obj/structure/surface/table/almayer, -/obj/effect/landmark/map_item, /obj/item/folder/red, /obj/structure/phone_base/rotary{ name = "Brig CMP's Office Telephone"; diff --git a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm index 36c8e9abe7..683fe7f426 100644 --- a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm +++ b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm @@ -1800,7 +1800,6 @@ /area/whiskey_outpost/inside/cic) "gC" = ( /obj/structure/surface/table/woodentable/fancy, -/obj/effect/landmark/map_item, /obj/item/folder/black_random, /obj/item/device/whistle, /turf/open/floor/prison{ @@ -2051,7 +2050,6 @@ /area/whiskey_outpost/inside/hospital) "hu" = ( /obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/map_item, /obj/item/clipboard, /obj/item/folder/black_random, /obj/item/device/binoculars, @@ -2701,7 +2699,6 @@ /area/whiskey_outpost/inside/cic) "jp" = ( /obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/map_item, /obj/item/device/whistle, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) @@ -5805,7 +5802,6 @@ /area/whiskey_outpost/outside/lane/four_north) "ux" = ( /obj/structure/surface/table/woodentable/poor, -/obj/effect/landmark/map_item, /obj/item/device/flashlight/lamp, /turf/open/gm/dirt, /area/whiskey_outpost/outside/mortar_pit) diff --git a/maps/map_files/chapaev/chapaev.dmm b/maps/map_files/chapaev/chapaev.dmm index ec03e22945..4cc1b47154 100644 --- a/maps/map_files/chapaev/chapaev.dmm +++ b/maps/map_files/chapaev/chapaev.dmm @@ -1207,7 +1207,7 @@ pixel_y = 38 }, /obj/item/toy/plush/therapy/red{ - desc = "A USCM approved plush doll. It's not soft and hardly comforting!"; + desc = "A UACM approved plush doll. It's not soft and hardly comforting!"; force = 15; layer = 2.9; name = "Commando Huggs"; @@ -1914,7 +1914,7 @@ /area/golden_arrow/medical) "tq" = ( /obj/structure/machinery/cm_vending/sorted/marine_food{ - desc = "USCM Food Vendor, containing standard military Prepared Meals. It was gifted to Chapaev by Marines of 1st Platoon, Sun Riders as a sign of good will. They did not complain receiving a crate of vodka in return." + desc = "UACM Food Vendor, containing standard military Prepared Meals. It was gifted to Chapaev by Marines of 1st Platoon, Sun Riders as a sign of good will. They did not complain receiving a crate of vodka in return." }, /turf/open/floor/strata{ dir = 6; diff --git a/maps/map_files/derelict_almayer/derelict_almayer.dmm b/maps/map_files/derelict_almayer/derelict_almayer.dmm index aeab7ffa35..896dd0e1dc 100644 --- a/maps/map_files/derelict_almayer/derelict_almayer.dmm +++ b/maps/map_files/derelict_almayer/derelict_almayer.dmm @@ -76664,7 +76664,7 @@ "xKL" = ( /obj/structure/largecrate/supply/supplies/mre{ desc = "A supply crate containing everything you need to stop a CLF uprising."; - name = "\improper USCM crate 'FOB supplies'" + name = "\improper UACM crate 'FOB supplies'" }, /obj/structure/sign/arcturianstopsign{ pixel_y = 32 diff --git a/maps/map_files/golden_arrow/golden_arrow.dmm b/maps/map_files/golden_arrow/golden_arrow.dmm index 37c6f5290e..ac14a8a05d 100644 --- a/maps/map_files/golden_arrow/golden_arrow.dmm +++ b/maps/map_files/golden_arrow/golden_arrow.dmm @@ -10944,7 +10944,7 @@ "PV" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/prop/dam/crane/cargo{ - desc = "Standard cargo crane used by the USCM. Looks like this one has replacement parts for the Tripoli on it. You probably couldn't name half of these."; + desc = "Standard cargo crane used by the UACM. Looks like this one has replacement parts for the Tripoli on it. You probably couldn't name half of these."; dir = 4 }, /turf/open/floor/plating, @@ -13257,11 +13257,11 @@ "Yc" = ( /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."; + desc = "This stylized recruitment poster for the UACM 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"; layer = 3.5; - name = "USCM recruitment poster"; + name = "UACM recruitment poster"; pixel_x = -1; pixel_y = 34 }, diff --git a/maps/map_files/golden_arrow_classic/golden_arrow_classic.dmm b/maps/map_files/golden_arrow_classic/golden_arrow_classic.dmm index ab5d87ee73..79ff4ea7f0 100644 --- a/maps/map_files/golden_arrow_classic/golden_arrow_classic.dmm +++ b/maps/map_files/golden_arrow_classic/golden_arrow_classic.dmm @@ -5734,7 +5734,6 @@ /obj/structure/machinery/prop/almayer/CICmap{ pixel_y = 29 }, -/obj/effect/landmark/map_item, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -6368,7 +6367,7 @@ pixel_y = 22 }, /obj/item/toy/plush/therapy/red{ - desc = "A USCM approved plush doll. It's not soft and hardly comforting!"; + desc = "A UACM approved plush doll. It's not soft and hardly comforting!"; force = 15; layer = 4.1; name = "Sergeant Huggs"; diff --git a/maps/map_files/rover/rover.dmm b/maps/map_files/rover/rover.dmm index e672e1b887..3bc19913ad 100644 --- a/maps/map_files/rover/rover.dmm +++ b/maps/map_files/rover/rover.dmm @@ -2875,7 +2875,7 @@ pixel_x = 29 }, /obj/item/toy/plush/therapy/red{ - desc = "A USCM approved plush doll. It's not soft and hardly comforting!"; + desc = "A UACM approved plush doll. It's not soft and hardly comforting!"; force = 15; layer = 4.1; name = "Commando Huggs"; diff --git a/maps/predship/huntership.dmm b/maps/predship/huntership.dmm index 3605d8a120..096096c0ab 100644 --- a/maps/predship/huntership.dmm +++ b/maps/predship/huntership.dmm @@ -1598,7 +1598,6 @@ }, /area/yautja) "fg" = ( -/obj/item/map/current_map, /obj/item/device/flashlight/lantern, /obj/structure/closet, /turf/open/floor/corsat{ diff --git a/maps/shuttles/arrow_elevator.dmm b/maps/shuttles/arrow_elevator.dmm new file mode 100644 index 0000000000..a1b9834818 --- /dev/null +++ b/maps/shuttles/arrow_elevator.dmm @@ -0,0 +1,242 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/docking_port/mobile/arrow_elevator, +/turf/closed/shuttle/elevator{ + dir = 10 + }, +/area/shuttle/arrowhead_new/elevator) +"b" = ( +/turf/closed/shuttle/elevator/gears, +/area/shuttle/arrowhead_new/elevator) +"k" = ( +/turf/closed/shuttle/elevator{ + dir = 4 + }, +/area/shuttle/arrowhead_new/elevator) +"m" = ( +/obj/structure/machinery/computer/shuttle/elevator_controller, +/turf/closed/shuttle/elevator{ + dir = 4 + }, +/area/shuttle/arrowhead_new/elevator) +"q" = ( +/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ + desc = "Used to access below the elevator, locked shut currently."; + layer = 2.1; + name = "maintenence panel"; + pixel_x = 1 + }, +/turf/open/shuttle/elevator, +/area/shuttle/arrowhead_new/elevator) +"u" = ( +/turf/closed/shuttle/elevator{ + dir = 5 + }, +/area/shuttle/arrowhead_new/elevator) +"z" = ( +/turf/closed/shuttle/elevator{ + dir = 6 + }, +/area/shuttle/arrowhead_new/elevator) +"A" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/engine, +/area/shuttle/arrowhead_new/elevator) +"C" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + pixel_y = 12 + }, +/turf/open/floor/engine, +/area/shuttle/arrowhead_new/elevator) +"D" = ( +/turf/closed/shuttle/elevator, +/area/shuttle/arrowhead_new/elevator) +"G" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc/almayer/hardened, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/arrowhead_new/elevator) +"H" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/engine, +/area/shuttle/arrowhead_new/elevator) +"I" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/computer/shuttle/arrowhead/elevator_controller{ + pixel_x = 2; + pixel_y = 41 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/arrowhead_new/elevator) +"J" = ( +/turf/closed/shuttle/elevator{ + dir = 9 + }, +/area/shuttle/arrowhead_new/elevator) +"L" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "east"; + indestructible = 1; + name = "\improper Elevator Lock"; + unacidable = 1; + unslashable = 1 + }, +/turf/open/floor/almayer{ + icon_state = "test_floor4" + }, +/area/shuttle/arrowhead_new/elevator) +"M" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -7 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 9 + }, +/turf/open/floor/engine, +/area/shuttle/arrowhead_new/elevator) +"N" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/floor/engine, +/area/shuttle/arrowhead_new/elevator) +"Q" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/engine, +/area/shuttle/arrowhead_new/elevator) +"T" = ( +/turf/closed/shuttle/elevator{ + dir = 8 + }, +/area/shuttle/arrowhead_new/elevator) + +(1,1,1) = {" +J +D +D +D +a +"} +(2,1,1) = {" +m +C +A +M +T +"} +(3,1,1) = {" +b +I +q +G +k +"} +(4,1,1) = {" +T +Q +H +N +k +"} +(5,1,1) = {" +u +L +L +L +z +"} diff --git a/maps/shuttles/dropship_wraith.dmm b/maps/shuttles/dropship_wraith.dmm new file mode 100644 index 0000000000..41d8e018b1 --- /dev/null +++ b/maps/shuttles/dropship_wraith.dmm @@ -0,0 +1,884 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ag" = ( +/turf/closed/shuttle/wraith{ + icon_state = "92"; + name = "\improper Cyclon" + }, +/area/shuttle/wraith) +"aP" = ( +/obj/structure/shuttle/part/dropship2/left_outer_wing_connector{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"bw" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "98" + }, +/area/shuttle/wraith) +"cj" = ( +/obj/structure/shuttle/part/dropship2/nose_front_left{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"cm" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin14" + }, +/area/shuttle/wraith) +"cy" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"cJ" = ( +/obj/structure/shuttle/part/dropship2/transparent/outer_left_weapons{ + name = "\improper Wraith" + }, +/obj/effect/attach_point/weapon/midway/left_fore{ + ship_tag = "dropship_wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"cR" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "39" + }, +/area/shuttle/wraith) +"dN" = ( +/turf/closed/shuttle/wraith{ + icon_state = "42" + }, +/area/shuttle/wraith) +"eT" = ( +/obj/structure/shuttle/part/dropship2/transparent/left_outer_bottom_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"fo" = ( +/obj/structure/shuttle/part/dropship2/transparent/engine_left_cap{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"fr" = ( +/turf/closed/shuttle/wraith{ + icon_state = "30" + }, +/area/shuttle/wraith) +"fy" = ( +/obj/docking_port/mobile/marine_dropship/wraith, +/obj/effect/attach_point/crew_weapon/midway{ + ship_tag = "dropship_wraith"; + attach_id = 7 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin14" + }, +/area/shuttle/wraith) +"gn" = ( +/obj/structure/machinery/camera/autoname/almayer/dropship_two{ + pixel_x = 8; + pixel_y = -16; + network = list("Golden Arrow","Wraith") + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/effect/landmark/npc_spawner/pilot_left, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"ha" = ( +/obj/effect/attach_point/fuel/midway{ + attach_id = 11; + ship_tag = "dropship_wraith" + }, +/turf/closed/shuttle/wraith/transparent{ + icon_state = "32" + }, +/area/shuttle/wraith) +"hd" = ( +/obj/effect/attach_point/fuel/dropship2{ + pixel_x = -32; + ship_tag = "dropship_wraith"; + attach_id = 11 + }, +/turf/closed/shuttle/wraith/transparent{ + icon_state = "33" + }, +/area/shuttle/wraith) +"hu" = ( +/obj/structure/shuttle/part/dropship2/transparent/right_outer_bottom_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"hS" = ( +/obj/structure/shuttle/part/dropship2/transparent/engine_right_cap{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"hV" = ( +/obj/structure/shuttle/part/dropship2/transparent/engine_right_exhaust{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"ia" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/effect/landmark/npc_spawner/pilot_right, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"iO" = ( +/obj/structure/shuttle/part/dropship2/right_inner_wing_connector{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"lc" = ( +/obj/structure/machinery/light{ + dir = 4; + pixel_x = 14 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"lV" = ( +/turf/closed/shuttle/wraith{ + icon_state = "18" + }, +/area/shuttle/wraith) +"mI" = ( +/turf/closed/shuttle/wraith{ + icon_state = "67" + }, +/area/shuttle/wraith) +"mO" = ( +/obj/structure/shuttle/part/dropship2/transparent/upper_left_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"nj" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin6" + }, +/area/shuttle/wraith) +"nH" = ( +/obj/structure/stairs/perspective, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"od" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "23" + }, +/area/shuttle/wraith) +"oT" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -14 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"oX" = ( +/obj/structure/machinery/camera/autoname/golden_arrow/midway{ + dir = 8; + pixel_x = 23; + network = list("Golden Arrow","Wraith") + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"pb" = ( +/turf/closed/shuttle/wraith{ + icon_state = "62" + }, +/area/shuttle/wraith) +"pj" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "96"; + name = "\improper Cyclon" + }, +/area/shuttle/wraith) +"pz" = ( +/obj/structure/shuttle/part/dropship2/transparent/middle_left_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"qj" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -14 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"qs" = ( +/turf/closed/shuttle/wraith{ + icon_state = "47" + }, +/area/shuttle/wraith) +"qN" = ( +/turf/closed/shuttle/wraith{ + icon_state = "25" + }, +/area/shuttle/wraith) +"qX" = ( +/turf/closed/shuttle/wraith{ + icon_state = "48" + }, +/area/shuttle/wraith) +"ro" = ( +/obj/structure/shuttle/part/dropship2/nose_front_right{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"rB" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "29" + }, +/area/shuttle/wraith) +"sa" = ( +/turf/closed/shuttle/wraith{ + icon_state = "73" + }, +/area/shuttle/wraith) +"sA" = ( +/turf/closed/shuttle/wraith{ + icon_state = "37" + }, +/area/shuttle/wraith) +"tU" = ( +/turf/closed/shuttle/wraith{ + icon_state = "24" + }, +/area/shuttle/wraith) +"uH" = ( +/turf/closed/shuttle/wraith{ + icon_state = "72" + }, +/area/shuttle/wraith) +"vt" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "86" + }, +/area/shuttle/wraith) +"vH" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "34" + }, +/area/shuttle/wraith) +"vT" = ( +/obj/structure/shuttle/part/dropship2/transparent/right_inner_bottom_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"wk" = ( +/turf/template_noop, +/area/template_noop) +"wA" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "35" + }, +/area/shuttle/wraith) +"xY" = ( +/obj/structure/shuttle/part/dropship2/lower_left_wall{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"yA" = ( +/obj/structure/shuttle/part/dropship2/transparent/nose_center{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"yP" = ( +/obj/structure/stairs/perspective, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"zz" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "80" + }, +/area/shuttle/wraith) +"zG" = ( +/turf/closed/shuttle/wraith{ + icon_state = "31" + }, +/area/shuttle/wraith) +"zH" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "38" + }, +/area/shuttle/wraith) +"zL" = ( +/obj/structure/shuttle/part/dropship2/transparent/nose_top_right{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"Ak" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/ds2{ + id = "aft_door"; + name = "\improper Wraith cargo door" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"At" = ( +/obj/structure/shuttle/part/dropship2/lower_right_wall{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"Ax" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/computer/cameras/dropship/midway{ + network = list("Wraith","Laser Targets"); + name = "\improper 'Wraith' camera controls" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"AP" = ( +/turf/closed/shuttle/wraith{ + icon_state = "83" + }, +/area/shuttle/wraith) +"Bt" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "89" + }, +/area/shuttle/wraith) +"BU" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_x = 30 + }, +/obj/effect/attach_point/crew_weapon/midway{ + ship_tag = "dropship_wraith"; + dir = 4; + attach_id = 9 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"Cb" = ( +/obj/structure/shuttle/part/dropship2/transparent/upper_right_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"Cf" = ( +/obj/structure/shuttle/part/dropship2/left_inner_wing_connector{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"Da" = ( +/obj/structure/shuttle/part/dropship2/transparent/engine_left_exhaust{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"Df" = ( +/obj/structure/shuttle/part/dropship2/right_outer_wing_connector{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"Dl" = ( +/obj/structure/machinery/camera/autoname/golden_arrow/midway{ + dir = 4; + pixel_x = -23; + network = list("Golden Arrow","Wraith") + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"Ey" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2/wraith{ + dir = 1; + id = "starboard_door" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"EP" = ( +/turf/closed/shuttle/wraith{ + icon_state = "75" + }, +/area/shuttle/wraith) +"Fz" = ( +/obj/effect/attach_point/fuel/midway{ + ship_tag = "dropship_wraith"; + attach_id = 10 + }, +/turf/closed/shuttle/wraith/transparent{ + icon_state = "28" + }, +/area/shuttle/wraith) +"FV" = ( +/turf/open/shuttle/dropship{ + icon_state = "floor8" + }, +/area/shuttle/wraith) +"GE" = ( +/turf/closed/shuttle/wraith{ + icon_state = "43" + }, +/area/shuttle/wraith) +"GJ" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "27" + }, +/area/shuttle/wraith) +"Hg" = ( +/turf/closed/shuttle/wraith{ + icon_state = "69" + }, +/area/shuttle/wraith) +"Iz" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/two{ + locked = 1 + }, +/obj/structure/blocker/forcefield/multitile_vehicles, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"IP" = ( +/obj/structure/shuttle/part/dropship2/transparent/lower_left_wing{ + name = "\improper Wraith" + }, +/obj/effect/attach_point/weapon/midway/left_wing{ + ship_tag = "dropship_wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"IZ" = ( +/obj/structure/shuttle/part/dropship2/transparent/middle_right_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"JZ" = ( +/obj/structure/machinery/door_control{ + id = "dropship_midway"; + name = "Dropship Lockdown"; + normaldoorcontrol = 3; + pixel_y = -19; + req_one_access_txt = "3;22" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin14" + }, +/area/shuttle/wraith) +"Kv" = ( +/turf/closed/shuttle/wraith{ + icon_state = "81" + }, +/area/shuttle/wraith) +"KQ" = ( +/obj/effect/attach_point/crew_weapon/midway{ + ship_tag = "dropship_wraith"; + dir = 8; + attach_id = 8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"KU" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin8" + }, +/area/shuttle/wraith) +"MD" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"MU" = ( +/obj/structure/phone_base/rotary{ + name = "Wraith Telephone"; + phone_category = "Dropship"; + phone_id = "Wraith"; + pixel_x = 11; + pixel_y = 16 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/computer/dropship_weapons/midway{ + name = "\improper 'Wraith' weapons controls"; + shuttle_tag = "dropship_wraith" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"Ob" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin7" + }, +/area/shuttle/wraith) +"Pg" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/computer/shuttle/dropship/flight, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"QA" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2/wraith{ + dir = 2; + id = "port_door" + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"QN" = ( +/obj/effect/attach_point/weapon/dropship2/right_wing, +/obj/structure/shuttle/part/dropship2/transparent/lower_right_wing{ + name = "\improper Wraith" + }, +/obj/effect/attach_point/weapon/midway/right_wing{ + ship_tag = "dropship_wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"RR" = ( +/obj/structure/shuttle/part/dropship2/transparent/nose_top_left{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"Sk" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"Sl" = ( +/turf/closed/shuttle/wraith{ + icon_state = "77" + }, +/area/shuttle/wraith) +"Ty" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin15" + }, +/area/shuttle/wraith) +"Uo" = ( +/turf/closed/shuttle/wraith{ + icon_state = "64" + }, +/area/shuttle/wraith) +"Vu" = ( +/turf/open/shuttle/dropship{ + icon_state = "rasputin4" + }, +/area/shuttle/wraith) +"Wr" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "26" + }, +/area/shuttle/wraith) +"Ws" = ( +/turf/closed/shuttle/wraith{ + icon_state = "19" + }, +/area/shuttle/wraith) +"Wv" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "22" + }, +/area/shuttle/wraith) +"WC" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_x = -30 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -8 + }, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/shuttle/wraith) +"XU" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "97" + }, +/area/shuttle/wraith) +"XY" = ( +/turf/closed/shuttle/wraith{ + icon_state = "94" + }, +/area/shuttle/wraith) +"YL" = ( +/turf/closed/shuttle/wraith{ + icon_state = "36" + }, +/area/shuttle/wraith) +"Zd" = ( +/obj/structure/shuttle/part/dropship2/transparent/outer_right_weapons{ + name = "\improper Wraith" + }, +/obj/effect/attach_point/weapon/midway/right_fore{ + ship_tag = "dropship_wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"ZG" = ( +/obj/structure/shuttle/part/dropship2/transparent/left_outer_inner_wing{ + name = "\improper Wraith" + }, +/turf/template_noop, +/area/shuttle/wraith) +"ZU" = ( +/turf/closed/shuttle/wraith/transparent{ + icon_state = "78" + }, +/area/shuttle/wraith) + +(1,1,1) = {" +wk +wk +wk +wk +wk +mO +pz +IP +wk +wk +wk +fo +vH +Fz +Wv +Da +wk +eT +"} +(2,1,1) = {" +wk +wk +wk +cJ +EP +uH +mI +pb +Ty +QA +xY +hS +wA +rB +od +hV +wk +ZG +"} +(3,1,1) = {" +RR +cj +ag +vt +Sl +nj +WC +oT +Vu +JZ +qs +dN +YL +fr +tU +lV +Cf +aP +"} +(4,1,1) = {" +yA +pj +Ax +gn +ZU +Ob +MD +MD +KU +cm +cy +nj +KQ +Dl +qj +Ak +wk +wk +"} +(5,1,1) = {" +yA +XU +Pg +Ty +Iz +Ty +Ty +Ty +Ty +fy +nH +FV +Ty +Ty +Ty +Ty +wk +wk +"} +(6,1,1) = {" +yA +bw +MU +ia +zz +nj +MD +MD +Vu +cm +yP +Ob +BU +Sk +lc +Ty +wk +wk +"} +(7,1,1) = {" +zL +ro +XY +Bt +Kv +Ob +oX +MD +KU +JZ +qX +GE +sA +zG +qN +Ws +iO +Df +"} +(8,1,1) = {" +wk +wk +wk +Zd +AP +sa +Hg +Uo +Ty +Ey +At +fo +zH +ha +Wr +Da +wk +vT +"} +(9,1,1) = {" +wk +wk +wk +wk +wk +Cb +IZ +QN +wk +wk +wk +hS +cR +hd +GJ +hV +wk +hu +"} diff --git a/maps/shuttles/ert_shuttle_big.dmm b/maps/shuttles/ert_shuttle_big.dmm index 96fb88a3ea..06459ce78e 100644 --- a/maps/shuttles/ert_shuttle_big.dmm +++ b/maps/shuttles/ert_shuttle_big.dmm @@ -927,9 +927,6 @@ pixel_x = 3; pixel_y = 5 }, -/obj/item/map/current_map{ - pixel_y = -5 - }, /turf/open/floor{ dir = 8; icon_state = "carpet5-1" diff --git a/strings/marinetips.txt b/strings/marinetips.txt index 2607c986a9..d6ee6b44ad 100644 --- a/strings/marinetips.txt +++ b/strings/marinetips.txt @@ -47,7 +47,7 @@ Holocards are a useful triage tool for doctors and medics. Ensure you assign the You can change what your SL tracker beacon is tracking by right clicking on your headset and clicking "Switch Tracker Target". The amount of items in Requisitions and Squad Preparations depend on how many players readied up at the start of the round. You can carry a variety of items inside your helmet - from gauze and cigarettes to flares and screwdrivers. -the PLTCO can track every USCM-aligned person via the suit sensors console and overwatch console - useful for finding escaped prisoners or dead marines. +the PLTCO can track every UACM-aligned person via the suit sensors console and overwatch console - useful for finding escaped prisoners or dead marines. W-Y PMCs do not have marine IFF. Don't fire Smartguns at them! To talk on multiple radio channels at once, put a COMMA [,] before your message and add up to four prefixes. E.g, ,abcd talks on the main four squad channels at once. Put .w or :w before your message to whisper. Another way to whisper is to use the verb "whisper" in the IC tab or command bar. diff --git a/tgui/packages/tgui-panel/audio/NowPlayingWidget.jsx b/tgui/packages/tgui-panel/audio/NowPlayingWidget.jsx index f101d7da03..d4c1765799 100644 --- a/tgui/packages/tgui-panel/audio/NowPlayingWidget.jsx +++ b/tgui/packages/tgui-panel/audio/NowPlayingWidget.jsx @@ -49,9 +49,11 @@ export const NowPlayingWidget = (props) => { URL: {URL} )} - - Duration: {duration} - + {duration !== '0' && duration !== 'None' && ( + + Duration: {duration} + + )} {Artist !== 'Song Artist Hidden' && Artist !== 'Unknown Artist' && ( diff --git a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss index 7911f7aec5..d78c27f2b3 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss @@ -1469,3 +1469,17 @@ em { font-style: italic; border-bottom: 1px dashed #fff; } + +.narrate_head { + font-size: 125%; + color: #ffccff; + text-align: center; + padding: 0em 1em; +} + +.narrate_body { + font-size: 100%; + color: #ff99ff; + text-align: justify; + padding: 0em 1em; +} diff --git a/tgui/packages/tgui-panel/styles/goon/chat-light.scss b/tgui/packages/tgui-panel/styles/goon/chat-light.scss index 48fd3af7f2..783a6ece5b 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-light.scss @@ -1487,3 +1487,17 @@ h2.alert { font-style: italic; border-bottom: 1px dashed #000; } + +.narrate_head { + font-size: 125%; + color: #3d103d; + text-align: center; + padding: 0em 1em; +} + +.narrate_body { + font-size: 100%; + color: #020002; + text-align: justify; + padding: 0em 1em; +} diff --git a/tgui/packages/tgui/interfaces/AlmayerControl.jsx b/tgui/packages/tgui/interfaces/AlmayerControl.jsx index cd70bdc75c..00cbaa4122 100644 --- a/tgui/packages/tgui/interfaces/AlmayerControl.jsx +++ b/tgui/packages/tgui/interfaces/AlmayerControl.jsx @@ -121,11 +121,11 @@ export const AlmayerControl = (_props) => { )} diff --git a/tgui/packages/tgui/interfaces/AresInterface.jsx b/tgui/packages/tgui/interfaces/AresInterface.jsx index 309eb88c9c..894571c09b 100644 --- a/tgui/packages/tgui/interfaces/AresInterface.jsx +++ b/tgui/packages/tgui/interfaces/AresInterface.jsx @@ -1521,7 +1521,7 @@ const Emergency = (props) => { const canNuke = (nuke_available, !mission_failed, evac_reason === 0, minimumNukeTime); let nuke_reason = - 'Request a nuclear device to be authorized by USCM High Command.'; + 'Request a nuclear device to be authorized by UACM High Command.'; if (!nuke_available) { nuke_reason = 'No nuclear ordnance is available during this operation, or one has already been provided.';