add Stoneshock Giant
parent
63c8c3805d
commit
da94c95332
|
@ -6,7 +6,7 @@ type=Creature
|
|||
subtype=Giant
|
||||
cost={3}{R}{R}
|
||||
pt=5/4
|
||||
ability={6}{R}{R}: Monstrosity 3.;\
|
||||
ability=Monstrosity 3 {6}{R}{R};\
|
||||
When SN becomes monstrous, creatures without flying your opponents control can't block this turn.
|
||||
timing=main
|
||||
oracle={6}{R}{R}: Monstrosity 3. When Stoneshock Giant becomes monstrous, creatures without flying your opponents control can't block this turn.
|
|
@ -1871,6 +1871,7 @@ public class MagicTargetFilterFactory {
|
|||
|
||||
// <color|type|subtype> your opponents control
|
||||
multiple.put("creatures with flying your opponents control", CREATURE_WITH_FLYING_YOUR_OPPONENT_CONTROLS);
|
||||
multiple.put("creatures without flying your opponents control", CREATURE_WITHOUT_FLYING_YOUR_OPPONENT_CONTROLS);
|
||||
|
||||
// <color|type|subtype>
|
||||
multiple.put("lands",LAND);
|
||||
|
|
Loading…
Reference in New Issue