Shock Collars Fix (#5332)
* lalala * changed access reader for both * tada
This commit is contained in:
parent
39b9b6b179
commit
792aeb97bd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue