From bb764b648e967fcdd76c3a435ed7e4851066f077 Mon Sep 17 00:00:00 2001 From: Graeme Wolfendale Date: Fri, 31 Oct 2014 17:58:24 +0000 Subject: [PATCH] Remove 1d1 (Illogical die configuration). --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 3504cc384..f5017f56b 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -2409,7 +2409,7 @@ function diceRoller($post) { } // Continue only if we have valid values - if($diceX > 0 && $diceY > 0) { + if($diceX > 0 && $diceY > 1) { $dicerolls = array(); $dicesum = $diceZ; for($i = 0; $i < $diceX; $i++) {