mirror of
https://github.com/correl/mage.git
synced 2024-12-29 03:00:15 +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) {
|
||||
super(effect);
|
||||
this.spellMV = effect.spellMV;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -64,6 +65,7 @@ class VeiledSentryEffect extends ContinuousEffectImpl {
|
|||
|
||||
@Override
|
||||
public void init(Ability source, Game game) {
|
||||
super.init(source, game);
|
||||
Spell spell = (Spell) getValue("spellCast");
|
||||
if (spell != null) {
|
||||
spellMV = spell.getManaValue();
|
||||
|
|
Loading…
Reference in a new issue