Unified signature: caster/power/rank/target

This commit is contained in:
2025-02-22 13:03:39 -05:00
parent 1e3249561c
commit fc7b7eb915
3 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ public class Actions {
// based on the needs of the behaviour.
for (ModifierEntry modifierEntry : effect.mods) {
Object modifier = modifierEntry.type.behaviorType.apply(caster, target, power,
powerAction, effect, modifierEntry, rank);
Object modifier = modifierEntry.type.behaviorType.apply(caster, power, rank, target,
powerAction, effect, modifierEntry);
appliedEffect.modifiers.put(modifierEntry.type, modifier);
}