mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[SPM] implement Scarlet Spider, Ben Reilly
This commit is contained in:
parent
8b6b90c8d8
commit
ed134cbfc6
4 changed files with 169 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ import mage.util.CardUtil;
|
|||
* @author TheElk801
|
||||
*/
|
||||
public enum WebSlingingCondition implements Condition {
|
||||
THEY("they were");
|
||||
THEY("they were"),
|
||||
THIS("{this}");
|
||||
private final String message;
|
||||
|
||||
WebSlingingCondition(String message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue