Commit 408db8b4 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50224570.lua

parent 53c28526
Pipeline #30530 canceled with stages
in 54 seconds
--化学仪器-试管
--化学反应Ⅲ式
function c50224570.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
......@@ -48,7 +48,7 @@ function c50224570.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
Duel.SetOperationInfo(0,CATEGORY_TODECK,nil,1,tp,LOCATION_GRAVE+LOCATION_REMOVED)
if Duel.IsExistingMatchingCard(c50224570.lmfilter,tp,LOCATION_MZONE,0,1,nil) then
if Duel.IsExistingMatchingCard(c50224570.lmfilter,tp,LOCATION_MZONE,0,1,nil) and e:IsHasType(EFFECT_TYPE_ACTIVATE) then
Duel.SetChainLimit(c50224570.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