Commit 5c3ab82c authored by Amiya's avatar Amiya

修复

parent f3fd2404
Pipeline #31287 passed with stages
in 1 minute and 15 seconds
...@@ -36,6 +36,7 @@ function s.initial_effect(c) ...@@ -36,6 +36,7 @@ function s.initial_effect(c)
e4:SetCode(EVENT_TO_GRAVE) e4:SetCode(EVENT_TO_GRAVE)
e4:SetProperty(EFFECT_FLAG_DELAY) e4:SetProperty(EFFECT_FLAG_DELAY)
e4:SetCountLimit(1,id+o*2) e4:SetCountLimit(1,id+o*2)
e4:SetCondition(s.thcon2)
e4:SetCost(s.thcost) e4:SetCost(s.thcost)
e4:SetTarget(s.thtg2) e4:SetTarget(s.thtg2)
e4:SetOperation(s.thop2) e4:SetOperation(s.thop2)
......
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