Skip to content

Commit

Permalink
Cherry-picked commit bcc1476 from space-wizards/space-station-14/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleStation14 authored and IamVelcroboy committed Mar 13, 2024
1 parent 3bf08c7 commit 27a3d34
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Resources/Prototypes/Entities/Structures/Furniture/chairs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
abstract: true
description: You sit in this. Either by will or force.
placement:
mode: SnapgridCenter
mode: PlaceFree
components:
- type: Clickable
- type: InteractionOutline
Expand Down Expand Up @@ -65,6 +65,8 @@
id: ChairBase
abstract: true
parent: UnanchoredChairBase
placement:
mode: SnapgridCenter
components:
- type: Physics
bodyType: Static
Expand All @@ -87,6 +89,8 @@
id: StoolBase
parent: OfficeChairBase
abstract: true
placement:
mode: SnapgridCenter
components:
- type: Physics
bodyType: Static
Expand Down Expand Up @@ -116,7 +120,7 @@
- type: entity
name: stool
id: Stool
parent: ChairBase
parent: UnanchoredChairBase
description: Apply butt.
components:
- type: Sprite
Expand Down Expand Up @@ -241,7 +245,7 @@

- type: entity
id: ChairMeat
parent: ChairBase
parent: UnanchoredChairBase
name: meat chair
description: Uncomfortably sweaty.
components:
Expand Down Expand Up @@ -285,7 +289,7 @@
name: web chair
id: ChairWeb
description: For true web developers.
parent: ChairBase
parent: UnanchoredChairBase
components:
- type: Sprite
sprite: Structures/Web/chair.rsi
Expand Down Expand Up @@ -347,8 +351,6 @@
parent: ChairFolding
id: ChairFoldingSpawnFolded
suffix: folded
placement:
mode: PlaceFree
components:
- type: Foldable
folded: true
Expand All @@ -364,4 +366,3 @@
- type: Construction
graph: Seat
node: chairSteelBench

0 comments on commit 27a3d34

Please sign in to comment.