Commit 357e8706 authored by GuGu's avatar GuGu

Update c200301.lua

parent f272cc66
Pipeline #32888 passed with stage
in 7 seconds
......@@ -22,7 +22,7 @@ end
function c200301.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
Duel.Hint(HINT_SELECTMSG,tp,0)
local ac=Duel.AnnounceCardFilter(tp,0x701,OPCODE_ISSETCARD,TYPE_FIELD,OPCODE_ISTYPE,OPCODE_AND)
local ac=Duel.AnnounceCard(tp,0x701,OPCODE_ISSETCARD,TYPE_FIELD,OPCODE_ISTYPE,OPCODE_AND)
e:SetLabel(ac)
end
function c200301.activate(e,tp,eg,ep,ev,re,r,rp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment