Skip to content

Commit

Permalink
Added Cellar, Logistics
Browse files Browse the repository at this point in the history
  • Loading branch information
DefbeatCZ committed Jan 7, 2020
1 parent cfee6af commit 36bf547
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 0 deletions.
9 changes: 9 additions & 0 deletions media/lua/server/HandlerRecipeReturns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ end
function giveBakingPan(items, result, player)
player:getInventory():AddItem("Base.BakingPan");
end

function giveRope1(items, result, player)
player:getInventory():AddItem("Base.Rope");
end

function giveRope2(items, result, player)
player:getInventory():AddItem("Base.Rope");
player:getInventory():AddItem("Base.Rope");
end
Loading

0 comments on commit 36bf547

Please sign in to comment.