Made it so that Kaleh's attack on Eloh actually does damage;...

...got rid of the hyphen-minus in the damage text to make it resemble
damage text from a real battle.
This commit is contained in:
Steven Panek 2010-11-06 06:16:25 +00:00
parent 79dcc06349
commit a37d7b59c1

View File

@ -555,12 +555,12 @@
variable=stored_eloh
[/store_unit]
{VARIABLE_OP stored_eloh sub 6}
{VARIABLE_OP stored_eloh.hitpoints sub 6}
[unstore_unit]
variable=stored_eloh
find_vacant=no
text="-6" # wmllint: ignore
text="6" # wmllint: ignore
{COLOR_HARM}
[/unstore_unit]