mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
* Praetor's Grasp - fixed that it freeze the game after cast;
This commit is contained in:
parent
9a08ccda95
commit
2197d8ee4a
3 changed files with 40 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue