- fixed memory leak in AEquip/ATeach 
- Test suite now trims strings correctly (allows to have space between comma-separated card names)
- Added Paradise Mantle (for ATeach test)
- removed a missing wallpaper from wallpapers list
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-11-07 02:27:54 +00:00
parent b2ee9c0f41
commit 416617fc0d
7 changed files with 72 additions and 40 deletions
+1
View File
@@ -391,6 +391,7 @@ OneDozenEyes.txt
orcish_artillery.txt
orcish_lumberjack.txt
overrun.txt
paradise_mantle.txt
paralysis.txt
paralysis2.txt
persuasion.txt
@@ -0,0 +1,20 @@
#Bug: "Teach" functionality has a memory leak whenever it equips a creature
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,raging goblin
hand:paradise mantle
manapool:{2}
[PLAYER2]
[DO]
paradise mantle
paradise mantle
grizzly bears
paradise mantle
raging goblin
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,raging goblin, paradise mantle
[PLAYER2]
[END]