Start time generation now more correct.

This commit is contained in:
Khopa
2019-06-30 01:56:40 +02:00
parent abf6fe69bd
commit 0c7a36cef6
2 changed files with 6 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ class Game:
self.player = player_name
self.enemy = enemy_name
self.turn = 0
self.date = start_date
self.date = datetime(start_date.year, start_date.month, start_date.day)
def _roll(self, prob, mult):
if self.settings.version == "dev":