Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions angelsexploration/prototypes/exploration-override.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ if angelsmods.industries then

if angelsmods.industries.overhaul then
-- turrets require guns as ingredients, compensate recipe for it as well

-- pistol recipe (hidden in 2.0)
data.raw.recipe["pistol"].hidden = false
OV.add_unlock("military", "pistol")

-- gun turret
OV.patch_recipes({
Expand Down