Skip to content

Commit

Permalink
Merge pull request Simple-Station#11 from FoxxoTrystan/Shockcollars
Browse files Browse the repository at this point in the history
Shockcollars
  • Loading branch information
Fansana committed Jul 7, 2024
2 parents 97d3896 + cdd188c commit 7db0342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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);
}
}

3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
idleState: icon
runningState: building
staticRecipes:
- ShockCollar # FloofStation
- Wirecutter
- Igniter
- Signaller
Expand Down Expand Up @@ -742,6 +743,7 @@
- ShellShotgunPractice
- WeaponLaserCarbinePractice
- WeaponDisablerPractice
- ShockCollar # Nyanotrasen - Shock Collar
# DeltaV - .38 special ammo - Add various .38 special ammo to security techfab
- MagazineBoxSpecial
- MagazineBoxSpecialPractice
Expand Down Expand Up @@ -798,7 +800,6 @@
- WeaponLaserCarbine
- ClothingHeadHelmetInsulated # Nyanotrasen - Insulative headgear
- ClothingHeadCage # Nyanotrasen - Insulative headgear
- ShockCollar # Nyanotrasen - Shock Collar
- WeaponXrayCannon
- PowerCageSmall
- PowerCageMedium
Expand Down

0 comments on commit 7db0342

Please sign in to comment.