From 20c838ca9c0f4528f371762efcd6f7919915e31b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 29 May 2021 20:06:32 +0200 Subject: [PATCH] happy d4s now appear in the right position --- complex2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex2.cpp b/complex2.cpp index 1c319e57..71a1da82 100644 --- a/complex2.cpp +++ b/complex2.cpp @@ -1042,7 +1042,7 @@ EX namespace dice { } if(pct < 3) { c->wall = waHappyDie; - generate_specific(c, &d4, 0, 99); + generate_specific(c, &d4, 0, 0); } else if(pct < 6) { c->wall = waHappyDie;