Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jul 13, 2024
1 parent c9e08f3 commit d95a88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private void OnTrigger(EntityUid uid, ShockCollarComponent component, TriggerEve
&& !_useDelay.TryResetDelay((uid, useDelay), true))
return;

_electrocutionSystem.TryDoElectrocution(containerEnt, null, 5, TimeSpan.FromSeconds(2), true);
_electrocutionSystem.TryDoElectrocution(containerEnt, null, 1, TimeSpan.FromSeconds(2), true, ignoreInsulation: true);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@
- ShellShotgunPractice
- WeaponLaserCarbinePractice
- WeaponDisablerPractice
- ShockCollard
# DeltaV - .38 special ammo - Add various .38 special ammo to security techfab
- MagazineBoxSpecial
- MagazineBoxSpecialPractice
Expand Down

0 comments on commit d95a88e

Please sign in to comment.