Commit 4d45b6c4 authored by salix5's avatar salix5

Merge pull request #1108 from nekrozar/patch-3

fix Scrap-Iron Statue
parents 99b1ac58 79f66dbb
...@@ -15,7 +15,7 @@ function c48497555.initial_effect(c) ...@@ -15,7 +15,7 @@ function c48497555.initial_effect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e2:SetCountLimit(1,48497556) e2:SetCountLimit(1,48497556)
e2:SetCondition(c48497555.spcon) e2:SetCondition(c48497555.spcon)
e2:SetTarget(c48497555.sptg) e2:SetTarget(c48497555.sptg)
......
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