Makes it so turrets are now hacked by ECM feedback mode instead of jamming mode and are also now hacked by Pocket ECMs.
ECM fix: stops jokers from taking damage from (P)ECMs and also makes all (P)ECMs deal 1 damage per hit.
If you only want the Pocket ECM hack and ECM fix. Use ECM fix, the original mod includes both I only took the damage related bits.
Should only work if host has mod.
literally just changed this in Turret Feedback Hack
if Network:is_server() thenis_hacking_active= TurretFeedBackHack.active_feedback_jammers > 0
to
if Network:is_server() then
if managers.player:player_unit():inventory():is_jammer_active() or TurretFeedBackHack.active_feedback_jammers > 0 then
is_hacking_active = true
end
Mod requested by Ernest Jugend (not the ECM fix part)