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