Commit 56545100 authored by GuGu's avatar GuGu

Update c74560014.lua

parent 07c7d85d
Pipeline #32488 passed with stage
in 38 seconds
...@@ -21,6 +21,7 @@ function cCardno.initial_effect(c) ...@@ -21,6 +21,7 @@ function cCardno.initial_effect(c)
e3:SetDescription(aux.Stringid(Cardno,2)) e3:SetDescription(aux.Stringid(Cardno,2))
e3:SetCategory(CATEGORY_REMOVE) e3:SetCategory(CATEGORY_REMOVE)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCountLimit(1) e3:SetCountLimit(1)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetTarget(cCardno.tdtg) e3:SetTarget(cCardno.tdtg)
......
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