Skip to content

Commit 14e941e

Browse files
authored
Update c63821877.lua
Missing underscore
1 parent 4028afe commit 14e941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c63821877.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
e1:SetCode(EVENT_BE_MATERIAL)
99
e1:SetProperty(EFFECT_FLAG_EVENT_PLAYER)
1010
e1:SetCountLimit(1,id)
11-
e1:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return r==REASON_XYZ and e:GetHandler():GetReasonCard():IsAttribute(ATTRIBUTE DARK) end)
11+
e1:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return r==REASON_XYZ and e:GetHandler():GetReasonCard():IsAttribute(ATTRIBUTE_DARK) end)
1212
e1:SetOperation(s.efop)
1313
c:RegisterEffect(e1)
1414
--Send 1 "Phantom Knights" card from your Deck to the GY

0 commit comments

Comments
 (0)