Commit 06a5bbd5 authored by mercury233's avatar mercury233

update 真エクゾディア

parent 2e432b04
...@@ -23,6 +23,6 @@ function c37984331.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -23,6 +23,6 @@ function c37984331.condition(e,tp,eg,ep,ev,re,r,rp)
return ct==4 and not Duel.IsExistingMatchingCard(c37984331.cfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,c) return ct==4 and not Duel.IsExistingMatchingCard(c37984331.cfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,c)
end end
function c37984331.operation(e,tp,eg,ep,ev,re,r,rp) function c37984331.operation(e,tp,eg,ep,ev,re,r,rp)
local WIN_REASON_EXODIA = 0x10 local WIN_REASON_TRUE_EXODIA = 0x20
Duel.Win(1-tp,WIN_REASON_EXODIA) Duel.Win(1-tp,WIN_REASON_TRUE_EXODIA)
end 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