Skip to content

Commit

Permalink
Fix old heli offset of harpy
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Dec 14, 2024
1 parent c64b95e commit adf7803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/sp/rules/aircraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ APACHE:
InitialStance: ReturnFire
InitialStanceAI: AttackAnything
WithIdleOverlay@ROTORAIR:
Offset: 0,0,450
Offset: 0,0,400
Sequence: rotor
RequiresCondition: airborne
WithIdleOverlay@ROTORGROUND:
Offset: 0,0,450
Offset: 0,0,400 #0,0,450
Sequence: slow-rotor
RequiresCondition: !airborne
SpawnHuskEffectOnDeath:
Expand All @@ -426,7 +426,7 @@ APACHE:
SpawnHuskEffectOnDeath@ROTOR:
Weapon: big.rotor.husk
RandomFacing: true
LocalOffset: 0,0,450
LocalOffset: 0,0,400
RequiresCondition: airborne
WithAmmoPipsDecoration:
Position: BottomLeft
Expand Down

0 comments on commit adf7803

Please sign in to comment.