Commit 9429bd08 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c99177923.lua

Fix: Can now activate in the Damage Step.
parent dda128da
......@@ -6,6 +6,7 @@ function c99177923.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetCode(EVENT_DRAW)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c99177923.spcon)
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