wesnoth/data/ai/ais/idle_ai.cfg
Charles Dang 33725add8f Data/AI: wmlindent run
[ci skip]

Addresses some of the whitespace issues noted in #2613.
2018-03-09 11:07:23 +11:00

11 lines
348 B
INI

#textdomain wesnoth-ai
[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]
name=empty
[/stage]
[/ai]