Factorio: add iron ore, copper ore and coal to red science pool

This commit is contained in:
Fabian Dill
2021-09-13 23:26:45 +02:00
parent 007a393ab5
commit 7643609e09
2 changed files with 6 additions and 2 deletions

View File

@@ -19,10 +19,8 @@ from worlds.alttp.EntranceRandomizer import parse_arguments
from Main import main as ERmain
from Main import get_seed, seeddigits
import Options
from worlds.alttp.Items import item_table
from worlds.alttp import Bosses
from worlds.alttp.Text import TextTable
from worlds.alttp.Regions import location_table, key_drop_data
from worlds.AutoWorld import AutoWorldRegister
categories = set(AutoWorldRegister.world_types)