Erwan
-fix issue 283 (lord sorcery effects last indefinitely)
This commit is contained in:
@@ -319,6 +319,7 @@ pygmy_troll.txt
|
|||||||
pyroclasm.txt
|
pyroclasm.txt
|
||||||
quilled_sliver.txt
|
quilled_sliver.txt
|
||||||
rain_of_filth_i206.txt
|
rain_of_filth_i206.txt
|
||||||
|
rain_of_filth_i283.txt
|
||||||
rampant_growth.txt
|
rampant_growth.txt
|
||||||
ray_of_command.txt
|
ray_of_command.txt
|
||||||
ray_of_command_i176.txt
|
ray_of_command_i176.txt
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
#Bug: Rain of filth crashes the game
|
||||||
|
# http://code.google.com/p/wagic/issues/detail?id=206
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:forest
|
||||||
|
hand:rain of filth
|
||||||
|
manapool:{B}
|
||||||
|
[PLAYER2]
|
||||||
|
[DO]
|
||||||
|
rain of filth
|
||||||
|
eot
|
||||||
|
eot
|
||||||
|
forest
|
||||||
|
[ASSERT]
|
||||||
|
UNTAP
|
||||||
|
[PLAYER1]
|
||||||
|
manapool:{G}
|
||||||
|
inplay:forest
|
||||||
|
graveyard:rain of filth
|
||||||
|
[PLAYER2]
|
||||||
|
[END]
|
||||||
@@ -1396,7 +1396,7 @@ class GenericInstantAbility: public InstantAbility{
|
|||||||
}
|
}
|
||||||
|
|
||||||
int destroy(){
|
int destroy(){
|
||||||
ability->forceDestroy = 0;
|
ability->forceDestroy = 1;
|
||||||
return InstantAbility::destroy();
|
return InstantAbility::destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user