Skip to content

Commit

Permalink
Fix button for WILD missiles not showing up properly when both Assaul…
Browse files Browse the repository at this point in the history
…t and Fighter mode Vikings are selected
  • Loading branch information
Ziktofel committed Aug 31, 2024
1 parent 09bbcfc commit 2e29d9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1845,6 +1845,7 @@
<LayoutButtons Face="Stop" Type="AbilCmd" AbilCmd="stop,Stop" Row="0" Column="1"/>
<LayoutButtons Face="Attack" Type="AbilCmd" AbilCmd="attack,Execute" Row="0" Column="4"/>
<LayoutButtons Face="FighterMode" Type="AbilCmd" AbilCmd="AP_FighterMode,0" Row="2" Column="0"/>
<LayoutButtons Face="AP_HHVikingRockets" Type="AbilCmd" AbilCmd="AP_HHVikingRockets,0" Row="2" Column="2"/>
<LayoutButtons Face="AP_HHVikingRockets" Type="Passive" Requirements="AP_HaveHHVikingRocketsAssault" Row="2" Column="2"/>
<LayoutButtons Face="AP_AresClassWeaponsSystemviking" Type="Passive" Requirements="AP_PhobusClassWeaponSystemsResearched" Row="1" Column="0"/>
<LayoutButtons Face="AP_RipwaveMissiles" Type="Passive" Requirements="AP_AssaultModeHALORocketsResearched" Row="1" Column="1"/>
Expand Down Expand Up @@ -4575,6 +4576,7 @@
<LayoutButtons Face="Stop" Type="AbilCmd" AbilCmd="stop,Stop" Row="0" Column="1"/>
<LayoutButtons Face="Attack" Type="AbilCmd" AbilCmd="attack,Execute" Row="0" Column="4"/>
<LayoutButtons Face="FighterMode" Type="AbilCmd" AbilCmd="AP_WreckingCrewFighterMode,0" Row="2" Column="0"/>
<LayoutButtons Face="AP_HHVikingRockets" Type="AbilCmd" AbilCmd="AP_HHVikingRockets,0" Row="2" Column="2"/>
<LayoutButtons Face="AP_HHVikingRockets" Type="Passive" Requirements="AP_HaveHHVikingRocketsAssault" Row="2" Column="2"/>
<LayoutButtons Face="AP_AresClassWeaponsSystemviking" Type="Passive" Requirements="AP_PhobusClassWeaponSystemsResearched" Row="1" Column="0"/>
<LayoutButtons Face="AP_RipwaveMissiles" Type="Passive" Requirements="AP_AssaultModeHALORocketsResearched" Row="1" Column="1"/>
Expand Down

0 comments on commit 2e29d9c

Please sign in to comment.