Browse Source

display seeInvis level in aiInfo command

feature-workorder
FatBoy-DOTC 1 year ago
parent
commit
2d04547c74
  1. 2
      src/engine/devcmd/cmds/aiInfoCmd.java

2
src/engine/devcmd/cmds/aiInfoCmd.java

@ -112,7 +112,7 @@ public class aiInfoCmd extends AbstractDevCmd { @@ -112,7 +112,7 @@ public class aiInfoCmd extends AbstractDevCmd {
if (mob.guardedCity != null)
output += "Patrolling: " + mob.guardedCity.getCityName() + newline;
output += "See Invis Level: " + mob.mobBase.getSeeInvis() + newline;
output += "Can Cast: " + MobAI.canCast(mob) + newline;
output += "Powers:" + newline;

Loading…
Cancel
Save