Commit 41231cc5 authored by Huangnan's avatar Huangnan

fix

parent 9346b447
No preview for this file type
......@@ -28,7 +28,7 @@ function cm.initial_effect(c)
end
--activate
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetActivityCount(tp,ACTIVITY_SUMMON)==0 and Duel.GetActivityCount(tp,ACTIVITY_SPSUMMON)==0 end
if chk==0 then return true end
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
......
This diff is collapsed.
2023/12/25 19:51:21
\ No newline at end of file
2025/02/12 12:07:31
\ No newline at end of file
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