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: Stinger Site Can Double Fire #294

Merged
merged 1 commit into from
Sep 11, 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 @@ -52,7 +52,7 @@ https://github.com/commy2/zerohour/issues/178 [IMPROVEMENT][NPROJECT] Jarmen Kel
https://github.com/commy2/zerohour/issues/177 [DONE][NPROJECT] Demo General Rebel Lacks Voice Line When Targetting Building With Booby Trap
https://github.com/commy2/zerohour/issues/176 [IMPROVEMENT] Stinger Site Automatically Engages Buildings
https://github.com/commy2/zerohour/issues/175 [IMPROVEMENT][NPROJECT] Stinger Site Lacks Muzzle Flash And Recoil Animation When Targeting Airborne Targets
https://github.com/commy2/zerohour/issues/174 [IMPROVEMENT] Stinger Site Can Double Fire
https://github.com/commy2/zerohour/issues/174 [DONE] Stinger Site Can Double Fire
https://github.com/commy2/zerohour/issues/173 [DONE] Humvee Without TOW Missiles Upgrade Freezes When Attack Moving Into Airborne Targets
https://github.com/commy2/zerohour/issues/172 [DONE] Extended Range Exploit
https://github.com/commy2/zerohour/issues/163 [DONE][NPROJECT] Destroyed Heroic Toxin Tractor Creates Green Poison Cloud Without Anthrax Beta Upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12621,13 +12621,15 @@ Object Chem_GLAInfantryStingerSoldier
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY Chem_StingerMissileWeaponAirBeta
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
End
WeaponSet
Conditions = PLAYER_UPGRADE
Weapon = PRIMARY Chem_StingerMissileWeaponGamma
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY Chem_StingerMissileWeaponAirGamma
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
End
ArmorSet
Conditions = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13140,6 +13140,7 @@ Object Demo_GLAInfantryStingerSoldier
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY StingerMissileWeaponAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
Weapon = TERTIARY TerroristSuicideNotARealWeapon
AutoChooseSources = TERTIARY NONE
End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,15 @@ Object GC_Chem_GLAInfantryStingerSoldier
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY GC_Chem_StingerMissileWeaponAirBeta
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
End
WeaponSet
Conditions = PLAYER_UPGRADE
Weapon = PRIMARY GC_Chem_StingerMissileWeaponGamma
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY GC_Chem_StingerMissileWeaponAirGamma
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
End
ArmorSet
Conditions = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ Object GC_Slth_GLAInfantryStingerSoldier
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY StingerMissileWeaponAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
End
ArmorSet
Conditions = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ Object GLAInfantryStingerSoldier
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY StingerMissileWeaponAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
End
ArmorSet
Conditions = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13649,6 +13649,7 @@ Object Slth_GLAInfantryStingerSoldier
AutoChooseSources = PRIMARY FROM_PLAYER FROM_AI FROM_SCRIPT
Weapon = SECONDARY StingerMissileWeaponAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
ShareWeaponReloadTime = Yes ; Patch104p @bugfix commy2 11/09/2021 Fix double firing against ground and air targets.
End
ArmorSet
Conditions = None
Expand Down