forked from github/server
Merge pull request #427 from stm2/fiery_breath
Oh, ich sehe es. Letzten Kommentar von mir ignorieren, Danke!
This commit is contained in:
commit
6fb9d9d396
2 changed files with 3 additions and 2 deletions
|
@ -3851,8 +3851,8 @@
|
||||||
<text locale="en">Icy Dragonbreath</text>
|
<text locale="en">Icy Dragonbreath</text>
|
||||||
</string>
|
</string>
|
||||||
<string name="fiery_dragonbreath">
|
<string name="fiery_dragonbreath">
|
||||||
<text locale="de">Eisiger Drachenodem</text>
|
<text locale="de">Feuriger Drachenodem</text>
|
||||||
<text locale="en">Icy Dragonbreath</text>
|
<text locale="en">Fiery Dragonbreath</text>
|
||||||
</string>
|
</string>
|
||||||
<string name="create_runesword">
|
<string name="create_runesword">
|
||||||
<text locale="de">Erschaffe ein Runenschwert</text>
|
<text locale="de">Erschaffe ein Runenschwert</text>
|
||||||
|
|
|
@ -1218,6 +1218,7 @@ terminate(troop dt, troop at, int type, const char *damage, bool missile)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO not sure if res could be > 1 here */
|
||||||
if (magic) {
|
if (magic) {
|
||||||
da = (int)(_max(da * res, 0));
|
da = (int)(_max(da * res, 0));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue