mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 09:24:53 +00:00
ls:: better Brown island in h/v (but still not correct so not officially in list)
This commit is contained in:
parent
4d680e13c4
commit
2239d72bc8
@ -161,7 +161,7 @@ EX namespace brownian {
|
||||
|
||||
if(!hyperbolic) c->wall = waNone, c->landparam = 256;
|
||||
|
||||
if(c->landparam == 0 && ls::single()) c->land = laOcean;
|
||||
if(c->landparam == 0 && (ls::single() || ls::hv_structure())) 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