mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Cycling: add YouCycledThisTurn, OnlyFirst for Trigger and ValidCause for ReplaceDraw
This commit is contained in:
committed by
Michael Kamensky
parent
6b38bc4b7f
commit
ef95f02fa2
@@ -345,7 +345,7 @@ public class HumanPlay {
|
||||
}
|
||||
|
||||
for (Player player : res) {
|
||||
player.drawCards(amount);
|
||||
player.drawCards(amount, sourceAbility);
|
||||
}
|
||||
}
|
||||
else if (part instanceof CostGainLife) {
|
||||
|
||||
Reference in New Issue
Block a user