eraser1 329 Report post Posted December 6, 2015 (edited) Pretty simple. Add an option to empty a water bottle that has something in it. If you have a Water Bottle Filled with Fresh, Dirty, or Salt Water you should be able to "empty" it without having to drink it. Also "Coffee" or whatever other things that were added this patch that go in water bottles Edited December 6, 2015 by eraser1 2 Share this post Link to post Share on other sites
On4fox 69 Report post Posted December 6, 2015 You can just make it with a Recipe. Could be included as default. class SpillDirtyWater: Exile_AbstractCraftingRecipe { name = "Spill Dirty Water"; pictureItem = "Exile_Item_PlasticBottleEmpty"; returnedItems[] = { {1, "Exile_Item_PlasticBottleEmpty"} }; components[] = { {1, "Exile_Item_PlasticBottleDirtyWater"} }; }; class SpillSaltWater: Exile_AbstractCraftingRecipe { name = "Spill Salt Water"; pictureItem = "Exile_Item_PlasticBottleEmpty"; returnedItems[] = { {1, "Exile_Item_PlasticBottleEmpty"} }; components[] = { {1, "Exile_Item_PlasticBottleSaltWater"} }; }; 5 Share this post Link to post Share on other sites
eraser1 329 Report post Posted December 6, 2015 Yeah I know, I'm saying that it should be default Share this post Link to post Share on other sites
:]v[: Assassin 43 Report post Posted December 7, 2015 Might want to do the same for Jerry cans. I understand why you don't want to be able to sell a full one (players could just fill jerry cans for free then sell them for profit), but should be able to empty them so that we can sell the ones we find already full. Just a thought. Share this post Link to post Share on other sites
canuckbrian 63 Report post Posted December 7, 2015 15 hours ago, :]v[: Assassin said: Might want to do the same for Jerry cans. I understand why you don't want to be able to sell a full one (players could just fill jerry cans for free then sell them for profit), but should be able to empty them so that we can sell the ones we find already full. Just a thought. That's just horrible for the environment... think of all the land fish that will be exposed to this! 3 Share this post Link to post Share on other sites
Timber 17 Report post Posted December 8, 2015 (edited) 7 hours ago, canuckbrian said: That's just horrible for the environment... think of all the land fish that will be exposed to this! yes think of the poor land fish, who are apparently on the brink of an evolutionary leap into walking land creatures!...made me laugh! Edited December 8, 2015 by Timber 1 Share this post Link to post Share on other sites
BetterDeadThanZed 1006 Report post Posted December 8, 2015 Great idea! I was thinking about this while playing on the dev server earlier today! On4fox's crafting code works great. @Eichi Please implement this! 1 Share this post Link to post Share on other sites
Eichi 4505 Report post Posted December 8, 2015 I have added this for dirty water, salt water and fuel canisters now. I do not want to add it for coffee for fresh water, since you can just drink them to empty it 3 Share this post Link to post Share on other sites
:]v[: Assassin 43 Report post Posted December 8, 2015 Thank you! Share this post Link to post Share on other sites
Eichi 4505 Report post Posted December 8, 2015 We have closed this thread and marked it as solved. Thank you very much! 1 Share this post Link to post Share on other sites