- Added the option "UntilEndOfCombat" to AF Pump.

- Added Glyph of Destruction.
This commit is contained in:
jendave
2011-08-07 00:56:14 +00:00
parent cc70fc5e5c
commit c3d52f5dbb
3 changed files with 14 additions and 2 deletions

View File

@@ -690,8 +690,8 @@ public class AbilityFactory_Pump {
}
}
};
AllZone.EndOfTurn.addUntil(untilEOT);
if(params.containsKey("UntilEndOfCombat")) AllZone.EndOfCombat.addUntil(untilEOT);
else AllZone.EndOfTurn.addUntil(untilEOT);
}
}