Skip to content

Commit

Permalink
Fix: Specrte Gunship Seleced By W-Shortcut (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Sep 4, 2021
1 parent a01a16a commit 6f6d8ff
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Patch104pZH/Design/Tasks/commy2_tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Note: These are issue reports. The titles describe the problem. So the expectati

GAME

https://github.com/commy2/zerohour/issues/228 [DONE] Specrte Gunship Seleced By W-Shortcut
https://github.com/commy2/zerohour/issues/225 [IMPROVEMENT] Spectre Loses Team Color When Shot Down
https://github.com/commy2/zerohour/issues/224 [IMPROVEMENT] Mixing Battle Masters From Different Sub-Factions Does Not Grant Horde Bonus
https://github.com/commy2/zerohour/issues/223 [IMPROVEMENT] Sentry Drone Lacks Voice Line When Leaving Factory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ Object AirF_AmericaJetSpectreGunship1

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED IGNORES_SELECT_ALL ; Patch104p @bugfix commy2 04/09/2021 No longer select Spectre with W-shortcut.

Body = ActiveBody ModuleTag_03
MaxHealth = 600.0
Expand Down Expand Up @@ -830,7 +830,7 @@ Object AirF_AmericaJetSpectreGunship2

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED IGNORES_SELECT_ALL ; Patch104p @bugfix commy2 04/09/2021 No longer select Spectre with W-shortcut.

Body = ActiveBody ModuleTag_03
MaxHealth = 600.0
Expand Down Expand Up @@ -1148,7 +1148,7 @@ Object AirF_AmericaJetSpectreGunship3

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED IGNORES_SELECT_ALL ; Patch104p @bugfix commy2 04/09/2021 No longer select Spectre with W-shortcut.

Body = ActiveBody ModuleTag_03
MaxHealth = 600.0
Expand Down
2 changes: 1 addition & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Object/AmericaAir.ini
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Object AmericaJetSpectreGunship

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED IGNORES_SELECT_ALL ; Patch104p @bugfix commy2 04/09/2021 No longer select Spectre with W-shortcut.

Body = ActiveBody ModuleTag_03
MaxHealth = 600.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14809,7 +14809,7 @@ Object Boss_JetSpectreGunship

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED IGNORES_SELECT_ALL ; Patch104p @bugfix commy2 04/09/2021 No longer select Spectre with W-shortcut.

Body = ActiveBody ModuleTag_03
MaxHealth = 600.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Object Lazr_AmericaJetSpectreGunship

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED IGNORES_SELECT_ALL ; Patch104p @bugfix commy2 04/09/2021 No longer select Spectre with W-shortcut.

Body = ActiveBody ModuleTag_03
MaxHealth = 600.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ Object SupW_AmericaJetSpectreGunship

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED
KindOf = PRELOAD CAN_ATTACK VEHICLE AIRCRAFT SCORE SELECTABLE EMP_HARDENED IGNORES_SELECT_ALL ; Patch104p @bugfix commy2 04/09/2021 No longer select Spectre with W-shortcut.

Body = ActiveBody ModuleTag_03
MaxHealth = 600.0
Expand Down

0 comments on commit 6f6d8ff

Please sign in to comment.