v0.9.0: fixed talisman of foresight not letting others act immediately
This commit is contained in:
parent
3575480d61
commit
fb8d469b35
|
@ -211,7 +211,7 @@ public class TalismanOfForesight extends Artifact {
|
||||||
GameScene.updateFog();
|
GameScene.updateFog();
|
||||||
|
|
||||||
curUser.sprite.zap(target);
|
curUser.sprite.zap(target);
|
||||||
curUser.spend(Actor.TICK);
|
curUser.spendAndNext(Actor.TICK);
|
||||||
Sample.INSTANCE.play(Assets.Sounds.SCAN);
|
Sample.INSTANCE.play(Assets.Sounds.SCAN);
|
||||||
if (noticed) Sample.INSTANCE.play(Assets.Sounds.SECRET);
|
if (noticed) Sample.INSTANCE.play(Assets.Sounds.SECRET);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user