Skip to content

Commit

Permalink
100002 Another bug down
Browse files Browse the repository at this point in the history
Life always gets harder near the summit.
  • Loading branch information
opussf committed Nov 23, 2022
1 parent c8cf527 commit efd4357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/INEED.lua
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ function INEED.addItem( itemLink, quantity )

for _, reagentSlotSchematic in pairs( recipeSchematic.reagentSlotSchematics ) do
--INEED.Print( "Needs: "..reagentSlotSchematic.reagents[1].itemID.." (x"..reagentSlotSchematic.quantityRequired..")")
if reagentSlotSchematic.reagents.reagentType == 1 then
if reagentSlotSchematic.reagentType == 1 then
INEED.addItem( "item:"..reagentSlotSchematic.reagents[1].itemID, reagentSlotSchematic.quantityRequired * quantity )
end
end
Expand Down

0 comments on commit efd4357

Please sign in to comment.