Erwan
- fix a memory leak with "Prevent All combat damages" ability - Fix issue 242 (Equip can be used outside of the main phases) - introducing "attach" keyword. Same as equip but can be used anytime. Untested - introducing "asSorcery" keyword. Can be used the same way as "myTurnOnly" on activated abilities to restrict their usage. Untested. Other similar keywords will follow, please let me know which ones would be useful
This commit is contained in:
24
projects/mtg/bin/Res/test/behemoth_sledge5.txt
Normal file
24
projects/mtg/bin/Res/test/behemoth_sledge5.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
#Test:equipment outside of main phase
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
manapool:{3}
|
||||
inplay:grizzly bears,behemoth sledge
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
behemoth sledge
|
||||
grizzly bears
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
life:20
|
||||
inplay:grizzly bears,behemoth sledge
|
||||
[PLAYER2]
|
||||
life:18
|
||||
[END]
|
||||
Reference in New Issue
Block a user