Skip to content

Commit 2f62829

Browse files
authored
Update "Mind Scan"
Incorrect function call
1 parent 66a5b8e commit 2f62829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skill/c300201008.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function s.flipop(e,tp,eg,ep,ev,re,r,rp)
2323
e1:SetRange(0x5f)
2424
e1:SetCondition(function(e,tp) return Duel.HasFlagEffect(tp,id) and Duel.GetLP(tp)>=3000 end)
2525
e1:SetTargetRange(0,LOCATION_SZONE)
26-
Duel.RegisterFlagEffect(e1,tp)
26+
Duel.RegisterEffect(e1,tp)
2727
--If your LP fall below 3000, flip this card face-down.
2828
local e2=Effect.CreateEffect(e:GetHandler())
2929
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)

0 commit comments

Comments
 (0)