Commit 198767c8 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 0660cec2
......@@ -53,6 +53,9 @@ function s.regcon(e,tp,eg,ep,ev,re,r,rp)
e:SetLabel(({0,1,PLAYER_ALL})[v])
return true
end
function s.regop(e,tp,eg,ep,ev,re,r,rp)
Duel.RaiseEvent(eg,EVENT_CUSTOM+id,re,r,rp,ep,e:GetLabel())
end
function s.ndcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x3a7a) and c:IsType(TYPE_MONSTER)
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