Both actions use same behaviour

This commit is contained in:
2025-02-22 12:46:22 -05:00
parent 3cdf848e33
commit 2c33ff5a2a
2 changed files with 2 additions and 7 deletions
+2 -2
View File
@@ -1380,8 +1380,8 @@ public class mbEnums {
} }
public enum PowerActionType { public enum PowerActionType {
ApplyEffect(Actions::ApplyEffect), ApplyEffect(Actions::ApplyEffects), // No difference but the
ApplyEffects(Actions::ApplyEffects), ApplyEffects(Actions::ApplyEffects), // size of the collection
Block(Actions::Block), Block(Actions::Block),
Charm(Actions::Charm), Charm(Actions::Charm),
ClaimMine(Actions::ClaimMine), ClaimMine(Actions::ClaimMine),
-5
View File
@@ -9,11 +9,6 @@ import engine.wpak.data.PowerAction;
public class Actions { public class Actions {
public static void ApplyEffect(AbstractCharacter caster, AbstractWorldObject target, Power power,
Integer rank, PowerAction powerAction) {
}
public static void ApplyEffects(AbstractCharacter caster, AbstractWorldObject target, Power power, public static void ApplyEffects(AbstractCharacter caster, AbstractWorldObject target, Power power,
Integer rank, PowerAction powerAction) { Integer rank, PowerAction powerAction) {