decrement Factorio Client version
(for now, as nobody has that client yet)
This commit is contained in:
parent
aa28b3887f
commit
8b5d7028f7
|
@ -81,7 +81,7 @@ class Factorio(World):
|
|||
world.completion_condition[player] = lambda state: state.has('Victory', player)
|
||||
|
||||
def get_required_client_version(self) -> tuple:
|
||||
return max((0, 1, 4), super(Factorio, self).get_required_client_version())
|
||||
return max((0, 1, 2), super(Factorio, self).get_required_client_version())
|
||||
|
||||
options = factorio_options
|
||||
|
||||
|
|
Loading…
Reference in New Issue