diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/security.yml b/Resources/Prototypes/Catalog/Fills/Boxes/security.yml index f4d7752732..46cf3c49a8 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/security.yml @@ -15,7 +15,7 @@ - type: Item - type: Storage - capacity: 6 + capacity: 20 - type: entity name: flashbang box diff --git a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml index 0c883d6e40..ba437d983f 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml @@ -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