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 Rebel Lacks Voice Line When Targetting Building With Booby Trap #263

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 @@ -49,7 +49,7 @@ https://github.com/commy2/zerohour/issues/181 [IMPROVEMENT] Some Units
https://github.com/commy2/zerohour/issues/180 [DONE][NPROJECT] Vanilla GLA Battle Bus Missing Sound Effect When Power Sliding
https://github.com/commy2/zerohour/issues/179 [IMPROVEMENT] Nuke Cannons May Change Target On Their Own While Unpacking
https://github.com/commy2/zerohour/issues/178 [IMPROVEMENT][NPROJECT] Jarmen Kell On A Bike Lacks Muzzle Flash Effect When Using Sniper Attack
https://github.com/commy2/zerohour/issues/177 [IMPROVEMENT][NPROJECT] Demo General Rebel Lacks Voice Line When Targetting Building With Booby Trap
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12213,7 +12213,7 @@ Object Demo_GLAInfantryRebel
SpecialPowerTemplate = SpecialAbilityBoobyTrap
UpdateModuleStartsAttack = Yes
StartsPaused = Yes
; InitiateSound = TankHunterVoiceTNT
InitiateSound = RebelVoiceBoobyTrapInstall ; Patch104p @bugfix commy2 09/09/2021 Added missing voice line when using Booby Trap.
End
Behavior = SpecialAbilityUpdate ModuleTag_21
SpecialPowerTemplate = SpecialAbilityBoobyTrap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12919,7 +12919,7 @@ Object Slth_GLAInfantryRebel
SpecialPowerTemplate = SpecialAbilityBoobyTrap
UpdateModuleStartsAttack = Yes
StartsPaused = Yes
; InitiateSound = TankHunterVoiceTNT
InitiateSound = RebelVoiceBoobyTrapInstall ; Patch104p @bugfix commy2 09/09/2021 Added missing voice line when using Booby Trap.
End
Behavior = SpecialAbilityUpdate ModuleTag_21
SpecialPowerTemplate = SpecialAbilityBoobyTrap
Expand Down