mirror of
https://github.com/correl/mage.git
synced 2024-12-30 19:10:36 +00:00
[UGL] small additional fix to Veiled Sentry
This commit is contained in:
parent
77382152e7
commit
e9a16606dc
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ class VeiledSentryEffect extends ContinuousEffectImpl {
|
||||||
|
|
||||||
public VeiledSentryEffect(final VeiledSentryEffect effect) {
|
public VeiledSentryEffect(final VeiledSentryEffect effect) {
|
||||||
super(effect);
|
super(effect);
|
||||||
|
this.spellMV = effect.spellMV;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -64,6 +65,7 @@ class VeiledSentryEffect extends ContinuousEffectImpl {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init(Ability source, Game game) {
|
public void init(Ability source, Game game) {
|
||||||
|
super.init(source, game);
|
||||||
Spell spell = (Spell) getValue("spellCast");
|
Spell spell = (Spell) getValue("spellCast");
|
||||||
if (spell != null) {
|
if (spell != null) {
|
||||||
spellMV = spell.getManaValue();
|
spellMV = spell.getManaValue();
|
||||||
|
|
Loading…
Reference in a new issue