Skip to content

Commit

Permalink
Factorio: "improve" default start items
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Dec 10, 2023
1 parent f104317 commit df3f862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/factorio/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class FactorioStartItems(ItemDict):
"""Mapping of Factorio internal item-name to amount granted on start."""
display_name = "Starting Items"
verify_item_name = False
default = {"burner-mining-drill": 19, "stone-furnace": 19}
default = {"burner-mining-drill": 4, "stone-furnace": 4, "raw-fish": 50}


class FactorioFreeSampleBlacklist(OptionSet):
Expand Down

0 comments on commit df3f862

Please sign in to comment.