- Fixed Virulent Sliver.

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

View File

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