1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-01 00:08:50 +00:00

fixed missing fargen in some geometries

This commit is contained in:
Zeno Rogue
2026-04-17 18:51:28 +02:00
parent 55b9338ca9
commit 6cba1d501b
+1 -1
View File
@@ -311,7 +311,7 @@ EX void clear_item(cell *c) {
}
EX void giantLandSwitch(cell *c, int d, cell *from) {
bool fargen = d == 9;
bool fargen = d == 9 || (d == 8 && BARLEV == 8);
switch(c->land) {
case laPrairie: // -------------------------------------------------------------