1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-17 23:17:39 +00:00

dice:: shapes for other geometries

This commit is contained in:
Zeno Rogue
2021-05-29 15:46:35 +02:00
parent 2973cada6d
commit e819552986
5 changed files with 96 additions and 17 deletions

View File

@@ -2586,7 +2586,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
}
case laDice: {
if(fargen && !ctof(c))
if(fargen)
dice::generate_full(c, items[itDice] + yendor::hardness());
break;
}