Browse Source

Comment cleanup in method.

master
MagicBot 2 years ago
parent
commit
5ddc40db3b
  1. 4
      src/engine/ai/MobileFSM.java

4
src/engine/ai/MobileFSM.java

@ -1644,8 +1644,8 @@ public class MobileFSM { @@ -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<Integer> powerTokens;
ArrayList<Integer> purgeTokens;

Loading…
Cancel
Save