Lua AI test scenarios: update id= and name= keys

This commit is contained in:
mattsc 2016-03-24 08:09:59 -07:00
parent 961d134ee2
commit 5774872e04
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
# @file data/scenario-luaai.cfg
[test]
name= _ "Test scenario for Lua AI"
id=lua_ai
name= _ "Lua AI Test scenario (old syntax)"
id=lua_ai_old_syntax
turns=90
{DEFAULT_SCHEDULE}

View File

@ -1,8 +1,8 @@
#textdomain wesnoth-ai
[test]
name= _ "Test scenario for Lua AI with no Lua engine defined"
id=lua_ai_no_engine
name= _ "Lua AI Test scenario"
id=lua_ai
turns=90
{DEFAULT_SCHEDULE}