From 9723225bd9eb1b63c33024a9405765c21d63d030 Mon Sep 17 00:00:00 2001 From: iks Date: Mon, 18 Feb 2013 14:57:22 +0000 Subject: [PATCH] Thrown torch's dice is changed --- src/object2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/object2.c b/src/object2.c index a541130ce..87dca6190 100644 --- a/src/object2.c +++ b/src/object2.c @@ -8639,8 +8639,8 @@ void torch_dice(object_type *o_ptr, int *dd, int *ds) { if (o_ptr->xtra4 > 0) { - (*dd) = 2; - (*ds) = 4; + (*dd) = 1; + (*ds) = 6; } } } -- 2.11.0