Commit 26d4762b authored by POLYMER's avatar POLYMER

fix

parent 06ceaf28
......@@ -167,6 +167,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local fd=Duel.SelectField(tp,2,LOCATION_SZONE,0,~0x1f00)
for i=0,4 do
if fd&(1<<(8+i))>0 then
c:RegisterFlagEffect(EFFECT_FLAG_EFFECT+m+0xffff+i,RESET_EVENT+RESETS_STANDARD-RESET_TOGRAVE-RESET_LEAVE,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(m,i))
local de=Effect.CreateEffect(c)
de:SetDescription(aux.Stringid(m,i))
de:SetType(EFFECT_TYPE_FIELD)
......
......@@ -18,7 +18,7 @@ function c28315848.initial_effect(c)
--shhis spsummon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(28315848,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOGRAVE)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOGRAVE+CATEGORY_DECKDES)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_PZONE)
e2:SetCountLimit(1,28315848)
......
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