direct damage behaviour handler

This commit is contained in:
2025-03-02 15:37:45 -06:00
parent 7dfb0da862
commit e41c79e6d7
2 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public class Behaviours {
public static Object DD(AbstractCharacter caster, Power power, Integer rank, AbstractWorldObject target,
PowerAction powerAction, Effect effect, ModifierEntry modifierEntry) {
System.out.println("Behavior method called");
WpakPowerManager.DirectDamageHandler(caster,target,power,rank,modifierEntry);
return null;
}