More behaviour work.

This commit is contained in:
2025-02-21 14:32:45 -05:00
parent b0ad37dbf8
commit 0711c8f05b
+2 -2
View File
@@ -42,8 +42,8 @@ public class Behaviours {
public static Object SubTypeSourceType(AbstractCharacter caster, AbstractWorldObject target, Power power,
PowerAction powerAction, Effect effect, ModifierEntry modifierEntry, Integer rank) {
System.out.println("Behavior method called");
return null;
return modifierEntry.arg1; // Should we return the enum here?
}
public static Object SubTypePowerType(AbstractCharacter caster, AbstractWorldObject target, Power power,