Commit 33d8a8ba authored by salix5's avatar salix5

Merge pull request #149 from destdev/patch-4

fix D/D Berfomet
parents fcfc0c01 cbe93901
......@@ -5,6 +5,7 @@ function c19808608.initial_effect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c19808608.lvtg)
e1:SetOperation(c19808608.lvop)
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