1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 15:36:59 +00:00

Brownian marked as non-implemented

This commit is contained in:
Zeno Rogue 2018-05-15 23:28:23 +02:00
parent 002c41058e
commit 825f1641da

View File

@ -1364,7 +1364,7 @@ land_validity_t& land_validity(eLand l) {
if(l == laStorms && torus)
return interesting;
if(l == laMagnetic)
if(l == laMagnetic || l == laBrownian)
return land_not_implemented;
if(shmup::on && among(l, laMirror, laMirrorOld) && among(geometry, gElliptic, gQuotient))