diff --git a/inc/functions.php b/inc/functions.php index afb7d5225..f52b8b4c1 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -2437,7 +2437,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++) {