Commit 79f3d5ca authored by nekrozar's avatar nekrozar

fix Desperado Barrel Dragon

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=13473
対象を取る効果ではありません。
parent 2ffe8b12
...@@ -18,7 +18,6 @@ function c76728962.initial_effect(c) ...@@ -18,7 +18,6 @@ function c76728962.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCategory(CATEGORY_DESTROY+CATEGORY_COIN+CATEGORY_DRAW) e2:SetCategory(CATEGORY_DESTROY+CATEGORY_COIN+CATEGORY_DRAW)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetCondition(c76728962.descon) e2:SetCondition(c76728962.descon)
......
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