diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs
index 1efbb6a5..d3e36893 100644
--- a/NewHorizons/Main.cs
+++ b/NewHorizons/Main.cs
@@ -227,6 +227,13 @@ namespace NewHorizons
// the campfire on the title screen calls this from RegisterShape before it gets patched, so we have to call it again. lol
ShapeManager.Initialize();
+ // Fix a thing (thanks jeff mobius) 1.1.15 updated the game over fonts to only include the characters they needed
+ for (int i = 0; i < TextTranslation.s_theTable.m_gameOverFonts.Length; i++)
+ {
+ var existingFont = TextTranslation.s_theTable.m_dynamicFonts[i];
+ TextTranslation.s_theTable.m_gameOverFonts[i] = existingFont;
+ }
+
SceneManager.sceneLoaded += OnSceneLoaded;
SceneManager.sceneUnloaded += OnSceneUnloaded;
diff --git a/NewHorizons/NewHorizons.csproj b/NewHorizons/NewHorizons.csproj
index e8abb757..5ae0cd1c 100644
--- a/NewHorizons/NewHorizons.csproj
+++ b/NewHorizons/NewHorizons.csproj
@@ -15,8 +15,8 @@
none
-
-
+
+
diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json
index 222822d4..fd79e6fc 100644
--- a/NewHorizons/manifest.json
+++ b/NewHorizons/manifest.json
@@ -4,8 +4,8 @@
"author": "xen, Bwc9876, JohnCorby, MegaPiggy, Clay, Trifid, and friends",
"name": "New Horizons",
"uniqueName": "xen.NewHorizons",
- "version": "1.20.3",
- "owmlVersion": "2.10.3",
+ "version": "1.21.0",
+ "owmlVersion": "2.12.1",
"dependencies": [ "JohnCorby.VanillaFix", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
"conflicts": [ "PacificEngine.OW_CommonResources" ],
"pathsToPreserve": [ "planets", "systems", "translations" ],
diff --git a/SchemaExporter/SchemaExporter.csproj b/SchemaExporter/SchemaExporter.csproj
index e4e5c0f6..726f05dd 100644
--- a/SchemaExporter/SchemaExporter.csproj
+++ b/SchemaExporter/SchemaExporter.csproj
@@ -20,7 +20,7 @@
-
+