From 49d50799837540eb586ade345d7a4d6e64ac328a Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Thu, 12 Apr 2012 23:26:47 +0000 Subject: [PATCH] British dragon Sorry, it's been a while and I forgot to use the American spelling. --- src/muse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/muse.c b/src/muse.c index d16035701..a289cf6e8 100644 --- a/src/muse.c +++ b/src/muse.c @@ -2119,7 +2119,7 @@ const char *fmt, *str; return TRUE; } else if (EReflecting & W_ARM) { if (fmt && str) - pline(fmt, str, uskin ? "lustre" : "armor"); + pline(fmt, str, uskin ? "luster" : "armor"); return TRUE; } else if (youmonst.data == &mons[PM_SILVER_DRAGON]) { if (fmt && str)