mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Commander spell can be cast from hand if it was bounced
This commit is contained in:
@@ -138,7 +138,7 @@ public final class AbilityFactory {
|
||||
else if (api == ApiType.PermanentCreature || api == ApiType.PermanentNoncreature) {
|
||||
// If API is a permanent type, and creating AF Spell
|
||||
// Clear out the auto created SpellPemanent spell
|
||||
if (type == AbilityRecordType.Spell) {
|
||||
if (type == AbilityRecordType.Spell && !hostCard.isCommander()) {
|
||||
hostCard.clearFirstSpell();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user