Author: esr
Date: Mon May  9 09:46:11 2011
New Revision: 49454

URL: http://svn.gna.org/viewcvs/wesnoth?rev=49454&view=rev
Log:
Remove an asymmetry.

SPECIAL_EXTRA_HEAL exists now.

Modified:
    trunk/data/core/units/khalifate/Hakim.cfg
    trunk/data/tools/wmllint

Modified: trunk/data/core/units/khalifate/Hakim.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/khalifate/Hakim.cfg?rev=49454&r1=49453&r2=49454&view=diff
==============================================================================
--- trunk/data/core/units/khalifate/Hakim.cfg (original)
+++ trunk/data/core/units/khalifate/Hakim.cfg Mon May  9 09:46:11 2011
@@ -21,7 +21,7 @@
     cost=18
     usage=healer
     {MAGENTA_IS_THE_TEAM_COLOR}
-    description= _ "Hakim use their knowledge of ancient medicine and herbal 
concoctions to quickly bring the Khalifate soldiers back to the front 
lines."+{SPECIAL_NOTES_EXTRA_HEAL}
+    description= _ "Hakim use their knowledge of ancient medicine and herbal 
concoctions to quickly bring the Khalifate soldiers back to the front 
lines."+{SPECIAL_NOTES}+{SPECIAL_NOTES_EXTRA_HEAL}
     get_hit_sound={SOUND_LIST:HUMAN_HIT}
     die_sound={SOUND_LIST:HUMAN_DIE}
     [attack]

Modified: trunk/data/tools/wmllint
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=49454&r1=49453&r2=49454&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Mon May  9 09:46:11 2011
@@ -591,12 +591,11 @@
 # Sanity checking
 
 # Associations for the ability sanity checks.
-# Note: Depends on ABILITY_EXTRA_HEAL not occurring outside ABILITY_CURES.
 notepairs = [
     ("movement_type=undeadspirit", "{SPECIAL_NOTES_SPIRIT}"),
     ("type=arcane", "{SPECIAL_NOTES_ARCANE}"),
     ("{ABILITY_HEALS}", "{SPECIAL_NOTES_HEALS}"),
-    #("{ABILITY_EXTRA_HEAL}", "{SPECIAL_NOTES_EXTRA_HEAL}"),
+    ("{ABILITY_EXTRA_HEAL}", "{SPECIAL_NOTES_EXTRA_HEAL}"),
     ("{ABILITY_UNPOISON}", "{SPECIAL_NOTES_UNPOISON}"),
     ("{ABILITY_CURES}", "{SPECIAL_NOTES_CURES}"),
     ("{ABILITY_REGENERATES}", "{SPECIAL_NOTES_REGENERATES}"),


_______________________________________________
Wesnoth-commits mailing list
Wesnoth-commits@gna.org
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to