Skip to content

Commit

Permalink
fixed bob modules needing data core
Browse files Browse the repository at this point in the history
#609 blue datacore was added to bob modules first tier. removed it to fix issue
  • Loading branch information
kingarthur91 committed Jun 12, 2021
1 parent 51f95e0 commit 3099d3c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ if angelsmods.industries.tech then
OV.remove_science_pack("speed-module", "angels-science-pack-orange")
OV.remove_science_pack("effectivity-module", "angels-science-pack-orange")
OV.remove_science_pack("productivity-module", "angels-science-pack-orange")

OV.remove_science_pack("speed-module", "datacore-enhance-1")
OV.remove_science_pack("effectivity-module", "datacore-enhance-1")
OV.remove_science_pack("productivity-module", "datacore-enhance-1")
OV.remove_science_pack("angels-bio-yield-module", "datacore-enhance-1")

OV.remove_science_pack("speed-module-3", "angels-science-pack-yellow")
OV.remove_science_pack("effectivity-module-3", "angels-science-pack-yellow")
OV.remove_science_pack("productivity-module-3", "angels-science-pack-yellow")
Expand Down

0 comments on commit 3099d3c

Please sign in to comment.