Added body bag boxes, fixed some folded body bag behavior (#6044)
* Added body bag boxes, fixed some folded body bag behavior * Added item component to body bags * Fixed tag
This commit is contained in:
@@ -65,3 +65,25 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: latex
|
- state: latex
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: body bag box
|
||||||
|
parent: BoxCardboard
|
||||||
|
id: BoxBodyBag
|
||||||
|
description: Contains body bags.
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: BodyBag_Folded
|
||||||
|
amount: 5
|
||||||
|
- type: Item
|
||||||
|
size: 30
|
||||||
|
- type: Storage
|
||||||
|
capacity: 30
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: box
|
||||||
|
- state: bodybags
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BodyBag
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
name: body bag
|
name: body bag
|
||||||
description: A plastic bag designed for the storage and transportation of cadavers.
|
description: A plastic bag designed for the storage and transportation of cadavers.
|
||||||
components:
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: 6
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
drawdepth: SmallObjects # I guess body bags need appear above a coroner's table?
|
drawdepth: SmallObjects # I guess body bags need appear above a coroner's table?
|
||||||
@@ -17,6 +19,9 @@
|
|||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Objects/Specific/Medical/Morgue/bodybags.rsi
|
sprite: Objects/Specific/Medical/Morgue/bodybags.rsi
|
||||||
state: bag
|
state: bag
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- BodyBag
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: MovedByPressure
|
- type: MovedByPressure
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Brutepack
|
id: Brutepack
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: BodyBag
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: BotanyHatchet
|
id: BotanyHatchet
|
||||||
|
|||||||
Reference in New Issue
Block a user