forked from External/mage
- Fixed #8334. Refactored and simplified some aspects of the Foretell ability.
This commit is contained in:
parent
b37dd094e1
commit
6f76c3371e
4 changed files with 14 additions and 23 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue