mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed Virulent Sliver.
This commit is contained in:
@@ -4227,7 +4227,8 @@ public class GameActionUtil {
|
|||||||
|
|
||||||
for (int i=0;i<keywords.size();i++)
|
for (int i=0;i<keywords.size();i++)
|
||||||
{
|
{
|
||||||
AllZone.Stack.add(ability);
|
if (keywords.get(i).equals("Poisonous 1"))
|
||||||
|
AllZone.Stack.add(ability);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user