mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
fixed Orb of Speed confusion
This commit is contained in:
parent
39332b61eb
commit
267d853b2e
2
game.cpp
2
game.cpp
@ -1403,7 +1403,7 @@ EX bool monstersnear(stalemate1& sm) {
|
||||
|
||||
if(sm.who == moPlayer || items[itOrbEmpathy]) {
|
||||
fast = (items[itOrbSpeed] && (items[itOrbSpeed] & 1));
|
||||
if(sm.who == moPlayer && sm.moveto->item == itOrbSpeed) fast = true;
|
||||
if(sm.who == moPlayer && sm.moveto->item == itOrbSpeed && !items[itOrbSpeed]) fast = true;
|
||||
}
|
||||
|
||||
if(havewhat&HF_OUTLAW) {
|
||||
|
Loading…
Reference in New Issue
Block a user