Format code [skip actions]

This commit is contained in:
github-actions 2023-06-11 20:26:35 +00:00
parent 6c89998759
commit baac48c4a0

View File

@ -33,7 +33,9 @@ public class ActionSetGlobalValueToOverrideMap extends AbilityActionHandler {
}
entity.getGlobalAbilityValues().put(globalValueKey, globalValue); // Research if this is needed.
ability.getAbilitySpecials().put(action.overrideMapKey, globalValue.floatValue()); // Override our own.
ability
.getAbilitySpecials()
.put(action.overrideMapKey, globalValue.floatValue()); // Override our own.
// TODO: ChangeServerGlobalValueNotify