Skip to content

Commit

Permalink
Removed non-existent base enty; removed vanilla duplicate (Lighter, M…
Browse files Browse the repository at this point in the history
…atches)
  • Loading branch information
DefbeatCZ committed Mar 21, 2020
1 parent 6f7a8c1 commit ee0714b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ function registerAsLoot(item, chance, sub1, sub2)
end

registerAsLoot("DLTS.LTSLighterFluid", 0.5, "shed", "other");
registerAsLoot("DLTS.LTSLighterFluid", 0.5, "shed", "counter");
registerAsLoot("DLTS.LTSLighterFluid", 0.5, "all", "metal_shelves");
registerAsLoot("DLTS.LTSLighterFluid", 0.5, "all", "shelves");
registerAsLoot("DLTS.LTSLighterFluid", 0.5, "toolstore", "counter");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ end
registerAsLoot("DLTS.LTSWaterCanEmpty", 1.5, "loggingfactory", "crate");
registerAsLoot("DLTS.LTSWaterCanEmpty", 0.7, "all", "crate");
registerAsLoot("DLTS.LTSWaterCanEmpty", 2, "shed", "other");
registerAsLoot("DLTS.LTSWaterCanEmpty", 2, "shed", "counter");

registerAsLoot("DLTS.LTSWaterCanFilled", 1.3, "zippeestore", "counter");
registerAsLoot("DLTS.LTSWaterCanFilled", 0.5, "zippeestore", "crate");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ function registerItemAsLoot(item, chance)
table.insert(SuburbsDistributions["all"]["inventoryfemale"].items, chance);
end

-- Flame Sources
registerItemAsLoot("Base.Lighter", 0.02);
registerItemAsLoot("Base.Matches", 0.02);

-- Junk Food / Drink
registerItemAsLoot("Base.Crisps", 0.02);
registerItemAsLoot("Base.Candycane", 0.02);
Expand Down

0 comments on commit ee0714b

Please sign in to comment.