Propagate guardedCity.

This commit is contained in:
2023-08-25 16:44:45 -04:00
parent c39ed6120f
commit e67eff822d
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -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;