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: Demo General Terrorist On Bike Missing Red Smoke Effect After Demolitions Upgrade #260

Merged
merged 1 commit into from
Sep 9, 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 @@ -19,7 +19,7 @@ https://github.com/commy2/zerohour/issues/215 [MAYBE] Nationalis
https://github.com/commy2/zerohour/issues/210 [DONE][NPROJECT] Weapons And Animations Broken On HiDef Scud Launcher
https://github.com/commy2/zerohour/issues/209 [MAYBE][NPROJECT] Demo General Combat Bike With Demolitions Upgrade Deals Full Damage When Destroyed Without Terrorist
https://github.com/commy2/zerohour/issues/208 [MAYBE][NPROJECT] Demo General Terror Bike Damages Allies Before Demolitions Upgrade
https://github.com/commy2/zerohour/issues/207 [IMPROVEMENT][NPROJECT] Demo General Terrorist On Bike Missing Red Smoke Effect After Demolitions Upgrade
https://github.com/commy2/zerohour/issues/207 [DONE][NPROJECT] Demo General Terrorist On Bike Missing Red Smoke Effect After Demolitions Upgrade
https://github.com/commy2/zerohour/issues/206 [MAYBE] Combat Chinook Moves Very Close To Target When Passengers Are Ordered To Attack
https://github.com/commy2/zerohour/issues/205 [IMPROVEMENT] Listening Outpost Damaged Smoke Effect Sticks After Repair
https://github.com/commy2/zerohour/issues/204 [MAYBE] Fire Base Cannot Order Passengers To Attack Airborne Targets
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6771,7 +6771,7 @@ Weapon Demo_TerroristOnCombatBikeSuicideDynamitePack
ClipSize = 1
ClipReloadTime = 0
AutoReloadsClip = No
FireFX = WeaponFX_SuicideDynamitePackDetonation
FireFX = WeaponFX_DemoSuicideDynamitePackDetonation ; Patch104p @bugfix commy2 09/09/2021 Fixed Demo Bike was using regular Terrorist explosion.
FireSound = CarBomberDie
End

Expand All @@ -6793,7 +6793,7 @@ Weapon Demo_TerroristOnCombatBikeSuicideDynamitePackPlusFire
ClipSize = 1
ClipReloadTime = 0
AutoReloadsClip = No
FireFX = WeaponFX_SuicideDynamitePackDetonationPlusFire
FireFX = WeaponFX_DemoSuicideDynamitePackDetonationPlusFire ; Patch104p @bugfix commy2 09/09/2021 Fixed Demo Bike was using regular Terrorist explosion.
FireSound = CarBomberDie
End

Expand Down