Skip to content

Commit

Permalink
Subnautica: add extra Laser Cutter Fragment to priority filler
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Sep 16, 2023
1 parent ce8f07b commit 9312f14
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions worlds/subnautica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,16 @@ def create_items(self):
# list of high-count important fragments as priority filler
[
"Cyclops Engine Fragment",
"Modification Station Fragment",
"Mobile Vehicle Bay Fragment",
"Seamoth Fragment",
"Cyclops Hull Fragment",
"Cyclops Bridge Fragment",
"Seamoth Fragment",
"Prawn Suit Fragment",
"Mobile Vehicle Bay Fragment",
"Modification Station Fragment",
"Moonpool Fragment",
"Laser Cutter Fragment",
],
k=min(extras, 8)):
k=min(extras, 9)):
item = self.create_item(item_name)
pool.append(item)
extras -= 1
Expand Down

0 comments on commit 9312f14

Please sign in to comment.