Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jan 5, 2024
1 parent 8a2992a commit 4b99fc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bobassembly/data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if mods["space-exploration"] then
bobmods.lib.tech.remove_science_pack("chemical-plant-3", "se-material-science-pack-1")
bobmods.lib.tech.remove_science_pack("chemical-plant-4", "se-material-science-pack-4")

local new_subgroup = data.raw["item-subgroup"]["bob-chemical-machine"] and "bob-chemical-machine" or "bob-refinery-machine"
local new_subgroup = data.raw["item-subgroup"]["bob-chemical-machine"] and "bob-chemical-machine"
or "bob-refinery-machine"

if data.raw.item["chemical-plant-4"] then
bobmods.lib.item.set_subgroup("chemical-plant", new_subgroup)
Expand Down

0 comments on commit 4b99fc2

Please sign in to comment.