Comment updated

This commit is contained in:
2025-02-22 07:55:59 -05:00
parent 0a2e487a76
commit e3e8fae90c
+2 -2
View File
@@ -339,8 +339,8 @@ public class WpakPowerManager {
public static void runPowerActions(AbstractCharacter caster, Power power, int rank, AbstractWorldObject target) {
// Iterate through the poweractions for this
// power and execute them..
// Iterate through the poweractions for this power
// and execute them according to PowerActionType.
for (ActionEntry actionEntry : power.actionEntries) {