Commit 06065e65 authored by POLYMER's avatar POLYMER

fix

parent 003a543e
...@@ -44,8 +44,8 @@ function c28328484.initial_effect(c) ...@@ -44,8 +44,8 @@ function c28328484.initial_effect(c)
e6:SetDescription(aux.Stringid(28328484,1)) e6:SetDescription(aux.Stringid(28328484,1))
e6:SetCategory(CATEGORY_TOHAND) e6:SetCategory(CATEGORY_TOHAND)
e6:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e6:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e6:SetCode(EVENT_DETACH_MATERIAL) e6:SetCode(EVENT_TO_GRAVE)
e6:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e6:SetProperty(EFFECT_FLAG_DELAY)
e6:SetRange(LOCATION_FZONE) e6:SetRange(LOCATION_FZONE)
e6:SetTarget(c28328484.gthtg) e6:SetTarget(c28328484.gthtg)
e6:SetOperation(c28328484.gthop) e6:SetOperation(c28328484.gthop)
......
...@@ -139,8 +139,8 @@ function c28366684.slop(e,tp,eg,ep,ev,re,r,rp) ...@@ -139,8 +139,8 @@ function c28366684.slop(e,tp,eg,ep,ev,re,r,rp)
local b2=Duel.IsExistingMatchingCard(c28366684.alfilter,tp,LOCATION_DECK,0,1,nil) local b2=Duel.IsExistingMatchingCard(c28366684.alfilter,tp,LOCATION_DECK,0,1,nil)
if b1 or b2 then if b1 or b2 then
local op=aux.SelectFromOptions(tp, local op=aux.SelectFromOptions(tp,
{b1,aux.Stringid(28366684,0)}, {b1,aux.Stringid(28366684,2)},
{b2,aux.Stringid(28366684,1)}) {b2,aux.Stringid(28366684,3)})
if op==1 then if op==1 then
local lp=Duel.GetLP(tp) local lp=Duel.GetLP(tp)
Duel.SetLP(tp,lp-1000) Duel.SetLP(tp,lp-1000)
......
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