Increment day at the end of the night
[tabakrolletjie.git] / tabakrolletjie / scenes / night.py
index 6b42f6bf878dafad72ef01fc63077230c71cc8b4..aadff681400cd67a38794eba040dbe71a800d977 100644 (file)
@@ -82,3 +82,4 @@ class NightScene(BaseScene):
     def exit(self, gamestate):
         turnip_data = [turnip.serialize() for turnip in self._turnips]
         gamestate.turnips = turnip_data
+        gamestate.days += 1