Skip to content

Commit c63af14

Browse files
authored
Merge pull request #11 from BartekCupial/fix/typo_weld_event
Fix typo in weapon wield message
2 parents 1e79184 + 526f201 commit c63af14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minihack/reward_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def add_wield_event(
465465
False.
466466
"""
467467
msgs = [
468-
f"{name} wields itself to your hand!",
468+
f"{name} welds itself to your hand!",
469469
f"{name} (weapon in hand)",
470470
]
471471
self._add_message_event(

0 commit comments

Comments
 (0)