From ccf63f778caa6a905e7eb29beec92090254e592a Mon Sep 17 00:00:00 2001
From: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com>
Date: Sat, 6 Jan 2024 16:39:44 -0500
Subject: [PATCH] Deletes all of assault ops, yippie! (#273)
* get real
* some bugfixes
* deletes the ship
* deletes the base from the centcom zlevel, too
* removes base alarms from the nri ship
---
_maps/map_files/generic/CentCom_nova_z2.dmm | 4463 +++++++----------
_maps/shuttles/nova/goldeneye_cruiser.dmm | 1329 -----
_maps/shuttles/nova/pirate_nri_raider.dmm | 15 -
code/__DEFINES/sound.dm | 2 -
code/game/objects/structures/morgue.dm | 4 -
code/modules/admin/admin_verbs.dm | 1 -
.../nukeop/equipment/pinpointer.dm | 4 -
.../modules/alerts/code/default_announcer.dm | 1 -
.../modules/assault_operatives/code/areas.dm | 64 -
.../code/armaments/_armament_primary.dm | 149 -
.../code/armaments/_armament_secondary.dm | 40 -
.../code/armaments/armament_explosives.dm | 40 -
.../code/armaments/armament_implants.dm | 54 -
.../code/armaments/armament_medical.dm | 53 -
.../code/armaments/armament_modules.dm | 35 -
.../code/armaments/armament_utility.dm | 70 -
.../armaments/assaultops_armament_station.dm | 29 -
.../code/assault_operatives.dm | 286 --
.../code/assault_operatives_outfits.dm | 45 -
.../assault_operatives/code/base_alarm.dm | 82 -
.../code/dynamic_rulsesets_roundstart.dm | 59 -
.../code/equipment_items/misc_items.dm | 21 -
.../code/equipment_items/stealth_mod.dm | 95 -
.../assault_operatives/code/goldeneye.dm | 257 -
.../assault_operatives/code/interrogator.dm | 219 -
.../assault_operatives/code/keycard_doors.dm | 14 -
.../assault_operatives/code/shuttle.dm | 45 -
.../assault_operatives/code/sunbeam.dm | 175 -
.../assault_operatives/code/turrets.dm | 40 -
.../code/vending_machine.dm | 75 -
.../assault_operatives/icons/alarm.dmi | Bin 445 -> 0 bytes
.../assault_operatives/icons/goldeneye.dmi | Bin 12945 -> 0 bytes
.../assault_operatives/icons/guns/guns.dmi | Bin 1129 -> 0 bytes
.../icons/guns/guns_lefthand.dmi | Bin 1274 -> 0 bytes
.../icons/guns/guns_righthand.dmi | Bin 1258 -> 0 bytes
.../icons/guns/guns_worn.dmi | Bin 1189 -> 0 bytes
.../icons/guns/magazines.dmi | Bin 1519 -> 0 bytes
.../assault_operatives/icons/modsuits/mod.dmi | Bin 2332 -> 0 bytes
.../icons/modsuits/wornmod.dmi | Bin 4454 -> 0 bytes
.../assault_operatives/icons/radial.dmi | Bin 4086 -> 0 bytes
.../assault_operatives/icons/sunbeam.dmi | Bin 3404 -> 0 bytes
.../sound/assault_operatives_greet.ogg | Bin 239620 -> 0 bytes
.../sound/goldeneyealarm.ogg | Bin 76768 -> 0 bytes
.../assault_operatives/sound/icarus_alarm.ogg | Bin 278808 -> 0 bytes
.../assault_operatives/sound/sunbeam_fire.ogg | Bin 38359 -> 0 bytes
.../assault_operatives/sound/sunbeam_loop.ogg | Bin 70878 -> 0 bytes
.../code/armaments/armament_medical.dm | 2 +-
.../modules/encounters/code/nri_raiders.dm | 4 -
tgstation.dme | 22 -
49 files changed, 1824 insertions(+), 5970 deletions(-)
delete mode 100644 _maps/shuttles/nova/goldeneye_cruiser.dmm
delete mode 100644 modular_nova/modules/assault_operatives/code/areas.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/_armament_primary.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/_armament_secondary.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/armament_explosives.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/armament_implants.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/armament_medical.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/armament_modules.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/armament_utility.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/armaments/assaultops_armament_station.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/assault_operatives.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/assault_operatives_outfits.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/base_alarm.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/dynamic_rulsesets_roundstart.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/equipment_items/misc_items.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/equipment_items/stealth_mod.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/goldeneye.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/interrogator.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/keycard_doors.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/shuttle.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/sunbeam.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/turrets.dm
delete mode 100644 modular_nova/modules/assault_operatives/code/vending_machine.dm
delete mode 100644 modular_nova/modules/assault_operatives/icons/alarm.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/goldeneye.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/guns/guns.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/guns/guns_lefthand.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/guns/guns_righthand.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/guns/guns_worn.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/guns/magazines.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/modsuits/mod.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/modsuits/wornmod.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/radial.dmi
delete mode 100644 modular_nova/modules/assault_operatives/icons/sunbeam.dmi
delete mode 100644 modular_nova/modules/assault_operatives/sound/assault_operatives_greet.ogg
delete mode 100644 modular_nova/modules/assault_operatives/sound/goldeneyealarm.ogg
delete mode 100644 modular_nova/modules/assault_operatives/sound/icarus_alarm.ogg
delete mode 100644 modular_nova/modules/assault_operatives/sound/sunbeam_fire.ogg
delete mode 100644 modular_nova/modules/assault_operatives/sound/sunbeam_loop.ogg
diff --git a/_maps/map_files/generic/CentCom_nova_z2.dmm b/_maps/map_files/generic/CentCom_nova_z2.dmm
index 7c88337b005..61bd359a61d 100644
--- a/_maps/map_files/generic/CentCom_nova_z2.dmm
+++ b/_maps/map_files/generic/CentCom_nova_z2.dmm
@@ -177,11 +177,6 @@
},
/turf/open/floor/iron,
/area/centcom/holding/cafe)
-"afz" = (
-/obj/structure/table,
-/obj/machinery/coffeemaker,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"afA" = (
/obj/structure/flora/grass/green,
/turf/open/misc/grass/planet,
@@ -755,7 +750,6 @@
name = "Bolt Control";
normaldoorcontrol = 1;
specialfunctions = 4;
- pixel_y = 0;
pixel_x = -25
},
/turf/open/floor/iron/freezer,
@@ -892,10 +886,6 @@
/obj/structure/fans/tiny/invisible,
/turf/open/misc/dirt/planet,
/area/centcom/holding/cafepark)
-"anZ" = (
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron/smooth,
-/area/cruiser_dock)
"aoq" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27
@@ -3744,13 +3734,6 @@
/obj/structure/closet/secure_closet/brig,
/turf/open/floor/iron,
/area/centcom/holding/cafe)
-"aUf" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
- },
-/obj/machinery/light/cold/directional/south,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"aUh" = (
/obj/structure/chair/sofa/bench/right,
/obj/effect/landmark/latejoin,
@@ -3915,12 +3898,6 @@
/obj/structure/flora/bush/grassy/style_3,
/turf/open/misc/grass/planet,
/area/centcom/holding/cafepark)
-"aWm" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 1
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"aWo" = (
/obj/structure/spacevine{
name = "thick vines";
@@ -4284,12 +4261,6 @@
/obj/machinery/light/directional/west,
/turf/open/floor/wood,
/area/centcom/holding/cafe)
-"bhJ" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
- dir = 1
- },
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"bhQ" = (
/obj/structure/mineral_door/paperframe{
name = "Shinto Cabin Bedroom"
@@ -4530,10 +4501,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood/tile,
/area/centcom/interlink)
-"bxg" = (
-/obj/machinery/chem_master,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"bxj" = (
/obj/machinery/light/warm/directional/north,
/turf/open/floor/wood,
@@ -4614,12 +4581,6 @@
dir = 10
},
/area/centcom/holding/cafepark)
-"bFy" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
- dir = 1
- },
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"bFD" = (
/obj/effect/spawner/liquids_spawner,
/obj/machinery/light/floor,
@@ -5142,19 +5103,6 @@
},
/turf/open/floor/wood/parquet,
/area/centcom/interlink)
-"cuF" = (
-/obj/item/trench_tool,
-/obj/item/tank/internals/emergency_oxygen/double,
-/obj/item/storage/belt/holster/nukie,
-/obj/item/clothing/glasses/night,
-/obj/item/radio/headset/syndicate/alt,
-/obj/structure/closet/syndicate{
- desc = "It's a personal storage unit for operative gear."
- },
-/obj/effect/turf_decal/bot_white,
-/obj/item/clothing/suit/armor/vest,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"cuM" = (
/obj/effect/turf_decal/trimline/dark_red/filled/arrow_cw,
/turf/open/floor/iron/dark,
@@ -5174,20 +5122,6 @@
/obj/structure/showcase/fake_cafe_console,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"cxX" = (
-/obj/structure/closet/syndicate{
- desc = "It's a personal storage unit for operative gear."
- },
-/obj/item/trench_tool,
-/obj/item/tank/internals/emergency_oxygen/double,
-/obj/item/storage/belt/holster/nukie,
-/obj/item/clothing/glasses/night,
-/obj/item/radio/headset/syndicate/alt,
-/obj/effect/turf_decal/bot_white,
-/obj/machinery/light/cold/directional/north,
-/obj/item/clothing/suit/armor/vest,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"cyc" = (
/obj/structure/chair/sofa/bench/corner,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -5356,10 +5290,6 @@
/obj/structure/stone_tile/slab/cracked,
/turf/open/floor/fakebasalt,
/area/centcom/holding/cafepark)
-"cNa" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"cNw" = (
/obj/structure/flora/bush/fullgrass/style_random,
/obj/effect/light_emitter/interlink,
@@ -5417,12 +5347,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"cUF" = (
-/obj/effect/turf_decal/box/corners{
- dir = 4
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"cVm" = (
/obj/effect/turf_decal/siding/dark,
/turf/open/floor/iron/dark,
@@ -5534,13 +5458,6 @@
/obj/structure/flora/bush/fullgrass/style_random,
/turf/open/floor/grass,
/area/centcom/interlink)
-"dcM" = (
-/obj/effect/landmark/start/assaultop,
-/obj/structure/chair/plastic{
- dir = 8
- },
-/turf/open/floor/carpet/red,
-/area/cruiser_dock)
"dcP" = (
/obj/structure/closet/secure_closet/freezer/kitchen/all_access,
/turf/open/floor/iron/showroomfloor,
@@ -5572,20 +5489,6 @@
/obj/effect/spawner/liquids_spawner,
/turf/open/floor/iron/stairs,
/area/centcom/holding/cafepark)
-"dgo" = (
-/obj/item/trench_tool,
-/obj/item/tank/internals/emergency_oxygen/double,
-/obj/item/storage/belt/holster/nukie,
-/obj/item/clothing/glasses/night,
-/obj/item/radio/headset/syndicate/alt,
-/obj/structure/closet/syndicate{
- desc = "It's a personal storage unit for operative gear."
- },
-/obj/effect/turf_decal/bot_white,
-/obj/machinery/light/cold/directional/north,
-/obj/item/clothing/suit/armor/vest,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"dgV" = (
/turf/open/floor/iron/white,
/area/centcom/interlink/dorm_rooms)
@@ -5639,11 +5542,6 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron/white,
/area/centcom/interlink)
-"dmO" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark,
-/obj/machinery/light/cold/directional/east,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"dmR" = (
/obj/effect/spawner/random/vending/snackvend,
/turf/open/floor/iron/dark,
@@ -5681,13 +5579,6 @@
},
/turf/open/floor/iron/white,
/area/centcom/interlink)
-"duT" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
- },
-/obj/machinery/light/cold/directional/north,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"dwx" = (
/obj/effect/turf_decal/tile/dark_blue/opposingcorners,
/turf/open/floor/iron,
@@ -5808,11 +5699,6 @@
/obj/structure/flora/bush/large,
/turf/open/misc/beach/sand,
/area/centcom/holding/cafepark)
-"dII" = (
-/turf/open/floor/iron/stairs/medium{
- dir = 1
- },
-/area/cruiser_dock)
"dIM" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
dir = 8
@@ -5856,20 +5742,6 @@
"dOM" = (
/turf/open/floor/iron/white,
/area/centcom/holding/cafe)
-"dOP" = (
-/obj/structure/table/glass/plasmaglass,
-/obj/item/storage/box/beakers{
- pixel_x = -4;
- pixel_y = 9
- },
-/obj/item/storage/box/syringes{
- pixel_x = 4;
- pixel_y = 9
- },
-/obj/item/gun/syringe/syndicate,
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"dPd" = (
/obj/machinery/door/airlock/multi_tile/public/glass{
dir = 4;
@@ -5962,11 +5834,6 @@
},
/turf/open/floor/wood/large,
/area/centcom/holding/cafe)
-"dSt" = (
-/turf/open/floor/iron/stairs/right{
- dir = 1
- },
-/area/cruiser_dock)
"dTl" = (
/obj/effect/turf_decal/siding/wood,
/obj/machinery/light/very_dim/directional/north,
@@ -6062,12 +5929,6 @@
/obj/structure/stone_tile/surrounding_tile,
/turf/open/lava/fake,
/area/centcom/holding/cafepark)
-"egr" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
- dir = 8
- },
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"egv" = (
/obj/effect/turf_decal/trimline/green/filled/arrow_cw{
dir = 8
@@ -6111,14 +5972,6 @@
/obj/structure/chair/stool/bar/directional/east,
/turf/open/floor/iron,
/area/centcom/interlink)
-"emo" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
- dir = 1
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/cruiser_dock)
"enb" = (
/obj/machinery/vending/cigarette,
/obj/effect/turf_decal/bot,
@@ -6146,11 +5999,6 @@
icon_state = "floor"
},
/area/centcom/holding/cafe)
-"eof" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark,
-/obj/machinery/light/cold/directional/west,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"eon" = (
/obj/structure/railing{
invisibility = 100;
@@ -6293,11 +6141,6 @@
name = "ERT Bay"
},
/area/centcom/interlink)
-"eBz" = (
-/obj/effect/spawner/random/vending/snackvend,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"eDy" = (
/obj/structure/sauna_oven,
/turf/open/floor/wood/large,
@@ -6390,10 +6233,6 @@
},
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"eMg" = (
-/obj/machinery/chem_heater/withbuffer,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"eNn" = (
/obj/structure/chair/sofa/bench/left{
dir = 4
@@ -6484,22 +6323,10 @@
/obj/effect/turf_decal/trimline/green/filled/arrow_ccw,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"eWR" = (
-/obj/structure/deployable_barricade/guardrail{
- dir = 1
- },
-/turf/open/floor/iron/smooth_edge,
-/area/cruiser_dock)
"eXg" = (
/obj/structure/chair/stool/bar/directional/west,
/turf/open/floor/iron,
/area/centcom/interlink)
-"eXh" = (
-/obj/item/kirbyplants/potty,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/cruiser_dock)
"eYD" = (
/obj/structure/closet/secure_closet/brig{
id = "Cell 3";
@@ -6593,13 +6420,6 @@
/obj/effect/turf_decal/tile/red/opposingcorners,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"fdJ" = (
-/obj/effect/landmark/start/assaultop,
-/obj/structure/chair/office/light{
- dir = 8
- },
-/turf/open/floor/carpet/red,
-/area/cruiser_dock)
"fdX" = (
/obj/effect/turf_decal/bot,
/obj/structure/grandfatherclock{
@@ -6650,11 +6470,6 @@
/obj/structure/frame/computer,
/turf/open/floor/plating,
/area/centcom/interlink)
-"fol" = (
-/turf/open/floor/iron/stairs/medium{
- dir = 8
- },
-/area/cruiser_dock)
"foq" = (
/obj/structure/sign/poster/official/cleanliness/directional/east,
/obj/machinery/camera/directional/north{
@@ -7030,11 +6845,6 @@
},
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"fVh" = (
-/obj/structure/closet/crate/trashcart,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"fVr" = (
/obj/effect/light_emitter/interlink,
/obj/effect/turf_decal/weather/dirt,
@@ -7066,10 +6876,6 @@
},
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"gcK" = (
-/obj/structure/punching_bag,
-/turf/open/floor/plating,
-/area/cruiser_dock)
"gdL" = (
/obj/structure/towel_bin,
/obj/structure/table/wood,
@@ -7117,19 +6923,6 @@
},
/turf/open/floor/circuit/green,
/area/centcom/holding/cafe)
-"git" = (
-/obj/structure/table/glass/plasmaglass,
-/obj/machinery/reagentgrinder{
- pixel_x = -7;
- pixel_y = 5
- },
-/obj/item/reagent_containers/cup/beaker{
- pixel_x = 8;
- pixel_y = 14
- },
-/obj/item/stack/sheet/mineral/plasma,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"gjd" = (
/obj/effect/turf_decal/trimline/dark_green/line,
/turf/open/floor/iron/dark,
@@ -7202,12 +6995,6 @@
},
/turf/open/misc/grass/planet,
/area/centcom/holding/cafepark)
-"gpk" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
- },
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"gqq" = (
/obj/structure/railing{
invisibility = 100;
@@ -7305,10 +7092,6 @@
},
/turf/open/floor/wood,
/area/centcom/interlink/dorm_rooms)
-"guS" = (
-/obj/machinery/armament_station/assault_operatives,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"gxF" = (
/obj/effect/turf_decal/siding/wood,
/obj/effect/turf_decal/siding/wood{
@@ -7384,20 +7167,6 @@
"gCR" = (
/turf/closed/wall/mineral/sandstone,
/area/centcom/holding/cafe)
-"gDV" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/cruiser_dock)
-"gFA" = (
-/obj/effect/spawner/random/vending/colavend,
-/obj/effect/turf_decal/bot_white,
-/obj/structure/sign/poster/contraband/free_drone/directional/north,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"gIO" = (
/obj/structure/chair/sofa/bench{
dir = 4
@@ -7818,9 +7587,6 @@
},
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"hrS" = (
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"hsr" = (
/obj/effect/turf_decal/siding/white{
dir = 4
@@ -7856,10 +7622,6 @@
icon_state = "darkfull"
},
/area/centcom/holding/cafepark)
-"hyO" = (
-/obj/effect/turf_decal/box/corners,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"hyP" = (
/obj/structure/chair/comfy/brown{
dir = 1
@@ -7935,21 +7697,6 @@
/obj/machinery/duct,
/turf/open/floor/iron/white,
/area/centcom/interlink)
-"hIU" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/toolbox/syndicate,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
-"hJl" = (
-/obj/structure/table,
-/obj/effect/spawner/random/food_or_drink/donkpockets{
- pixel_y = 6
- },
-/obj/effect/spawner/random/food_or_drink/donkpockets{
- pixel_y = 11
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"hJz" = (
/obj/structure/stone_tile/surrounding_tile{
dir = 4
@@ -7979,9 +7726,6 @@
},
/turf/open/floor/carpet/executive,
/area/centcom/interlink)
-"hLW" = (
-/turf/open/floor/iron/smooth_edge,
-/area/cruiser_dock)
"hMt" = (
/obj/structure/fans/tiny/invisible,
/obj/structure/mineral_door/wood/large_gate{
@@ -8040,11 +7784,6 @@
},
/turf/open/floor/wood/tile,
/area/centcom/interlink)
-"hQy" = (
-/obj/effect/turf_decal/delivery/white,
-/obj/machinery/door/puzzle/keycard/assault_ops_chemistry,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"hQV" = (
/obj/structure/table/wood,
/obj/item/flashlight/lantern{
@@ -8074,15 +7813,6 @@
},
/turf/open/floor/carpet/executive,
/area/centcom/interlink)
-"hSU" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 1
- },
-/obj/structure/deployable_barricade/guardrail{
- dir = 1
- },
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"hTf" = (
/obj/effect/turf_decal/tile/blue/half/contrasted,
/obj/machinery/iv_drip,
@@ -8201,9 +7931,6 @@
/obj/effect/turf_decal/siding/white,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"icb" = (
-/turf/open/floor/mineral/titanium/tiled/white,
-/area/cruiser_dock)
"icB" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/chair/sofa/left/brown,
@@ -8229,19 +7956,6 @@
dir = 4
},
/area/centcom/holding/cafepark)
-"ifE" = (
-/obj/machinery/vending/cigarette/syndicate,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
-"ifV" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
- dir = 8
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/cruiser_dock)
"ifZ" = (
/obj/structure/chair/sofa/bench,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -8275,20 +7989,6 @@
/obj/structure/flora/grass/jungle/b/style_4,
/turf/open/misc/grass/planet,
/area/centcom/holding/cafepark)
-"iiV" = (
-/obj/item/trench_tool,
-/obj/item/tank/internals/emergency_oxygen/double,
-/obj/item/storage/belt/holster/nukie,
-/obj/item/clothing/glasses/night,
-/obj/item/radio/headset/syndicate/alt,
-/obj/structure/closet/syndicate{
- desc = "It's a personal storage unit for operative gear."
- },
-/obj/effect/turf_decal/bot_white,
-/obj/machinery/light/cold/directional/south,
-/obj/item/clothing/suit/armor/vest,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"ijv" = (
/obj/machinery/modular_computer/preset/command,
/obj/effect/turf_decal/tile/green/opposingcorners,
@@ -8517,11 +8217,6 @@
/obj/structure/railing/corner,
/turf/open/indestructible/cobble/side,
/area/centcom/holding/cafepark)
-"iBc" = (
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/cruiser_dock)
"iBq" = (
/obj/structure/curtain,
/obj/machinery/shower/directional/south,
@@ -8638,11 +8333,6 @@
},
/turf/open/floor/fakebasalt,
/area/centcom/holding/cafepark)
-"iOR" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark,
-/obj/structure/deployable_barricade/guardrail,
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"iPs" = (
/obj/effect/light_emitter/interlink,
/turf/open/misc/dirt/planet,
@@ -8684,18 +8374,6 @@
},
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafepark)
-"iUc" = (
-/obj/structure/table/glass/plasmaglass,
-/obj/item/paper_bin{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/clothing/glasses/science{
- pixel_x = -5;
- pixel_y = 9
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"iUg" = (
/obj/machinery/chem_master/condimaster,
/turf/open/floor/iron/dark,
@@ -8776,19 +8454,6 @@
/obj/structure/closet/abductor,
/turf/open/floor/plating/abductor,
/area/centcom/holding/cafepark)
-"iZc" = (
-/obj/structure/table/reinforced/plastitaniumglass,
-/obj/item/storage/fancy/cigarettes/cigars/havana{
- pixel_y = 7
- },
-/obj/item/reagent_containers/cup/glass/bottle/whiskey{
- pixel_x = -4;
- pixel_y = 14
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/cruiser_dock)
"iZr" = (
/obj/structure/table/wood,
/obj/machinery/reagentgrinder{
@@ -8956,20 +8621,6 @@
/obj/structure/chair/sofa/corp/left,
/turf/open/floor/iron/cafeteria,
/area/centcom/interlink)
-"jpl" = (
-/obj/structure/deployable_barricade/guardrail{
- dir = 4
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/cruiser_dock)
-"jpJ" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/cruiser_dock)
"jqm" = (
/obj/structure/closet/crate/freezer/blood,
/obj/effect/turf_decal/bot_blue,
@@ -9166,12 +8817,6 @@
/obj/structure/bed/pod,
/turf/open/floor/iron,
/area/centcom/interlink)
-"jNs" = (
-/obj/effect/turf_decal/loading_area/white{
- dir = 4
- },
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"jNB" = (
/obj/machinery/light/floor{
alpha = 0;
@@ -9339,13 +8984,6 @@
/obj/machinery/shower/directional/west,
/turf/open/floor/iron/white,
/area/centcom/interlink/dorm_rooms)
-"keK" = (
-/obj/effect/turf_decal/box/corners{
- dir = 4
- },
-/obj/effect/turf_decal/box/corners,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"kfb" = (
/obj/machinery/door/airlock/multi_tile/public/glass{
name = "Interlink Locker Room"
@@ -9383,18 +9021,10 @@
},
/turf/open/floor/iron/cafeteria,
/area/centcom/interlink)
-"kii" = (
-/turf/open/floor/iron/stairs/left{
- dir = 1
- },
-/area/cruiser_dock)
"kiU" = (
/obj/machinery/light/directional/west,
/turf/open/floor/wood,
/area/centcom/interlink)
-"kjb" = (
-/turf/closed/indestructible/rock,
-/area/cruiser_dock)
"kkV" = (
/obj/machinery/button/door{
id = "ghostcafecabin1";
@@ -9449,16 +9079,6 @@
},
/turf/open/floor/eighties,
/area/centcom/holding/cafe)
-"kpg" = (
-/obj/structure/closet/cardboard,
-/mob/living/basic/bot/medbot{
- faction = list("Syndicate");
- maints_access_required = list(150);
- name = "Kahn";
- radio_channel = "Syndicate"
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"kpC" = (
/obj/effect/turf_decal/arrows{
dir = 1
@@ -9501,9 +9121,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"kqL" = (
-/turf/open/floor/iron/smooth,
-/area/cruiser_dock)
"krJ" = (
/obj/structure/flora/bush/fullgrass/style_random,
/obj/structure/flora/bush/flowers_yw/style_random,
@@ -9520,9 +9137,6 @@
/obj/structure/flora/tree/jungle/style_random,
/turf/open/misc/grass/planet,
/area/centcom/holding/cafepark)
-"kvj" = (
-/turf/open/floor/plating,
-/area/cruiser_dock)
"kvD" = (
/obj/structure/sign/poster/random/directional/west,
/turf/open/floor/iron/dark,
@@ -9573,10 +9187,6 @@
},
/turf/open/floor/iron/white,
/area/centcom/interlink)
-"kzS" = (
-/obj/structure/closet/l3closet/security,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"kDh" = (
/obj/structure/curtain/cloth/fancy/mechanical{
id = "ghostcaferesort2curtain"
@@ -9592,10 +9202,6 @@
/obj/structure/fans/tiny/invisible,
/turf/open/misc/grass/planet,
/area/centcom/holding/cafepark)
-"kGL" = (
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"kGT" = (
/obj/structure/fans/tiny/invisible,
/obj/machinery/door/airlock/sandstone{
@@ -9954,7 +9560,6 @@
name = "Door Lock";
normaldoorcontrol = 1;
specialfunctions = 4;
- pixel_y = 0;
pixel_x = 28
},
/turf/open/floor/iron/freezer,
@@ -10097,16 +9702,6 @@
/obj/machinery/vending/boozeomat/cafe,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"loD" = (
-/obj/structure/table/reinforced/plastitaniumglass,
-/obj/structure/showcase/machinery/tv{
- desc = "Static fills the screen. If you can find the VCR, you might be able to watch those old Heist Movies again.";
- name = "\improper Static Filled Tube(TM) Television"
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/cruiser_dock)
"loR" = (
/obj/structure/railing/corner{
dir = 4
@@ -10122,10 +9717,6 @@
/obj/effect/turf_decal/trimline/dark_green/filled/corner,
/turf/open/floor/iron,
/area/centcom/interlink)
-"lrB" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner,
-/turf/open/floor/plating,
-/area/cruiser_dock)
"lsV" = (
/obj/machinery/light/floor,
/obj/structure/railing,
@@ -10192,18 +9783,6 @@
/obj/structure/table/wood,
/turf/open/floor/wood/tile,
/area/centcom/interlink)
-"lzr" = (
-/obj/structure/chair/plastic,
-/obj/effect/landmark/start/assaultop,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/cruiser_dock)
-"lAd" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 1
- },
-/obj/machinery/light/cold/directional/east,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"lAv" = (
/obj/structure/chair/sofa/corp/right{
dir = 4
@@ -10309,12 +9888,6 @@
},
/turf/open/floor/wood,
/area/centcom/holding/cafedorms)
-"lJi" = (
-/obj/structure/deployable_barricade/guardrail,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/cruiser_dock)
"lJK" = (
/obj/structure/fans/tiny/invisible,
/obj/machinery/door/airlock/sandstone{
@@ -10429,15 +10002,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"lSY" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
- },
-/obj/structure/deployable_barricade/guardrail{
- dir = 4
- },
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"lTP" = (
/obj/effect/light_emitter/interlink,
/obj/structure/flora/tree/jungle/style_6,
@@ -10603,12 +10167,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"mmL" = (
-/obj/machinery/porta_turret/syndicate/assaultops/internal{
- system_id = "goldeneyebase"
- },
-/turf/closed/indestructible/syndicate,
-/area/cruiser_dock)
"mnj" = (
/obj/structure/chair/office{
dir = 8
@@ -10675,11 +10233,6 @@
},
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"mvD" = (
-/turf/open/floor/iron/stairs/right{
- dir = 8
- },
-/area/cruiser_dock)
"mvL" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/red/opposingcorners,
@@ -10769,10 +10322,6 @@
/obj/machinery/light/directional/east,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"mxQ" = (
-/obj/structure/table,
-/turf/open/floor/carpet/red,
-/area/cruiser_dock)
"mza" = (
/obj/structure/closet/crate/bin,
/obj/effect/turf_decal/siding/wood{
@@ -10872,12 +10421,6 @@
},
/turf/open/misc/grass/planet,
/area/centcom/holding/cafepark)
-"mCr" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/cruiser_dock)
"mCv" = (
/obj/structure/table/reinforced/rglass,
/obj/structure/mirror/directional/west,
@@ -10941,13 +10484,6 @@
/obj/structure/sink/directional/east,
/turf/open/floor/iron,
/area/centcom/interlink)
-"mHQ" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_y = 8
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"mIk" = (
/obj/machinery/vending/boozeomat/cafe,
/turf/open/floor/wood,
@@ -11103,11 +10639,6 @@
/obj/machinery/duct,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"mXK" = (
-/turf/open/floor/iron/stairs/right{
- dir = 4
- },
-/area/cruiser_dock)
"mYg" = (
/obj/machinery/door/airlock/survival_pod{
name = "Transport Ship"
@@ -11168,18 +10699,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"nde" = (
-/obj/machinery/vending/coffee,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
-"ndy" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 1
- },
-/obj/machinery/light/cold/directional/west,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"neb" = (
/obj/structure/reagent_dispensers/watertank/high,
/obj/effect/turf_decal/siding/wood{
@@ -11395,16 +10914,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"nsL" = (
-/obj/effect/turf_decal/box/corners{
- dir = 8
- },
-/obj/effect/turf_decal/box/corners{
- dir = 1
- },
-/obj/structure/shipping_container/gorlex,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"nsT" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -11428,9 +10937,6 @@
},
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"nyr" = (
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"nzn" = (
/obj/effect/turf_decal/weather/snow/corner,
/turf/open/misc/dirt/planet,
@@ -11456,11 +10962,6 @@
"nDE" = (
/turf/open/floor/carpet/purple,
/area/centcom/holding/cafepark)
-"nER" = (
-/turf/open/floor/iron/stairs/left{
- dir = 4
- },
-/area/cruiser_dock)
"nFi" = (
/obj/structure/curtain,
/obj/machinery/shower/directional/north,
@@ -11550,11 +11051,6 @@
/obj/effect/turf_decal/trimline/yellow/filled/warning,
/turf/open/indestructible/plating,
/area/centcom/holding/cafepark)
-"nNe" = (
-/obj/structure/table,
-/obj/item/pizzabox/pineapple,
-/turf/open/floor/carpet/red,
-/area/cruiser_dock)
"nOa" = (
/obj/structure/table/reinforced,
/obj/item/folder{
@@ -11733,13 +11229,6 @@
icon_state = "white"
},
/area/centcom/holding/cafepark)
-"obP" = (
-/obj/effect/turf_decal/box/corners{
- dir = 1
- },
-/obj/structure/shipping_container/vitezstvi,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"ocT" = (
/obj/structure/chair/stool/bar/directional/north,
/turf/open/floor/wood/parquet,
@@ -11936,7 +11425,6 @@
name = "Bolt Control";
normaldoorcontrol = 1;
specialfunctions = 4;
- pixel_y = 0;
pixel_x = 25
},
/turf/open/floor/iron,
@@ -12110,11 +11598,6 @@
},
/turf/open/floor/iron/dark,
/area/centcom/holding/cafe)
-"oFj" = (
-/turf/open/floor/iron/smooth_corner{
- dir = 4
- },
-/area/cruiser_dock)
"oGv" = (
/obj/effect/turf_decal/bot,
/obj/machinery/vending/wardrobe/chem_wardrobe/ghost_cafe,
@@ -12188,11 +11671,6 @@
},
/turf/open/floor/iron/dark,
/area/centcom/holding/cafe)
-"oQR" = (
-/turf/closed/indestructible/fakedoor{
- name = "Base Access"
- },
-/area/cruiser_dock)
"oQW" = (
/obj/structure/chair/sofa/right/brown{
dir = 1
@@ -12255,9 +11733,6 @@
/obj/structure/fake_stairs/wood/directional/north,
/turf/open/misc/dirt/planet,
/area/centcom/holding/cafepark)
-"oXS" = (
-/turf/open/floor/carpet/red,
-/area/cruiser_dock)
"oYa" = (
/obj/structure/chair/office,
/obj/machinery/button/door/directional/west{
@@ -12311,16 +11786,6 @@
/obj/machinery/light/directional/west,
/turf/open/indestructible/carpet,
/area/centcom/holding/cafe)
-"pao" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 6
- },
-/obj/structure/deployable_barricade/guardrail{
- dir = 4
- },
-/obj/structure/deployable_barricade/guardrail,
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"paJ" = (
/obj/machinery/button/door{
id = "CCD1";
@@ -12454,13 +11919,6 @@
},
/turf/open/floor/iron/white,
/area/centcom/holding/cafepark)
-"pmu" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
- },
-/obj/machinery/light/cold/directional/north,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"pmI" = (
/obj/structure/flora/bush/fullgrass/style_random,
/obj/structure/flora/bush/flowers_pp/style_random,
@@ -12471,12 +11929,6 @@
/obj/machinery/light/directional/west,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"pnu" = (
-/obj/structure/chair/office{
- dir = 8
- },
-/turf/open/floor/mineral/titanium/tiled/white,
-/area/cruiser_dock)
"pny" = (
/obj/structure/stone_tile/block,
/obj/structure/stone_tile/block{
@@ -12522,9 +11974,6 @@
/obj/structure/chair/sofa/corp/left,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"pqX" = (
-/turf/open/floor/iron/stairs/left,
-/area/cruiser_dock)
"pry" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/item/condom_pack,
@@ -12549,13 +11998,6 @@
},
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"psl" = (
-/obj/structure/closet/crate/cardboard,
-/obj/item/reagent_containers/cup/glass/bottle/champagne,
-/obj/item/reagent_containers/cup/glass/bottle/lizardwine,
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"ptd" = (
/obj/effect/spawner/random/entertainment/arcade,
/obj/effect/turf_decal/siding/wood{
@@ -12585,11 +12027,6 @@
smoothing_flags = 0
},
/area/centcom/holding/cafepark)
-"pvN" = (
-/turf/open/floor/iron/stairs/left{
- dir = 8
- },
-/area/cruiser_dock)
"pwO" = (
/obj/structure/chair/sofa/bench/corner{
dir = 4
@@ -13062,15 +12499,6 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"qdp" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
- },
-/obj/structure/deployable_barricade/guardrail{
- dir = 8
- },
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"qdG" = (
/obj/structure/railing{
dir = 6
@@ -13161,10 +12589,6 @@
/obj/structure/barricade/wooden,
/turf/open/misc/dirt/planet,
/area/centcom/interlink)
-"qnk" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"qnA" = (
/obj/structure/closet/crate,
/obj/item/storage/box/ingredients/vegetarian,
@@ -13295,15 +12719,6 @@
},
/turf/open/floor/grass,
/area/centcom/interlink)
-"quB" = (
-/obj/effect/turf_decal/box/corners{
- dir = 8
- },
-/obj/effect/turf_decal/box/corners{
- dir = 1
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"qvk" = (
/obj/machinery/oven/range,
/turf/open/floor/iron/cafeteria,
@@ -13392,11 +12807,6 @@
/obj/item/clothing/gloves/latex,
/turf/open/floor/carpet/black,
/area/centcom/holding/cafe)
-"qEp" = (
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/cruiser_dock)
"qEu" = (
/obj/structure/sign/poster/random/directional/north,
/turf/open/floor/wood,
@@ -13455,12 +12865,6 @@
icon_state = "floor"
},
/area/centcom/holding/cafepark)
-"qIl" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/cruiser_dock)
"qIY" = (
/obj/effect/turf_decal/tile/green/opposingcorners,
/turf/open/floor/iron,
@@ -13652,12 +13056,6 @@
},
/turf/open/floor/grass,
/area/centcom/interlink)
-"raS" = (
-/obj/structure/closet/crate/cardboard/mothic,
-/obj/item/storage/box/mothic_rations,
-/obj/item/storage/box/mothic_rations,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"rbo" = (
/obj/structure/table,
/obj/machinery/microwave{
@@ -13683,18 +13081,6 @@
/obj/structure/reagent_dispensers/fueltank/large,
/turf/open/misc/dirt/planet,
/area/centcom/holding/cafepark)
-"rgK" = (
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 17;
- height = 13;
- name = "Goldeneye Satellite Dock";
- roundstart_template = /datum/map_template/shuttle/goldeneye_cruiser;
- shuttle_id = "goldeneye_cruiser_dock";
- width = 27
- },
-/turf/open/floor/plating,
-/area/cruiser_dock)
"rhV" = (
/obj/structure/table/reinforced,
/obj/item/folder{
@@ -13744,10 +13130,6 @@
/obj/structure/fake_stairs/wood/directional/east,
/turf/closed/indestructible/wood,
/area/centcom/holding/cafepark)
-"rkm" = (
-/obj/machinery/vending/tool,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"rkW" = (
/obj/effect/turf_decal/trimline/blue/filled/line,
/obj/structure/closet/crate/bin,
@@ -13841,12 +13223,6 @@
/obj/structure/flora/tree/jungle/small/style_random,
/turf/open/misc/grass/planet,
/area/centcom/holding/cafepark)
-"rpG" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
- },
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"rpX" = (
/obj/machinery/light/directional/south,
/obj/effect/turf_decal/tile/blue/half/contrasted,
@@ -13859,10 +13235,6 @@
/obj/item/kirbyplants/random,
/turf/open/floor/iron/dark/textured_large,
/area/centcom/interlink)
-"rvf" = (
-/obj/machinery/light/cold/directional/north,
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"rvn" = (
/obj/structure/flora/grass/jungle/b/style_4,
/obj/effect/light_emitter/interlink,
@@ -13976,10 +13348,6 @@
/obj/machinery/computer/libraryconsole/bookmanagement,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"rKk" = (
-/obj/structure/chair/plastic,
-/turf/open/floor/iron/smooth,
-/area/cruiser_dock)
"rKs" = (
/obj/machinery/vending/dinnerware,
/obj/effect/turf_decal/siding/white/corner{
@@ -13995,14 +13363,6 @@
/obj/machinery/door/window/left/directional/south,
/turf/open/floor/iron/dark/textured_large,
/area/centcom/interlink)
-"rMn" = (
-/obj/structure/deployable_barricade/guardrail{
- dir = 8
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/cruiser_dock)
"rMy" = (
/obj/structure/bed/pod{
dir = 4
@@ -14757,9 +14117,7 @@
/area/centcom/holding/cafe)
"sNs" = (
/obj/structure/bed/double/pod,
-/obj/item/bedsheet/random/double{
- dir = 2
- },
+/obj/item/bedsheet/random/double,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
"sOj" = (
@@ -14793,9 +14151,6 @@
icon_state = "darkfull"
},
/area/centcom/holding/cafepark)
-"sQh" = (
-/turf/open/floor/iron/smooth_corner,
-/area/cruiser_dock)
"sQj" = (
/obj/structure/sign/painting/library,
/turf/closed/indestructible/wood,
@@ -14954,10 +14309,6 @@
},
/turf/open/floor/iron/white,
/area/centcom/holding/cafe)
-"tch" = (
-/obj/machinery/chem_dispenser/fullupgrade,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"tci" = (
/obj/structure/table/wood,
/obj/item/paper_bin,
@@ -15068,16 +14419,6 @@
},
/turf/open/floor/wood/tile,
/area/centcom/interlink)
-"tnR" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 10
- },
-/obj/structure/deployable_barricade/guardrail{
- dir = 8
- },
-/obj/structure/deployable_barricade/guardrail,
-/turf/open/floor/iron/smooth_large,
-/area/cruiser_dock)
"tpU" = (
/turf/open/misc/dirt/planet,
/area/centcom/interlink)
@@ -15242,11 +14583,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"tGQ" = (
-/obj/structure/reagent_dispensers/water_cooler,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"tHh" = (
/obj/machinery/light/warm/directional/west,
/obj/effect/turf_decal/tile/dark_blue/opposingcorners,
@@ -15554,10 +14890,6 @@
},
/turf/open/floor/carpet/cyan,
/area/centcom/holding/cafe)
-"uhC" = (
-/obj/effect/baseturf_helper/asteroid,
-/turf/closed/indestructible/syndicate,
-/area/cruiser_dock)
"uhO" = (
/obj/structure/table/reinforced,
/obj/item/folder/blue,
@@ -15693,11 +15025,6 @@
dir = 4
},
/area/centcom/holding/cafepark)
-"uxZ" = (
-/turf/open/misc/dirt/planet{
- desc = "Upon closer examination, it's still dirt."
- },
-/area/centcom/holding/cafepark)
"uyr" = (
/obj/structure/chair/sofa/bench/right{
dir = 4
@@ -15832,9 +15159,6 @@
},
/turf/open/floor/iron/freezer,
/area/centcom/holding/cafe)
-"uKw" = (
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/cruiser_dock)
"uKH" = (
/obj/effect/turf_decal/weather/dirt,
/obj/effect/light_emitter/interlink,
@@ -15866,11 +15190,6 @@
/obj/effect/turf_decal/trimline/dark_green/filled/line,
/turf/open/floor/iron,
/area/centcom/interlink)
-"uPJ" = (
-/obj/item/mop,
-/obj/structure/mop_bucket,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"uQt" = (
/obj/effect/turf_decal/trimline/dark_green/filled/line,
/obj/effect/turf_decal/siding/white,
@@ -15961,40 +15280,12 @@
},
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafepark)
-"uYe" = (
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"uYo" = (
/obj/effect/turf_decal/siding/dark{
dir = 8
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"uYq" = (
-/obj/structure/table,
-/obj/item/coffee_cartridge{
- pixel_y = -1
- },
-/obj/item/coffee_cartridge/fancy{
- pixel_x = -5;
- pixel_y = 8
- },
-/obj/item/coffee_cartridge/fancy{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/reagent_containers/cup/coffeepot{
- pixel_x = 5;
- pixel_y = 20
- },
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
-"uYx" = (
-/obj/machinery/suit_storage_unit/industrial/assault_operative,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"uYJ" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/condiment/saltshaker{
@@ -16056,10 +15347,6 @@
/obj/structure/window/reinforced/spawner/directional/east,
/turf/open/floor/wood,
/area/centcom/holding/cafepark)
-"vgL" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"vgQ" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
@@ -16125,14 +15412,6 @@
/obj/structure/flora/bush/fullgrass/style_random,
/turf/open/floor/grass,
/area/centcom/interlink)
-"vrd" = (
-/turf/open/floor/iron/stairs/medium,
-/area/cruiser_dock)
-"vsh" = (
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/cruiser_dock)
"vsB" = (
/obj/structure/chair/sofa/bench/left,
/obj/effect/landmark/latejoin,
@@ -16223,11 +15502,6 @@
/obj/machinery/vending/games,
/turf/open/floor/carpet/cyan,
/area/centcom/holding/cafe)
-"vxU" = (
-/turf/open/floor/iron/stairs/medium{
- dir = 4
- },
-/area/cruiser_dock)
"vyS" = (
/obj/structure/flora/bush/leafy,
/turf/open/misc/grass/planet{
@@ -16312,14 +15586,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"vLt" = (
-/obj/structure/closet/crate/cardboard/tiziran,
-/obj/item/storage/box/foodpack/tizira/roll,
-/obj/item/storage/box/foodpack/tizira/roll,
-/obj/item/storage/box/foodpack/tizira/stir_fry,
-/obj/item/storage/box/tiziran_meats,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"vLx" = (
/turf/closed/indestructible/rock,
/area/centcom/interlink)
@@ -16556,10 +15822,6 @@
/obj/effect/light_emitter/interlink,
/turf/open/indestructible/plating,
/area/centcom/holding/cafe)
-"wgp" = (
-/obj/machinery/door/poddoor/shutters/indestructible,
-/turf/open/floor/plating,
-/area/cruiser_dock)
"wiT" = (
/obj/effect/turf_decal/weather/dirt,
/obj/structure/hedge,
@@ -16639,13 +15901,6 @@
/obj/structure/lavaland/ash_walker_fake,
/turf/open/lava/fake,
/area/centcom/holding/cafepark)
-"wqG" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
- },
-/obj/machinery/light/cold/directional/south,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"wqL" = (
/obj/effect/light_emitter/interlink,
/obj/effect/turf_decal/weather/dirt{
@@ -16654,13 +15909,6 @@
/obj/structure/flora/tree/jungle/small/style_random,
/turf/open/floor/grass,
/area/centcom/interlink)
-"wqQ" = (
-/obj/effect/turf_decal/box/corners{
- dir = 1
- },
-/obj/structure/shipping_container/cybersun,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"wrf" = (
/turf/open/floor/carpet/blue,
/area/centcom/holding/cafedorms)
@@ -16775,11 +16023,6 @@
/obj/structure/sink/directional/south,
/turf/open/indestructible/bathroom,
/area/centcom/holding/cafedorms)
-"wCl" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"wCC" = (
/obj/structure/flora/bush/large/style_random,
/obj/effect/light_emitter/interlink,
@@ -16869,14 +16112,6 @@
/obj/effect/turf_decal/caution/stand_clear,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"wKa" = (
-/obj/structure/chair/plastic{
- dir = 4
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/cruiser_dock)
"wKb" = (
/obj/structure/table/glass,
/obj/item/storage/box/disks{
@@ -16938,18 +16173,6 @@
},
/turf/open/floor/iron,
/area/centcom/interlink)
-"wPS" = (
-/obj/effect/turf_decal/box/corners{
- dir = 8
- },
-/obj/structure/shipping_container/kosmologistika,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
-"wTv" = (
-/obj/structure/sink/kitchen/directional/west,
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"wUt" = (
/obj/structure/table/wood,
/obj/structure/towel_bin,
@@ -17101,12 +16324,6 @@
/obj/structure/punching_bag,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"xfT" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 1
- },
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"xga" = (
/obj/structure/table/wood,
/obj/item/flashlight{
@@ -17229,13 +16446,6 @@
/obj/machinery/vending/dorms,
/turf/open/indestructible/hotelwood,
/area/centcom/holding/cafe)
-"xrA" = (
-/obj/effect/landmark/start/assaultop,
-/obj/structure/chair/office/light{
- dir = 4
- },
-/turf/open/floor/carpet/red,
-/area/cruiser_dock)
"xsf" = (
/obj/structure/flora/ash/stem_shroom,
/turf/open/floor/fakebasalt,
@@ -17278,9 +16488,6 @@
icon_state = "floor"
},
/area/centcom/holding/cafepark)
-"xuY" = (
-/turf/closed/indestructible/syndicate,
-/area/cruiser_dock)
"xwC" = (
/obj/structure/chair/sofa/bench/right{
dir = 4
@@ -17363,9 +16570,6 @@
icon_state = "floor"
},
/area/centcom/holding/cafepark)
-"xDE" = (
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"xDR" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted,
/obj/effect/turf_decal/bot,
@@ -17381,9 +16585,6 @@
/obj/machinery/door/window/left/directional/south,
/turf/open/floor/iron/dark,
/area/centcom/interlink)
-"xFA" = (
-/turf/open/floor/iron/stairs/right,
-/area/cruiser_dock)
"xFE" = (
/obj/structure/chair/sofa/bench/right{
dir = 1
@@ -17466,9 +16667,6 @@
},
/turf/open/floor/iron/smooth,
/area/centcom/interlink)
-"xPp" = (
-/turf/closed/indestructible/opsglass,
-/area/cruiser_dock)
"xPx" = (
/obj/structure/chair/wood{
dir = 1
@@ -17602,14 +16800,6 @@
/obj/structure/fence,
/turf/open/floor/grass,
/area/centcom/interlink)
-"xXk" = (
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
-"xXn" = (
-/obj/structure/marker_beacon/teal,
-/turf/open/misc/asteroid,
-/area/cruiser_dock)
"xXU" = (
/obj/effect/turf_decal/siding/wood{
dir = 10
@@ -17631,12 +16821,6 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/wood/parquet,
/area/centcom/interlink)
-"xZY" = (
-/obj/effect/turf_decal/box/corners{
- dir = 8
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/cruiser_dock)
"ybu" = (
/obj/structure/flora/rock/pile/jungle/style_3,
/turf/open/misc/grass/planet,
@@ -17694,7 +16878,6 @@
name = "Bolt Control";
normaldoorcontrol = 1;
specialfunctions = 4;
- pixel_y = 0;
pixel_x = 25
},
/turf/open/floor/iron/white,
@@ -62743,21 +61926,21 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -62994,30 +62177,30 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -63249,34 +62432,34 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -63503,39 +62686,39 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -63759,40 +62942,40 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -64016,40 +63199,40 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -64272,42 +63455,6 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-wgp
-xuY
-kjb
-kjb
-kjb
-kjb
aaa
aaa
aaa
@@ -64329,8 +63476,44 @@ aaa
aaa
aaa
aaa
-"}
-(182,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(182,1,1) = {"
aaa
aaa
aaa
@@ -64529,42 +63712,42 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -64785,43 +63968,43 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -65042,44 +64225,44 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-xuY
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -65299,44 +64482,44 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-hrS
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-hrS
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -65556,45 +64739,45 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-hrS
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-xXn
-hrS
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -65812,46 +64995,46 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-xXn
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-hrS
-xuY
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -66066,49 +65249,6 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-hrS
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
aaa
aaa
aaa
@@ -66128,8 +65268,51 @@ aaa
aaa
aaa
aaa
-"}
-(189,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(189,1,1) = {"
aaa
aaa
aaa
@@ -66321,51 +65504,51 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-hrS
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -66576,53 +65759,53 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-hrS
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-hrS
-hrS
-xuY
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -66831,55 +66014,55 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-xXn
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -67080,63 +66263,63 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-xuY
-xuY
-xuY
-xuY
-kjb
-kjb
-hrS
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-xXn
-hrS
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -67258,7 +66441,7 @@ ayI
hMt
tMb
pib
-uxZ
+ayI
eNw
aAd
aAd
@@ -67334,65 +66517,65 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-eMg
-dOP
-tch
-xuY
-xuY
-kjb
-hrS
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-hrS
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -67589,67 +66772,67 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-xuY
-bxg
-pnu
-icb
-git
-xuY
-kjb
-xuY
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-xuY
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -67846,67 +67029,67 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-vgL
-icb
-icb
-icb
-iUc
-xuY
-kjb
-kjb
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-rgK
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-hrS
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -68102,67 +67285,67 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-xuY
-oQR
-xuY
-xuY
-xuY
-xuY
-xuY
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-xuY
-kzS
-icb
-xuY
-xPp
-xPp
-xuY
-xuY
-kjb
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-lrB
-mCr
-hSU
-nyr
-iOR
-jpJ
-qIl
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kvj
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -68359,67 +67542,6 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-wCl
-kqL
-fVh
-mmL
-afz
-uYq
-mHQ
-xuY
-kjb
-kjb
-kjb
-hrS
-hrS
-hrS
-xuY
-xPp
-hQy
-mmL
-kvj
-gcK
-kvj
-mmL
-xuY
-xuY
-xuY
-xuY
-hrS
-xXn
-hrS
-xuY
-xuY
-qdp
-bhJ
-nyr
-egr
-tnR
-xfT
-xXn
-hrS
-obP
-wPS
-hrS
-hrS
-xXn
-hrS
-hrS
-hrS
-hrS
-xXn
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
-kjb
aaa
aaa
aaa
@@ -68441,8 +67563,69 @@ aaa
aaa
aaa
aaa
-"}
-(198,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(198,1,1) = {"
aaa
aaa
aaa
@@ -68616,66 +67799,66 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-xuY
-rKk
-kqL
-oXS
-oXS
-oXS
-kqL
-hJl
-xuY
-xuY
-duT
-rpG
-rpG
-rpG
-aUf
-xuY
-rkm
-xDE
-qnk
-kvj
-kvj
-kvj
-aWm
-psl
-vLt
-xuY
-duT
-rpG
-rpG
-rpG
-aUf
-xuY
-rvf
-jNs
-nyr
-jNs
-iOR
-xfT
-wqQ
-xZY
-xDE
-xDE
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-xuY
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -68873,66 +68056,66 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-wKa
-vsh
-vsh
-xrA
-xrA
-oXS
-vsh
-vsh
-vsh
-kii
-rMn
-rMn
-rMn
-rMn
-rMn
-pqX
-vsh
-vsh
-ifV
-gDV
-gDV
-gDV
-emo
-vsh
-vsh
-kii
-rMn
-rMn
-rMn
-rMn
-rMn
-pqX
-nyr
-nyr
-nyr
-nyr
-iOR
-xfT
-xDE
-xDE
-cUF
-hyO
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -69130,65 +68313,65 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-nyr
-uKw
-lzr
-nNe
-mxQ
-mxQ
-uKw
-uKw
-nyr
-dII
-uKw
-uKw
-uKw
-uKw
-uKw
-vrd
-nyr
-uKw
-uKw
-uKw
-uKw
-uKw
-uKw
-uKw
-nyr
-dII
-uKw
-uKw
-uKw
-uKw
-uKw
-vrd
-nyr
-quB
-nsL
-xZY
-iOR
-xfT
-cUF
-hyO
-hrS
-hrS
-kjb
-kjb
-xuY
-kjb
-kjb
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -69387,64 +68570,64 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-loD
-iZc
-qEp
-fdJ
-oXS
-dcM
-qEp
-qEp
-eXh
-dSt
-jpl
-jpl
-jpl
-jpl
-jpl
-xFA
-qEp
-qEp
-qEp
-oFj
-uKw
-sQh
-qEp
-qEp
-qEp
-dSt
-jpl
-jpl
-jpl
-jpl
-jpl
-xFA
-nyr
-xDE
-xDE
-xDE
-iOR
-xfT
-hrS
-hrS
-hrS
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -69644,63 +68827,63 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-xuY
-gFA
-kqL
-oXS
-oXS
-oXS
-kqL
-nde
-xuY
-xuY
-pmu
-gpk
-gpk
-gpk
-wqG
-xuY
-uPJ
-wTv
-xXk
-hLW
-uKw
-iBc
-raS
-uYe
-kpg
-xuY
-pmu
-gpk
-gpk
-gpk
-wqG
-xuY
-rvf
-keK
-keK
-hyO
-iOR
-xfT
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -69901,61 +69084,61 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-eBz
-anZ
-tGQ
-mmL
-wCl
-anZ
-ifE
-xuY
-kjb
-kjb
-hrS
-hrS
-kjb
-kjb
-uhC
-xuY
-xuY
-mmL
-hLW
-nyr
-iBc
-mmL
-xuY
-xuY
-xuY
-kjb
-hrS
-hrS
-kjb
-kjb
-xuY
-lSY
-lSY
-lSY
-lSY
-pao
-xfT
-hrS
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -70158,58 +69341,58 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-xuY
-xuY
-xuY
-xuY
-xuY
-xuY
-xuY
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-pvN
-fol
-mvD
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-gpk
-gpk
-gpk
-gpk
-bFy
-hrS
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -70416,53 +69599,53 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-eof
-eWR
-uKw
-lJi
-ndy
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-hrS
-hrS
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -70673,51 +69856,51 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-hrS
-cNa
-eWR
-uKw
-lJi
-xfT
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -70932,48 +70115,6 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-hrS
-cNa
-eWR
-uKw
-lJi
-xfT
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
aaa
aaa
aaa
@@ -71011,8 +70152,50 @@ aaa
aaa
aaa
aaa
-"}
-(208,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(208,1,1) = {"
aaa
aaa
aaa
@@ -71190,45 +70373,45 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-cNa
-eWR
-uKw
-lJi
-xfT
-hrS
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -71448,39 +70631,39 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-dmO
-eWR
-uKw
-lJi
-lAd
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -71714,29 +70897,29 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-mXK
-vxU
-nER
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -71972,26 +71155,26 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-xuY
-xuY
-hLW
-nyr
-iBc
-xuY
-xuY
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -72229,25 +71412,25 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-guS
-hIU
-hLW
-uKw
-iBc
-hIU
-guS
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -72487,23 +71670,23 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-cxX
-kqL
-hLW
-uKw
-iBc
-kqL
-iiV
-xuY
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -72744,23 +71927,23 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-uYx
-kqL
-hLW
-uKw
-iBc
-kqL
-uYx
-xuY
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -73001,23 +72184,23 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-mmL
-wCl
-hLW
-uKw
-iBc
-wCl
-mmL
-xuY
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -73259,22 +72442,22 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-uYx
-kqL
-hLW
-uKw
-iBc
-kqL
-uYx
-xuY
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -73516,21 +72699,21 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-dgo
-kqL
-hLW
-uKw
-iBc
-kqL
-iiV
-xuY
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -73773,21 +72956,21 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-guS
-hIU
-hLW
-uKw
-iBc
-hIU
-guS
-xuY
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -74030,21 +73213,21 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-xuY
-xuY
-xuY
-guS
-nyr
-uYx
-xuY
-xuY
-xuY
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -74287,21 +73470,21 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-xuY
-cuF
-kGL
-hIU
-xuY
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -74545,19 +73728,19 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-xuY
-xuY
-xuY
-xuY
-xuY
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -74803,18 +73986,18 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -75060,17 +74243,17 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -75319,14 +74502,14 @@ aaa
aaa
aaa
aaa
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
-kjb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
diff --git a/_maps/shuttles/nova/goldeneye_cruiser.dmm b/_maps/shuttles/nova/goldeneye_cruiser.dmm
deleted file mode 100644
index 474d5f97910..00000000000
--- a/_maps/shuttles/nova/goldeneye_cruiser.dmm
+++ /dev/null
@@ -1,1329 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ab" = (
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/rglass{
- amount = 30;
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/stack/sheet/rglass{
- amount = 30;
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/storage/toolbox/electrical,
-/obj/item/storage/box/lights,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"ah" = (
-/obj/machinery/recharge_station,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"bf" = (
-/obj/machinery/goldeneye_upload_terminal,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"bg" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 8
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"bk" = (
-/obj/machinery/light/no_nightlight/directional/east,
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/armory)
-"bw" = (
-/obj/structure/chair/comfy/shuttle/tactical{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"bx" = (
-/obj/effect/turf_decal/bot_white,
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"bW" = (
-/obj/effect/turf_decal/bot_white,
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/machinery/light/no_nightlight/directional/south,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"ce" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"cl" = (
-/obj/structure/chair/comfy/shuttle/tactical{
- dir = 1
- },
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"cu" = (
-/obj/structure/rack/shelf,
-/obj/item/storage/medkit/toxin{
- pixel_y = 10
- },
-/obj/item/storage/medkit/o2{
- pixel_y = 5
- },
-/obj/item/storage/medkit/regular,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"cw" = (
-/obj/machinery/door/poddoor/preopen{
- id = "syndicatecruiserwindows"
- },
-/obj/effect/spawner/structure/window/reinforced/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/syndicate/cruiser/medical)
-"cN" = (
-/obj/machinery/porta_turret/syndicate/assaultops/shuttle{
- name = "Defense System Turret";
- system_id = "cruiser_turrets_outer"
- },
-/obj/structure/fluff/metalpole/end{
- dir = 1;
- pixel_y = 32
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/bridge)
-"de" = (
-/obj/structure/rack/shelf,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/sheet/iron/fifty,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/armory)
-"dz" = (
-/turf/closed/wall/mineral/titanium/spaceship/nodiagonal,
-/area/shuttle/syndicate/cruiser)
-"dF" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "syndicatecruiserwindows";
- name = "Window Blast Doors";
- pixel_x = -5;
- pixel_y = 7;
- req_access = list("syndicate")
- },
-/obj/machinery/button/door{
- id = "syndicatecruiserarmory";
- name = "Armory Blast Doors";
- pixel_x = -5;
- pixel_y = -6;
- req_access = list("syndicate")
- },
-/obj/machinery/button/door{
- id = "syndicatecruiserhall";
- name = "Hall Shutters";
- pixel_x = 8;
- req_access = list("syndicate")
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"dQ" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"dR" = (
-/obj/machinery/computer/operating{
- dir = 4
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"dT" = (
-/obj/structure/fans/tiny,
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/obj/machinery/button/door{
- id = "syndicatecruiserhatchesright";
- name = "hatches";
- pixel_y = 32;
- req_access = list("syndicate")
- },
-/obj/machinery/door/poddoor{
- id = "syndicatecruiserhatchesright"
- },
-/obj/docking_port/mobile{
- dir = 8;
- hidden = 1;
- shuttle_id = "goldeneye_cruiser";
- movement_force = list("KNOCKDOWN"=0,"THROW"=0);
- name = "goldeneye cruiser";
- port_direction = 4
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"eh" = (
-/obj/structure/closet/crate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/construction/rcd/loaded,
-/obj/item/inducer/syndicate,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"er" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/bridge)
-"et" = (
-/obj/effect/turf_decal/delivery/white,
-/obj/machinery/door/airlock/medical{
- name = "Medbay"
- },
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"eU" = (
-/obj/machinery/light/no_nightlight/directional/south,
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"fo" = (
-/obj/structure/rack/shelf,
-/obj/item/suppressor{
- pixel_y = 5
- },
-/obj/item/suppressor,
-/obj/item/suppressor{
- pixel_y = -4
- },
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/armory)
-"fH" = (
-/obj/machinery/computer/monitor{
- dir = 4
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"gO" = (
-/obj/structure/rack/shelf,
-/obj/item/storage/box/bodybags,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"ha" = (
-/obj/structure/closet/crate/freezer{
- name = "universal blood storage"
- },
-/obj/machinery/iv_drip,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/o_minus,
-/obj/item/reagent_containers/blood/ethereal,
-/obj/item/reagent_containers/blood/ethereal,
-/obj/item/reagent_containers/blood/lizard,
-/obj/item/reagent_containers/blood/lizard,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"hk" = (
-/obj/structure/rack/shelf,
-/obj/item/storage/box/handcuffs{
- pixel_y = -3
- },
-/obj/item/storage/box/handcuffs{
- pixel_y = 4
- },
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/armory)
-"hy" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 1
- },
-/obj/effect/turf_decal/box/white/corners{
- dir = 8
- },
-/obj/structure/table,
-/obj/structure/reagent_dispensers/servingdish,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"iU" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 4
- },
-/obj/effect/turf_decal/box/white/corners,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"ke" = (
-/obj/structure/bed/maint,
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 1
- },
-/obj/effect/turf_decal/box/white/corners{
- dir = 8
- },
-/obj/item/bedsheet/grey,
-/obj/item/instrument/harmonica,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"kh" = (
-/obj/effect/turf_decal/bot_white,
-/obj/structure/tank_holder/anesthetic,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"ks" = (
-/obj/machinery/power/shuttle_engine/propulsion,
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/fluff/metalpole/end{
- pixel_y = -32
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate/cruiser)
-"lO" = (
-/obj/machinery/computer/camera_advanced/syndie{
- dir = 8
- },
-/obj/machinery/light/no_nightlight/directional/east,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"mP" = (
-/obj/machinery/door/poddoor/preopen{
- id = "syndicatecruiserwindows"
- },
-/obj/effect/spawner/structure/window/reinforced/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/syndicate/cruiser/bridge)
-"nZ" = (
-/turf/open/floor/mineral/titanium/tiled/white,
-/area/shuttle/syndicate/cruiser/medical)
-"ol" = (
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/obj/machinery/button/door{
- id = "syndicatecruiserhatchesright";
- name = "hatches";
- pixel_y = 32;
- req_access = list("syndicate")
- },
-/obj/machinery/door/poddoor{
- id = "syndicatecruiserhatchesright"
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"oH" = (
-/obj/structure/tank_holder/extinguisher,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"pg" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 4
- },
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"pE" = (
-/obj/machinery/power/shuttle_engine/heater,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate/cruiser)
-"pX" = (
-/obj/machinery/porta_turret/syndicate/assaultops/shuttle{
- name = "Defense System Turret";
- system_id = "cruiser_turrets_outer"
- },
-/turf/closed/wall/mineral/titanium/spaceship,
-/area/shuttle/syndicate/cruiser)
-"ql" = (
-/obj/structure/closet/secure_closet{
- name = "Secure Storage";
- req_access = list("syndicate")
- },
-/obj/item/storage/box/handcuffs{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/storage/box/zipties{
- pixel_x = -2
- },
-/obj/item/storage/box/bodybags,
-/obj/item/stack/sticky_tape,
-/obj/item/melee/baton/security/loaded,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"qG" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"qU" = (
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/obj/machinery/button/door{
- id = "syndicatecruiserhatches";
- name = "hatches";
- pixel_y = 32;
- req_access = list("syndicate")
- },
-/obj/machinery/door/poddoor{
- id = "syndicatecruiserhatches"
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"rj" = (
-/obj/machinery/light/no_nightlight/directional/east,
-/turf/open/floor/mineral/titanium/tiled/white,
-/area/shuttle/syndicate/cruiser/medical)
-"rk" = (
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/syndicate/cruiser/medical)
-"ru" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/hallway)
-"rA" = (
-/obj/machinery/power/shuttle_engine/propulsion,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/structure/fluff/metalpole/end{
- pixel_y = -32
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate/cruiser)
-"rF" = (
-/obj/machinery/computer/records/security/syndie{
- dir = 4
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"sP" = (
-/obj/machinery/computer/crew/syndie{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"sX" = (
-/obj/effect/spawner/random/vending/snackvend,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"ts" = (
-/obj/structure/chair/comfy/shuttle/tactical{
- dir = 8
- },
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"uo" = (
-/obj/machinery/porta_turret/syndicate/assaultops/shuttle{
- name = "Defense System Turret";
- system_id = "cruiser_turrets_outer"
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/hallway)
-"ur" = (
-/obj/machinery/autolathe/hacked,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"uS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters{
- id = "syndicatecruisercargo"
- },
-/turf/open/floor/engine,
-/area/shuttle/syndicate/cruiser/brig)
-"vZ" = (
-/obj/machinery/sleeper/syndie/fullupgrade{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"wb" = (
-/obj/structure/table/optable,
-/obj/effect/turf_decal/bot,
-/obj/machinery/defibrillator_mount/directional/north,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"ws" = (
-/obj/structure/tank_holder/oxygen/yellow,
-/obj/effect/turf_decal/bot_white,
-/obj/machinery/light/no_nightlight/directional/south,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"wI" = (
-/obj/structure/fluff/metalpole/end{
- dir = 1;
- pixel_y = 32
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/medical)
-"xL" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/medical)
-"xT" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"xX" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 1
- },
-/obj/effect/turf_decal/box/white/corners{
- dir = 8
- },
-/obj/machinery/space_heater,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"yT" = (
-/obj/structure/bed/maint,
-/obj/item/bedsheet/grey,
-/obj/machinery/light/no_nightlight/directional/south,
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/brig)
-"zh" = (
-/obj/machinery/porta_turret/syndicate/assaultops/shuttle{
- name = "Defense System Turret";
- system_id = "cruiser_turrets_outer"
- },
-/obj/structure/fluff/metalpole/end{
- dir = 1;
- pixel_y = 32
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/medical)
-"zo" = (
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"zL" = (
-/turf/template_noop,
-/area/template_noop)
-"AM" = (
-/obj/effect/turf_decal/delivery/white,
-/obj/machinery/door/airlock/command/glass{
- name = "Bridge"
- },
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"Bd" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"Bx" = (
-/obj/effect/turf_decal/bot_white,
-/obj/structure/tank_holder,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"CH" = (
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"CI" = (
-/obj/structure/table/reinforced,
-/obj/item/radio/intercom{
- freerange = 1;
- name = "Syndicate Radio Intercom"
- },
-/obj/machinery/turretid{
- name = "DANGER: Outer Turret Control";
- pixel_x = -28;
- req_access = list("syndicate");
- system_id = "cruiser_turrets_outer"
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"CT" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"Ei" = (
-/obj/machinery/porta_turret/syndicate/assaultops/shuttle{
- name = "Defense System Turret";
- system_id = "cruiser_turrets_outer"
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"El" = (
-/obj/machinery/porta_turret/syndicate/assaultops/shuttle{
- name = "Defense System Turret";
- system_id = "cruiser_turrets_outer"
- },
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/syndicate/cruiser/hallway)
-"EL" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/structure/table,
-/obj/effect/spawner/random/entertainment/dice,
-/obj/machinery/light/no_nightlight/directional/north,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"Fv" = (
-/obj/structure/marker_beacon/burgundy,
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/syndicate/cruiser/hallway)
-"FA" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_y = 4
- },
-/obj/item/pen/screwdriver,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"FH" = (
-/obj/machinery/sleeper/syndie/fullupgrade{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/light/no_nightlight/directional/west,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"FJ" = (
-/obj/structure/closet/crate/medical,
-/obj/item/storage/medkit/emergency,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"FM" = (
-/obj/machinery/smartfridge/chemistry/preloaded,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"FO" = (
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/shuttle/syndicate/cruiser/hallway)
-"Gz" = (
-/obj/machinery/door/poddoor/preopen{
- id = "syndicatecruiserwindows"
- },
-/obj/effect/spawner/structure/window/reinforced/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/syndicate/cruiser/brig)
-"GD" = (
-/obj/structure/marker_beacon/olive,
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/syndicate/cruiser/brig)
-"GN" = (
-/obj/machinery/vending/medical/syndicate_access,
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-"Hd" = (
-/obj/effect/turf_decal/bot_white,
-/obj/structure/tank_holder/extinguisher,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"Hm" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"Hq" = (
-/obj/structure/marker_beacon/olive,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/medical)
-"HE" = (
-/turf/closed/wall/mineral/titanium/spaceship,
-/area/shuttle/syndicate/cruiser)
-"Ih" = (
-/obj/machinery/interrogator,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"JA" = (
-/obj/structure/fans/tiny,
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/obj/machinery/button/door{
- id = "syndicatecruiserhatches";
- name = "hatches";
- pixel_y = 32;
- req_access = list("syndicate")
- },
-/obj/machinery/door/poddoor{
- id = "syndicatecruiserhatches"
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"JF" = (
-/obj/structure/rack/shelf,
-/obj/item/bodybag/environmental/prisoner/syndicate,
-/obj/item/bodybag/environmental/prisoner/syndicate{
- pixel_y = 7
- },
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/armory)
-"JN" = (
-/obj/item/hand_item/circlegame,
-/turf/open/floor/circuit/red/anim,
-/area/shuttle/syndicate/cruiser)
-"JW" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "Terminal Chamber"
- },
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"JY" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/armory)
-"KN" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"LI" = (
-/obj/structure/marker_beacon/olive,
-/turf/closed/wall/mineral/titanium/spaceship/nodiagonal,
-/area/shuttle/syndicate/cruiser)
-"Ma" = (
-/obj/structure/marker_beacon/burgundy,
-/turf/closed/wall/mineral/titanium/spaceship/nodiagonal,
-/area/shuttle/syndicate/cruiser)
-"MD" = (
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/shuttle/syndicate/cruiser/brig)
-"MO" = (
-/obj/structure/marker_beacon/burgundy,
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/syndicate/cruiser/bridge)
-"Nq" = (
-/obj/structure/rack/shelf,
-/obj/item/binoculars,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"NE" = (
-/obj/structure/extinguisher_cabinet/directional/west,
-/obj/machinery/light/no_nightlight/directional/west,
-/obj/machinery/button/door/directional/east{
- id = "syndicatecruisercargo";
- name = "Cargo Bay External Shutters"
- },
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"Om" = (
-/obj/machinery/power/shuttle_engine/propulsion,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate/cruiser)
-"Oy" = (
-/obj/machinery/power/shuttle_engine/heater,
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate/cruiser)
-"Pj" = (
-/obj/machinery/ammo_workbench/unlocked,
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/armory)
-"Py" = (
-/obj/structure/closet/secure_closet{
- name = "Prisoner Locker";
- req_access = list("syndicate")
- },
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/shoes/sneakers/crimson,
-/obj/item/clothing/under/rank/prisoner/skirt/syndicate,
-/obj/item/clothing/under/rank/prisoner/skirt/syndicate,
-/obj/item/clothing/under/rank/prisoner/skirt/syndicate,
-/obj/item/clothing/under/rank/prisoner/skirt/syndicate,
-/obj/item/clothing/under/rank/prisoner/skirt/syndicate,
-/obj/item/clothing/under/rank/prisoner/skirt/syndicate,
-/obj/item/clothing/under/rank/prisoner/syndicate,
-/obj/item/clothing/under/rank/prisoner/syndicate,
-/obj/item/clothing/under/rank/prisoner/syndicate,
-/obj/item/clothing/under/rank/prisoner/syndicate,
-/obj/item/clothing/under/rank/prisoner/syndicate,
-/obj/item/clothing/under/rank/prisoner/syndicate,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"PB" = (
-/obj/structure/bed/maint,
-/obj/item/bedsheet/grey{
- dir = 1
- },
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/shuttle/syndicate/cruiser/brig)
-"PL" = (
-/obj/machinery/power/shuttle_engine/heater,
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate/cruiser)
-"QP" = (
-/obj/machinery/porta_turret/syndicate/assaultops/internal,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser/hallway)
-"QU" = (
-/obj/machinery/turretid{
- name = "Internal Turret Control";
- pixel_y = 30;
- req_access = list("syndicate");
- system_id = "cruiser_turrets_internal"
- },
-/obj/machinery/light/no_nightlight/directional/north,
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"QV" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/structure/table,
-/obj/effect/spawner/random/entertainment/deck,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"Re" = (
-/obj/machinery/computer/shuttle/goldeneye_cruiser,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"RB" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 4
- },
-/obj/effect/turf_decal/box/white/corners,
-/obj/structure/table,
-/obj/structure/bedsheetbin,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"SI" = (
-/obj/machinery/door/airlock/hatch{
- name = "Armory"
- },
-/obj/effect/mapping_helpers/airlock/cutaiwire,
-/obj/effect/mapping_helpers/airlock/access/any/syndicate/general,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/armory)
-"SK" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 4
- },
-/obj/effect/turf_decal/box/white/corners,
-/obj/structure/table,
-/obj/item/reagent_containers/cup/bowl,
-/obj/item/reagent_containers/cup/bowl{
- pixel_y = 5
- },
-/obj/item/reagent_containers/cup/bowl{
- pixel_y = 10
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"Tr" = (
-/obj/structure/chair,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/brig)
-"TJ" = (
-/obj/structure/rack/gunrack,
-/obj/item/gun/energy/ionrifle,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/armory)
-"Ua" = (
-/obj/effect/turf_decal/tile/neutral/diagonal_edge,
-/obj/effect/turf_decal/tile/neutral/diagonal_centre,
-/obj/effect/turf_decal/box/white/corners{
- dir = 1
- },
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/iron/dark/diagonal,
-/area/shuttle/syndicate/cruiser/brig)
-"Ud" = (
-/obj/structure/closet/crate/medical,
-/mob/living/basic/bot/medbot{
- faction = list("Syndicate");
- maints_access_required = list(150);
- name = "James T. Kirk";
- radio_channel = "Syndicate"
- },
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"Vm" = (
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"VU" = (
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/armory)
-"Wb" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/syndicate/cruiser)
-"Wk" = (
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/machinery/light/blacklight/directional/east,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/shuttle/syndicate/cruiser/brig)
-"Wz" = (
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/syndicate/cruiser/bridge)
-"WF" = (
-/obj/machinery/power/shuttle_engine/propulsion,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/fluff/metalpole/end{
- pixel_y = -32
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate/cruiser)
-"Xu" = (
-/obj/machinery/computer/camera_advanced/shuttle_docker/goldeneye_cruiser,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"Yk" = (
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/bridge)
-"YJ" = (
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/shuttle/syndicate/cruiser/brig)
-"Zf" = (
-/obj/machinery/space_heater,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/hallway)
-"Zm" = (
-/turf/open/floor/iron/smooth_large,
-/area/shuttle/syndicate/cruiser/brig)
-"Zy" = (
-/obj/machinery/porta_turret/syndicate/assaultops/shuttle{
- name = "Defense System Turret";
- system_id = "cruiser_turrets_outer"
- },
-/turf/closed/wall/mineral/titanium/spaceship/nodiagonal,
-/area/shuttle/syndicate/cruiser)
-"ZC" = (
-/obj/structure/rack/shelf,
-/obj/effect/turf_decal/bot_white,
-/obj/item/defibrillator/loaded,
-/obj/item/storage/backpack/duffelbag/syndie/surgery,
-/turf/open/floor/iron/dark/textured_large,
-/area/shuttle/syndicate/cruiser/medical)
-
-(1,1,1) = {"
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-El
-ru
-JA
-ru
-El
-zL
-zL
-zL
-Fv
-ru
-ru
-ru
-ru
-ru
-uo
-Ma
-HE
-zL
-zL
-zL
-"}
-(2,1,1) = {"
-zL
-zL
-zL
-MO
-mP
-mP
-er
-er
-ah
-FO
-ws
-ru
-ru
-ru
-ru
-ru
-Bd
-Hm
-ru
-ah
-ql
-ru
-ru
-dz
-dz
-pX
-zL
-"}
-(3,1,1) = {"
-cN
-mP
-mP
-er
-fH
-rF
-FA
-er
-ru
-qU
-QP
-ru
-ur
-eh
-ab
-ru
-CH
-CH
-NE
-CH
-CH
-Py
-ru
-dz
-Oy
-ks
-zL
-"}
-(4,1,1) = {"
-mP
-Xu
-dF
-CI
-ts
-Yk
-qG
-er
-oH
-CH
-CH
-Vm
-CH
-CH
-CH
-CH
-CH
-Hd
-dQ
-Gz
-zo
-dQ
-dQ
-dz
-Oy
-Om
-zL
-"}
-(5,1,1) = {"
-mP
-Re
-cl
-Yk
-Yk
-Yk
-Yk
-AM
-CH
-CH
-ru
-ru
-Ud
-eU
-dQ
-dQ
-JW
-dQ
-dQ
-bx
-MD
-bW
-dQ
-dz
-dz
-pE
-WF
-"}
-(6,1,1) = {"
-Wz
-mP
-er
-Nq
-sP
-lO
-sX
-er
-Zf
-CH
-bw
-ru
-KN
-CH
-dQ
-Tr
-MD
-Ih
-dQ
-Gz
-zo
-dQ
-dQ
-JN
-dz
-Oy
-Om
-"}
-(7,1,1) = {"
-zL
-zL
-Wz
-xL
-xL
-xL
-xL
-xL
-xL
-QU
-bw
-JY
-JY
-SI
-dQ
-bf
-Wk
-gO
-dQ
-xX
-Zm
-hy
-dQ
-Wb
-dz
-dz
-Zy
-"}
-(8,1,1) = {"
-zL
-zL
-zL
-wI
-dR
-ZC
-FH
-vZ
-cw
-CH
-bw
-JY
-TJ
-VU
-dQ
-dQ
-dQ
-dQ
-dQ
-RB
-Zm
-SK
-dQ
-Wb
-dz
-Oy
-Om
-"}
-(9,1,1) = {"
-zL
-zL
-zL
-xL
-wb
-nZ
-nZ
-nZ
-et
-CH
-CH
-SI
-VU
-VU
-hk
-dQ
-Ua
-ce
-bg
-YJ
-yT
-dQ
-dQ
-dz
-dz
-PL
-rA
-"}
-(10,1,1) = {"
-zL
-zL
-zL
-xL
-cu
-nZ
-kh
-ha
-xL
-CH
-Zf
-JY
-de
-VU
-JF
-dQ
-EL
-QV
-xT
-YJ
-YJ
-ke
-dQ
-dz
-Oy
-Om
-zL
-"}
-(11,1,1) = {"
-zL
-zL
-rk
-xL
-GN
-rj
-FM
-xL
-xL
-ol
-QP
-JY
-Pj
-bk
-fo
-dQ
-pg
-xT
-CT
-PB
-Zm
-iU
-dQ
-dz
-Oy
-ks
-zL
-"}
-(12,1,1) = {"
-zL
-zL
-zh
-Hq
-xL
-xL
-xL
-xL
-ah
-FO
-ws
-JY
-JY
-JY
-JY
-dQ
-FJ
-Zm
-Zm
-Zm
-Bx
-dQ
-dQ
-dz
-dz
-pX
-zL
-"}
-(13,1,1) = {"
-zL
-zL
-zL
-zL
-zL
-zL
-zL
-El
-ru
-dT
-ru
-El
-zL
-zL
-zL
-GD
-dQ
-uS
-uS
-uS
-dQ
-Ei
-LI
-HE
-zL
-zL
-zL
-"}
diff --git a/_maps/shuttles/nova/pirate_nri_raider.dmm b/_maps/shuttles/nova/pirate_nri_raider.dmm
index f65fdfc133a..1fa7bc5c469 100644
--- a/_maps/shuttles/nova/pirate_nri_raider.dmm
+++ b/_maps/shuttles/nova/pirate_nri_raider.dmm
@@ -405,9 +405,6 @@
/turf/open/floor/plating,
/area/shuttle/pirate/nri)
"qp" = (
-/obj/machinery/base_alarm/nri_raider{
- pixel_x = 32
- },
/turf/open/floor/pod/light,
/area/shuttle/pirate/nri)
"qz" = (
@@ -606,9 +603,6 @@
/turf/open/floor/pod/light,
/area/shuttle/pirate/nri)
"wh" = (
-/obj/machinery/base_alarm/nri_raider{
- pixel_x = 32
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -724,9 +718,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/base_alarm/nri_raider{
- pixel_y = 32
- },
/obj/item/storage/medkit/surgery,
/turf/open/floor/pod/dark,
/area/shuttle/pirate/nri)
@@ -814,9 +805,6 @@
/turf/open/floor/plating/airless,
/area/shuttle/pirate/nri)
"CP" = (
-/obj/machinery/base_alarm/nri_raider{
- pixel_x = -32
- },
/obj/machinery/newscaster/directional/north,
/obj/structure/frame/computer,
/obj/item/circuitboard/computer/advanced_camera,
@@ -1275,9 +1263,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/base_alarm/nri_raider{
- pixel_y = 32
- },
/turf/open/floor/pod/dark,
/area/shuttle/pirate/nri)
"UO" = (
diff --git a/code/__DEFINES/sound.dm b/code/__DEFINES/sound.dm
index 4bd9c5acefd..2a2bf2c9074 100644
--- a/code/__DEFINES/sound.dm
+++ b/code/__DEFINES/sound.dm
@@ -147,7 +147,6 @@
#define ANNOUNCER_ERTYES "announcer_ertyes"
#define ANNOUNCER_MUTANTS "announcer_mutants"
#define ANNOUNCER_KLAXON "announcer_klaxon"
-#define ANNOUNCER_ICARUS "announcer_icarus"
#define ANNOUNCER_NRI_RAIDERS "announcer_nri_raiders"
#define ANNOUNCER_OUTBREAK6 "announcer_outbreak6"
#define ANNOUNCER_DEPARTMENTAL "announcer_departmental"
@@ -195,7 +194,6 @@ GLOBAL_LIST_INIT(announcer_keys, list(
ANNOUNCER_ERTYES,
ANNOUNCER_MUTANTS,
ANNOUNCER_KLAXON,
- ANNOUNCER_ICARUS,
ANNOUNCER_NRI_RAIDERS,
ANNOUNCER_OUTBREAK6,
//NOVA EDIT END
diff --git a/code/game/objects/structures/morgue.dm b/code/game/objects/structures/morgue.dm
index f31eae55dd8..43d11eaaa71 100644
--- a/code/game/objects/structures/morgue.dm
+++ b/code/game/objects/structures/morgue.dm
@@ -425,10 +425,6 @@ GLOBAL_LIST_EMPTY(crematoriums)
qdel(M)
for(var/obj/O in conts) //conts defined above, ignores crematorium and tray
- // NOVA EDIT ADDITION
- if(istype(O, /obj/item/goldeneye_key))
- continue
- // NOVA EDIT END
if(istype(O, /obj/effect/dummy/phased_mob)) //they're not physical, don't burn em.
continue
qdel(O)
diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm
index 4a497df0d30..d21bca74850 100644
--- a/code/modules/admin/admin_verbs.dm
+++ b/code/modules/admin/admin_verbs.dm
@@ -153,7 +153,6 @@ GLOBAL_LIST_INIT(admin_verbs_fun, list(
/client/proc/spawn_liquid, /*NOVA EDIT ADDITION*/
/client/proc/spawn_mob_spawner, /*NOVA EDIT ADDITION*/
/client/proc/spawn_pollution, /*NOVA EDIT ADDITION*/
- /client/proc/spawn_sunbeam, /*NOVA EDIT ADDITION*/
/client/proc/intensity_credits_panel, /*NOVA EDIT ADDITION*/
/client/proc/toggle_bsa, /*NOVA EDIT ADDITION*/
/client/proc/try_stop_delam, /*NOVA EDIT ADDITION*/
diff --git a/code/modules/antagonists/nukeop/equipment/pinpointer.dm b/code/modules/antagonists/nukeop/equipment/pinpointer.dm
index 9d05efdc757..cfbe91a59e4 100644
--- a/code/modules/antagonists/nukeop/equipment/pinpointer.dm
+++ b/code/modules/antagonists/nukeop/equipment/pinpointer.dm
@@ -53,10 +53,6 @@
target = apc
if(TRACK_INFILTRATOR)
target = SSshuttle.getShuttle("syndicate")
- // NOVA EDIT ADDITION
- if(TRACK_GOLDENEYE)
- target = SSgoldeneye.goldeneye_keys[1] // Track the first goldeneye key in existence.
- // NOVA EDIT END
..()
/obj/item/pinpointer/nuke/proc/switch_mode_to(new_mode)
diff --git a/modular_nova/modules/alerts/code/default_announcer.dm b/modular_nova/modules/alerts/code/default_announcer.dm
index 57bf1c2d8f3..fb56fe10edc 100644
--- a/modular_nova/modules/alerts/code/default_announcer.dm
+++ b/modular_nova/modules/alerts/code/default_announcer.dm
@@ -41,7 +41,6 @@
ANNOUNCER_ERTYES = 'modular_nova/modules/alerts/sound/alerts/yesert.ogg',
ANNOUNCER_MUTANTS = 'modular_nova/modules/alerts/sound/alerts/hazdet.ogg',
ANNOUNCER_KLAXON = 'modular_nova/modules/black_mesa/sound/siren1_long.ogg',
- ANNOUNCER_ICARUS = 'modular_nova/modules/assault_operatives/sound/icarus_alarm.ogg',
ANNOUNCER_NRI_RAIDERS = 'modular_nova/modules/encounters/sounds/morse.ogg',
ANNOUNCER_DEPARTMENTAL = 'modular_nova/modules/alerts/sound/alerts/alert3.ogg',
ANNOUNCER_SHUTTLE = 'modular_nova/modules/alerts/sound/alerts/alert3.ogg',
diff --git a/modular_nova/modules/assault_operatives/code/areas.dm b/modular_nova/modules/assault_operatives/code/areas.dm
deleted file mode 100644
index bea2c313ea8..00000000000
--- a/modular_nova/modules/assault_operatives/code/areas.dm
+++ /dev/null
@@ -1,64 +0,0 @@
-/area/shuttle/syndicate/cruiser
- name = "Syndicate Cruiser"
- requires_power = FALSE
-
-/area/shuttle/syndicate/cruiser/bridge
- name = "Syndicate Cruiser Control"
- color = COLOR_BLUE
-
-/area/shuttle/syndicate/cruiser/medical
- name = "Syndicate Cruiser Medbay"
- color = COLOR_LIGHT_PINK
-
-/area/shuttle/syndicate/cruiser/armory
- name = "Syndicate Cruiser Armory"
- color = COLOR_ORANGE
-
-/area/shuttle/syndicate/cruiser/eva
- name = "Syndicate Cruiser EVA"
- color = COLOR_GREEN
-
-/area/shuttle/syndicate/cruiser/hallway
-
-/area/shuttle/syndicate/cruiser/airlock
- name = "Syndicate Cruiser Airlock"
- color = COLOR_RED
-
-/area/shuttle/syndicate/cruiser/brig
- name = "Syndicate Cruiser Brig"
- color = COLOR_BLACK
-
-/area/shuttle/syndicate/cruiser/engineering
- name = "Syndicate Cruiser Engineering"
- color = COLOR_YELLOW
-
-/area/shuttle/syndicate/frigate
- name = "Syndicate Frigate"
-
-/area/cruiser_dock
- name = "GoldenEye Satellite"
- icon_state = "syndie-ship"
- requires_power = FALSE
- has_gravity = STANDARD_GRAVITY
- area_flags = VALID_TERRITORY | UNIQUE_AREA | NOTELEPORT
- ambientsounds = AMBIENCE_GENERIC
-
-/area/cruiser_dock/brig
- name = "Cruiser Dock Prison"
- color = COLOR_BLUE
- ambientsounds = AMBIENCE_CREEPY
-/obj/machinery/door/poddoor/shutters
- smoothing_groups = SMOOTH_GROUP_SHUTTERS
-
-/turf/closed/wall/r_wall/syndicate/cruiser
- canSmoothWith = SMOOTH_GROUP_SHUTTERS + SMOOTH_GROUP_SHUTTLE_PARTS + SMOOTH_GROUP_AIRLOCK + SMOOTH_GROUP_PLASTITANIUM_WALLS + SMOOTH_GROUP_SYNDICATE_WALLS
-
-/obj/effect/landmark/start/assaultop
- name = "assaultop"
- icon = 'icons/effects/landmarks_static.dmi'
- icon_state = "snukeop_spawn"
- delete_after_roundstart = FALSE
-
-/obj/effect/landmark/start/assaultop/Initialize(mapload)
- . = ..()
- GLOB.assault_operative_start += get_turf(src)
diff --git a/modular_nova/modules/assault_operatives/code/armaments/_armament_primary.dm b/modular_nova/modules/assault_operatives/code/armaments/_armament_primary.dm
deleted file mode 100644
index 26ee34d9018..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/_armament_primary.dm
+++ /dev/null
@@ -1,149 +0,0 @@
-#define OPS_SUBCATEGORY_RIFLE "Assault Rifles"
-#define OPS_SUBCATEGORY_RIFLE_AMMO "Specialty Assault Rifle Ammo"
-
-#define OPS_SUBCATEGORY_SMG "Submachine Guns"
-#define OPS_SUBCATEGORY_SMG_AMMO "Speciality Submachine Gun Ammo"
-
-#define OPS_SUBCATEGORY_SHOTGUN "Shotguns"
-#define OPS_SUBCATEGORY_SHOTGUN_AMMO "Speciality Shotgun Ammo"
-
-#define OPS_SUBCATEGORY_SNIPER "Grenade Launchers"
-#define OPS_SUBCATEGORY_SNIPER_AMMO "Speciality Grenade Launcher Ammo"
-
-/datum/armament_entry/assault_operatives/primary
- category = "Long Arms"
- category_item_limit = 6
- mags_to_spawn = 3
- cost = 10
-
-/datum/armament_entry/assault_operatives/primary/rifle
- subcategory = OPS_SUBCATEGORY_RIFLE
-
-/datum/armament_entry/assault_operatives/primary/rifle/assault_ops_rifle
- item_type = /obj/item/gun/ballistic/automatic/sol_rifle/evil
-
-/datum/armament_entry/assault_operatives/primary/rifle_ammo
- subcategory = OPS_SUBCATEGORY_RIFLE_AMMO
- max_purchase = 10
- cost = 1
-
-/datum/armament_entry/assault_operatives/primary/rifle_ammo/standard
- item_type = /obj/item/ammo_box/magazine/c40sol_rifle/starts_empty
- cost = 0
-
-/datum/armament_entry/assault_operatives/primary/rifle_ammo/drum
- item_type = /obj/item/ammo_box/magazine/c40sol_rifle/drum/starts_empty
- cost = 0
-
-/datum/armament_entry/assault_operatives/primary/rifle_ammo/c40sol
- item_type = /obj/item/ammo_box/c40sol
-
-/datum/armament_entry/assault_operatives/primary/rifle_ammo/c40sol_disabler
- item_type = /obj/item/ammo_box/c40sol/fragmentation
-
-/datum/armament_entry/assault_operatives/primary/rifle_ammo/c40sol_pierce
- item_type = /obj/item/ammo_box/c40sol/pierce
-
-/datum/armament_entry/assault_operatives/primary/rifle_ammo/c40sol_incendiary
- item_type = /obj/item/ammo_box/c40sol/incendiary
-
-
-/datum/armament_entry/assault_operatives/primary/submachinegun
- subcategory = OPS_SUBCATEGORY_SMG
-
-/datum/armament_entry/assault_operatives/primary/submachinegun/assault_ops_smg
- item_type = /obj/item/gun/ballistic/automatic/sol_smg/evil
-
-/datum/armament_entry/assault_operatives/primary/submachinegun_ammo
- subcategory = OPS_SUBCATEGORY_SMG_AMMO
- max_purchase = 10
- cost = 1
-
-/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/standard
- item_type = /obj/item/ammo_box/magazine/c35sol_pistol/starts_empty
- cost = 0
-
-/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/extended
- item_type = /obj/item/ammo_box/magazine/c35sol_pistol/stendo/starts_empty
- cost = 0
-
-/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/c35sol
- item_type = /obj/item/ammo_box/c35sol
-
-/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/c35sol_disabler
- item_type = /obj/item/ammo_box/c35sol/incapacitator
-
-/datum/armament_entry/assault_operatives/primary/submachinegun_ammo/c35sol_pierce
- item_type = /obj/item/ammo_box/c35sol/ripper
-
-/datum/armament_entry/assault_operatives/primary/shotgun
- subcategory = OPS_SUBCATEGORY_SHOTGUN
-
-/datum/armament_entry/assault_operatives/primary/shotgun/assault_ops_shotgun
- item_type = /obj/item/gun/ballistic/shotgun/riot/sol/evil
-
-/datum/armament_entry/assault_operatives/primary/shotgun_ammo
- subcategory = OPS_SUBCATEGORY_SHOTGUN_AMMO
- max_purchase = 10
- cost = 1
-
-/datum/armament_entry/assault_operatives/primary/shotgun_ammo/rubber
- item_type = /obj/item/ammo_box/advanced/s12gauge/rubber
-
-/datum/armament_entry/assault_operatives/primary/shotgun_ammo/flechette
- item_type = /obj/item/ammo_box/advanced/s12gauge/flechette
-
-/datum/armament_entry/assault_operatives/primary/shotgun_ammo/magnum
- item_type = /obj/item/ammo_box/advanced/s12gauge/magnum
-
-/datum/armament_entry/assault_operatives/primary/shotgun_ammo/beehive
- item_type = /obj/item/ammo_box/advanced/s12gauge/beehive
-
-/datum/armament_entry/assault_operatives/primary/shotgun_ammo/incendiary
- item_type = /obj/item/ammo_box/advanced/s12gauge/incendiary
-
-/datum/armament_entry/assault_operatives/primary/sniper
- subcategory = OPS_SUBCATEGORY_SNIPER
-
-/datum/armament_entry/assault_operatives/primary/sniper/assault_ops_gl
- item_type = /obj/item/gun/ballistic/automatic/sol_grenade_launcher/evil
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo
- subcategory = OPS_SUBCATEGORY_SNIPER_AMMO
- max_purchase = 10
- cost = 1
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo/standard
- item_type = /obj/item/ammo_box/magazine/c980_grenade/starts_empty
- cost = 0
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo/drum
- item_type = /obj/item/ammo_box/magazine/c980_grenade/drum/starts_empty
- cost = 0
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo/practice
- item_type = /obj/item/ammo_box/c980grenade
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo/smoke
- item_type = /obj/item/ammo_box/c980grenade/smoke
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo/shrapnel
- item_type = /obj/item/ammo_box/c980grenade/shrapnel
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo/phosphor
- item_type = /obj/item/ammo_box/c980grenade/shrapnel/phosphor
-
-/datum/armament_entry/assault_operatives/primary/sniper_ammo/riot
- item_type = /obj/item/ammo_box/c980grenade/riot
-
-#undef OPS_SUBCATEGORY_RIFLE
-#undef OPS_SUBCATEGORY_RIFLE_AMMO
-
-#undef OPS_SUBCATEGORY_SMG
-#undef OPS_SUBCATEGORY_SMG_AMMO
-
-#undef OPS_SUBCATEGORY_SHOTGUN
-#undef OPS_SUBCATEGORY_SHOTGUN_AMMO
-
-#undef OPS_SUBCATEGORY_SNIPER
-#undef OPS_SUBCATEGORY_SNIPER_AMMO
diff --git a/modular_nova/modules/assault_operatives/code/armaments/_armament_secondary.dm b/modular_nova/modules/assault_operatives/code/armaments/_armament_secondary.dm
deleted file mode 100644
index 36460f04d63..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/_armament_secondary.dm
+++ /dev/null
@@ -1,40 +0,0 @@
-#define OPS_SUBCATEGORY_LETHAL_SIDE "Lethal"
-#define OPS_SUBCATEGORY_NONLETHAL_SIDE "Non-Lethal"
-#define OPS_SUBCATEGORY_MARTIAL_SIDE "Martial Arts"
-
-/datum/armament_entry/assault_operatives/secondary
- category = "Side Arms"
- category_item_limit = 3
- mags_to_spawn = 3
- cost = 3
-
-/datum/armament_entry/assault_operatives/secondary/lethal
- subcategory = OPS_SUBCATEGORY_LETHAL_SIDE
-
-/datum/armament_entry/assault_operatives/secondary/lethal/pistol
- item_type = /obj/item/gun/ballistic/automatic/pistol/sol/evil
-
-/datum/armament_entry/assault_operatives/secondary/lethal/energy_sword
- item_type = /obj/item/melee/energy/sword/saber
-
-/datum/armament_entry/assault_operatives/secondary/nonlethal
- subcategory = OPS_SUBCATEGORY_NONLETHAL_SIDE
-
-/datum/armament_entry/assault_operatives/secondary/nonlethal/taze_me_bro
- item_type = /obj/item/gun/energy/e_gun/advtaser
-
-/datum/armament_entry/assault_operatives/secondary/nonlethal/baton
- item_type = /obj/item/melee/baton/telescopic
-
-/datum/armament_entry/assault_operatives/secondary/martial
- subcategory = OPS_SUBCATEGORY_MARTIAL_SIDE
-
-/datum/armament_entry/assault_operatives/secondary/martial/krav_gloves
- item_type = /obj/item/clothing/gloves/krav_maga/combatglovesplus
-
-/datum/armament_entry/assault_operatives/secondary/martial/cqc
- item_type = /obj/item/book/granter/martial/cqc
-
-#undef OPS_SUBCATEGORY_LETHAL_SIDE
-#undef OPS_SUBCATEGORY_NONLETHAL_SIDE
-#undef OPS_SUBCATEGORY_MARTIAL_SIDE
diff --git a/modular_nova/modules/assault_operatives/code/armaments/armament_explosives.dm b/modular_nova/modules/assault_operatives/code/armaments/armament_explosives.dm
deleted file mode 100644
index 7763e5af374..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/armament_explosives.dm
+++ /dev/null
@@ -1,40 +0,0 @@
-/datum/armament_entry/assault_operatives/explosives
- category = "Explosive Devices"
- category_item_limit = 4
- max_purchase = 4
-
-/datum/armament_entry/assault_operatives/explosives/minibomb
- item_type = /obj/item/grenade/syndieminibomb
- cost = 3
-
-/datum/armament_entry/assault_operatives/explosives/bioterror
- item_type = /obj/item/grenade/chem_grenade/bioterrorfoam
- cost = 1
-
-/datum/armament_entry/assault_operatives/explosives/minibomb
- item_type = /obj/item/grenade/syndieminibomb
- cost = 3
-
-/datum/armament_entry/assault_operatives/explosives/emp_grenade
- item_type = /obj/item/grenade/empgrenade
- cost = 2
-
-/datum/armament_entry/assault_operatives/explosives/stingbang
- item_type = /obj/item/grenade/stingbang
- cost = 2
-
-/datum/armament_entry/assault_operatives/explosives/teargas
- item_type = /obj/item/grenade/chem_grenade/teargas
- cost = 1
-
-/datum/armament_entry/assault_operatives/explosives/flashbang
- item_type = /obj/item/grenade/flashbang
- cost = 1
-
-/datum/armament_entry/assault_operatives/explosives/c4
- item_type = /obj/item/grenade/c4
- cost = 1
-
-/datum/armament_entry/assault_operatives/explosives/x4
- item_type = /obj/item/grenade/c4/x4
- cost = 2
diff --git a/modular_nova/modules/assault_operatives/code/armaments/armament_implants.dm b/modular_nova/modules/assault_operatives/code/armaments/armament_implants.dm
deleted file mode 100644
index 5c635235eed..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/armament_implants.dm
+++ /dev/null
@@ -1,54 +0,0 @@
-/datum/armament_entry/assault_operatives/implants
- category = "Cybernetic Implants"
- category_item_limit = 3
-
-/datum/armament_entry/assault_operatives/implants/deathrattle
- name = "Deathrattle Implant Kit"
- description = "A collection of implants (and one reusable implanter) that should be injected into the team. When one of the team \
- dies, all other implant holders recieve a mental message informing them of their teammates' name \
- and the location of their death. Unlike most implants, these are designed to be implanted \
- in any creature, biological or mechanical."
- item_type = /obj/item/storage/box/syndie_kit/imp_deathrattle
- cost = 1
-
-/datum/armament_entry/assault_operatives/implants/microbomb
- name = "Microbomb Implant"
- description = "A small bomb implanted into the body. It can be activated manually, or automatically activates on death. WARNING: Permenantly destroys your body and everything you might be carrying."
- item_type = /obj/item/implanter/explosive
- cost = 2
-
-/datum/armament_entry/assault_operatives/implants/storage
- name = "Storage Implant"
- description = "Implanted into the body and activated at will, this covert implant will open a small pocket of bluespace capable of holding two regular sized items within."
- item_type = /obj/item/implanter/storage
- cost = 2
-
-/datum/armament_entry/assault_operatives/implants/radio
- name = "Radio Implant"
- description = "Implanted into the body and activated at will, this covert implant will allow you to speak over the radio without the need of a headset."
- item_type = /obj/item/implanter/radio/syndicate
- cost = 1
-
-/datum/armament_entry/assault_operatives/implants/hacking
- item_type = /obj/item/autosurgeon/syndicate/hackerman
- name = "Hacking Arm Implant"
- description = "An advanced arm implant that comes with cutting edge hacking tools. Perfect for the cybernetically enhanced wirerunners."
- cost = 2
-
-/datum/armament_entry/assault_operatives/implants/freedom
- name = "Freedom Implant"
- description = "Releases the user from common restraints like handcuffs and legcuffs. Comes with four charges."
- item_type = /obj/item/storage/box/syndie_kit/imp_freedom
- cost = 3
-
-/datum/armament_entry/assault_operatives/implants/thermal
- name = "Thermal Vision Implant"
- description = "These cybernetic eyes will give you thermal vision."
- item_type = /obj/item/autosurgeon/syndicate/thermal_eyes
- cost = 5
-
-/datum/armament_entry/assault_operatives/implants/nodrop
- name = "Anti-Drop Implant"
- description = "When activated forces your hand muscles to tightly grip the object you are holding, preventing you from dropping it involuntarily."
- item_type = /obj/item/autosurgeon/syndicate/nodrop
- cost = 5
diff --git a/modular_nova/modules/assault_operatives/code/armaments/armament_medical.dm b/modular_nova/modules/assault_operatives/code/armaments/armament_medical.dm
deleted file mode 100644
index 76d40631a5f..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/armament_medical.dm
+++ /dev/null
@@ -1,53 +0,0 @@
-/datum/armament_entry/assault_operatives/medical
- category = "First-Aid Supplies"
- category_item_limit = 4
-
-/datum/armament_entry/assault_operatives/medical/medkit
- subcategory = "Medical Kits"
-
-/datum/armament_entry/assault_operatives/medical/medkit/basic
- item_type = /obj/item/storage/medkit/regular
- cost = 1
-
-/datum/armament_entry/assault_operatives/medical/medkit/advanced
- item_type = /obj/item/storage/medkit/advanced
- cost = 2
-
-/datum/armament_entry/assault_operatives/medical/medkit/tactical
- item_type = /obj/item/storage/medkit/tactical
- cost = 4
-
-/datum/armament_entry/assault_operatives/medical/injector
- subcategory = "Chemical Autoinjectors"
-
-/datum/armament_entry/assault_operatives/medical/injector/bloodloss
- item_type = /obj/item/reagent_containers/hypospray/medipen/blood_loss
- cost = 1
-
-/datum/armament_entry/assault_operatives/medical/injector/atropine
- item_type = /obj/item/reagent_containers/hypospray/medipen/atropine
- cost = 2
-
-/datum/armament_entry/assault_operatives/medical/injector/salacid
- item_type = /obj/item/reagent_containers/hypospray/medipen/salacid
- cost = 1
-
-/datum/armament_entry/assault_operatives/medical/injector/oxandrolone
- item_type = /obj/item/reagent_containers/hypospray/medipen/oxandrolone
- cost = 1
-
-/datum/armament_entry/assault_operatives/medical/injector/stimulant
- item_type = /obj/item/reagent_containers/hypospray/medipen/stimulants
- cost = 2
-
-/datum/armament_entry/assault_operatives/medical/injector/stimulant_hypo
- item_type = /obj/item/reagent_containers/hypospray/combat
- cost = 3
-
-/datum/armament_entry/assault_operatives/medical/injector/bag
- item_type = /obj/item/storage/pouch/medpens
- cost = 5
-
-/datum/armament_entry/assault_operatives/medical/injector/box
- item_type = /obj/item/storage/box/nri_pens
- cost = 10
diff --git a/modular_nova/modules/assault_operatives/code/armaments/armament_modules.dm b/modular_nova/modules/assault_operatives/code/armaments/armament_modules.dm
deleted file mode 100644
index 49a3b58b5f1..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/armament_modules.dm
+++ /dev/null
@@ -1,35 +0,0 @@
-/datum/armament_entry/assault_operatives/modules
- category = "MOD Modules"
- category_item_limit = 3
-
-/datum/armament_entry/assault_operatives/modules/noslip
- item_type = /obj/item/mod/module/noslip
- cost = 2
-
-/datum/armament_entry/assault_operatives/modules/thermal
- item_type = /obj/item/mod/module/visor/thermal
- cost = 5
-
-/datum/armament_entry/assault_operatives/modules/carry
- item_type = /obj/item/mod/module/quick_carry/advanced
- cost = 2
-
-/datum/armament_entry/assault_operatives/modules/mirage
- item_type = /obj/item/mod/module/dispenser/mirage
- cost = 2
-
-/datum/armament_entry/assault_operatives/modules/criminalcapture
- item_type = /obj/item/mod/module/criminalcapture
- cost = 1
-
-/datum/armament_entry/assault_operatives/modules/adrenal_boost
- item_type = /obj/item/mod/module/adrenaline_boost
- cost = 3
-
-/datum/armament_entry/assault_operatives/modules/sonar
- item_type = /obj/item/mod/module/active_sonar
- cost = 3
-
-/datum/armament_entry/assault_operatives/modules/jetpack
- item_type = /obj/item/mod/module/jetpack/advanced
- cost = 5
diff --git a/modular_nova/modules/assault_operatives/code/armaments/armament_utility.dm b/modular_nova/modules/assault_operatives/code/armaments/armament_utility.dm
deleted file mode 100644
index 7fe436452a2..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/armament_utility.dm
+++ /dev/null
@@ -1,70 +0,0 @@
-/datum/armament_entry/assault_operatives/utility
- category = "Utility Items"
- category_item_limit = 8
-
-/datum/armament_entry/assault_operatives/utility/suppressor
- item_type = /obj/item/suppressor
- cost = 1
-
-/datum/armament_entry/assault_operatives/utility/thermals
- item_type = /obj/item/clothing/glasses/thermal/syndi
- cost = 4
-
-/datum/armament_entry/assault_operatives/utility/chem_keycard
- item_type = /obj/item/keycard/assault_ops_chemistry
- cost = 3
-
-/datum/armament_entry/assault_operatives/utility/doorjack
- item_type = /obj/item/card/emag/doorjack
- name = "Doorjack"
- description = "Hacks open doors permanently."
- cost = 3
-
-/datum/armament_entry/assault_operatives/utility/emag
- item_type = /obj/item/card/emag
- name = "Cryptographic Sequencer"
- description = "Subverts electronics."
- cost = 3
-
-/datum/armament_entry/assault_operatives/utility/pouch
- item_type = /obj/item/storage/pouch/ammo
- cost = 1
-
-/datum/armament_entry/assault_operatives/utility/noslip
- name = "Chameleon No-Slips"
- item_type = /obj/item/clothing/shoes/chameleon/noslip
- description = "No-slip chameleon shoes, for when you plan on running through hell and back."
- cost = 2
-
-/datum/armament_entry/assault_operatives/utility/cham_kit
- name = "Chameleon Kit"
- item_type = /obj/item/storage/box/syndie_kit/chameleon
- description = "A full set of clothing that is capable of taking the appearance of any other type of clothing, perfect for hiding in plain sight."
- cost = 2
-
-/datum/armament_entry/assault_operatives/utility/syndiejaws
- name = "Syndicate Jaws of Life"
- item_type = /obj/item/crowbar/power/syndicate
- description = "Based on a Nanotrasen model, this powerful tool can be used as both a crowbar and a pair of wirecutters. \
- In its crowbar configuration, it can be used to force open airlocks. Very useful for entering the station or its departments."
- cost = 3
-
-/datum/armament_entry/assault_operatives/utility/jammer
- name = "Radio Jammer"
- description = "When activated, this cell powered device will block all outgoing radio communication."
- item_type = /obj/item/jammer
- cost = 4
-
-/datum/armament_entry/assault_operatives/utility/codespeak
- item_type = /obj/item/language_manual/codespeak_manual/unlimited
- cost = 1
-
-/datum/armament_entry/assault_operatives/utility/binoculars
- item_type = /obj/item/binoculars
- cost = 1
-
-/datum/armament_entry/assault_operatives/utility/emp_flashlight
- name = "EMP Flashlight"
- description = "Flash this at someone to hit them with an electromagnetic pulse."
- item_type = /obj/item/flashlight/emp
- cost = 2
diff --git a/modular_nova/modules/assault_operatives/code/armaments/assaultops_armament_station.dm b/modular_nova/modules/assault_operatives/code/armaments/assaultops_armament_station.dm
deleted file mode 100644
index 6356aa478b4..00000000000
--- a/modular_nova/modules/assault_operatives/code/armaments/assaultops_armament_station.dm
+++ /dev/null
@@ -1,29 +0,0 @@
-// VENDOR
-/obj/machinery/armament_station/assault_operatives
- name = "Military Grade Armament Station"
-
- required_access = list(ACCESS_SYNDICATE)
-
- armament_type = /datum/armament_entry/assault_operatives
-
-// POINTS CARDS
-
-/obj/item/armament_points_card/assaultops
- points = 50
-
-// ARMAMENT ENTRIES
-
-#define ARMAMENT_CATEGORY_OTHER "Miscellaneous"
-#define ARMAMENT_CATEGORY_OTHER_LIMIT 3
-
-/datum/armament_entry/assault_operatives
- var/mags_to_spawn = 3
-
-/datum/armament_entry/assault_operatives/after_equip(turf/safe_drop_location, obj/item/item_to_equip)
- if(istype(item_to_equip, /obj/item/gun/ballistic))
- var/obj/item/gun/ballistic/spawned_ballistic_gun = item_to_equip
- if(spawned_ballistic_gun.magazine && !istype(spawned_ballistic_gun.magazine, /obj/item/ammo_box/magazine/internal))
- var/obj/item/storage/box/ammo_box/spawned_box = new(safe_drop_location)
- spawned_box.name = "ammo box - [spawned_ballistic_gun.name]"
- for(var/i in 1 to mags_to_spawn)
- new spawned_ballistic_gun.spawn_magazine_type (spawned_box)
diff --git a/modular_nova/modules/assault_operatives/code/assault_operatives.dm b/modular_nova/modules/assault_operatives/code/assault_operatives.dm
deleted file mode 100644
index 25c75888f12..00000000000
--- a/modular_nova/modules/assault_operatives/code/assault_operatives.dm
+++ /dev/null
@@ -1,286 +0,0 @@
-/**
- * ASSAULT OPERATIVE ANTAG DATUM
- */
-
-/datum/antagonist/assault_operative
- name = ROLE_ASSAULT_OPERATIVE
- job_rank = ROLE_ASSAULT_OPERATIVE
- roundend_category = "assault operatives"
- antagpanel_category = "Assault Operatives"
- antag_hud_name = "synd"
- antag_moodlet = /datum/mood_event/focused
- show_to_ghosts = TRUE
- hijack_speed = 2
-
- preview_outfit = /datum/outfit/assaultops_preview
- /// In the preview icon, the operatives who are behind the leader
- var/preview_outfit_behind = /datum/outfit/assaultops_preview/background
-
- ui_name = "AntagInfoAssaultops"
- /// The default outfit given BEFORE they choose their equipment.
- var/assault_operative_default_outfit = /datum/outfit/assaultops
- /// The team linked to this antagonist datum.
- var/datum/team/assault_operatives/assault_team
- /// Should we move the operative to a designated spawn point?
- var/send_to_spawnpoint = TRUE
- //If not assigned a team by default ops will try to join existing ones, set this to TRUE to always create new team.
- var/always_new_team = FALSE
- var/spawn_text = "Your mission is to assault NTSS13 and get all of the GoldenEye keys that you can from the heads of staff that reside there. \
- Use your pinpointer to locate these after you have extracted the GoldenEye key from the head of staff. It will be sent in by droppod. \
- You must then upload the key to the GoldenEye upload terminal on this GoldenEye station. After you have completed your mission, \
- The GoldenEye defence network will fall, and we will gain access to Nanotrasen's military systems. Good luck agent."
- /// A link to our internal pinpointer.
- var/datum/status_effect/goldeneye_pinpointer/pinpointer
-
-/datum/antagonist/assault_operative/Destroy()
- QDEL_NULL(pinpointer)
- return ..()
-
-/datum/antagonist/assault_operative/apply_innate_effects(mob/living/mob_override)
- add_team_hud(mob_override || owner.current, /datum/antagonist/assault_operative)
-
-/datum/antagonist/assault_operative/get_team()
- return assault_team
-
-/datum/antagonist/assault_operative/greet()
- owner.current.playsound_local(get_turf(owner.current), 'modular_nova/modules/assault_operatives/sound/assault_operatives_greet.ogg', 30, 0, use_reverb = FALSE)
- to_chat(owner, span_big("You are an assault operative!"))
- to_chat(owner, span_red(spawn_text))
- owner.announce_objectives()
-
-/datum/antagonist/assault_operative/on_gain()
- . = ..()
- equip_operative()
- forge_objectives()
- if(send_to_spawnpoint)
- move_to_spawnpoint()
- give_alias()
-
-/datum/antagonist/assault_operative/create_team(datum/team/assault_operatives/new_team)
- if(!new_team)
- if(!always_new_team)
- for(var/datum/antagonist/assault_operative/assault_operative in GLOB.antagonists)
- if(!assault_operative.owner)
- stack_trace("Antagonist datum without owner in GLOB.antagonists: [assault_operative]")
- continue
- if(assault_operative.assault_team)
- assault_team = assault_operative.assault_team
- return
- assault_team = new /datum/team/assault_operatives
- assault_team.add_member(owner)
- assault_team.update_objectives()
- return
- if(!istype(new_team))
- stack_trace("Wrong team type passed to [type] initialization.")
- assault_team = new_team
- assault_team.add_member(owner)
-
-// UI systems
-/datum/antagonist/assault_operative/ui_data(mob/user)
- var/list/data = list()
-
- data["required_keys"] = SSgoldeneye.required_keys
-
- data["uploaded_keys"] = SSgoldeneye.uploaded_keys
-
- data["available_targets"] = get_available_targets()
- data["extracted_targets"] = get_extracted_targets()
-
- data["goldeneye_keys"] = get_goldeneye_keys()
-
- data["objectives"] = get_objectives()
- return data
-
-/datum/antagonist/assault_operative/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)
- . = ..()
- if(.)
- return
- switch(action)
- if("track_key")
- var/obj/item/goldeneye_key/selected_key = locate(params["key_ref"]) in SSgoldeneye.goldeneye_keys
- if(!selected_key)
- return
- pinpointer.set_target(selected_key)
-
-/datum/antagonist/assault_operative/proc/get_available_targets()
- var/list/available_targets_data = list()
- for(var/datum/mind/iterating_mind in SSjob.get_all_heads())
- if(iterating_mind in SSgoldeneye.goldeneye_extracted_minds)
- continue
- available_targets_data += list(list(
- "name" = iterating_mind.name,
- "job" = iterating_mind.assigned_role.title,
- ))
- return available_targets_data
-
-/datum/antagonist/assault_operative/proc/get_extracted_targets()
- var/list/extracted_targets_data = list()
- for(var/datum/mind/iterating_mind in SSgoldeneye.goldeneye_extracted_minds)
- extracted_targets_data += list(list(
- "name" = iterating_mind.name,
- "job" = iterating_mind.assigned_role.title,
- ))
- return extracted_targets_data
-
-/datum/antagonist/assault_operative/proc/get_goldeneye_keys()
- var/list/goldeneye_keys = list()
- for(var/obj/item/goldeneye_key/iterating_key in SSgoldeneye.goldeneye_keys)
- var/turf/location = get_turf(iterating_key)
- goldeneye_keys += list(list(
- "coord_x" = location.x,
- "coord_y" = location.y,
- "coord_z" = location.z,
- "selected" = pinpointer?.target == iterating_key,
- "name" = iterating_key.goldeneye_tag,
- "ref" = REF(iterating_key),
- ))
- return goldeneye_keys
-
-
-/datum/antagonist/assault_operative/forge_objectives()
- if(assault_team)
- objectives |= assault_team.objectives
-
-/datum/antagonist/assault_operative/proc/give_alias()
- var/chosen_name = sanitize_text(tgui_input_text(owner.current, "Please input your desired name!", "Name", "Randy Random"))
- if(!chosen_name)
- owner.current.real_name = random_unique_name()
- return
- owner.current.real_name = chosen_name
-
-/datum/antagonist/assault_operative/proc/equip_operative()
- if(!ishuman(owner.current))
- return
-
- var/mob/living/carbon/human/human_target = owner.current
-
- if(human_target.dna.species.id == "plasmaman" )
- human_target.set_species(/datum/species/human)
- to_chat(human_target, span_userdanger("You are now a human!"))
-
- for(var/obj/item/item in human_target.get_equipped_items(TRUE))
- qdel(item)
-
- var/obj/item/organ/internal/brain/human_brain = human_target.get_organ_slot(BRAIN)
- human_brain.destroy_all_skillchips() // get rid of skillchips to prevent runtimes
- human_target.equipOutfit(assault_operative_default_outfit)
- human_target.regenerate_icons()
-
- pinpointer = human_target.apply_status_effect(/datum/status_effect/goldeneye_pinpointer)
-
- return TRUE
-
-/datum/antagonist/assault_operative/proc/move_to_spawnpoint()
- var/team_number = 1
- if(assault_team)
- team_number = assault_team.members.Find(owner)
- owner.current.forceMove(GLOB.assault_operative_start[((team_number - 1) % GLOB.assault_operative_start.len) + 1])
-
-/datum/antagonist/assault_operative/get_preview_icon()
- if (!preview_outfit)
- return null
-
- var/icon/final_icon = render_preview_outfit(preview_outfit)
-
- if (!isnull(preview_outfit_behind))
- var/icon/teammate = render_preview_outfit(preview_outfit_behind)
- teammate.Blend(rgb(128, 128, 128, 128), ICON_MULTIPLY)
-
- final_icon.Blend(teammate, ICON_UNDERLAY, -world.icon_size / 4, 0)
- final_icon.Blend(teammate, ICON_UNDERLAY, world.icon_size / 4, 0)
-
- var/icon/disky = icon('modular_nova/modules/assault_operatives/icons/goldeneye.dmi', "goldeneye_key")
- disky.Shift(SOUTH, 12)
- final_icon.Blend(disky, ICON_OVERLAY)
-
- return finish_preview_icon(final_icon)
-
-/**
- * ASSAULT OPERATIVE TEAM DATUM
- */
-
-/datum/team/assault_operatives
- /// Our core objective, it's obviously goldeneye.
- var/core_objective = /datum/objective/goldeneye
-
-/datum/team/assault_operatives/proc/update_objectives()
- if(core_objective)
- var/datum/objective/new_objective = new core_objective
- new_objective.team = src
- objectives += new_objective
-
-/datum/team/assault_operatives/proc/operatives_dead()
- var/total_operatives = LAZYLEN(members)
- var/alive_operatives = 0
- for(var/datum/mind/iterating_mind in members)
- if(ishuman(iterating_mind.current) && (iterating_mind.current.stat != DEAD))
- alive_operatives++
- if(!alive_operatives)
- return ASSAULTOPS_ALL_DEAD
- if(alive_operatives >= total_operatives)
- return ASSAULTOPS_ALL_ALIVE
- return ASSAULTOPS_PARTLY_DEAD
-
-
-/datum/team/assault_operatives/roundend_report()
- var/list/parts = list()
- parts += "Assault Operatives:"
-
- switch(get_result())
- if(ASSAULT_RESULT_WIN)
- parts += span_greentext("Assault Operatives Major Victory!")
- parts += "The Assault Operatives have successfully subverted and activated GoldenEye, and they all survived!"
- if(ASSAULT_RESULT_PARTIAL_WIN)
- parts += span_greentext("Assault Operatives Minor Victory!")
- parts += "The Assault Operatives have successfully subverted and activated GoldenEye, but only some survived!"
- if(ASSAULT_RESULT_HEARTY_WIN)
- parts += span_greentext("Assault Operatives Hearty Victory!")
- parts += "The Assault Operatives have successfully subverted and activated GoldenEye, but they all died!"
- if(ASSAULT_RESULT_LOSS)
- parts += span_redtext("Crew Victory!")
- parts += "The Research Staff of [station_name()] have killed all of the assault operatives and stopped them activating GoldenEye!"
- if(ASSAULT_RESULT_STALEMATE)
- parts += "Stalemate!"
- parts += "The assault operatives have failed to activate GoldenEye and are still alive!"
- else
- parts += "Neutral Victory"
- parts += "Mission aborted!"
- parts += span_redtext("GoldenEye keys uploaded: [SSgoldeneye.uploaded_keys]/[SSgoldeneye.required_keys]")
-
- var/text = "
The assault operatives were:"
- text += printplayerlist(members)
- text += "
"
-
- parts += text
-
- return "
jg>wgDw^)zwOVo2+YGY
zx
zLrcu=jMBVkT8|Ng3D2IIb^Y-WEjoIir3JH;T=4~EN2m+l)k%cr+oQ9F_F-fD8Z)79
zM#{{psK+iae>B$G=UBts4|WDwlcywxGS?iBa?UxY+Em0xb%Nv1PjKu8gluXuBgoPE
zCt{qoSmOnS{{g-B+P8CLd)dF)#flEgLtk(kNcXeu?*=7Z&yxBxlJQhJGmmT2V~gir
zWh;D~YFzmkm~-xLO+TyRJdRDpFxIO}e#sSuQHo#TeaU6m#+CcGQlmz0tc&Q`ZG0WcENxI#{6
zrucx}isJ*a`HMo@NXfWf&ZfJS{{H~P+Bva>$0atwIaD6W{0B(^8~k=!r#gtgDuKPR
zMdUAob#~FhBtGDCp6~<52YmVd?c(za;{#IsD=i