We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d245ae3 commit 72096c7Copy full SHA for 72096c7
rush/c160322001.lua
@@ -12,7 +12,7 @@ function s.initial_effect(c)
12
e1:SetType(EFFECT_TYPE_SINGLE)
13
e1:SetCode(EFFECT_CHANGE_CODE)
14
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
15
- e1:SetRange(LOCATION_GRAVE+LOCATION_MZONE)
+ e1:SetRange(LOCATION_MZONE)
16
e1:SetValue(160208002)
17
c:RegisterEffect(e1)
18
--Cannot be destroyed
0 commit comments