mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-04 14:30:35 +00:00
fixed the mercury rivers
This commit is contained in:
parent
885c377dd5
commit
f5fa1263c3
@ -1458,7 +1458,7 @@ EX void build_walls(cell *c, cell *from) {
|
|||||||
|
|
||||||
if(ctof(c) && c->land == laTerracotta && hrand(I10000) < 200) {
|
if(ctof(c) && c->land == laTerracotta && hrand(I10000) < 200) {
|
||||||
int bd = 2 + hrand(2) * 3;
|
int bd = 2 + hrand(2) * 3;
|
||||||
buildBarrier(c, bd, laMirrored);
|
buildBarrier(c, bd, laTerracotta);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user