Commit 244febbe authored by wind2009's avatar wind2009

Fix 創神のヴァルモニカ

parent 30b7ef74
Pipeline #26658 passed with stages
in 53 seconds
......@@ -89,6 +89,11 @@ function s.couop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.SelectMatchingCard(tp,s.ctfilter,tp,LOCATION_PZONE,0,1,1,nil):GetFirst()
if tc then
local ct=3-tc:GetCounter(0x6a)
tc:AddCounter(0x6a,ct)
if ct>0 then
tc:AddCounter(0x6a,ct)
if tc:GetCounter(0x6a)==3 then
Duel.RaiseEvent(tc,EVENT_CUSTOM+39210885,e,0,tp,tp,0)
end
end
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