mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-08 12:29:04 +00:00
happy d4s now appear in the right position
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user