diff --git a/bigstuff.cpp b/bigstuff.cpp index 88dd299b..f058e50d 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -125,7 +125,8 @@ EX int compassDist(cell *c) { /** identify the compass target that compassDist is talking about */ EX const void *whichCompass(cell *c) { if(sphere || quotient) return nullptr; - if(eubinary || c->master->alt) return c->master->alt->alt; + if(eubinary) return nullptr; + if(c->master->alt) return c->master->alt->alt; if(isHaunted(c->land) || c->land == laGraveyard) return &linf[laHaunted]; return &NOCOMPASS; }