Commit fcb7aca8 authored by Amiya's avatar Amiya

修复

parent 69df2661
Pipeline #41361 passed with stages
in 1 minute and 37 seconds
......@@ -17,7 +17,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_TO_GRAVE)
e2:SetCountLimit(1,id)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_FUSION_SUMMON)
e2:SetCondition(s.fspcon)
e2:SetCost(s.fspcost)
e2:SetTarget(s.fsptg)
......
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