Gray dragon scale mail can resist curses
This commit is contained in:
parent
3032da0841
commit
db38b23d97
1 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,8 @@ rndcurse(void)
|
|||
if (!otmp || otmp->cursed)
|
||||
continue; /* next target */
|
||||
|
||||
if (otmp->oartifact && spec_ability(otmp, SPFX_INTEL)
|
||||
if ((otmp->oartifact && spec_ability(otmp, SPFX_INTEL)
|
||||
|| (uarm && uarm->otyp == GRAY_DRAGON_SCALE_MAIL))
|
||||
&& rn2(10) < 8) {
|
||||
pline("%s!", Tobjnam(otmp, "resist"));
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue