Commit ed383be3 authored by sidschingis's avatar sidschingis

fix

c269012 should damage the previous controller on the field
c66661678 fixed token not registering as special Summon
parent 703095c2
......@@ -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)
......
......@@ -31,4 +31,5 @@ function c66661678.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(1)
e1:SetReset(RESET_EVENT+0x1fe0000)
token:RegisterEffect(e1,true)
Duel.SpecialSummonComplete()
end
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