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: Battle Bus With Passengers Freezes When Ordered To Attack Out Of Range Airborne Targets #267

Merged
merged 3 commits into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -42,7 +42,7 @@ https://github.com/commy2/zerohour/issues/188 [MAYBE][NPROJECT] Upgrading
https://github.com/commy2/zerohour/issues/187 [IMPROVEMENT][NPROJECT] Nuke Mig Tooltip Claims Unit Can Create Firestorms
https://github.com/commy2/zerohour/issues/186 [DONE][NPROJECT] Laser General Aurora Uses Tooltip From Microwave Tank
https://github.com/commy2/zerohour/issues/185 [IMPROVEMENT][NPROJECT] Fake Supply Stash Uses Portrait As Button
https://github.com/commy2/zerohour/issues/184 [IMPROVEMENT] Battle Bus With Passengers Freezes When Attacking Airborne Targets
https://github.com/commy2/zerohour/issues/184 [DONE] Battle Bus With Passengers Freezes When Attacking Airborne Targets
https://github.com/commy2/zerohour/issues/183 [IMPROVEMENT] Battle Bus Turns Towards Target When Loaded Troops Are Ordered To Engage Airborne Units
https://github.com/commy2/zerohour/issues/182 [IMPROVEMENT][NPROJECT] Listening Outpost Lacks Voice Lines For Attacking Enemies
https://github.com/commy2/zerohour/issues/181 [IMPROVEMENT] Some Units Lack Voice Line When Ordered To Attack Airborne Targets
Expand Down
2 changes: 1 addition & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8467,7 +8467,7 @@ End
Weapon BattleBusDummyWeapon
PrimaryDamage = 0.0001
PrimaryDamageRadius = 0.0
AttackRange = 320.0
AttackRange = 150.0 ; Patch104p @bugfix commy2 10/09/2021 Fix Bus freezing when ordered to attack out of range targets.
commy2 marked this conversation as resolved.
Show resolved Hide resolved
DamageType = EXPLOSION
DeathType = EXPLODED
WeaponSpeed = 999999.0
Expand Down