v0.2.4d: fixed a bug with timekeeper's hourglass
This commit is contained in:
parent
394d7a0a73
commit
6720d530f4
|
@ -209,7 +209,8 @@ public class TimekeepersHourglass extends Artifact {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean attachTo(Char target) {
|
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);
|
((Hero)target).spendAndNext(charge);
|
||||||
|
|
||||||
//shouldn't punish the player for going into stasis frequently
|
//shouldn't punish the player for going into stasis frequently
|
||||||
|
|
Loading…
Reference in New Issue
Block a user