Partial undo of 2007-10-22T12:47:20Z!shadowm@wesnoth.org...

...as per discussion on IRC #wesnoth.dev.

i.e., removed female variation code for Lich and Ancient Lich.
This commit is contained in:
Ignacio R. Morelle 2007-10-22 16:28:42 +00:00
parent 776cafb353
commit 3623ba4ced
2 changed files with 0 additions and 12 deletions

View file

@ -3,7 +3,6 @@
id=Ancient Lich
name= _ "Ancient Lich"
race=undead
gender=male,female
image="units/undead-necromancers/ancient-lich.png"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=80
@ -146,9 +145,4 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_DRAIN}
image="units/undead-necromancers/ancient-lich.png"
[/frame]
[/attack_anim]
[female]
# The only differences for a female Lich would be her name.
name= _ "female^Ancient Lich"
gender=female
[/female]
[/unit]

View file

@ -2,7 +2,6 @@
[unit]
id=Lich
name= _ "Lich"
gender=male,female
race=undead
image="units/undead-necromancers/lich.png"
{MAGENTA_IS_THE_TEAM_COLOR}
@ -145,9 +144,4 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_DRAIN}
image="units/undead-necromancers/lich.png"
[/frame]
[/attack_anim]
[female]
# The only differences for a female Lich would be her name.
name= _ "female^Lich"
gender=female
[/female]
[/unit]