From a1ac4015efdbf879554e218e82981d43ae6f456d Mon Sep 17 00:00:00 2001 From: FearTheGabby Date: Mon, 23 Mar 2026 04:15:55 -0500 Subject: [PATCH] Adds a Luceian Chapel setting to the holodecks (#22072) Decided to revive and revamp this a little bit before the Horizon gets to Light's Edge since I never followed through with the previous PR. image So that the Star may someday return. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> Co-authored-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> --- code/game/objects/effects/decals/misc.dm | 6 + .../changelogs/SimpleMaroon-luceiantemple.yml | 58 ++ .../areas/horizon_areas_holodeck.dm | 3 + .../code/sccv_horizon_holodeck.dm | 2 + maps/sccv_horizon/sccv_horizon.dmm | 799 +++++++++++++----- 5 files changed, 680 insertions(+), 188 deletions(-) create mode 100644 html/changelogs/SimpleMaroon-luceiantemple.yml diff --git a/code/game/objects/effects/decals/misc.dm b/code/game/objects/effects/decals/misc.dm index a22f1c54055..63ad4552793 100644 --- a/code/game/objects/effects/decals/misc.dm +++ b/code/game/objects/effects/decals/misc.dm @@ -29,6 +29,12 @@ layer = OBJ_LAYER mouse_opacity = MOUSE_OPACITY_ICON +/obj/effect/decal/fake_object/assunzione_flag + name = "\improper Assunzione flag" + desc = "The flag of the Republic of Assunzione." + icon = 'icons/obj/structure/flags.dmi' + icon_state = "assunzione" + // Fancy animated effect used for the holodecks. /obj/effect/decal/rolling_fog name = "rolling fog" diff --git a/html/changelogs/SimpleMaroon-luceiantemple.yml b/html/changelogs/SimpleMaroon-luceiantemple.yml new file mode 100644 index 00000000000..24d1bd867be --- /dev/null +++ b/html/changelogs/SimpleMaroon-luceiantemple.yml @@ -0,0 +1,58 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: SimpleMaroon + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "On the recommendation of the Pyramidicial Chapter of Luceism which was informed of the SCCV Horizon's future arrival to Assunzione, the Stellar Corporate Conglomerate has integrated a Luceian Chapel setting into its holodecks!" diff --git a/maps/sccv_horizon/areas/horizon_areas_holodeck.dm b/maps/sccv_horizon/areas/horizon_areas_holodeck.dm index c825696e313..93b196436b3 100644 --- a/maps/sccv_horizon/areas/horizon_areas_holodeck.dm +++ b/maps/sccv_horizon/areas/horizon_areas_holodeck.dm @@ -138,6 +138,9 @@ /area/horizon/holodeck/source_trinary name = "Holodeck - Trinarist Chapel" +/area/horizon/holodeck/source_luceism + name = "Holodeck - Luceian Chapel" + /area/horizon/holodeck/source_cafe name = "Holodeck - Animal Cafe" diff --git a/maps/sccv_horizon/code/sccv_horizon_holodeck.dm b/maps/sccv_horizon/code/sccv_horizon_holodeck.dm index 00a9aa9fa18..060370222ff 100644 --- a/maps/sccv_horizon/code/sccv_horizon_holodeck.dm +++ b/maps/sccv_horizon/code/sccv_horizon_holodeck.dm @@ -90,6 +90,7 @@ ), "chapel_tribunal" = new /datum/holodeck_program(/area/horizon/holodeck/source_tribunal), "chapel_trinary" = new /datum/holodeck_program(/area/horizon/holodeck/source_trinary), + "chapel_luceism" = new /datum/holodeck_program(/area/horizon/holodeck/source_luceism), "konyang" = new /datum/holodeck_program(/area/horizon/holodeck/source_konyang), "moghes" = new /datum/holodeck_program(/area/horizon/holodeck/source_moghes), "adhomai" = new /datum/holodeck_program(/area/horizon/holodeck/source_adhomai), @@ -121,6 +122,7 @@ "Chapel" = "chapel", "Tribunalist Chapel" = "chapel_tribunal", "Trinarist Chapel" = "chapel_trinary", + "Luceian Chapel" = "chapel_luceism", "Foggy Mendell Skyline" = "biesel", "Konyanger Boardwalk" = "konyang", "Jupiter Upper Atmosphere" = "jupiter", diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm index 20839c35a7c..3747a011772 100644 --- a/maps/sccv_horizon/sccv_horizon.dmm +++ b/maps/sccv_horizon/sccv_horizon.dmm @@ -4791,6 +4791,12 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/port/far) +"aDv" = ( +/obj/structure/bed/stool/chair/sofa/right/brown{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "aDC" = ( /obj/structure/disposalpipe/up, /obj/effect/floor_decal/industrial/warning/cee{ @@ -9225,6 +9231,18 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"bhz" = ( +/obj/effect/floor_decal/corner/yellow/full{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 8 + }, +/obj/structure/bed/stool/chair/sofa/brown{ + dir = 8 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "bhE" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -10601,6 +10619,13 @@ }, /turf/simulated/floor/carpet, /area/horizon/security/investigators_office) +"bpn" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/mauve/diagonal{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "bpq" = ( /obj/machinery/alarm/north, /obj/effect/floor_decal/corner/dark_blue{ @@ -13118,6 +13143,18 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) +"bJa" = ( +/obj/effect/floor_decal/corner/yellow/full{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 1 + }, +/obj/structure/bed/stool/chair/sofa/brown{ + dir = 8 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "bJb" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -14319,6 +14356,12 @@ icon_state = "2,1" }, /area/shuttle/legion) +"bRe" = ( +/obj/structure/bed/stool/chair/sofa/brown{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "bRi" = ( /obj/effect/floor_decal/spline/plain/black{ dir = 8 @@ -14424,6 +14467,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/operations) +"bRS" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 10 + }, +/obj/structure/bed/stool/chair/sofa/left/brown, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "bRV" = ( /obj/structure/filingcabinet/chestdrawer, /obj/structure/noticeboard{ @@ -15036,6 +15089,15 @@ /obj/structure/girder, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) +"bWA" = ( +/obj/effect/floor_decal/corner/yellow/full{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 1 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "bWC" = ( /obj/structure/table/reinforced/steel, /obj/item/paper_bin{ @@ -17310,6 +17372,16 @@ /obj/effect/floor_decal/spline/plain/black, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) +"cnX" = ( +/obj/effect/floor_decal/corner/yellow/full{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 8 + }, +/obj/structure/bed/stool/chair/sofa/brown, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "cod" = ( /obj/structure/cable{ icon_state = "4-8" @@ -22734,6 +22806,15 @@ icon_state = "dark_preview" }, /area/centcom/control) +"cYh" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 6 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "cYj" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/machinery/door/blast/shutters/open{ @@ -23086,6 +23167,14 @@ temperature = 278 }, /area/horizon/ai/chamber) +"dab" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/obj/effect/floor_decal/corner_wide/pink/diagonal{ + dir = 4 + }, +/obj/structure/bed/stool/chair/sofa/right/brown, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "dac" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -25178,6 +25267,13 @@ }, /turf/simulated/floor/tiled/slate, /area/horizon/operations/warehouse) +"dnl" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/obj/effect/floor_decal/corner_wide/pink/diagonal{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "dnr" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/effect/floor_decal/corner/mauve{ @@ -29911,6 +30007,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) +"dTi" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "dTl" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -30546,6 +30651,15 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/machinist) +"dXY" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 9 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "dXZ" = ( /obj/structure/lattice, /turf/simulated/open, @@ -31077,6 +31191,12 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"ebx" = ( +/obj/structure/bed/stool/chair/sofa/left/brown{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "eby" = ( /turf/simulated/wall, /area/horizon/service/kitchen/freezer) @@ -31348,6 +31468,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/starboard_compartment) +"ecU" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 9 + }, +/obj/structure/bed/stool/chair/sofa/left/brown{ + dir = 8 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "ecY" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -31514,6 +31646,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/heads/captain) +"eee" = ( +/obj/effect/floor_decal/corner/yellow/diagonal{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/mauve/diagonal, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "eef" = ( /obj/machinery/atmospherics/pipe/manifold/visible{ dir = 4 @@ -34912,6 +35051,15 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) +"eCI" = ( +/obj/effect/floor_decal/corner_wide/mauve/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/mauve/diagonal, +/obj/structure/table/wood/mahogany, +/obj/item/storage/assunzionesheath/filled, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "eCO" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -54393,6 +54541,12 @@ /obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/starboard) +"hkW" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "hla" = ( /obj/effect/landmark/entry_point/starboard{ name = "starboard, d1 maintenance foreside" @@ -58350,6 +58504,13 @@ "hKx" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/telesci) +"hKy" = ( +/obj/effect/floor_decal/corner/yellow/full, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "hKz" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/cable/green{ @@ -59591,6 +59752,13 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/simulated/floor/wood, /area/horizon/command/bridge/upperdeck) +"hSq" = ( +/obj/effect/floor_decal/corner/yellow/full{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/mauve, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "hSs" = ( /obj/effect/floor_decal/corner/black{ dir = 6 @@ -60187,6 +60355,18 @@ icon_state = "dark_preview" }, /area/centcom/control) +"hYa" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 9 + }, +/obj/structure/bed/stool/chair/sofa/right/brown{ + dir = 8 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "hYd" = ( /obj/structure/cable{ icon_state = "4-8" @@ -62243,6 +62423,10 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port/docks) +"ilA" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "ilI" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/effect/floor_decal/corner/mauve{ @@ -65365,6 +65549,13 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/medical/washroom) +"iHk" = ( +/obj/effect/floor_decal/corner_wide/mauve/diagonal, +/obj/effect/floor_decal/corner_wide/mauve/diagonal{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "iHo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -71214,6 +71405,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/eva) +"jwW" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 8 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "jxa" = ( /obj/machinery/door/airlock/hatch{ dir = 1; @@ -72716,6 +72914,15 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/operations/lobby) +"jId" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 5 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "jIi" = ( /obj/machinery/iv_drip, /obj/effect/floor_decal/industrial/outline/red, @@ -76162,6 +76369,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) +"keO" = ( +/obj/effect/floor_decal/corner_wide/mauve/diagonal, +/obj/effect/floor_decal/corner_wide/mauve/diagonal{ + dir = 4 + }, +/obj/structure/table/wood/mahogany, +/obj/item/clothing/accessory/assunzione, +/obj/item/clothing/accessory/assunzione, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "keU" = ( /obj/effect/floor_decal/corner/green/full, /obj/item/radio/intercom/west, @@ -76270,6 +76487,13 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/lab) +"kfF" = ( +/obj/effect/floor_decal/corner_wide/mauve/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/mauve/diagonal, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "kfG" = ( /obj/effect/decal/fake_object{ icon = 'icons/obj/doors/rapid_pdoor.dmi'; @@ -88432,6 +88656,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/lobby) +"lHm" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/obj/effect/decal/fake_object/assunzione_flag{ + pixel_x = -30 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "lHo" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -93275,6 +93506,16 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/service/kitchen) +"mqj" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 10 + }, +/obj/structure/bed/stool/chair/sofa/brown, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "mqo" = ( /obj/machinery/door/airlock/glass_medical{ name = "Emergency Room" @@ -94516,6 +94757,21 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/shields) +"myB" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/obj/structure/table/wood/mahogany, +/obj/item/flame/candle, +/obj/item/flame/candle{ + pixel_x = 5 + }, +/obj/item/flame/candle{ + pixel_x = -5 + }, +/obj/effect/decal/fake_object/assunzione_flag{ + pixel_x = 30 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "myF" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/effect/floor_decal/industrial/warning{ @@ -102144,6 +102400,15 @@ }, /turf/unsimulated/floor/freezer, /area/antag/mercenary) +"nCe" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + dir = 4 + }, +/obj/effect/decal/fake_object/assunzione_flag{ + pixel_x = -30 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "nCg" = ( /obj/machinery/gravity_generator/main/station, /obj/effect/floor_decal/industrial/hatch/yellow, @@ -102178,6 +102443,9 @@ /obj/effect/landmark/distress_team_equipment, /turf/unsimulated/floor, /area/centcom/distress_prep) +"nCw" = ( +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "nCB" = ( /obj/structure/railing/mapped, /turf/simulated/floor/reinforced/airless, @@ -106512,6 +106780,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) +"ogd" = ( +/obj/effect/floor_decal/corner/yellow/diagonal{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/mauve, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "oge" = ( /obj/machinery/door/window/westright{ req_one_access = list(26,29,31,48,67,35,25,28,37) @@ -112519,6 +112794,13 @@ }, /turf/unsimulated/floor/blue_circuit, /area/centcom/control) +"oUi" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "oUm" = ( /obj/machinery/computer/security/engineering/terminal{ dir = 8 @@ -115573,6 +115855,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) +"ppY" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/structure/platform_stairs{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "pqi" = ( /obj/structure/window/shuttle/scc_space_ship/cardinal, /obj/structure/grille, @@ -126887,6 +127181,23 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) +"qSS" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + dir = 4 + }, +/obj/structure/table/wood/mahogany, +/obj/item/flame/candle{ + pixel_x = -5 + }, +/obj/item/flame/candle, +/obj/item/flame/candle{ + pixel_x = 5 + }, +/obj/effect/decal/fake_object/assunzione_flag{ + pixel_x = 30 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "qSV" = ( /obj/structure/cable/orange{ icon_state = "4-8" @@ -142732,6 +143043,15 @@ /obj/item/trash/cigbutt, /turf/unsimulated/floor/monotile, /area/antag/raider) +"sUo" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 8 + }, +/obj/structure/table/wood/mahogany, +/obj/item/clothing/suit/storage/hooded/wintercoat/assunzione_robe/alt, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "sUp" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/floor_decal/industrial/outline/yellow, @@ -148359,6 +148679,17 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) +"tGw" = ( +/obj/effect/floor_decal/corner/yellow/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 1 + }, +/obj/structure/table/wood/mahogany, +/obj/item/nullrod/luceiansceptre, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "tGz" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 4 @@ -149597,6 +149928,13 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"tPW" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/obj/structure/bed/stool/chair/sofa/brown{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "tPX" = ( /obj/item/modular_computer/console/preset/engineering{ dir = 8 @@ -154656,6 +154994,15 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"uAN" = ( +/obj/effect/floor_decal/corner/yellow/full{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 8 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "uAQ" = ( /obj/machinery/light/small{ dir = 8 @@ -159582,6 +159929,14 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) +"vis" = ( +/obj/effect/floor_decal/corner/yellow/full{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/mauve, +/obj/structure/bed/stool/chair/sofa/brown, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "vix" = ( /obj/structure/railing/mapped{ dir = 8 @@ -159626,6 +159981,13 @@ /obj/structure/table/standard, /turf/simulated/floor/tiled/dark, /area/horizon/security/interrogation/monitoring) +"viQ" = ( +/obj/effect/floor_decal/corner/yellow/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/mauve, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "vjb" = ( /obj/effect/floor_decal/spline/plain/black{ dir = 1 @@ -160378,6 +160740,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"vnU" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 9 + }, +/obj/structure/bed/stool/chair/sofa/brown{ + dir = 8 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "vnV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/lattice/catwalk/indoor/grate/damaged{ @@ -161574,6 +161948,15 @@ }, /turf/simulated/floor, /area/horizon/hallway/primary/deck_3/starboard/docks) +"vyc" = ( +/obj/effect/floor_decal/corner/yellow/diagonal{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 1 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "vyj" = ( /obj/structure/platform/ledge{ dir = 8 @@ -161746,6 +162129,15 @@ /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/holodeck) +"vzr" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + dir = 4 + }, +/obj/structure/bed/stool/chair/sofa/brown{ + dir = 4 + }, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "vzt" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -165058,6 +165450,9 @@ dir = 1 }, /obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/mauve{ + dir = 8 + }, /turf/simulated/floor/tiled/ramp/bottom{ dir = 8 }, @@ -172464,6 +172859,15 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid/interstitial) +"wTg" = ( +/obj/effect/floor_decal/corner_wide/mauve/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/mauve/diagonal, +/obj/structure/table/wood/mahogany, +/obj/item/clothing/suit/storage/hooded/wintercoat/assunzione_robe, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "wTi" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 4 @@ -178496,6 +178900,19 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/xo) +"xIi" = ( +/obj/effect/floor_decal/corner_wide/pink/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal, +/obj/structure/table/wood/mahogany, +/obj/item/versebook/assunzione, +/obj/item/versebook/assunzione, +/obj/item/versebook/assunzione, +/obj/item/versebook/assunzione, +/obj/item/versebook/assunzione, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "xIq" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/corner/dark_green{ @@ -182367,6 +182784,12 @@ /obj/machinery/alarm/north, /turf/simulated/floor/tiled/white, /area/horizon/crew/washroom/deck_2) +"yjc" = ( +/obj/structure/table/wood/mahogany, +/obj/item/clothing/accessory/poncho/assunzione, +/obj/item/clothing/accessory/poncho/assunzione, +/turf/simulated/floor/marble/dark, +/area/horizon/holodeck/source_luceism) "yjh" = ( /obj/machinery/chem_master, /obj/machinery/light, @@ -423606,13 +424029,13 @@ gxC wFj dNx oeZ -lEJ -rpk -iQX -iQX -iQX -iQX -iQX +nCw +lHm +nCw +dnl +nCw +nCe +nCw oeZ mIl mIl @@ -423863,13 +424286,13 @@ bpj vhJ dNx oeZ -mtF -loh -loh -wFF -loh -tdd -loh +dnl +ebx +tPW +bRe +vzr +aDv +dnl oeZ uqF mIl @@ -424120,13 +424543,13 @@ bpj vhJ dNx oeZ -eBh -gdm -hew -gii -gjk -hew -vDc +dab +nCw +ogd +cYh +oUi +nCw +dnl oeZ mIl mIl @@ -424377,13 +424800,13 @@ ulu tVa dNx oeZ -eEV -eBx -aPt -ffr -gjk -oKs -kPX +vis +cYh +hSq +cYh +hKy +cYh +hKy oeZ mIl mIl @@ -424634,13 +425057,13 @@ ulu kjl dNx oeZ -mbh -kmU -wsm -kJC -gjk -dEi -nXz +mqj +eee +keO +eCI +wTg +bpn +jId oeZ mIl uqF @@ -424891,13 +425314,13 @@ ulu gDD dNx oeZ -tEq -nXz -dmG -kZW -dmG -jwd -rxa +vis +kfF +tGw +ppY +sUo +iHk +hKy oeZ mIl hhN @@ -425148,13 +425571,13 @@ bpj qyF dNx oeZ -nXz -xIu -nwN -nby -cJl -rxa -nvd +cnX +iHk +oUi +dTi +viQ +kfF +bWA oeZ mIl mIl @@ -425405,13 +425828,13 @@ bpj vhJ dNx oeZ -vxB -kBb -iQX -iQX -bfO -nwN -kBb +bRS +bpn +kfF +kfF +iHk +eee +jId oeZ mIl mIl @@ -425662,13 +426085,13 @@ bpj vhJ dNx oeZ -kBb -iQX -iQX -gAX -iQX -iQX -iQX +uAN +hYa +bhz +vnU +bJa +ecU +bWA oeZ mIl mIl @@ -425919,13 +426342,13 @@ bpj vhJ dNx oeZ -iQX -uoL -iQX -iQX -kwt -iQX -iQX +dnl +nCw +jwW +dXY +vyc +nCw +dnl oeZ uqF mIl @@ -426176,13 +426599,13 @@ bVM ikw dNx oeZ -iQX -lTG -iQX -hRH -iQX -lTG -iQX +dnl +nCw +hkW +nCw +ilA +nCw +dnl oeZ mIl hhN @@ -426433,13 +426856,13 @@ dNx dNx dNx oeZ -iQX -iQX -iQX -iQX -iQX -iQX -iQX +nCw +qSS +yjc +xIi +yjc +myB +nCw oeZ mIl mIl @@ -426987,6 +427410,14 @@ iPd tpt tpt oeZ +lEJ +rpk +iQX +iQX +iQX +iQX +iQX +oeZ shZ shZ shZ @@ -427025,14 +427456,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -427244,6 +427667,14 @@ eFS iPd tpt oeZ +mtF +loh +loh +wFF +loh +tdd +loh +oeZ shZ shZ shZ @@ -427282,14 +427713,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -427501,6 +427924,14 @@ tHc iPd xLs oeZ +eBh +gdm +hew +gii +gjk +hew +vDc +oeZ shZ shZ shZ @@ -427539,14 +427970,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -427758,6 +428181,14 @@ tHc iPd inZ oeZ +eEV +eBx +aPt +ffr +gjk +oKs +kPX +oeZ shZ shZ shZ @@ -427796,14 +428227,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -428015,6 +428438,14 @@ tHc iPd dXz oeZ +mbh +kmU +wsm +kJC +gjk +dEi +nXz +oeZ shZ shZ shZ @@ -428053,14 +428484,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -428272,6 +428695,14 @@ tHc iPd pTx oeZ +tEq +nXz +dmG +kZW +dmG +jwd +rxa +oeZ shZ shZ shZ @@ -428310,14 +428741,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -428529,6 +428952,14 @@ tHc iPd pTx oeZ +nXz +xIu +nwN +nby +cJl +rxa +nvd +oeZ shZ shZ shZ @@ -428567,14 +428998,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -428786,6 +429209,14 @@ tHc iPd oej oeZ +vxB +kBb +iQX +iQX +bfO +nwN +kBb +oeZ shZ shZ shZ @@ -428824,14 +429255,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -429043,6 +429466,14 @@ tHc iPd iat oeZ +kBb +iQX +iQX +gAX +iQX +iQX +iQX +oeZ shZ shZ shZ @@ -429081,14 +429512,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -429300,6 +429723,14 @@ eNO kFB iRw oeZ +iQX +uoL +iQX +iQX +kwt +iQX +iQX +oeZ shZ shZ shZ @@ -429338,14 +429769,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -429557,6 +429980,14 @@ iPd cKG cKG oeZ +iQX +lTG +iQX +hRH +iQX +lTG +iQX +oeZ shZ shZ shZ @@ -429595,14 +430026,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -429814,6 +430237,14 @@ iPd iPd iPd oeZ +iQX +iQX +iQX +iQX +iQX +iQX +iQX +oeZ shZ shZ shZ @@ -429852,14 +430283,6 @@ eSV eSV eSV eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV fSU fSU eSV @@ -430079,14 +430502,14 @@ oeZ oeZ oeZ oeZ -eSV -eSV -eSV -eSV -eSV -eSV -eSV -eSV +oeZ +oeZ +oeZ +oeZ +oeZ +oeZ +oeZ +oeZ eSV eSV eSV