wesnoth/data/core/_main.cfg
Gunter Labes 68b245e4be added "mixed fighter" to all recruitment patterns involving...
...the Orcish Assassin line

added a newline to the end of some files
2008-09-09 17:53:22 +00:00

31 lines
577 B
INI

#textdomain wesnoth
# Main purpose of this file is to ensure that macros get read in first.
# wmlscope: set export=yes
#ifdef OLD_EDITOR
{core/macros/}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/editor-groups.cfg}
#else
{core/macros/}
{core/about.cfg}
{core/fonts.cfg}
{core/help.cfg}
{core/hotkeys.cfg}
{core/team-colors.cfg}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/units.cfg}
#ifdef EDITOR2
#ifndef MULTIPLAYER
{multiplayer/}
#endif
{core/editor-groups.cfg}
{core/editor2-brushes.cfg}
{core/editor2-hotkeys.cfg}
{core/editor2-tool-hints.cfg}
#endif
#endif