Commit 1092b9d9 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12050000.lua

parent 61377d12
......@@ -47,7 +47,7 @@ function tsukiyo.teop(e,tp,eg,ep,ev,re,r,rp)
local b1=Duel.IsExistingMatchingCard(aux.TRUE,tp,0,LOCATION_ONFIELD,1,nil)
local b2=Duel.IsExistingMatchingCard(tsukiyo.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp)
local b3=Duel.IsExistingMatchingCard(tsukiyo.thfilter,tp,LOCATION_GRAVE,0,1,nil)
if Duel.GetFlagEffect(tp,12050011)>0 and c:IsStatus(STATUS_ACT_FROM_HAND) and ( b1 or b2 or b3 ) then
if Duel.GetFlagEffect(tp,12050011)>0 and e:IsHasType(EFFECT_TYPE_ACTIVATE) and ( b1 or b2 or b3 ) then
local off=1
local ops={}
local opval={}
......@@ -147,4 +147,4 @@ function cm.initial_effect(c)
aux.EnablePendulumAttribute(c)
--toex
local e0=tsukiyo.ToEXEffect(c)
end
\ No newline at end of file
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