Commit e2e4948c authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50224565.lua

parent 408db8b4
Pipeline #30531 canceled with stages
in 15 seconds
--化学仪器-烧瓶 --化学反应Ⅱ式
function c50224565.initial_effect(c) function c50224565.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -52,7 +52,7 @@ function c50224565.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -52,7 +52,7 @@ function c50224565.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,tp,LOCATION_ONFIELD+LOCATION_GRAVE) Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,tp,LOCATION_ONFIELD+LOCATION_GRAVE)
if Duel.IsExistingMatchingCard(c50224565.lmfilter,tp,LOCATION_MZONE,0,1,nil) then if Duel.IsExistingMatchingCard(c50224565.lmfilter,tp,LOCATION_MZONE,0,1,nil) and e:IsHasType(EFFECT_TYPE_ACTIVATE) then
Duel.SetChainLimit(c50224565.chainlm) Duel.SetChainLimit(c50224565.chainlm)
end end
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