diff --git a/typeclasses/fishing.py b/typeclasses/fishing.py index c9bcff4..552704d 100755 --- a/typeclasses/fishing.py +++ b/typeclasses/fishing.py @@ -198,7 +198,7 @@ class FishingPole(Object): self.cmdset.add_default(CmdSetFishing) def do_cast(self, fisher): - if fisher.location != fisher.search("Lazy Dock", quiet=True): + if fisher.location.key != "Lazy Dock": fisher.msg("You can't do that without being near the water.") elif fisher.db.fishing == Fishing.CAST: fisher.msg("You need to reel the line in first.")