v0.3.5: fixed uncloaking taking no time, quick allowed for a 1 turn sneak attack exploit
This commit is contained in:
parent
a143e7c020
commit
092472bdea
|
@ -98,6 +98,7 @@ public class CloakOfShadows extends Artifact {
|
||||||
stealthed = false;
|
stealthed = false;
|
||||||
activeBuff.detach();
|
activeBuff.detach();
|
||||||
activeBuff = null;
|
activeBuff = null;
|
||||||
|
hero.spend( 1f );
|
||||||
hero.sprite.operate( hero.pos );
|
hero.sprite.operate( hero.pos );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user