From f75f7dd699b3ef3f6aa4a96d534d9f27b8e8a671 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 Apr 2012 13:47:06 +0300 Subject: [PATCH] add images to scout report (defences and troops) --- GameEngine/Automation.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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.""; }