From 3f982ca8a3f1d8e05bf4c2d5dc9a7ef188c1dffc Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:34:46 -0700 Subject: [PATCH] [MIRROR] Incredibly minor capsule fixes (#11608) Co-authored-by: Jenny --- code/modules/mining/shelter_atoms_vr.dm | 2 +- maps/submaps/shelters/shelter_sauna.dmm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mining/shelter_atoms_vr.dm b/code/modules/mining/shelter_atoms_vr.dm index 83ca8b0d3c..e6dc2e58de 100644 --- a/code/modules/mining/shelter_atoms_vr.dm +++ b/code/modules/mining/shelter_atoms_vr.dm @@ -298,7 +298,7 @@ GLOBAL_LIST_EMPTY(unique_deployable) /obj/item/survivalcapsule/randomized/get_template_info() var/ret = "It has a chaotic redspace bubble inside. The label reads:\n" - ret += "This capsule utilizes experimental technology to replicate copies of redspace pockets within realspace. " + span_underline("The contents of this capsule are prone to change upon activation") + ", and are highly unlikely to remain the same as when previously used. Efforts have been made to ensure *likely* safety when using these capsules. However, due to the unpredictable nature of redspace, that safety cannot be fully guaranteed. " + span_underline("Use at your own risk!") + ret += "(7x7) This capsule utilizes experimental technology to replicate copies of redspace pockets within realspace. " + span_underline("The contents of this capsule are prone to change upon activation") + ", and are highly unlikely to remain the same as when previously used. Efforts have been made to ensure *likely* safety when using these capsules. However, due to the unpredictable nature of redspace, that safety cannot be fully guaranteed. " + span_underline("Use at your own risk!") return ret // TERRIBLE AWFUL CAPSULE DO NOT MAKE THIS PLAYER ACCESSIBLE, I made this for a BIT -Ryumi diff --git a/maps/submaps/shelters/shelter_sauna.dmm b/maps/submaps/shelters/shelter_sauna.dmm index 014bd6e98c..0676bef45c 100644 --- a/maps/submaps/shelters/shelter_sauna.dmm +++ b/maps/submaps/shelters/shelter_sauna.dmm @@ -88,7 +88,8 @@ /area/survivalpod/redspace) "I" = ( /obj/machinery/smartfridge/survival_pod{ - pixel_y = 28 + pixel_y = 28; + density = 0 }, /obj/item/towel/random{ color = "#5fadba"