Added the NoDoor flag to storage components, so that the open/closed state is synced with the lock/unlock.

Added the glorious Pilot Seat.
This commit is contained in:
Acruid
2020-01-03 17:49:17 -08:00
parent 89745202f5
commit 8a49546add
2 changed files with 55 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
- type: entity
name: Pilot Chair
description: The driver seat of a prestigious battle cruiser.
id: pilotseat_chair
components:
- type: Sprite
sprite: Buildings/furniture.rsi
state: chair
color: "#8e9799"
- type: Icon
sprite: Buildings/furniture.rsi
state: chair
- type: Collidable
- type: Clickable
- type: InteractionOutline
- type: EntityStorage
showContents: true
noDoor: true
- type: Damageable
- type: Destructible
thresholdvalue: 100