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: Air Force General Avenger Receives 30% More Damage From Jet Missiles Than Other Avengers #403

Merged
merged 2 commits into from
Oct 22, 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 @@ -182,7 +182,7 @@ https://github.com/commy2/zerohour/issues/37 [DONE][NPROJEC!] Tomahawk L
https://github.com/commy2/zerohour/issues/36 [MAYBE][NPROJECT] Boss Helix Inconsistencies
https://github.com/commy2/zerohour/issues/35 [DONE][NPROJECT] Boss Infantry Inconsistencies
https://github.com/commy2/zerohour/issues/34 [DONE][NPROJECT] Boss Avenger Inconsistencies
https://github.com/commy2/zerohour/issues/33 [MAYBE][NPROJECT] Air Force General Avenger Receives 30% More Damage From Jet Missiles
https://github.com/commy2/zerohour/issues/33 [DONE][NPROJECT] Air Force General Avenger Receives 30% More Damage From Jet Missiles
https://github.com/commy2/zerohour/issues/32 [MAYBE][NPROJECT] Non-vanilla USA Avengers Benefit From Composite Armor
https://github.com/commy2/zerohour/issues/31 [DONE] Some Avengers Can Retaliate
https://github.com/commy2/zerohour/issues/30 [DONE][NPROJEC!] Crushing Marauder With Overlord Creates Indestructible Wreck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7127,7 +7127,7 @@ Object AirF_AmericaTankAvenger
End
ArmorSet
Conditions = None
Armor = AntiAirVehicle
Armor = AvengerArmor ; @bugfix 22/09/2021 Fix unit using AntiAirVehicle armor unlike other USA sub-faction Avengers.
DamageFX = TankDamageFX
End
BuildCost = 2000
Expand Down