diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index f7ed50be..ad52ec14 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -1819,11 +1819,10 @@ if($data['t11'] > 0){ $walllevel =0; $rplevel =0; } - - - - $info_spy = "".$spy_pic.",Residance/Palace Level : ".$rplevel.". -
Wall Level : ".$walllevel.".
Cranny Level : ".$crannylevel."."; +$palaceimg = "\"Palace\""; +$crannyimg = "\"Cranny\""; + $info_spy = "".$spy_pic.",".$palaceimg." Residance/Palace Level : ".$rplevel." +
".$crannyimg." Cranny level: ".$crannylevel."

Wall Level : ".$walllevel.""; }