From b62420efdb70244477ac04cbf6e9595928649ddd Mon Sep 17 00:00:00 2001 From: Joshie <41561534+furrycactus@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:55:00 +1100 Subject: [PATCH] Crematorium Additions (#18339) * Changes + Changelog * Metal Floors in Chapel Storage + Urn Materials * Quick Fixes * And Another * Hand Labelers to actually label the urns is probably a good idea. * Removed Autopsy stuff from Medical, added extended descriptions to urns. * Update furrycactus-morecrematoriums.yml --- .../objects/items/weapons/chaplain_items.dm | 3 + .../furrycactus-morecrematoriums.yml | 41 +++ maps/sccv_horizon/sccv_horizon-1_deck_1.dmm | 284 ++++++++++++------ maps/sccv_horizon/sccv_horizon-2_deck_2.dmm | 87 +++--- 4 files changed, 270 insertions(+), 145 deletions(-) create mode 100644 html/changelogs/furrycactus-morecrematoriums.yml diff --git a/code/game/objects/items/weapons/chaplain_items.dm b/code/game/objects/items/weapons/chaplain_items.dm index 37d8786ec29..fafb7139d28 100644 --- a/code/game/objects/items/weapons/chaplain_items.dm +++ b/code/game/objects/items/weapons/chaplain_items.dm @@ -257,6 +257,7 @@ /obj/item/material/urn name = "urn" desc = "A vase used to store the ashes of the deceased." + desc_extended = "To store ashes in an urn, click on the ash pile with the urn in your active hand. To empty an urn, use the urn in your active hand. Make sure you've labeled the urn so you know who's ashes are inside!" icon = 'icons/obj/urn.dmi' icon_state = "urn" applies_material_colour = TRUE @@ -272,6 +273,7 @@ return user.visible_message("[user] scoops \the [A] into \the [src], securing the lid.", "You scoop \the [A] into \the [src], securing the lid.") desc = "A vase used to store the ashes of the deceased. It contains some ashes." + desc_extended = "To store ashes in an urn, click on the ash pile with the urn in your active hand. To empty an urn, use the urn in your active hand. Make sure you've labeled the urn so you know who's ashes are inside!" A.forceMove(src) /obj/item/material/urn/attack_self(mob/user) @@ -283,6 +285,7 @@ A.dropInto(loc) user.visible_message("[user] pours \the [A] out from \the [src].", "You pour \the [A] out from \the [src].") desc = "A vase used to store the ashes of the deceased." + desc_extended = "To store ashes in an urn, click on the ash pile with the urn in your active hand. To empty an urn, use the urn in your active hand. Make sure you've labeled the urn so you know who's ashes are inside!" /obj/item/assunzioneorb name = "warding sphere" diff --git a/html/changelogs/furrycactus-morecrematoriums.yml b/html/changelogs/furrycactus-morecrematoriums.yml new file mode 100644 index 00000000000..dd96bd38840 --- /dev/null +++ b/html/changelogs/furrycactus-morecrematoriums.yml @@ -0,0 +1,41 @@ +################################ +# 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 +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Furrycactus + +# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added a crematorium to the Chapel and to the Medical Morgue, along with a small selection of materials to make Urns from to store the ashes." diff --git a/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm b/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm index 32b3839b6f6..482fa0d3aa9 100644 --- a/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm +++ b/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm @@ -530,11 +530,13 @@ /turf/simulated/floor/plating, /area/maintenance/engineering) "awf" = ( -/obj/effect/floor_decal/corner/lime/full{ - dir = 4 +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/alarm/cold/east, +/turf/simulated/floor/tiled/white{ + name = "cooled white floor"; + temperature = 278.15 }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled, /area/medical/morgue/lower) "awr" = ( /obj/structure/cable/green{ @@ -3408,6 +3410,10 @@ /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "cuY" = ( @@ -3477,22 +3483,42 @@ /turf/simulated/floor/tiled/white, /area/rnd/test_range) "cwK" = ( -/obj/item/device/radio/off{ - pixel_y = 5 - }, /obj/structure/table/steel, -/obj/item/device/radio/off{ - pixel_y = 5 - }, -/obj/item/device/radio/off{ - pixel_y = 5 - }, -/obj/item/device/radio/off{ - pixel_y = 5 - }, /obj/effect/floor_decal/corner/lime{ dir = 9 }, +/obj/item/device/radio/med{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/device/radio/med{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/device/radio/med{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/device/radio/med{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/device/radio/med{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/device/radio/med{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/device/radio/med{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/device/radio/med{ + pixel_x = 6; + pixel_y = 6 + }, /turf/simulated/floor/tiled, /area/medical/emergency_storage) "cxc" = ( @@ -4741,13 +4767,17 @@ /turf/simulated/floor/tiled/full, /area/horizon/stairwell/central) "doK" = ( -/obj/effect/floor_decal/corner/lime{ +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white{ + name = "cooled white floor"; + temperature = 278.15 }, -/turf/simulated/floor/tiled, /area/medical/morgue/lower) "doM" = ( /obj/structure/cable/green{ @@ -6338,9 +6368,6 @@ /obj/effect/floor_decal/corner/lime{ dir = 10 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, /obj/effect/landmark{ name = "borerstart" }, @@ -6649,6 +6676,10 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_port) +"eHp" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/medical/morgue/lower) "eHq" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -7709,10 +7740,27 @@ /turf/simulated/floor/plating, /area/maintenance/wing/port/deck1) "fmL" = ( -/obj/effect/floor_decal/corner/lime/full{ - dir = 1 +/obj/structure/morgue/crematorium{ + _wifi_id = "medical_crema" + }, +/obj/machinery/button/switch/crematorium{ + _wifi_id = "medical_crema"; + dir = 4; + pixel_x = 20; + pixel_y = 8; + req_access = null + }, +/obj/effect/floor_decal/corner/lime{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/camera/network/medbay{ + c_tag = "Medical - Autopsy and Cremation" + }, +/turf/simulated/floor/tiled/white{ + name = "cooled white floor"; + temperature = 278.15 }, -/turf/simulated/floor/tiled, /area/medical/morgue/lower) "fmV" = ( /obj/structure/cable{ @@ -10059,6 +10107,7 @@ /obj/effect/floor_decal/corner/lime{ dir = 5 }, +/obj/machinery/alarm/north, /turf/simulated/floor/tiled{ name = "cooled floor"; temperature = 278 @@ -13319,10 +13368,20 @@ /obj/effect/floor_decal/corner/lime{ dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/obj/machinery/firealarm/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/closet/crate{ + name = "Cremation Urn Materials" + }, +/obj/item/stack/material/wood/full, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/bronze/full, +/obj/item/stack/material/glass/full, +/obj/item/device/hand_labeler, +/turf/simulated/floor/tiled/white{ + name = "cooled white floor"; + temperature = 278.15 }, -/turf/simulated/floor/tiled, /area/medical/morgue/lower) "jpl" = ( /obj/structure/shuttle_part/scc/research{ @@ -14193,11 +14252,25 @@ /turf/simulated/floor/tiled/dark, /area/engineering/atmos/propulsion) "jTl" = ( -/obj/effect/floor_decal/corner/lime{ - dir = 10 +/obj/machinery/door/firedoor{ + dir = 4 }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled, +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Autopsy and Cremation"; + req_access = list(6) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/plasticflaps/airtight{ + layer = 2.5; + dir = 8 + }, +/turf/simulated/floor/tiled/full, /area/medical/morgue/lower) "jTJ" = ( /obj/machinery/atmospherics/pipe/manifold/visible/black{ @@ -14339,8 +14412,8 @@ /obj/effect/floor_decal/corner/lime{ dir = 5 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/tiled{ name = "cooled floor"; @@ -15533,9 +15606,6 @@ /obj/effect/floor_decal/corner/lime{ dir = 6 }, -/obj/structure/railing/mapped{ - dir = 4 - }, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "kMC" = ( @@ -15782,6 +15852,9 @@ /obj/structure/cable/green{ icon_state = "1-2" }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "kWB" = ( @@ -16575,8 +16648,22 @@ /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_storage) "lEQ" = ( -/obj/effect/floor_decal/industrial/outline/medical, -/turf/simulated/floor/tiled/full, +/obj/machinery/button/remote/blast_door{ + id = "shutters_deck1_morgue2"; + name = "Viewing Shutters"; + dir = 4; + pixel_x = 20 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/tiled/white{ + name = "cooled white floor"; + temperature = 278.15 + }, /area/medical/morgue/lower) "lFa" = ( /obj/machinery/hologram/holopad/long_range, @@ -17722,15 +17809,18 @@ /turf/simulated/floor/reinforced/airless, /area/engineering/atmos/propulsion) "mon" = ( +/obj/machinery/firealarm/north, +/obj/effect/floor_decal/corner/lime/full{ + dir = 1 + }, /obj/machinery/camera/network/medbay{ c_tag = "Medical - Morgue Elevator" }, -/obj/machinery/firealarm/north, -/obj/effect/floor_decal/corner/lime{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 10 }, /turf/simulated/floor/tiled, /area/medical/morgue/lower) @@ -18504,25 +18594,14 @@ /turf/simulated/floor/tiled, /area/hangar/auxiliary) "mRu" = ( -/obj/item/device/radio/off{ - pixel_y = 5 - }, -/obj/structure/table/steel, /obj/machinery/light/small{ dir = 8 }, -/obj/item/device/radio/off{ - pixel_y = 5 - }, -/obj/item/device/radio/off{ - pixel_y = 5 - }, -/obj/item/device/radio/off{ - pixel_y = 5 - }, /obj/effect/floor_decal/corner/lime/full{ dir = 8 }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/medical/emergency_storage) "mSd" = ( @@ -18800,17 +18879,14 @@ /turf/simulated/floor/plating, /area/maintenance/engineering) "mZr" = ( -/obj/machinery/light/small, /obj/effect/floor_decal/corner/lime/full{ dir = 4 }, -/obj/structure/railing/mapped{ - dir = 4 - }, /obj/structure/cable/green{ icon_state = "0-8" }, -/obj/machinery/power/apc/south, +/obj/machinery/light/small, +/obj/machinery/power/apc/east, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "mZD" = ( @@ -22036,7 +22112,15 @@ /turf/simulated/wall, /area/engineering/gravity_gen) "pnZ" = ( -/obj/effect/floor_decal/corner/lime, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 6 + }, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "pom" = ( @@ -23487,6 +23571,9 @@ pixel_y = 23; shuttle_tag = "Morgue Lift" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "qlv" = ( @@ -25451,20 +25538,20 @@ /obj/structure/cable/green{ icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/effect/floor_decal/corner/lime{ dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /obj/machinery/button/remote/blast_door{ - id = "shutters_deck1_morgue"; + id = "shutters_deck1_morgue2"; name = "Viewing Shutters"; pixel_y = 25 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "rGK" = ( @@ -28384,7 +28471,7 @@ "tJg" = ( /obj/effect/decal/cleanable/dirt, /obj/random/junk, -/turf/simulated/floor/plating, +/turf/simulated/floor/tiled, /area/maintenance/operations) "tJq" = ( /obj/machinery/atmospherics/pipe/simple/visible/black, @@ -30619,7 +30706,8 @@ /turf/simulated/floor/tiled, /area/hallway/primary/aft) "vif" = ( -/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/light/small, +/obj/structure/table/steel, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "vik" = ( @@ -32341,6 +32429,18 @@ }, /turf/simulated/floor/plating, /area/engineering/atmos/air) +"wsT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/tiled/white{ + name = "cooled white floor"; + temperature = 278.15 + }, +/area/medical/morgue/lower) "wtl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -33316,7 +33416,6 @@ /obj/effect/floor_decal/industrial/warning{ dir = 8 }, -/obj/machinery/alarm/south, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "xff" = ( @@ -33380,13 +33479,11 @@ /obj/effect/floor_decal/corner/lime{ dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/structure/cable/green{ icon_state = "2-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/medical/morgue/lower) "xgP" = ( @@ -34531,11 +34628,11 @@ /turf/simulated/floor/tiled/white, /area/rnd/isolation_a) "xNb" = ( -/obj/effect/floor_decal/corner/lime{ - dir = 5 +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, /turf/simulated/floor/tiled, /area/medical/morgue/lower) @@ -34984,11 +35081,14 @@ /turf/simulated/floor/tiled, /area/hangar/auxiliary) "yau" = ( -/obj/item/material/shard{ - icon_state = "medium" +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 4; + id = "shutters_deck1_morgue2"; + name = "Viewing Shutter" }, -/turf/simulated/floor/plating, -/area/maintenance/operations) +/turf/simulated/floor/tiled/full, +/area/medical/morgue/lower) "yaP" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -49579,7 +49679,7 @@ xll iDM xgE kWx -kWx +xNb aMh iFL vqU @@ -49982,11 +50082,11 @@ rPO hQO skq caN -qZW -xNb +lIg +lIg jTl -lEQ -lEQ +yau +lIg lIg vqU oDv @@ -50188,7 +50288,7 @@ uHw qZW joW doK -vif +wsT vif lIg vqU @@ -50392,7 +50492,7 @@ lIg fmL awf lEQ -lEQ +eHp lIg tkX ohS @@ -50798,7 +50898,7 @@ icm twX wqj tJg -yau +fCT nnw vqU oDv diff --git a/maps/sccv_horizon/sccv_horizon-2_deck_2.dmm b/maps/sccv_horizon/sccv_horizon-2_deck_2.dmm index 47f922d49d5..010148f9dda 100644 --- a/maps/sccv_horizon/sccv_horizon-2_deck_2.dmm +++ b/maps/sccv_horizon/sccv_horizon-2_deck_2.dmm @@ -1119,10 +1119,16 @@ /turf/simulated/floor/tiled/white, /area/medical/gen_treatment) "axL" = ( -/obj/machinery/light/small, -/obj/effect/floor_decal/spline/fancy/wood, -/obj/structure/table/wood, -/turf/simulated/floor/wood, +/obj/item/stack/material/wood/full, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/bronze/full, +/obj/structure/closet/crate{ + name = "Cremation Urn Materials" + }, +/obj/machinery/light, +/obj/item/stack/material/glass/full, +/obj/item/device/hand_labeler, +/turf/simulated/floor/tiled/dark, /area/chapel/office) "axS" = ( /obj/effect/floor_decal/corner/white/diagonal, @@ -2359,10 +2365,7 @@ /obj/structure/cable/green{ icon_state = "4-8" }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood, +/turf/simulated/floor/tiled/dark, /area/chapel/office) "aYI" = ( /obj/structure/bed/stool/chair/padded/purple{ @@ -5933,17 +5936,15 @@ /turf/simulated/floor/tiled/dark, /area/engineering/engine_waste) "cKc" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 9 - }, /obj/machinery/camera/network/service{ c_tag = "Service - Chapel Storage"; dir = 4 }, -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box, -/obj/item/storage/box/fancy/candle_box, -/turf/simulated/floor/wood, +/obj/structure/closet/crate/coffin, +/obj/structure/closet/crate/coffin{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, /area/chapel/office) "cKg" = ( /obj/machinery/vending/hydronutrients, @@ -7236,14 +7237,11 @@ /turf/simulated/floor/plating, /area/maintenance/wing/starboard) "dqs" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, /obj/structure/closet/crate/coffin, /obj/structure/closet/crate/coffin{ pixel_y = 4 }, -/turf/simulated/floor/wood, +/turf/simulated/floor/tiled/dark, /area/chapel/office) "dqy" = ( /obj/effect/floor_decal/corner/dark_blue/full, @@ -25104,15 +25102,14 @@ /turf/simulated/floor/tiled/dark/full, /area/horizon/secure_ammunition_storage) "lMi" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, /obj/structure/closet/wardrobe/chaplain_black, /obj/item/storage/box/fancy/crayons, /obj/item/reagent_containers/food/drinks/bottle/holywater, /obj/item/reagent_containers/spray/aspergillum, /obj/item/nullrod/obsidianshards, -/turf/simulated/floor/wood, +/obj/item/storage/box/fancy/candle_box, +/obj/item/storage/box/fancy/candle_box, +/turf/simulated/floor/tiled/dark, /area/chapel/office) "lMm" = ( /obj/effect/floor_decal/corner_wide/lime/diagonal, @@ -25276,10 +25273,7 @@ /turf/simulated/floor/tiled, /area/engineering/engine_room/rust) "lQn" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood, +/turf/simulated/floor/tiled/dark, /area/chapel/office) "lRe" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -28256,21 +28250,6 @@ }, /turf/simulated/floor/tiled/dark, /area/rnd/xenobiology/xenoflora) -"nfL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/chapel/office) "nfN" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 8 @@ -40925,14 +40904,18 @@ /turf/simulated/floor/tiled, /area/horizon/security/brig) "toe" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 +/obj/structure/morgue/crematorium{ + _wifi_id = "chapel_crema" }, -/obj/structure/closet/crate/coffin{ - pixel_y = 4 +/obj/machinery/button/switch/crematorium{ + _wifi_id = "chapel_crema"; + dir = 4; + pixel_x = 20; + pixel_y = 8; + req_access = null }, -/turf/simulated/floor/wood, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark/full, /area/chapel/office) "toA" = ( /obj/structure/table/standard, @@ -42304,10 +42287,8 @@ /obj/structure/cable/green{ icon_state = "4-8" }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/wood, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, /area/chapel/office) "tWH" = ( /obj/effect/floor_decal/spline/fancy/wood, @@ -68778,7 +68759,7 @@ xjH oCz tDl lQn -nfL +aYE axL fol fol