direct damage behaviour handler
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user