From 04f3475cd0d4554905ba676508173680e6a3d1a6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 21 Aug 2021 00:31:32 -0300 Subject: Remember the fisher what you'll use without needing the extra click --- npc/functions/fishing.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index e6d4adbbb..103784c5e 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -286,11 +286,12 @@ function script fishing { if (GSET_FISHING_BAIT > 1) { .@bait = GSET_FISHING_BAIT; + mesc l("Maybe a %s?", getitemlink(GSET_FISHING_BAIT)); } else { mes "##B" + l("Drag and drop an item from your inventory.") + "##b"; .@bait = requestitem(); - if (GSET_FISHING_BAIT) + if (.@bait > 1 && GSET_FISHING_BAIT) GSET_FISHING_BAIT = .@bait; } -- cgit v1.2.3-70-g09d2