Make broken cuffs trash, fix color for broken makeshift cuffs (#15203)
This commit is contained in:
@@ -83,29 +83,35 @@
|
|||||||
sprite: Objects/Misc/zipties.rsi
|
sprite: Objects/Misc/zipties.rsi
|
||||||
state: cuff
|
state: cuff
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: BaseHandcuffsBroken
|
||||||
|
parent: BaseItem
|
||||||
|
abstract: true
|
||||||
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: 2
|
||||||
|
- type: Recyclable
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Trash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: broken zipties
|
name: broken zipties
|
||||||
description: These zipties look like they tried to manage the wrong cables.
|
description: These zipties look like they tried to manage the wrong cables.
|
||||||
id: ZiptiesBroken
|
id: ZiptiesBroken
|
||||||
parent: BaseItem
|
parent: BaseHandcuffsBroken
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/zipties.rsi
|
sprite: Objects/Misc/zipties.rsi
|
||||||
state: cuff-broken
|
state: cuff-broken
|
||||||
- type: Item
|
|
||||||
size: 2
|
|
||||||
- type: Recyclable
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: broken cables
|
name: broken cables
|
||||||
description: These cables are broken in several places and don't seem very useful.
|
description: These cables are broken in several places and don't seem very useful.
|
||||||
id: CablecuffsBroken
|
id: CablecuffsBroken
|
||||||
parent: BaseItem
|
parent: BaseHandcuffsBroken
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/cablecuffs.rsi
|
sprite: Objects/Misc/cablecuffs.rsi
|
||||||
state: cuff-broken
|
state: cuff-broken
|
||||||
color: red
|
color: forestgreen
|
||||||
- type: Item
|
|
||||||
size: 2
|
|
||||||
- type: Recyclable
|
|
||||||
Reference in New Issue
Block a user