fix: alleviating the bad math, which is impossible to quick-fix for me

This commit is contained in:
Martin Ambrus
2017-11-13 19:04:24 +01:00
parent bdfe99b7f6
commit 785a371871
+1 -1
View File
@@ -1125,7 +1125,7 @@ class Automation {
}
// no damage to the building/field
if ( $tblevel >= $totallvl ) {
if ( $tblevel == $totallvl ) {
$info_cata = " was not damaged.";
} else // building/field damaged, damage calculations to follow
{