Commit 1122b1f3 authored by salix5's avatar salix5

Merge pull request #841 from sidschingis/patch

fix
parents 5c8e670a c48a9ee8
......@@ -56,7 +56,7 @@ function c269012.damcon(e,tp,eg,ep,ev,re,r,rp)
end
function c269012.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
local damp=eg:GetFirst():GetControler()
local damp=eg:GetFirst():GetPreviousControler()
Duel.SetTargetPlayer(damp)
Duel.SetTargetParam(1000)
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,damp,1000)
......
......@@ -12,6 +12,7 @@ function c8522996.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(8522996,1))
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCondition(c8522996.chcon)
......
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