mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-06 00:14:07 +00:00
fixed the returning of tortoises while you have Flash/Storms
This commit is contained in:
parent
ce6c9014bd
commit
a90143e8d6
@ -1152,7 +1152,7 @@ bool pcmove::attack() {
|
|||||||
auto& c2 = mi.t;
|
auto& c2 = mi.t;
|
||||||
if(!fmsAttack) return false;
|
if(!fmsAttack) return false;
|
||||||
|
|
||||||
if(items[itOrbFlash] || items[itOrbLightning])
|
if((items[itOrbFlash] || items[itOrbLightning]) && !good_tortoise)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
attackflags = AF_NORMAL;
|
attackflags = AF_NORMAL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user