Commit 59b5b042 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50223175.lua

parent 4495c59a
Pipeline #30303 passed with stages
in 29 minutes and 6 seconds
...@@ -43,7 +43,7 @@ function c50223175.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -43,7 +43,7 @@ function c50223175.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c50223175.activate(e,tp,eg,ep,ev,re,r,rp) function c50223175.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
tgc=Duel.SelectMatchingCard(tp,c50223175.tgfilter,tp,LOCATION_MZONE,0,1,1,nil,e,tp):GetFirst() local tgc=Duel.SelectMatchingCard(tp,c50223175.tgfilter,tp,LOCATION_MZONE,0,1,1,nil,e,tp):GetFirst()
if not tgc then return end if not tgc then return end
local race=tgc:GetRace() local race=tgc:GetRace()
local attr=tgc:GetAttribute() local attr=tgc:GetAttribute()
......
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