Commit dbe0a3e3 authored by Crescent/毛虫's avatar Crescent/毛虫

Update c101205030.lua

parent cdebba1d
......@@ -8,7 +8,7 @@ function s.initial_effect(c)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(3)
e1:SetCountLimit(3,EFFECT_COUNT_CODE_SINGLE)
e1:SetTarget(s.postg)
e1:SetOperation(s.posop)
c:RegisterEffect(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