mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +01:00
Format code [skip actions]
This commit is contained in:
@@ -33,7 +33,9 @@ public class ActionSetGlobalValueToOverrideMap extends AbilityActionHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entity.getGlobalAbilityValues().put(globalValueKey, globalValue); // Research if this is needed.
|
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
|
// TODO: ChangeServerGlobalValueNotify
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user