Commit b1c787f1 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/PHNI' into master

parents d3e8d6b3 9f5a066e
...@@ -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