diff --git a/res/core/de/strings.xml b/res/core/de/strings.xml
index 3186dcc42..1b84e5a6a 100644
--- a/res/core/de/strings.xml
+++ b/res/core/de/strings.xml
@@ -3851,8 +3851,8 @@
Icy Dragonbreath
- Eisiger Drachenodem
- Icy Dragonbreath
+ Feuriger Drachenodem
+ Fiery Dragonbreath
Erschaffe ein Runenschwert
diff --git a/src/battle.c b/src/battle.c
index 2f519d978..ddfc9798d 100644
--- a/src/battle.c
+++ b/src/battle.c
@@ -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));
}