mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-11 11:44:08 +00:00
happy d4s now appear in the right position
This commit is contained in:
parent
1f6dec0205
commit
20c838ca9c
@ -1042,7 +1042,7 @@ EX namespace dice {
|
|||||||
}
|
}
|
||||||
if(pct < 3) {
|
if(pct < 3) {
|
||||||
c->wall = waHappyDie;
|
c->wall = waHappyDie;
|
||||||
generate_specific(c, &d4, 0, 99);
|
generate_specific(c, &d4, 0, 0);
|
||||||
}
|
}
|
||||||
else if(pct < 6) {
|
else if(pct < 6) {
|
||||||
c->wall = waHappyDie;
|
c->wall = waHappyDie;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user