Skip to content

Commit 9562ce1

Browse files
committed
fixed Legend Possessed
1 parent 940e810 commit 9562ce1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rush/c160216068.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
--scripted by YoshiDuels
44
local s,id=GetID()
55
function s.initial_effect(c)
6+
--Treated as a Legend Card in the GY
7+
local e0=Effect.CreateEffect(c)
8+
e0:SetType(EFFECT_TYPE_SINGLE)
9+
e0:SetCode(EFFECT_IS_LEGEND)
10+
e0:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
11+
e0:SetRange(LOCATION_HAND|LOCATION_GRAVE)
12+
c:RegisterEffect(e0)
613
--Ritual Summon
714
local e1=Ritual.CreateProc({handler=c,lvtype=RITPROC_GREATER,filter=s.ritualfil,matfilter=s.forcedgroup})
815
e1:SetCondition(s.condition)

0 commit comments

Comments
 (0)