mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08:00
* Grand Abolisher - Fixed missing tooltip text.
This commit is contained in:
parent
2473ddd38d
commit
4ccc85573f
2 changed files with 8 additions and 8 deletions
|
|
@ -63,8 +63,9 @@ public class MageInt implements Serializable, Copyable<MageInt> {
|
|||
|
||||
@Override
|
||||
public MageInt copy() {
|
||||
if (this == EmptyMageInt)
|
||||
if (this == EmptyMageInt) {
|
||||
return this;
|
||||
}
|
||||
return new MageInt(baseValue, cardValue);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue