diff --git a/src/engine/ai/MobileFSM.java b/src/engine/ai/MobileFSM.java index 9ce8ff39..8952bdc4 100644 --- a/src/engine/ai/MobileFSM.java +++ b/src/engine/ai/MobileFSM.java @@ -1644,8 +1644,8 @@ public class MobileFSM { public static boolean MobCast(Mob mob) { // Method picks a random spell from a mobile's list of powers - // and casts it on the current target. Validation (including - // empty lists) is done previously within canCast(); + // and casts it on the current target (or itself). Validation + // (including empty lists) is done previously within canCast(); ArrayList powerTokens; ArrayList purgeTokens;