diff --git a/pcmove.cpp b/pcmove.cpp index 0723dea6..be1faa8b 100644 --- a/pcmove.cpp +++ b/pcmove.cpp @@ -1152,7 +1152,7 @@ bool pcmove::attack() { auto& c2 = mi.t; if(!fmsAttack) return false; - if(items[itOrbFlash] || items[itOrbLightning]) + if((items[itOrbFlash] || items[itOrbLightning]) && !good_tortoise) return false; attackflags = AF_NORMAL;