Commit e9861e43 authored by mercury233's avatar mercury233

temp fix

parent f64fae0c
--トリックスター・ライトステージ --トリックスター・ライトステージ
--not fully implemented
function c35371948.initial_effect(c) function c35371948.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -105,6 +106,7 @@ function c35371948.agop(e,tp,eg,ep,ev,re,r,rp) ...@@ -105,6 +106,7 @@ function c35371948.agop(e,tp,eg,ep,ev,re,r,rp)
target=te:GetTarget() target=te:GetTarget()
operation=te:GetOperation() operation=te:GetOperation()
act=te:GetCode()==EVENT_FREE_CHAIN and te:IsActivatable(tep) act=te:GetCode()==EVENT_FREE_CHAIN and te:IsActivatable(tep)
and not (bit.band(tc:GetType(),TYPE_SPELL)~=0 and bit.band(tc:GetType(),TYPE_QUICKPLAY)==0)
and (not condition or condition(te,tep,eg,ep,ev,re,r,rp)) and (not condition or condition(te,tep,eg,ep,ev,re,r,rp))
and (not cost or cost(te,tep,eg,ep,ev,re,r,rp,0)) and (not cost or cost(te,tep,eg,ep,ev,re,r,rp,0))
and (not target or target(te,tep,eg,ep,ev,re,r,rp,0)) and (not target or target(te,tep,eg,ep,ev,re,r,rp,0))
......
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