From b1a9f692759e47086df1fbe4e325ab22158a07e8 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 13 May 2025 17:12:51 -0700 Subject: [PATCH] Fix the 'throw' for throwing the fish back into the water --- typeclasses/fishing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typeclasses/fishing.py b/typeclasses/fishing.py index 36e24a0..36e619f 100755 --- a/typeclasses/fishing.py +++ b/typeclasses/fishing.py @@ -150,7 +150,7 @@ class Fish(CarriableNPC): """ A visual way to delete the fish. """ - if fisher.location == fisher.search("mp06"): + if fisher.location == fisher.search("Lazy Dock"): fisher.msg(routput("You <> the fish back into the <>.")) fisher.msg(routput("The fish says, \"Bye for now. If you want to talk again, just drop me a line!\"")) else: