Comment cleanup in method.
This commit is contained in:
@@ -1644,8 +1644,8 @@ public class MobileFSM {
|
|||||||
public static boolean MobCast(Mob mob) {
|
public static boolean MobCast(Mob mob) {
|
||||||
|
|
||||||
// Method picks a random spell from a mobile's list of powers
|
// Method picks a random spell from a mobile's list of powers
|
||||||
// and casts it on the current target. Validation (including
|
// and casts it on the current target (or itself). Validation
|
||||||
// empty lists) is done previously within canCast();
|
// (including empty lists) is done previously within canCast();
|
||||||
|
|
||||||
ArrayList<Integer> powerTokens;
|
ArrayList<Integer> powerTokens;
|
||||||
ArrayList<Integer> purgeTokens;
|
ArrayList<Integer> purgeTokens;
|
||||||
|
|||||||
Reference in New Issue
Block a user