Change handcuff and handcuff box size (#5319)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
- type: Item
|
||||
- type: Storage
|
||||
capacity: 6
|
||||
capacity: 20
|
||||
|
||||
- type: entity
|
||||
name: flashbang box
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
id: Handcuffs
|
||||
parent: BaseItem
|
||||
components:
|
||||
- type: Item
|
||||
size: 3
|
||||
- type: Handcuff
|
||||
cuffTime: 3.0
|
||||
uncuffTime: 3.0
|
||||
@@ -24,6 +26,8 @@
|
||||
id: Cablecuffs
|
||||
parent: Handcuffs
|
||||
components:
|
||||
- type: Item
|
||||
size: 5
|
||||
- type: Handcuff
|
||||
cuffTime: 3.5
|
||||
uncuffTime: 3.5
|
||||
|
||||
Reference in New Issue
Block a user