Commit b88ed9b2 authored by GuGu's avatar GuGu

Update c71105.lua

parent 9df2d89b
Pipeline #33773 passed with stage
in 11 seconds
......@@ -17,12 +17,12 @@ function c71105.initial_effect(c)
e4:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e4:SetType(EFFECT_TYPE_FIELD)
e4:SetRange(LOCATION_HAND)
e4:SetCountLimit(1,71105)
e4:SetCountLimit(1,71105+EFFECT_COUNT_CODE_OATH)
e4:SetCode(EFFECT_SPSUMMON_PROC)
e4:SetCondition(c71105.hspcon)
e4:SetOperation(c71105.hspop)
c:RegisterEffect(e4)
end
end
function c71105.filter(c)
return c:IsCode(71201) and c:IsAbleToHand()
end
......
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