mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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
|
||||
public DynamicValue clone() {
|
||||
return new SourcePermanentPowerCount();
|
||||
return new TargetPermanentPowerCount();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue