Commit bddff7cd authored by JoyJ's avatar JoyJ
parents 7a604a54 da7b5db9
dc-php @ f0577fab
Subproject commit f0577fab8da59b23f8b3e3e495c292b0995ed3e4
......@@ -154,7 +154,7 @@ endPhaseSkill(69015963, function(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(500)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetReset(RESET_EVENT+0xfe0000)
tc:RegisterEffect(e1,true)
Duel.SpecialSummonComplete()
end
......@@ -271,11 +271,13 @@ function c13171876_op(e,tp,eg,ep,ev,re,r,rp)
local lp=Duel.GetLP(tp)-3000
if lp<0 then lp=0 end
Duel.SetLP(tp,lp)
end
end]]
oneTimeSkill(66957584,function(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetFieldGroup(LOCATION_DECK+LOCATION_HAND)
g:ForEach(c66957584_reg)
local g=Duel.GetFieldGroup(tp,LOCATION_DECK+LOCATION_HAND,0)
for c in aux.Next(g) do
c66957584_reg(c)
end
end)
function c66957584_reg(c)
......
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