Remove an asymmetry.
SPECIAL_EXTRA_HEAL exists now.
This commit is contained in:
parent
60eca13a32
commit
2d6af3c664
2 changed files with 2 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -591,12 +591,11 @@ def standard_unit_filter():
|
|||
# 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}"),
|
||||
|
|
Loading…
Add table
Reference in a new issue