- Fixed #8334. Refactored and simplified some aspects of the Foretell ability.

This commit is contained in:
Jeff Wadsworth 2021-09-28 16:49:43 -05:00
parent b37dd094e1
commit 6f76c3371e
4 changed files with 14 additions and 23 deletions

View file

@ -464,6 +464,7 @@ public class GameEvent implements Serializable {
VENTURE, VENTURED,
DUNGEON_COMPLETED,
REMOVED_FROM_COMBAT, // targetId id of permanent removed from combat
FORETOLD, // targetId id of card foretold
//custom events
CUSTOM_EVENT
}