fix typo: fiery breath was icy

This commit is contained in:
Steffen Mecke 2015-12-05 22:27:03 +01:00
parent 905aeff3a7
commit 864c875316
2 changed files with 3 additions and 2 deletions

View file

@ -3851,8 +3851,8 @@
<text locale="en">Icy Dragonbreath</text>
</string>
<string name="fiery_dragonbreath">
<text locale="de">Eisiger Drachenodem</text>
<text locale="en">Icy Dragonbreath</text>
<text locale="de">Feuriger Drachenodem</text>
<text locale="en">Fiery Dragonbreath</text>
</string>
<string name="create_runesword">
<text locale="de">Erschaffe ein Runenschwert</text>

View file

@ -1218,6 +1218,7 @@ terminate(troop dt, troop at, int type, const char *damage, bool missile)
return false;
}
/* TODO not sure if res could be > 1 here */
if (magic) {
da = (int)(_max(da * res, 0));
}