Cycling: add YouCycledThisTurn, OnlyFirst for Trigger and ValidCause for ReplaceDraw

This commit is contained in:
Hans Mackowiak
2020-04-19 03:24:10 +00:00
committed by Michael Kamensky
parent 6b38bc4b7f
commit ef95f02fa2
13 changed files with 145 additions and 32 deletions

View File

@@ -345,7 +345,7 @@ public class HumanPlay {
}
for (Player player : res) {
player.drawCards(amount);
player.drawCards(amount, sourceAbility);
}
}
else if (part instanceof CostGainLife) {