Fix placement mode on chairs (#26041)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
description: You sit in this. Either by will or force.
|
description: You sit in this. Either by will or force.
|
||||||
placement:
|
placement:
|
||||||
mode: SnapgridCenter
|
mode: PlaceFree
|
||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
@@ -65,6 +65,8 @@
|
|||||||
id: ChairBase
|
id: ChairBase
|
||||||
abstract: true
|
abstract: true
|
||||||
parent: UnanchoredChairBase
|
parent: UnanchoredChairBase
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: Static
|
bodyType: Static
|
||||||
@@ -87,6 +89,8 @@
|
|||||||
id: StoolBase
|
id: StoolBase
|
||||||
parent: OfficeChairBase
|
parent: OfficeChairBase
|
||||||
abstract: true
|
abstract: true
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: Static
|
bodyType: Static
|
||||||
@@ -116,7 +120,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: stool
|
name: stool
|
||||||
id: Stool
|
id: Stool
|
||||||
parent: ChairBase
|
parent: UnanchoredChairBase
|
||||||
description: Apply butt.
|
description: Apply butt.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -241,7 +245,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ChairMeat
|
id: ChairMeat
|
||||||
parent: ChairBase
|
parent: UnanchoredChairBase
|
||||||
name: meat chair
|
name: meat chair
|
||||||
description: Uncomfortably sweaty.
|
description: Uncomfortably sweaty.
|
||||||
components:
|
components:
|
||||||
@@ -285,7 +289,7 @@
|
|||||||
name: web chair
|
name: web chair
|
||||||
id: ChairWeb
|
id: ChairWeb
|
||||||
description: For true web developers.
|
description: For true web developers.
|
||||||
parent: ChairBase
|
parent: UnanchoredChairBase
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Web/chair.rsi
|
sprite: Structures/Web/chair.rsi
|
||||||
@@ -347,8 +351,6 @@
|
|||||||
parent: ChairFolding
|
parent: ChairFolding
|
||||||
id: ChairFoldingSpawnFolded
|
id: ChairFoldingSpawnFolded
|
||||||
suffix: folded
|
suffix: folded
|
||||||
placement:
|
|
||||||
mode: PlaceFree
|
|
||||||
components:
|
components:
|
||||||
- type: Foldable
|
- type: Foldable
|
||||||
folded: true
|
folded: true
|
||||||
@@ -364,4 +366,3 @@
|
|||||||
- type: Construction
|
- type: Construction
|
||||||
graph: Seat
|
graph: Seat
|
||||||
node: chairSteelBench
|
node: chairSteelBench
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user