Fix something and implement weapon entities

This commit is contained in:
StartForKiller
2023-05-30 18:22:43 -04:00
committed by KingRainbow44
Unverified
parent 16ec2e3d40
commit 815ba3e3e3
9 changed files with 137 additions and 27 deletions
@@ -32,6 +32,8 @@ public class ActionSetGlobalValueToOverrideMap extends AbilityActionHandler {
entity.getGlobalAbilityValues().put(globalValueKey, globalValue);
//TODO: ChangeServerGlobalValueNotify
return true;
}
}