mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 05:57:37 +00:00
started working on the 'Dual Land'
This commit is contained in:
@@ -1919,6 +1919,11 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
case laMercuryRiver:
|
||||
// do nothing!
|
||||
break;
|
||||
|
||||
case laDual:
|
||||
if(d == 9 && (ctof(c) || hrand(100) < 5))
|
||||
c->wall = waChasm;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user