mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
in ls single, fixed Brown Islands
This commit is contained in:
parent
1276f87b71
commit
e681357206
@ -160,6 +160,8 @@ EX namespace brownian {
|
||||
EX void build(cell *c, int d) {
|
||||
|
||||
if(!hyperbolic) c->wall = waNone, c->landparam = 256;
|
||||
|
||||
if(c->landparam == 0 && ls::single()) c->land = laOcean;
|
||||
|
||||
ONEMPTY {
|
||||
if(hrand(10000) < min(250, 100 + 2 * PT(kills[moAcidBird] + kills[moBrownBug], 50)) * (25 + min(items[itBrownian], 100)) / 25 && c->landparam >= 4 && c->landparam < 24)
|
||||
|
Loading…
Reference in New Issue
Block a user