From e8c08bf080dcddff2f63ea68320c8c55b822045c Mon Sep 17 00:00:00 2001 From: DraugTheWhopper Date: Sun, 31 Oct 2021 23:06:03 -0400 Subject: [PATCH] Add fishingpoles to the random tool treasurelist, so now they can spawn in general stores. --- crafting/Tools/random_tool.trs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crafting/Tools/random_tool.trs b/crafting/Tools/random_tool.trs index 3af18f3f0..20bd0e944 100644 --- a/crafting/Tools/random_tool.trs +++ b/crafting/Tools/random_tool.trs @@ -23,4 +23,10 @@ treasureone random_tool more list containers chance 10 + more + arch fishing_pole + chance 3 + more + arch fishing_pole2 + chance 3 end \ No newline at end of file