mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-04 14:30:35 +00:00
racing:: no ghosts while racing
This commit is contained in:
parent
8408dd63d3
commit
a14255158a
@ -2277,6 +2277,9 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
case laMemory:
|
case laMemory:
|
||||||
c->wall = waChasm;
|
c->wall = waChasm;
|
||||||
if(d == 7 && !c->monst && hrand(2000) < 4)
|
if(d == 7 && !c->monst && hrand(2000) < 4)
|
||||||
|
#if CAP_RACING
|
||||||
|
if(!racing::on)
|
||||||
|
#endif
|
||||||
c->monst = moGhost;
|
c->monst = moGhost;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user