This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
LivewireFix
Fixes the Livewire upgrade bug where attempting to activate on cooldown sometimes equips and throws the grenade instead of activating the intended mechanic.Changelog
1.0.0 (2025-11-13)
Bugfix
- Fix Livewire upgrade bug where attempting to activate on cooldown sometimes equips and throws the grenade instead of activating the intended mechanic
- Patch VoltaicGrenade.CanEquipWhenUncharged to allow activation checks even on partial charge
- Add charge >=1 check in OverrideActivate to ensure Livewire only activates when fully charged
- Tech
- Add Harmony patches for VoltaicGrenade activation logic
- Update mod metadata for LivewireFix
Tech
- Initial mod template setup with BepInEx framework
- Add MinVer for version management
- Add thunderstore.toml configuration for mod publishing
- Add LICENSE.md and CHANGELOG.md template files
- Basic plugin structure with HarmonyLib integration
