mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-19 11:44:48 +00:00
Orb of Earth now cancels Invisibility only if it is doing something
This commit is contained in:
parent
43702b82a1
commit
7c2aca91a4
@ -1291,8 +1291,10 @@ bool pcmove::perform_actual_move() {
|
||||
handle_friendly_ivy();
|
||||
|
||||
if(items[itOrbDigging]) {
|
||||
invismove = false;
|
||||
if(earthMove(mi)) markOrb(itOrbDigging);
|
||||
if(earthMove(mi)) {
|
||||
invismove = false;
|
||||
markOrb(itOrbDigging);
|
||||
}
|
||||
}
|
||||
|
||||
movecost(cwt.at, c2, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user