Revert unnecessary change causing exceptions

This commit is contained in:
Raffson 2024-08-04 22:44:28 +02:00
parent 97c65cfefa
commit d29f5a26a1
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -187,7 +187,7 @@ class Game:
def generate_conditions(self, forced_time: time | None = None) -> Conditions:
return Conditions.generate(
self.theater,
self.conditions.start_time.date(),
self.current_day,
self.current_turn_time_of_day,
self.settings,
forced_time=forced_time,