Fixed a typo.

This commit is contained in:
Storm Dragon
2025-02-23 20:32:19 -05:00
parent 1502e7d3da
commit 491096027d

View File

@@ -104,7 +104,7 @@ class WickedQuest:
# Status queries # Status queries
if keys[pygame.K_c]: if keys[pygame.K_c]:
speak(f"{player.get_coins()} gbone dust") speak(f"{player.get_coins()} bone dust")
if keys[pygame.K_h]: if keys[pygame.K_h]:
speak(f"{player.get_health()} health of {player.get_max_health()}") speak(f"{player.get_health()} health of {player.get_max_health()}")
if keys[pygame.K_i]: if keys[pygame.K_i]: