Many campaign changes

This commit is contained in:
Anuken
2020-05-16 16:11:53 -04:00
parent d110fe5ea3
commit bdbc8ab6d2
12 changed files with 250 additions and 14 deletions

View File

@@ -83,7 +83,8 @@ public abstract class SaveVersion extends SaveFileReader{
"width", world.width(),
"height", world.height(),
"viewpos", Tmp.v1.set(player == null ? Vec2.ZERO : player).toString(),
"controlledType", headless || control.input.controlledType == null ? "null" : control.input.controlledType.name
"controlledType", headless || control.input.controlledType == null ? "null" : control.input.controlledType.name,
"nocores", state.rules.defaultTeam.cores().isEmpty()
).merge(tags));
}