mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed last commit
This commit is contained in:
@@ -299,7 +299,7 @@ public abstract class SpellAbility extends CardTraitBase implements ISpellAbilit
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void copyParamsToMap(Map<String, String> mapParam) {
|
public void copyParamsToMap(Map<String, String> mapParam) {
|
||||||
mapParams.putAll(mapParam);
|
mapParam.putAll(mapParams);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If this is not null, then ability was made in a factory
|
// If this is not null, then ability was made in a factory
|
||||||
|
|||||||
Reference in New Issue
Block a user