From b6db66658d712486800ceaf04db0d48bd5e6a86b Mon Sep 17 00:00:00 2001 From: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com> Date: Mon, 13 May 2024 06:53:51 -0700 Subject: [PATCH] Mirror: Sleep on Stasis Beds (#216) ## Mirror of PR #26129: [Sleep on Stasis Beds](https://github.com/space-wizards/space-station-14/pull/26129) from space-wizards [space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14) ###### `5912b062503841ad8adc6a4a959f97670063f1fb` PR opened by Plykiya at 2024-03-15 05:47:26 UTC --- PR changed 1 files with 5 additions and 0 deletions. The PR had the following labels: - No C# ---

Original Body

> > > > ## About the PR > > Made stasis beds heal you at the same rate as normal beds and allows you to sleep on it. > Edit: I have made the healing 100x worse than normal beds. > > ## Why / Balance > > I kinda just wanted to sleep on a stasis bed and was sad I couldn't. I'm open to any arguments for changing the numbers... > > ## Technical details > > .yml component that adds a sleep action > > ## Media > > > - [ X ] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase > > **Changelog** > > > > no changelog cause this feels like it shoulda already been a thing...
Co-authored-by: SimpleStation14 --- .../Prototypes/Entities/Structures/Machines/stasisbed.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml b/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml index 5f7182f7ddc..c523e7d68d3 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml @@ -7,6 +7,11 @@ - type: StasisBed baseMultiplier: 10 - type: AntiRotOnBuckle + - type: HealOnBuckle + damage: + types: + Poison: -0.001 + Blunt: -0.001 - type: Sprite sprite: Structures/Machines/stasis_bed.rsi noRot: true