Remove server-sprite references from handcuffs (#13515)

This commit is contained in:
Leon Friedrich
2023-01-17 16:23:53 +13:00
committed by GitHub
parent e8b18d17c2
commit 44631c7723
6 changed files with 52 additions and 75 deletions

View File

@@ -35,9 +35,7 @@
bodyIconState: body-overlay
color: red
breakOnRemove: true
brokenIconState: cuff-broken
brokenName: handcuff-broken-cables-name
brokenDesc: handcuff-broken-cables-desc
brokenPrototype: CablecuffsBroken
startCuffSound:
path: /Audio/Items/Handcuffs/rope_start.ogg
endCuffSound:
@@ -69,9 +67,7 @@
cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine
bodyIconState: body-overlay
breakOnRemove: true
brokenIconState: cuff-broken
brokenName: handcuff-broken-zipties-name
brokenDesc: handcuff-broken-zipties-desc
brokenPrototype: ZiptiesBroken
startCuffSound:
path: /Audio/Items/Handcuffs/ziptie_start.ogg
endCuffSound:
@@ -85,3 +81,30 @@
- type: Sprite
sprite: Objects/Misc/zipties.rsi
state: cuff
- type: entity
name: broken zipties
description: These zipties look like they tried to manage the wrong cables.
id: ZiptiesBroken
parent: BaseItem
components:
- type: Sprite
sprite: Objects/Misc/zipties.rsi
state: cuff-broken
- type: Item
size: 2
- type: Recyclable
- type: entity
name: broken cables
description: These cables are broken in several places and don't seem very useful.
id: CablecuffsBroken
parent: BaseItem
components:
- type: Sprite
sprite: Objects/Misc/cablecuffs.rsi
state: cuff-broken
color: red
- type: Item
size: 2
- type: Recyclable