From 55de8041a125bb3f85b24eb9870c193b6ad4a94f Mon Sep 17 00:00:00 2001 From: ZeroDayDaemon <60460608+ZeroDayDaemon@users.noreply.github.com> Date: Sun, 14 Nov 2021 11:29:49 -0500 Subject: [PATCH] Change handcuff and handcuff box size (#5319) --- Resources/Prototypes/Catalog/Fills/Boxes/security.yml | 2 +- Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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