forked from MagicBane/Server
Propagate guardedCity.
This commit is contained in:
@@ -84,6 +84,9 @@ public class aiInfoCmd extends AbstractDevCmd {
|
||||
else
|
||||
output += "Current Target: NULL" + newline;
|
||||
|
||||
if (mob.guardedCity != null)
|
||||
output += mob.guardedCity.getCityName() + newline;
|
||||
|
||||
for (int token : mob.mobPowers.keySet())
|
||||
output += token + newline;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user