mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-29 19:40: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:
|
||||
c->wall = waChasm;
|
||||
if(d == 7 && !c->monst && hrand(2000) < 4)
|
||||
#if CAP_RACING
|
||||
if(!racing::on)
|
||||
#endif
|
||||
c->monst = moGhost;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user