Factorio/LttP: remove some things that were marked for removal

This commit is contained in:
Fabian Dill
2021-09-26 08:49:32 +02:00
parent 8b9e278593
commit 7f35f6f8f4
3 changed files with 1 additions and 14 deletions

View File

@@ -108,7 +108,6 @@ class Progressive(Choice):
alias_false = 0
alias_true = 2
default = 2
alias_random = 1
def want_progressives(self, random):
return random.choice([True, False]) if self.value == self.option_grouped_random else bool(self.value)