mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'draugr' into 'master'
add MayPlaySnowIgnoreColor for Draugr Necromancer See merge request core-developers/forge!3724
This commit is contained in:
@@ -119,6 +119,10 @@ public class HumanPlaySpellAbility {
|
||||
human.incNumManaConversion();
|
||||
}
|
||||
|
||||
if (option != null && option.isIgnoreSnowSourceManaCostColor()) {
|
||||
payment.setSnowForColor(true);
|
||||
}
|
||||
|
||||
if (ability.isAbility() && ability.isActivatedAbility()) {
|
||||
final Map<String, String> params = Maps.newHashMap();
|
||||
params.put("ManaColorConversion", "Additive");
|
||||
|
||||
Reference in New Issue
Block a user