mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-10 20:27:39 +00:00
renamed whirl to goldberg
This commit is contained in:
@@ -743,7 +743,7 @@ bool buildBarrierNowall(cell *c, eLand l2, bool force) {
|
||||
|
||||
for(int i=0; i<c->type; i++) {
|
||||
int d = ds[i];
|
||||
/* if(warpv && whirl::whirl) {
|
||||
/* if(warpv && gp::on) {
|
||||
d = hrand(c->type); */
|
||||
if(warpv && c->mov[d] && c->mov[d]->mpdist < c->mpdist) continue;
|
||||
/* }
|
||||
|
Reference in New Issue
Block a user