Commit ce3e1f49 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Block Dragon (#477)

parent 38db7c18
...@@ -32,6 +32,7 @@ function c94689206.initial_effect(c) ...@@ -32,6 +32,7 @@ function c94689206.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e4:SetProperty(EFFECT_FLAG_DELAY) e4:SetProperty(EFFECT_FLAG_DELAY)
e4:SetCode(EVENT_TO_GRAVE) e4:SetCode(EVENT_TO_GRAVE)
e4:SetCountLimit(1,94689206)
e4:SetCondition(c94689206.thcon) e4:SetCondition(c94689206.thcon)
e4:SetTarget(c94689206.thtg) e4:SetTarget(c94689206.thtg)
e4:SetOperation(c94689206.thop) e4:SetOperation(c94689206.thop)
......
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