Commit e9164749 authored by 未闻皂名's avatar 未闻皂名

2025/1/27 bug修复

parent 4da882c8
Pipeline #32814 passed with stages
in 10 minutes and 11 seconds
......@@ -24,6 +24,7 @@ function cm.initial_effect(c)
e2:SetRange(LOCATION_MZONE)
e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetTarget(cm.fustg)
e2:SetValue(cm.fuslimit)
c:RegisterEffect(e2)
--Continuous Effect
RD.AddContinuousEffect(c,e1,e2,RD.EnableChangeCode(c,list[1],LOCATION_MZONE))
......@@ -38,4 +39,7 @@ cm.indval=RD.ValueEffectIndesType(0,TYPE_SPELL+TYPE_TRAP)
--Cannot Be Fusion Material
function cm.fustg(e,c)
return c:IsFaceup() and c:IsLevel(12)
end
function cm.fuslimit(e,c,sumtype)
return sumtype==SUMMON_TYPE_FUSION
end
\ 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