Skip to content

Commit

Permalink
Revert "Remove invalid attribute from idle AI"
Browse files Browse the repository at this point in the history
This reverts commit 1d84d83.

I had introduced use of the hidden= key in b2df837, but
apparently didn't add them to the valid list of non-aspect keys.
  • Loading branch information
Vultraz committed Feb 22, 2018
1 parent 2a371e3 commit 4bf5c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/ai/ais/idle_ai.cfg
Expand Up @@ -2,6 +2,7 @@
[ai]
id=idle_ai
description=_"Multiplayer_AI^Dev AI: Idle AI" # wmllint: no spellcheck
hidden=yes
# Needs to define at least one stage; otherwise, the default AI will be injected
# when used with [modify_side]switch_ai or when loading a mid-scenario save
[stage]
Expand Down

0 comments on commit 4bf5c93

Please sign in to comment.