Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Avenger Turns Chassis When Turret Is Aiming At Airborne Target #314

Merged
merged 1 commit into from
Sep 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Patch104pZH/Design/Tasks/commy2_tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ https://github.com/commy2/zerohour/issues/78 [MAYBE][NPROJECT] Spectre In
https://github.com/commy2/zerohour/issues/77 [DONE][NPROJECT] Non-Vanilla USA Pilots Are Missing Voice Lines When Garrisoning Buildings
https://github.com/commy2/zerohour/issues/76 [IMPROVEMENT][NPROJECT] Chem Suit Rangers Are Missing Hit Effects
https://github.com/commy2/zerohour/issues/75 [IMPROVEMENT][NPROJECT] Some Hellfire Drones Use Scout Drone Model
https://github.com/commy2/zerohour/issues/74 [IMPROVEMENT][NPROJECT] Avenger Turns Chassis When Turret Is Aiming At Air Unit
https://github.com/commy2/zerohour/issues/74 [DONE][NPROJECT] Avenger Turns Chassis When Turret Is Aiming At Air Unit
https://github.com/commy2/zerohour/issues/73 [MAYBE][NPROJECT] Avenger Turret Inconsistencies
https://github.com/commy2/zerohour/issues/72 [DONE][NPROJECT] Non-Vanilla USA Microwave Tanks Use Humvee Move Start Sounds
https://github.com/commy2/zerohour/issues/71 [IMPROVEMENT][NPROJECT] Some Paladins Missing Hellfire Drone Upgrade Icon
Expand Down
1 change: 1 addition & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8467,6 +8467,7 @@ Weapon AvengerAirLaserDummy
AntiAirborneInfantry = No
AntiGround = No
ProjectileCollidesWith = ENEMIES STRUCTURES WALLS SHRUBBERY
AcceptableAimDelta = 180 ; Patch104p @bugfix commy2 10/09/2021 Fix Avenger turning when ordered to attack airborne targets.
End

;------------------------------------------------------------------------------
Expand Down