mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Do not reset playerXProperty to 0 in all cases (fixes Bloodghast, Guul Draz Specter and other similar cards that care for the player-based condition).
This commit is contained in:
@@ -465,7 +465,9 @@ public class AbilityUtils {
|
|||||||
}
|
}
|
||||||
val = CardFactoryUtil.playerXCount(players, calcX[1], card);
|
val = CardFactoryUtil.playerXCount(players, calcX[1], card);
|
||||||
}
|
}
|
||||||
val = 0;
|
else {
|
||||||
|
val = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (val != null) {
|
if (val != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user