Skip to content

Commit 9312f14

Browse files
committed
Subnautica: add extra Laser Cutter Fragment to priority filler
1 parent ce8f07b commit 9312f14

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

worlds/subnautica/__init__.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,16 @@ def create_items(self):
116116
# list of high-count important fragments as priority filler
117117
[
118118
"Cyclops Engine Fragment",
119-
"Modification Station Fragment",
120-
"Mobile Vehicle Bay Fragment",
121-
"Seamoth Fragment",
122119
"Cyclops Hull Fragment",
123120
"Cyclops Bridge Fragment",
121+
"Seamoth Fragment",
124122
"Prawn Suit Fragment",
123+
"Mobile Vehicle Bay Fragment",
124+
"Modification Station Fragment",
125125
"Moonpool Fragment",
126+
"Laser Cutter Fragment",
126127
],
127-
k=min(extras, 8)):
128+
k=min(extras, 9)):
128129
item = self.create_item(item_name)
129130
pool.append(item)
130131
extras -= 1

0 commit comments

Comments
 (0)