Fix minor bug

This commit is contained in:
Howard Abrams 2026-09-05 20:19:31 -07:00
parent a356b8273c
commit f7d3e95c7a
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ class Pet(Object):
self.db.hunger_level = max(self.db.hunger_level + amount, 0)
if self.hunger() != curr:
self.location.msg_contents(f"|w{self.hunger_appearance()}|n\n")
self.location.msg_contents(f"|w{self.hunger_appearance()}|n")
def return_appearance(self, looker, **kwargs):
"""

View file

@ -98,7 +98,7 @@ class WriteableBook(Book):
writer.msg("|/<< Pardon the quaint, twentieth-century approach to "
"capturing your prose (but this works with all MUD "
"clients). Easiest approach: just type your message, hit "
"the |wReturn|n key, type |g:q|n, and his the "
"the |wReturn|n key, type |g:q|n, and hit the "
"|wReturn|n key again...>>|/")
return ""