happy d4s now appear in the right position

This commit is contained in:
Zeno Rogue 2021-05-29 20:06:32 +02:00
parent 1f6dec0205
commit 20c838ca9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;