<email deleted> on Saturday, January 4, 2003 at 12:16:29
comments: I just noticed that, while wearing a -1 ring of adornment, a potion
of enlightenment gave the intrinsic "You are adorned." Shouldn't it be more
accurately, "You are unadorned." or something similar?
if (u.umconf) you_are("going to confuse monsters");
/*** Appearance and behavior ***/
- if (Adornment) you_are("adorned");
+ if (Adornment) {
+ int adorn = 0;
+
+ if(uleft && uleft->otyp == RIN_ADORNMENT) adorn += uleft->spe;
+ if(uright && uright->otyp == RIN_ADORNMENT) adorn += uright->spe;
+ if (adorn < 0)
+ you_are("poorly adorned");
+ else
+ you_are("adorned");
+ }
if (Invisible) you_are("invisible");
else if (Invis) you_are("invisible to others");
/* ordinarily "visible" is redundant; this is a special case for