Commit 9f5a066e authored by a597449807's avatar a597449807 Committed by GitHub

Fix マグマッチョ・ドラゴン (#2752)

修复②效果应不能在伤害步骤阶段发动的问题(ダメージステップ中には発動できません)。

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=19481&request_locale=ja
parent 30bce3b2
...@@ -16,7 +16,7 @@ function c50951254.initial_effect(c) ...@@ -16,7 +16,7 @@ function c50951254.initial_effect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DRAW) e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DRAW)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_DESTROYED) e2:SetCode(EVENT_DESTROYED)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,86346363) e2:SetCountLimit(1,86346363)
e2:SetCondition(c50951254.spcon) e2:SetCondition(c50951254.spcon)
......
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