Comment cleanup in method.

This commit is contained in:
2023-03-15 11:51:28 -04:00
parent 0039785a5a
commit 5ddc40db3b
+2 -2
View File
@@ -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;