merge NetHack-3.6.2 into master part 2

This commit is contained in:
nhmall
2019-01-23 00:53:35 -05:00
parent 66a5010070
commit 314ae68c2b
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -400,7 +400,7 @@ long *silverhit_p; /* output flag mask for silver bonus */
}
/* when no gloves we check for silver rings (blessed rings ignored) */
} else if ((left_ring || right_ring) && magr == &youmonst) {
} else if ((left_ring || right_ring) && magr == &g.youmonst) {
if (left_ring && uleft) {
if (objects[uleft->otyp].oc_material == SILVER
&& mon_hates_silver(mdef)) {