mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Minor modifications to playSpellAbility.
This commit is contained in:
@@ -375,11 +375,13 @@ public class GameActionPlay {
|
||||
for (SpellAbility a : leftSplitAbilities) {
|
||||
if (sa == a) {
|
||||
source.setState(CardCharacteristicName.LeftSplit);
|
||||
break;
|
||||
}
|
||||
}
|
||||
for (SpellAbility a : rightSplitAbilities) {
|
||||
if (sa == a) {
|
||||
source.setState(CardCharacteristicName.RightSplit);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user