forked from External/mage
- Fixed #8067. Included weirddan455 fixes to Kardur Doomscourge as well. Added support for "remove from combat" to the 2 cards. Note that attacking creatures put into the graveyard is a special case. Test will follow.
This commit is contained in:
parent
9baa36c2e3
commit
43dbaf405b
5 changed files with 137 additions and 24 deletions
|
|
@ -457,6 +457,7 @@ public class GameEvent implements Serializable {
|
|||
ROOM_ENTERED,
|
||||
VENTURE, VENTURED,
|
||||
DUNGEON_COMPLETED,
|
||||
REMOVED_FROM_COMBAT, // targetId id of permanent removed from combat
|
||||
//custom events
|
||||
CUSTOM_EVENT
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue