v0.3.5: fixed uncloaking taking no time, quick allowed for a 1 turn sneak attack exploit

This commit is contained in:
Evan Debenham 2016-04-27 19:54:34 -04:00
parent a143e7c020
commit 092472bdea

View File

@ -98,6 +98,7 @@ public class CloakOfShadows extends Artifact {
stealthed = false;
activeBuff.detach();
activeBuff = null;
hero.spend( 1f );
hero.sprite.operate( hero.pos );
}