From 849bf2bb64143a012499a66f0dcbd9a0a64a5c69 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 9 Sep 2020 22:28:24 -0400 Subject: [PATCH] ts fix --- js/003-data/gameVariableData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 045b9036fdc..ce3cb456352 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -1211,8 +1211,8 @@ App.Data.resetOnNGPlus = { foodConsumption: 0, /* total amount food consumed per week */ revealFoodEffects: 0, rations: 0, - - building: {}, + /** @type {App.Arcology.Building | null} */ + building: null, menials: 0, fuckdolls: 0, -- GitLab