summaryrefslogtreecommitdiff
path: root/npc/functions/fishing.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/fishing.txt')
-rw-r--r--npc/functions/fishing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt
index 93a1d2c7..e59918b8 100644
--- a/npc/functions/fishing.txt
+++ b/npc/functions/fishing.txt
@@ -51,7 +51,7 @@ L_ChooseBait:
.@bait_names$ = .@bait_names$ + ", " + getitemlink(.@bait_ids[.@i]);
narrator
l("You don't have any food suitable for bait."),
- l("You need one of these: ") + .@bait_names$;
+ l("You need at least one of these: ") + .@bait_names$;
return -2;
}