diff options
Diffstat (limited to 'games/krogue/files/patch-ao')
-rw-r--r-- | games/krogue/files/patch-ao | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/krogue/files/patch-ao b/games/krogue/files/patch-ao new file mode 100644 index 000000000000..d2941831b28c --- /dev/null +++ b/games/krogue/files/patch-ao @@ -0,0 +1,11 @@ +--- krogue/kinvwnd.cpp Mon Dec 27 17:11:42 1999 ++++ krogue/kinvwnd.cpp.new Tue Feb 22 00:48:16 2000 +@@ -315,7 +315,7 @@ + {"food", NULL, false, 0, FOOD}, + {"potion", id_potions, true, POTIONS, POTION}, + {"scroll", id_scrolls, true, SCROLLS, SCROLL}, +- {_T("weapon"), id_weapons, false, WEAPONS, WEAPON}, ++ {msgQuote("weapon"), id_weapons, false, WEAPONS, WEAPON}, + {"armor", id_armors, false, ARMORS, ARMOR}, + {"wand", id_wands, true, WANDS, WAND}, + {"ring", id_rings, true, RINGS, RING}, |