mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed Issue#20: Fatal Frenzy doesn't boost target creature
This commit is contained in:
parent
5dbc3a1c07
commit
fa9c7c4436
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class TargetPermanentPowerCount implements DynamicValue {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public DynamicValue clone() {
|
public DynamicValue clone() {
|
||||||
return new SourcePermanentPowerCount();
|
return new TargetPermanentPowerCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue