From 792aeb97bd43c2d0b64b76ff07e499c2d23b5448 Mon Sep 17 00:00:00 2001 From: verybigman <171044200+verybigman311@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:32:05 -0400 Subject: [PATCH] Shock Collars Fix (#5332) * lalala * changed access reader for both * tada --- Resources/Prototypes/Entities/Clothing/Back/backpacks.yml | 7 +++++++ .../_DV/Entities/Objects/Devices/shock_collar.yml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 4cf78377cee..8219b141a8f 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -350,6 +350,13 @@ stripDelay: 10 equipDelay: 5 # to avoid accidentally falling into the trap associated with SelfUnremovableClothing - type: SelfUnremovableClothing + # Start DeltaV Additions + - type: ShockOnUnequip + damage: 5 + duration: 3 + - type: AccessReader + access: [["Security"]] + # End DeltaV Additions - type: ShockOnTrigger targetContainer: true damage: 5 diff --git a/Resources/Prototypes/_DV/Entities/Objects/Devices/shock_collar.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/shock_collar.yml index 4dfbb2f7eb1..e0b6807963a 100644 --- a/Resources/Prototypes/_DV/Entities/Objects/Devices/shock_collar.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/shock_collar.yml @@ -19,12 +19,12 @@ - neck - type: SelfUnremovableClothing - type: ShockOnUnequip - damage: 10 + damage: 5 duration: 3 - type: AccessReader - access: - - - Security + access: [["Security"]] - type: ShockOnTrigger + targetContainer: true damage: 5 duration: 3 - type: TriggerOnSignal