summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-01 13:18:24 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-01 13:18:24 -0500
commitb74e5167fea789d09b7fe05c2f93b8ef07fe2eb9 (patch)
tree50297cd82378f5a2c9df62f6fc3e2fa3cbf3b661
parent4dcb9ad6e7b78d5a58ac6215885f3f2dcf329fd2 (diff)
downloadbot-games-b74e5167fea789d09b7fe05c2f93b8ef07fe2eb9.tar.gz
bot-games-b74e5167fea789d09b7fe05c2f93b8ef07fe2eb9.zip
meh, this makes games boring
-rw-r--r--lib/Bot/Games/Game/24.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game/24.pm b/lib/Bot/Games/Game/24.pm
index d675594..b56db41 100644
--- a/lib/Bot/Games/Game/24.pm
+++ b/lib/Bot/Games/Game/24.pm
@@ -83,7 +83,6 @@ sub generate_24 {
$n1 *= $val;
$n2 = $n1 / $val;
}
- redo if $n1 >= 100 || $n2 >= 100;
splice @nums, $index, 1, ('(', $n1, $op, $n2, ')');
}
pop @nums;