Skip to content

Commit

Permalink
fix: Fixed being able to generate sealant by recycling rocket parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 12, 2024
1 parent 8a01b83 commit 4a82223
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prototypes/project-seadragon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ maraxsis_rocket_part.enabled = false
maraxsis_rocket_part.surface_conditions = {
{property = "pressure", min = 200000, max = 200000},
}
maraxsis_rocket_part.auto_recycle = false
maraxsis_rocket_part.order = data.raw.item["rocket-part"].order .. "-a[maraxsis]"
data:extend {maraxsis_rocket_part}

Expand Down Expand Up @@ -85,7 +86,8 @@ data:extend {{
property = "gravity",
min = 0,
max = 0,
}}
}},
auto_recycle = false,
}}

local super_sealant_substance_variants = {}
Expand Down

0 comments on commit 4a82223

Please sign in to comment.