Commit 3907381a authored by wind2009's avatar wind2009

Merge branch 'patch-1' into 'master'

Fix 面子蝙蝠

See merge request mycard/pre-release-database-cdb!21
parents b71c4914 dbe0a3e3
Pipeline #26805 passed with stages
in 55 seconds
......@@ -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