Commit 3f9a8bbf authored by wind2009's avatar wind2009 Committed by GitHub

Fix 魅惑の女王 LV7 (#2602)

Add EFFECT_COUNT_CODE_SINGLE
parent fb71435c
...@@ -15,7 +15,7 @@ function c50140163.initial_effect(c) ...@@ -15,7 +15,7 @@ function c50140163.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1) e2:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE)
e2:SetCondition(c50140163.eqcon1) e2:SetCondition(c50140163.eqcon1)
e2:SetTarget(c50140163.eqtg) e2:SetTarget(c50140163.eqtg)
e2:SetOperation(c50140163.eqop) e2:SetOperation(c50140163.eqop)
......
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