floating eye gaze reflecting message
On 12/04/2012 12:44 PM, <Someone> wrote: > The message displayed was: "The floating eye's gaze is reflected by your > armor". Although I realize that my silver dragon scale mail is embedded in > my skin (as per my inventory), I still think that it's now my skin that > reflects the gaze, not my (temporarily non-existent) armor.
This commit is contained in:
@@ -2119,7 +2119,7 @@ const char *fmt, *str;
|
||||
return TRUE;
|
||||
} else if (EReflecting & W_ARM) {
|
||||
if (fmt && str)
|
||||
pline(fmt, str, "armor");
|
||||
pline(fmt, str, uskin ? "lustre" : "armor");
|
||||
return TRUE;
|
||||
} else if (youmonst.data == &mons[PM_SILVER_DRAGON]) {
|
||||
if (fmt && str)
|
||||
|
||||
Reference in New Issue
Block a user