Skip to content

Commit

Permalink
Fix Fake GLA Command Center not having faction logos.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Aug 10, 2024
1 parent 6db3fbe commit 4b38398
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions mods/gen/rules/fakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,34 @@ fake.command_center:
Cost: 500
Voiced:
VoiceSet: GLACommandCenterVoice
WithTextDecoration@SIDE:
Text: GLA
Color: 00FF00
WithIdleOverlay@GLA:
Sequence: idle-gla
Palette: player
RequiresCondition: !build-incomplete && !toxin && !demo && !stealth
WithIdleOverlay@Toxin:
Sequence: idle-toxin
Palette: player
IsPlayerPalette: true
RequiresCondition: !build-incomplete && toxin
WithIdleOverlay@Demo:
Sequence: idle-demo
Palette: player
IsPlayerPalette: true
RequiresCondition: !build-incomplete && demo
WithIdleOverlay@Stealth:
Sequence: idle-stealth
Palette: player
IsPlayerPalette: true
RequiresCondition: !build-incomplete && stealth
GrantConditionOnFaction@Toxin:
Condition: toxin
Factions: toxin
GrantConditionOnFaction@Demo:
Condition: demo
Factions: demo
GrantConditionOnFaction@Stealth:
Condition: stealth
Factions: stealth
Expand Down

0 comments on commit 4b38398

Please sign in to comment.