Skip to content

Commit

Permalink
updated loot tables and recipe returns
Browse files Browse the repository at this point in the history
  • Loading branch information
DefbeatCZ committed Jan 29, 2020
1 parent a19ca9a commit 1bc9fba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions media/lua/server/HandlerRecipeReturns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,3 @@ function givePot(items, result, player)
player:getInventory():AddItem("Base.Pot");
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
6 changes: 0 additions & 6 deletions media/lua/server/Items/LootHandlerLighterFluid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ registerAsLoot("DLTS.LTSLighterFluid", 1.5, "zippeestore", "counter");
registerAsLoot("DLTS.LTSLighterFluid", 0.5, "zippeestore", "crate");
registerAsLoot("DLTS.LTSLighterFluid", 4.0, "gasstore", "shelves");
registerAsLoot("DLTS.LTSLighterFluid", 3.5, "gasstore", "counter");

registerAsLoot("DLTS.LTSLighterFluidEmpty", 1.0, "shed", "other");
registerAsLoot("DLTS.LTSLighterFluidEmpty", 1.0, "shed", "counter");
registerAsLoot("DLTS.LTSLighterFluidEmpty", 0.5, "all", "metal_shelves");
registerAsLoot("DLTS.LTSLighterFluidEmpty", 0.5, "all", "shelves");
registerAsLoot("DLTS.LTSLighterFluidEmpty", 0.5, "toolstore", "counter");

0 comments on commit 1bc9fba

Please sign in to comment.