Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelySanta authored Dec 22, 2023
2 parents 2d4284a + 87bc8a8 commit e1d4684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angelspetrochem/prototypes/global-override/bobplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ end
if mods["bobplates"] then
-- chemical processing tech patch -------------------------------------------
OV.add_prereq("chemical-processing-2", "logistic-science-pack")
end
end
2 changes: 1 addition & 1 deletion angelssmelting/prototypes/recipes/smelting-support.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ data:extend({
{ type = "fluid", name = "liquid-nitric-acid", amount = 20 },
},
results = {
{ type = "item", name = "mold-non-expendable", amount = 1, probability = 0.90, catalyst_amount = 1 },
{ type = "item", name = "mold-non-expendable", amount = 1, probability = 0.975, catalyst_amount = 1 },
{ type = "fluid", name = "water-red-waste", amount = 20 },
},
icons = angelsmods.functions.add_number_icon_layer({
Expand Down

0 comments on commit e1d4684

Please sign in to comment.