mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 05:36:10 +00:00
fix: alleviating the bad math, which is impossible to quick-fix for me
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user