Commit 0ad3af0b authored by Amiya's avatar Amiya

修复

parent fe5c2195
...@@ -18,7 +18,6 @@ function s.initial_effect(c) ...@@ -18,7 +18,6 @@ function s.initial_effect(c)
e2:SetCategory(CATEGORY_TOEXTRA) e2:SetCategory(CATEGORY_TOEXTRA)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCountLimit(1,id+o) e2:SetCountLimit(1,id+o)
e2:SetCost(aux.bfgcost) e2:SetCost(aux.bfgcost)
e2:SetTarget(s.tdtg) e2:SetTarget(s.tdtg)
......
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