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 109af1e commit 87dfd76Copy full SHA for 87dfd76
rush/c160021059.lua
@@ -8,7 +8,7 @@ function s.initial_effect(c)
8
e0:SetType(EFFECT_TYPE_SINGLE)
9
e0:SetCode(EFFECT_IS_LEGEND)
10
e0:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
11
- e0:SetRange(LOCATION_GRAVE)
+ e0:SetRange(LOCATION_HAND|LOCATION_GRAVE)
12
c:RegisterEffect(e0)
13
--Ritual Summon
14
local e1=Ritual.CreateProc({handler=c,lvtype=RITPROC_GREATER,filter=s.ritualfil,matfilter=s.forcedgroup})
0 commit comments