Commit 53c28526 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50224560.lua

parent 86939a14
Pipeline #30529 canceled with stages
in 1 minute and 23 seconds
--化学仪器-烧杯
--化学反应Ⅰ式
function c50224560.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
......@@ -43,7 +43,7 @@ function c50224560.target(e,tp,eg,ep,ev,re,r,rp,chk)
return res
end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
if Duel.IsExistingMatchingCard(c50224560.lmfilter,tp,LOCATION_MZONE,0,1,nil) then
if Duel.IsExistingMatchingCard(c50224560.lmfilter,tp,LOCATION_MZONE,0,1,nil) and e:IsHasType(EFFECT_TYPE_ACTIVATE) then
Duel.SetChainLimit(c50224560.chainlm)
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