Behaviour work.

This commit is contained in:
2025-02-23 14:56:02 -05:00
parent 29d82d9e81
commit 27c3fe515c
+1 -2
View File
@@ -71,8 +71,7 @@ public class Behaviours {
public static Object StringBehaviour(AbstractCharacter caster, Power power, Integer rank, AbstractWorldObject target,
PowerAction powerAction, Effect effect, ModifierEntry modifierEntry) {
System.out.println("Behavior method called");
return null;
return new Pair<>(modifierEntry.arg1, modifierEntry.arg2); // We should filter this. No purpose.
}
public static Object SubTypeMod(AbstractCharacter caster, Power power, Integer rank, AbstractWorldObject target,