v0.2.4d: fixed a bug with timekeeper's hourglass

This commit is contained in:
Evan Debenham 2015-03-21 15:59:55 -04:00
parent 394d7a0a73
commit 6720d530f4

View File

@ -209,7 +209,8 @@ public class TimekeepersHourglass extends Artifact {
@Override
public boolean attachTo(Char target) {
spend(charge);
//buffs always act last, so the stasis buff should end a turn early.
spend(charge-1);
((Hero)target).spendAndNext(charge);
//shouldn't punish the player for going into stasis frequently