Fix the 'throw' for throwing the fish back into the water

This commit is contained in:
Howard Abrams 2025-05-13 17:12:51 -07:00
parent 4b06830680
commit b1a9f69275

View file

@ -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 <<toss ^ heave ^ throw>> the fish back into the <<water ^ sea>>."))
fisher.msg(routput("The fish says, \"Bye for now. If you want to talk again, just drop me a line!\""))
else: