* Oathsworn Vampire - Fixed a possible exception bug.

This commit is contained in:
LevelX2 2018-01-07 22:19:46 +01:00
parent b089a8a872
commit 423e3847a8

View file

@ -91,6 +91,7 @@ class OathswornVampirePlayEffect extends AsThoughEffectImpl {
public OathswornVampirePlayEffect(final OathswornVampirePlayEffect effect) {
super(effect);
this.condition = effect.condition;
}
@Override