- Fixed Virulent Sliver.

This commit is contained in:
jendave
2011-08-06 04:33:27 +00:00
parent 220924c716
commit e60520fc19

View File

@@ -4227,7 +4227,8 @@ public class GameActionUtil {
for (int i=0;i<keywords.size();i++)
{
AllZone.Stack.add(ability);
if (keywords.get(i).equals("Poisonous 1"))
AllZone.Stack.add(ability);
}
}