touchstone bit

This commit is contained in:
cohrs
2002-02-05 04:22:23 +00:00
parent 1ae92807d5
commit f4a5823add
+1 -1
View File
@@ -1813,7 +1813,7 @@ struct obj *otmp;
} }
material = objects[obj->otyp].oc_material; material = objects[obj->otyp].oc_material;
if (otmp->cursed && obj->oclass == GEM_CLASS && rnd(5) == 1) { if (otmp->cursed && obj->oclass == GEM_CLASS && !rn2(5)) {
pline( pline(
(Blind ? "You feel something shatter" : (Blind ? "You feel something shatter" :
(Hallucination ? "Oh, wow, look at the pretty shards." : (Hallucination ? "Oh, wow, look at the pretty shards." :