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 authored and FlySniper committed Nov 14, 2023
1 parent 0e17f5b commit aaa1645
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 aaa1645

Please sign in to comment.