dice:: shapes for other geometries

This commit is contained in:
Zeno Rogue
2021-06-01 13:07:55 +02:00
parent 2973cada6d
commit e819552986
5 changed files with 96 additions and 17 deletions
+1 -1
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;
}