SCCV Horizon Aft Extension & Partial Remap (#21495)

**Overview:**
The first huge fuckoff mapping PR for giving the Horizon enough extra
space to be able to comfortably map on it for the duration before NBT2
and not be super cramped (extends aft by 6 turfs).

Includes a SECOND vault to heist at the back of the ship and a lot of
maint area people can repurpose. Notably, this also removes the Xenobio
Hazardous Containment room and the Medical Emergency Storage room
(contents of the latter have been moved). Otherwise, y'all got more
ship.

**Map Images (OUTDATED NOW):**
<img width="2453" height="868" alt="Screenshot 2025-10-16 141649"
src="https://github.com/user-attachments/assets/be9a540d-af92-46b4-b59f-e298204a678a"
/>
<img width="2450" height="940" alt="Screenshot 2025-10-16 141702"
src="https://github.com/user-attachments/assets/b96f3f3e-dd4b-4457-9c5c-1f09f8bb7a00"
/>
<img width="2452" height="895" alt="Screenshot 2025-10-16 141714"
src="https://github.com/user-attachments/assets/9a16e55d-8386-46d9-a3d3-d4e5a0ff6ec0"
/>

**Misc Features:**
<img width="1069" height="685" alt="Screenshot 2025-10-16 141727"
src="https://github.com/user-attachments/assets/89c14f85-f476-4f91-bd02-7c36f36a4418"
/>
<img width="983" height="825" alt="Screenshot 2025-10-16 141736"
src="https://github.com/user-attachments/assets/6b20da20-982c-4ec1-b252-3507f1211e94"
/>
<img width="1382" height="951" alt="Screenshot 2025-10-16 141743"
src="https://github.com/user-attachments/assets/fdfd683d-33a4-47e3-9df8-dec1f9286598"
/>
<img width="2405" height="863" alt="Screenshot 2025-10-16 141803"
src="https://github.com/user-attachments/assets/c539c4bd-4a8f-4326-a30b-5a1d09eca26b"
/>

**changes:**
- qol: "Hugely expands the Horizon's maints and adjusts/expands much of
the aft of the ship."
  - rscadd: "Adds a new Vault to Horizon (Deck 3 aft, behind the Gym)."
  - rscdel: "Removes Xenobiology Hazardous Specimens compartment."
  - rscdel: "Removes Medical Emergency Storage compartment."
  - spellcheck: "Replaces a few mentions of 'room' with 'compartment.'"
  - spellcheck: "Renames the Bridge Break Room to Bridge Wardroom."
  - spellcheck: "Renames the Kitchen to the Galley."
  - spellcheck: "Renames the Dining Hall to the Mess Hall."
  - spellcheck: "Renames each Washroom to the Head."
This commit is contained in:
Batrachophreno
2025-11-04 09:52:40 +00:00
committed by GitHub
parent 764696e8f0
commit 8ebd7c9ad5
38 changed files with 52021 additions and 42645 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
/singleton/cargo_category/hospitality
name = "hospitality"
display_name = "Hospitality"
description = "Food, beverage, and supplies for hospitality establishments like the bar or kitchen."
description = "Food, beverage, and supplies for hospitality establishments like the bar or galley."
icon = "utensils"
price_modifier = 1
+1 -1
View File
@@ -105,7 +105,7 @@
items = list(
/obj/item/reagent_containers/food/snacks/dwellermeat
)
access = ACCESS_KITCHEN
access = ACCESS_GALLEY
container_type = "freezer"
groupable = TRUE
spawn_amount = 5
+1 -1
View File
@@ -7,7 +7,7 @@
anchored = FALSE
stat = POWEROFF
use_power = POWER_USE_OFF
req_access = list(ACCESS_KITCHEN)
req_access = list(ACCESS_GALLEY)
var/unpacked = FALSE
/// When it's anchored and has all it's things outside
var/obj/machinery/appliance/cooker/grill/stand/cart_griddle
+1 -1
View File
@@ -7,7 +7,7 @@
icon_state = "grinder"
density = 1
anchored = TRUE
req_access = list(ACCESS_KITCHEN,ACCESS_MORGUE)
req_access = list(ACCESS_GALLEY,ACCESS_MORGUE)
var/operating = 0 //Is it on?
var/dirty = 0 // Does it need cleaning?
+2 -2
View File
@@ -21,11 +21,11 @@
var/ticket = ""
var/destinationact = "Service"
var/ticket_number = 1
req_one_access = list(ACCESS_BAR, ACCESS_KITCHEN) // Access to change the menu
req_one_access = list(ACCESS_BAR, ACCESS_GALLEY) // Access to change the menu
/obj/machinery/orderterminal/mechanics_hints(mob/user, distance, is_adjacent)
. += ..()
. += "To edit the menu, select 'Toggle Lock' while wearing an ID with kitchen access."
. += "To edit the menu, select 'Toggle Lock' while wearing an ID with galley access."
. += "All credits from the machine will automatically go to the civilian account."
/obj/machinery/orderterminal/Initialize()
@@ -364,7 +364,7 @@
/obj/item/reagent_containers/food/snacks/burrito_spicy
name = "spicy meat burrito"
desc = "Meat and chilis wrapped in a flour tortilla. Washrooms are north of the kitchen."
desc = "Meat and chilis wrapped in a flour tortilla. The D2 head is aft of the galley."
icon = 'icons/obj/item/reagent_containers/food/mexican.dmi'
icon_state = "burrito_spicy"
bitesize = 4
@@ -386,7 +386,7 @@
/obj/item/reagent_containers/food/snacks/burrito_cheese_spicy
name = "spicy cheese meat burrito"
desc = "Meat, melted cheese, and chilis wrapped in a flour tortilla. Medical is north of the washrooms."
desc = "Meat, melted cheese, and chilis wrapped in a flour tortilla. Medical is aft of the D2 head."
icon = 'icons/obj/item/reagent_containers/food/mexican.dmi'
icon_state = "burrito_cheese_spicy"
bitesize = 4
@@ -397,7 +397,7 @@
/obj/item/reagent_containers/food/snacks/burrito_hell
name = "el diablo"
desc = "Meat and an insane amount of chilis packed in a flour tortilla. The chaplain's office is west of the kitchen."
desc = "Meat and an insane amount of chilis packed in a flour tortilla. The chaplain's office is starboard of the galley."
icon = 'icons/obj/item/reagent_containers/food/mexican.dmi'
icon_state = "burrito_hell"
bitesize = 4