mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-09 04:32:53 +08:00
Format code [skip actions]
This commit is contained in:
parent
6c89998759
commit
baac48c4a0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user