Shock Collars Fix (#5332)

* lalala

* changed access reader for both

* tada
This commit is contained in:
verybigman 2026-03-09 09:32:05 -04:00 committed by GitHub
parent 39b9b6b179
commit 792aeb97bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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