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: China Minigunner crushing proximity #97

Merged
merged 3 commits into from
Aug 29, 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 @@ -205,7 +205,7 @@ https://github.com/commy2/zerohour/issues/11 [DONE] Scud Storm
https://github.com/commy2/zerohour/issues/10 [IMPROVEMENT] Quad Cannon-ECM-Bug
https://github.com/commy2/zerohour/issues/9 [DONE] Camo-Netted Palace Not Revealed When Garrisoned Troops Fire
https://github.com/commy2/zerohour/issues/8 [DONE] Supply Truck Has Extremely Low Mass
https://github.com/commy2/zerohour/issues/7 [IMPROVEMENT][NPROJECT] Mini-Gunner Has Broken Squish Detection
https://github.com/commy2/zerohour/issues/7 [DONE] Mini-Gunner Has Broken Squish Detection
https://github.com/commy2/zerohour/issues/6 [IMPROVEMENT] Mini-Gunner Has Broken Sound And Fire Animation When Aiming At Airborne Targets
https://github.com/commy2/zerohour/issues/5 [DONE] Heroic Pathfinders And Jarmen Kell Don't Use Red Tracers
https://github.com/commy2/zerohour/issues/4 [IMPROVEMENT] Vet 3 Jarmen Kell Has Tracer For Sniper Attack But Not For Normal Attack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15397,7 +15397,11 @@ Object Infa_ChinaInfantryMiniGunner
TriggeredBy = Upgrade_InfantryCaptureBuilding
End


; Patch104p @bugfix hanfield 28/08/2021 Adds SquishCollide module to Minigunner.
; This is a reliable way of making sure objects are crushed whenever they are collided with.
Behavior = SquishCollide ModuleTag_Squish
; NO DATA
End

Geometry = CYLINDER
GeometryMajorRadius = 7.0
Expand Down