Skip to content

Commit 87dfd76

Browse files
committed
fixed Legend Advent
1 parent 109af1e commit 87dfd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160021059.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function s.initial_effect(c)
88
e0:SetType(EFFECT_TYPE_SINGLE)
99
e0:SetCode(EFFECT_IS_LEGEND)
1010
e0:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
11-
e0:SetRange(LOCATION_GRAVE)
11+
e0:SetRange(LOCATION_HAND|LOCATION_GRAVE)
1212
c:RegisterEffect(e0)
1313
--Ritual Summon
1414
local e1=Ritual.CreateProc({handler=c,lvtype=RITPROC_GREATER,filter=s.ritualfil,matfilter=s.forcedgroup})

0 commit comments

Comments
 (0)