From 5dc9a954bc37fe40c8d2ddf97d7cb8ebff7a817c Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:46:12 +0100 Subject: [PATCH] some chairs tweaks (#22901) * make all chairs rotatable and anchorable * Revert "make all chairs rotatable and anchorable" This reverts commit d7f98261d5c228b7035b611f2becf2355c2f257f. * comt --- .../Entities/Structures/Furniture/chairs.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml index 058fae24dc..ae8eddc9cf 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml @@ -82,6 +82,7 @@ description: Apply butt. components: - type: Anchorable + - type: Rotatable - type: Sprite state: stool - type: Construction @@ -111,6 +112,7 @@ id: ChairOfficeLight parent: SeatBase components: + - type: Anchorable - type: Rotatable rotateWhileAnchored: true - type: Sprite @@ -204,11 +206,9 @@ - type: entity name: ritual chair id: ChairRitual - parent: SeatBase + parent: ChairWood description: Looks uncomfortable. components: - - type: Anchorable - - type: Rotatable - type: Sprite state: ritual - type: Construction @@ -221,7 +221,6 @@ name: meat chair description: Uncomfortably sweaty. components: - - type: Anchorable - type: Rotatable - type: Sprite state: meat @@ -232,11 +231,9 @@ - type: entity name: cursed chair id: ChairCursed - parent: SeatBase + parent: ChairWood description: It's staring back. components: - - type: Anchorable - - type: Rotatable - type: Sprite state: cursed - type: Strap @@ -253,6 +250,11 @@ - !type:PlaySoundBehavior sound: path: /Audio/Voice/Human/womanlaugh.ogg + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank: + min: 1 + max: 1 graph: RitualSeat node: chairCursed @@ -266,7 +268,6 @@ anchored: true - type: Physics bodyType: Static - - type: Anchorable - type: Rotatable - type: Sprite sprite: Structures/Web/chair.rsi -- 2.51.2