Skip to content

Commit

Permalink
Merge pull request #52 from dnqbob/fix
Browse files Browse the repository at this point in the history
Fix the hacker attack vehicle
  • Loading branch information
MustaphaTR authored Aug 20, 2024
2 parents 08e13d1 + 220b6d8 commit 43fd3f0
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 43fd3f0

Please sign in to comment.