* Praetor's Grasp - fixed that it freeze the game after cast;

This commit is contained in:
Oleg Agafonov 2019-07-12 21:49:00 +04:00
parent 9a08ccda95
commit 2197d8ee4a
3 changed files with 40 additions and 15 deletions

View file

@ -5,7 +5,6 @@ package mage.constants;
* @author North
*/
public enum AsThoughEffectType {
ATTACK,
ATTACK_AS_HASTE,
ACTIVATE_HASTE,
@ -20,7 +19,7 @@ public enum AsThoughEffectType {
BLOCK_FORESTWALK,
DAMAGE_NOT_BLOCKED,
BE_BLOCKED,
PLAY_FROM_NOT_OWN_HAND_ZONE,
PLAY_FROM_NOT_OWN_HAND_ZONE, // do not use dialogs in "applies" method for that type of effect (it calls multiple times)
CAST_AS_INSTANT,
ACTIVATE_AS_INSTANT,
DAMAGE,