mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: add silo 'spawn' option
This commit is contained in:

committed by
Fabian Dill

parent
08beb5fbe6
commit
db0604f585
@@ -45,9 +45,10 @@ class TechCost(Choice):
|
||||
|
||||
|
||||
class Silo(Choice):
|
||||
"""Ingredients to craft rocket silo."""
|
||||
"""Ingredients to craft rocket silo or auto-place if set to spawn."""
|
||||
option_vanilla = 0
|
||||
option_randomize_recipe = 1
|
||||
option_spawn = 2
|
||||
default = 0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user