diff --git a/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt b/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt index 1c3308dc54..f0541499a4 100644 --- a/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt +++ b/core/src/com/unciv/ui/screens/mapeditorscreen/tabs/MapEditorViewTab.kt @@ -58,6 +58,7 @@ class MapEditorViewTab( nation.name = "Test" gameInfo = GameInfo() gameInfo.ruleset = ruleset + gameInfo.setGlobalTransients() cache.updateState() // show yields of strategic resources too