Skip to content

Commit

Permalink
Fix the hacker attack vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Aug 20, 2024
1 parent 08e13d1 commit 220b6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/gen/rules/infantry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1762,12 +1762,12 @@ infantry.super_hacker:
Name: disable
Weapon: disable_vechicle.superhacker.anim
LocalOffset: 0,0,196
PauseOnCondition: end_vehicle && deployed
PauseOnCondition: end_vehicle || deployed
Armament@DisableEnd:
Name: disable
Weapon: disable.black_lotus.end
LocalOffset: 0,0,196
PauseOnCondition: !end_vehicle && deployed
PauseOnCondition: !end_vehicle || deployed
ReloadingCondition: stop-hack
GrantConditionOnAttack@EndVehicle:
Condition: end_vehicle
Expand Down

0 comments on commit 220b6d8

Please sign in to comment.