From f4a5823add69c432650c0dcaa8d63f6687e79a81 Mon Sep 17 00:00:00 2001 From: cohrs Date: Tue, 5 Feb 2002 04:22:23 +0000 Subject: [PATCH] touchstone bit --- src/apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apply.c b/src/apply.c index 9d5377e81..e7b20d4d3 100644 --- a/src/apply.c +++ b/src/apply.c @@ -1813,7 +1813,7 @@ struct obj *otmp; } 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( (Blind ? "You feel something shatter" : (Hallucination ? "Oh, wow, look at the pretty shards." :