mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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) {
|
||||
c->wall = waHappyDie;
|
||||
generate_specific(c, &d4, 0, 99);
|
||||
generate_specific(c, &d4, 0, 0);
|
||||
}
|
||||
else if(pct < 6) {
|
||||
c->wall = waHappyDie;
|
||||
|
Loading…
Reference in New Issue
Block a user