From 989b3210a9056ba4a4c12e4906958b27beb6636e Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sat, 16 Aug 2025 10:14:00 -0700 Subject: [PATCH] BHB should sleep in the Lair Instead of the dock! --- typeclasses/pets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."