Commit b0846a25 authored by nanahira's avatar nanahira

fix

parent fedcc369
...@@ -271,7 +271,7 @@ function c13171876_op(e,tp,eg,ep,ev,re,r,rp) ...@@ -271,7 +271,7 @@ 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(tp,LOCATION_DECK+LOCATION_HAND,0) local g=Duel.GetFieldGroup(tp,LOCATION_DECK+LOCATION_HAND,0)
......
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