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: Destroyed Heroic Toxin Tractor Creates Green Poison Cloud Without Anthrax Beta Upgrade #78

Merged
merged 3 commits into from
Aug 28, 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/175 [IMPROVEMENT] Stinger Si
https://github.com/commy2/zerohour/issues/174 [IMPROVEMENT] Stinger Site Can Double Fire
https://github.com/commy2/zerohour/issues/173 [IMPROVEMENT] Humvee Without TOW Missiles Upgrade Freezes When Attack Moving Into Airborne Targets
https://github.com/commy2/zerohour/issues/172 [IMPROVEMENT] Extended Range Exploit
https://github.com/commy2/zerohour/issues/163 [IMPROVEMENT] Destroyed Heroic Toxin Tractor Creates Green Poison Cloud Without Anthrax Beta Upgrade
https://github.com/commy2/zerohour/issues/163 [DONE] Destroyed Heroic Toxin Tractor Creates Green Poison Cloud Without Anthrax Beta Upgrade
https://github.com/commy2/zerohour/issues/162 [NOTRELEVANT] Boss General Has Some Conflicting Hotkeys
https://github.com/commy2/zerohour/issues/161 [MAYBE] Terrorist And Terror Bike Have To Force-Fire Ground To Detonate
https://github.com/commy2/zerohour/issues/160 [MAYBE] Slow Units Can Outrun Comanche Missiles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16533,12 +16533,12 @@ Object Chem_GLAVehicleToxinTruck
Behavior = FireWeaponWhenDeadBehavior ModuleTag_15 ;These two make the right damage field at death
DeathWeapon = ToxinShellWeapon
StartsActive = Yes
ConflictsWith = Chem_Upgrade_GLAAnthraxGamma
ConflictsWith = Chem_Upgrade_GLAAnthraxGamma Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn off un-upgraded puddle when gaining vet 3.
End
Behavior = FireWeaponWhenDeadBehavior ModuleTag_16
DeathWeapon = Chem_ToxinShellWeaponGamma
StartsActive = No
TriggeredBy = Chem_Upgrade_GLAAnthraxGamma
TriggeredBy = Chem_Upgrade_GLAAnthraxGamma Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn on upgraded puddle when gaining vet 3.
End

Geometry = BOX
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18594,12 +18594,12 @@ Object Demo_GLAVehicleToxinTruck
Behavior = FireWeaponWhenDeadBehavior ModuleTag_15 ;These two make the right damage field at death
DeathWeapon = ToxinShellWeapon
StartsActive = Yes
ConflictsWith = Upgrade_GLAAnthraxBeta
ConflictsWith = Upgrade_GLAAnthraxBeta Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn off un-upgraded puddle when gaining vet 3.
End
Behavior = FireWeaponWhenDeadBehavior ModuleTag_16
DeathWeapon = ToxinShellWeaponUpgraded
StartsActive = No
TriggeredBy = Upgrade_GLAAnthraxBeta
TriggeredBy = Upgrade_GLAAnthraxBeta Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn on upgraded puddle when gaining vet 3.
End

Behavior = SlowDeathBehavior ModuleTag_Death_14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1575,12 +1575,12 @@ Object GC_Chem_GLAVehicleToxinTruck
Behavior = FireWeaponWhenDeadBehavior ModuleTag_15 ;These two make the right damage field at death
DeathWeapon = ToxinShellWeapon
StartsActive = Yes
ConflictsWith = Chem_Upgrade_GLAAnthraxGamma
ConflictsWith = Chem_Upgrade_GLAAnthraxGamma Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn off un-upgraded puddle when gaining vet 3.
End
Behavior = FireWeaponWhenDeadBehavior ModuleTag_16
DeathWeapon = Chem_ToxinShellWeaponGamma
StartsActive = No
TriggeredBy = Chem_Upgrade_GLAAnthraxGamma
TriggeredBy = Chem_Upgrade_GLAAnthraxGamma Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn on upgraded puddle when gaining vet 3.
End

Geometry = BOX
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/GLAVehicle.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3714,12 +3714,12 @@ Object GLAVehicleToxinTruck
Behavior = FireWeaponWhenDeadBehavior ModuleTag_15 ;These two make the right damage field at death
DeathWeapon = ToxinShellWeapon
StartsActive = Yes
ConflictsWith = Upgrade_GLAAnthraxBeta
ConflictsWith = Upgrade_GLAAnthraxBeta Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn off un-upgraded puddle when gaining vet 3.
End
Behavior = FireWeaponWhenDeadBehavior ModuleTag_16
DeathWeapon = ToxinShellWeaponUpgraded
StartsActive = No
TriggeredBy = Upgrade_GLAAnthraxBeta
TriggeredBy = Upgrade_GLAAnthraxBeta Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn on upgraded puddle when gaining vet 3.
End

Geometry = BOX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17958,12 +17958,12 @@ Object Slth_GLAVehicleToxinTruck
Behavior = FireWeaponWhenDeadBehavior ModuleTag_15 ;These two make the right damage field at death
DeathWeapon = ToxinShellWeapon
StartsActive = Yes
ConflictsWith = Upgrade_GLAAnthraxBeta
ConflictsWith = Upgrade_GLAAnthraxBeta Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn off un-upgraded puddle when gaining vet 3.
End
Behavior = FireWeaponWhenDeadBehavior ModuleTag_16
DeathWeapon = ToxinShellWeaponUpgraded
StartsActive = No
TriggeredBy = Upgrade_GLAAnthraxBeta
TriggeredBy = Upgrade_GLAAnthraxBeta Upgrade_Veterancy_HEROIC ; Patch104p @bugfix commy2 27/08/2021 Turn on upgraded puddle when gaining vet 3.
End

Geometry = BOX
Expand Down