Commit e7498bd5 authored by GuGu's avatar GuGu

Update c60151310.lua

parent 10eb6193
Pipeline #34006 passed with stage
in 32 seconds
......@@ -12,7 +12,7 @@ function c60151310.initial_effect(c)
--special summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(60151310,0))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetCategory(CATEGORY_EQUIP)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL+EFFECT_FLAG_DELAY)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
......@@ -48,7 +48,7 @@ end
function c60151310.spop2(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.SelectMatchingCard(tp,c60151310.spfilter,tp,LOCATION_SZONE,0,1,1,e:GetHandler())
Duel.SendtoDeck(g,nil,2,REASON_COST)
Duel.SendtoDeck(g,nil,2,REASON_SPSUMMON)
end
function c60151310.sumcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousPosition(POS_FACEUP) and e:GetHandler():GetLocation()~=LOCATION_DECK
......
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