Commit 2c5a1e2c authored by nanahira's avatar nanahira

improve

parent 912e7291
...@@ -184,11 +184,11 @@ addSkill(9952083, function(e1) ...@@ -184,11 +184,11 @@ addSkill(9952083, function(e1)
e1:SetCode(EFFECT_SET_SUMMON_COUNT_LIMIT) e1:SetCode(EFFECT_SET_SUMMON_COUNT_LIMIT)
e1:SetProperty(e1:GetProperty()|EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(e1:GetProperty()|EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetValue(3) e1:SetValue(0xff)
end) end)
local function destroyReplaceFilter(c,tp) local function destroyReplaceFilter(c,tp)
return c:IsControler(tp) and c:IsReason(REASON_EFFECT) return c:IsControler(tp) and (c:IsReason(REASON_EFFECT) or c:IsReason(REASON_BATTLE))
end end
addSkill(47529357, function(e1) addSkill(47529357, function(e1)
......
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