diff --git a/typeclasses/pets.py b/typeclasses/pets.py index dc2f672..99fe2f0 100755 --- a/typeclasses/pets.py +++ b/typeclasses/pets.py @@ -549,7 +549,7 @@ class BHB(Friendly): msg = f"The {noun} lets loose a big yawn." meadow = search_object("mp05").first() - cave = search_object("mp06").first() + cave = search_object("mp07").first() if 'portal_open' in self.location.room_states: msg = f"The {noun} becomes frightened of the flying lights."