v0.9.0: fixed talisman of foresight not letting others act immediately

This commit is contained in:
Evan Debenham 2020-09-25 02:51:41 -04:00
parent 3575480d61
commit fb8d469b35

View File

@ -211,7 +211,7 @@ public class TalismanOfForesight extends Artifact {
GameScene.updateFog();
curUser.sprite.zap(target);
curUser.spend(Actor.TICK);
curUser.spendAndNext(Actor.TICK);
Sample.INSTANCE.play(Assets.Sounds.SCAN);
if (noticed) Sample.INSTANCE.play(Assets.Sounds.SECRET);