mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Oathsworn Vampire - Fixed a possible exception bug.
This commit is contained in:
parent
b089a8a872
commit
423e3847a8
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class OathswornVampirePlayEffect extends AsThoughEffectImpl {
|
|||
|
||||
public OathswornVampirePlayEffect(final OathswornVampirePlayEffect effect) {
|
||||
super(effect);
|
||||
this.condition = effect.condition;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue