Commit 68d5ed5b authored by salix5's avatar salix5

Merge pull request #1476 from Steeldarkeagel/patch-49

Update c99177923.lua
parents 75229b0c 439db5b6
...@@ -6,6 +6,7 @@ function c99177923.initial_effect(c) ...@@ -6,6 +6,7 @@ function c99177923.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetCode(EVENT_DRAW) e1:SetCode(EVENT_DRAW)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCondition(c99177923.spcon) e1:SetCondition(c99177923.spcon)
e1:SetCost(c99177923.spcost) e1:SetCost(c99177923.spcost)
......
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