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