display seeInvis level in aiInfo command

This commit is contained in:
2023-09-09 21:19:29 -05:00
parent 5192c801f7
commit 2d04547c74
+1 -1
View File
@@ -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;