Add some spelling exceptions and get ride of a silly single-use macro.
This commit is contained in:
parent
f95c4c8a32
commit
819d2cd4bc
3 changed files with 15 additions and 15 deletions
|
@ -172,3 +172,4 @@
|
|||
# wmllint: directory spellings Kaleh Nym Zhul Garak Quenoth Eloh Uria Tanuil
|
||||
# wmllint: directory spellings Melusand Esanoo Zurg Grimnir Tanstafaal
|
||||
# wmllint: directory spellings Yechnagoth Zocthanol Zhangor Sela Naia Keratur
|
||||
# wmllint: directory spellings Jarl Rogrimir
|
||||
|
|
|
@ -24,7 +24,20 @@
|
|||
# Set sides - elves, monsters and necromancer
|
||||
[side]
|
||||
side=1
|
||||
{KALEH}
|
||||
id=Kaleh
|
||||
name= _ "Kaleh"
|
||||
type=Kaleh
|
||||
variation=Youth
|
||||
canrecruit=yes
|
||||
unrenamable=yes
|
||||
[modifications]
|
||||
#ifndef HARD
|
||||
{TRAIT_RESILIENT}
|
||||
#ifdef EASY
|
||||
{TRAIT_INTELLIGENT}
|
||||
#endif
|
||||
#endif
|
||||
[/modifications]
|
||||
|
||||
# Kaleh's start villages will support his initial recruits.
|
||||
{GOLD 0 0 0}
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
#textdomain wesnoth-utbs
|
||||
|
||||
#define KALEH
|
||||
id=Kaleh
|
||||
name= _ "Kaleh"
|
||||
type=Kaleh
|
||||
variation=Youth
|
||||
canrecruit=yes
|
||||
unrenamable=yes
|
||||
[modifications]
|
||||
#ifndef HARD
|
||||
{TRAIT_RESILIENT}
|
||||
#ifdef EASY
|
||||
{TRAIT_INTELLIGENT}
|
||||
#endif
|
||||
#endif
|
||||
[/modifications]
|
||||
#enddef
|
||||
|
||||
#define NYM
|
||||
|
|
Loading…
Add table
Reference in a new issue