Commit 2cb5fec2 authored by nanahira's avatar nanahira Committed by GitHub

Update c37564850.lua

parent 305d20f2
......@@ -36,10 +36,10 @@ function cm.SetMaterial(c,g)
if efg:GetCount()>0 then
Duel.Hint(HINT_CARD,0,m)
Duel.Hint(HINT_SELECTMSG,tp,m*16)
local tg=efg:Select(tp,1,1,nil)
local tg=efg:Select(c:GetControler(),1,1,nil)
local tc=tg:GetFirst()
Duel.HintSelection(tg)
c:RegisterFlagEffect(m,0xfe1000,0,1,tc:GetOriginalCode())
end
return Card.SetMaterial(c,g)
end
\ No newline at end of file
end
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