mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
- added cycling and removed toxins access (wtf?) from the external airlocks behind holodeck (#58938)
norill commented 2 days ago
About The Pull Request
added cycling and removed toxins access (wtf?) from the external airlocks behind holodeck
replaced medical crate with freezer in abandoned medbay storage
changed name and description of surgery room disposals to inform that they are connected to the morgue
Why It's Good For The Game
that replaced medical crate spawned organs that would decay if not in a freezer
Changelog
🆑
add: changed name and description of surgery room disposals to inform that they are connected to the morgue
/🆑
This commit is contained in:
@@ -2271,7 +2271,10 @@
|
||||
/area/engineering/atmos)
|
||||
"amH" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
req_one_access_txt = "13,8"
|
||||
req_access_txt = "13"
|
||||
},
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/maintenance/starboard/fore)
|
||||
@@ -16449,7 +16452,10 @@
|
||||
/obj/effect/turf_decal/tile/blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/disposal/bin,
|
||||
/obj/machinery/disposal/bin{
|
||||
desc = "A pneumatic waste disposal unit. This one leads to the morgue.";
|
||||
name = "corpse disposal"
|
||||
},
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 4
|
||||
},
|
||||
@@ -17453,7 +17459,7 @@
|
||||
"cHw" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/obj/effect/spawner/lootdrop/memeorgans,
|
||||
/obj/structure/closet/crate/medical,
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/turf/open/floor/iron/white,
|
||||
/area/medical/abandoned)
|
||||
"cHy" = (
|
||||
@@ -30749,7 +30755,10 @@
|
||||
/obj/effect/turf_decal/tile/blue{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/disposal/bin,
|
||||
/obj/machinery/disposal/bin{
|
||||
desc = "A pneumatic waste disposal unit. This one leads to the morgue.";
|
||||
name = "corpse disposal"
|
||||
},
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 8
|
||||
},
|
||||
@@ -57742,7 +57751,10 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/tile/blue,
|
||||
/obj/machinery/disposal/bin,
|
||||
/obj/machinery/disposal/bin{
|
||||
desc = "A pneumatic waste disposal unit. This one leads to the morgue.";
|
||||
name = "corpse disposal"
|
||||
},
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 8
|
||||
},
|
||||
@@ -63934,6 +63946,13 @@
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/commons/fitness/recreation)
|
||||
"rQe" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
req_access_txt = "13"
|
||||
},
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
|
||||
/turf/open/floor/plating,
|
||||
/area/maintenance/starboard/fore)
|
||||
"rQt" = (
|
||||
/obj/structure/cable,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
@@ -124886,7 +124905,7 @@ rLv
|
||||
anS
|
||||
aox
|
||||
aox
|
||||
amH
|
||||
rQe
|
||||
dnS
|
||||
amH
|
||||
dnS
|
||||
|
||||
Reference in New Issue
Block a user