yet more orc obj init

This commit is contained in:
nhmall
2019-10-02 14:58:21 -04:00
parent c10bd97e1a
commit 5400c6796a

View File

@@ -691,7 +691,7 @@ struct monst *mtmp;
}
if (is_captain || !rn2(8)) {
otyp = shiny_obj(RING_CLASS);
if (otyp != STRANGE_OBJECT && (otmp = mksobj(otyp, FALSE, FALSE)) != 0)
if (otyp != STRANGE_OBJECT && (otmp = mksobj(otyp, TRUE, FALSE)) != 0)
add_to_minv(mtmp, otmp);
}
}