Commit 15f70794 authored by Nemo Ma's avatar Nemo Ma

fix

parent a46f5089
......@@ -46,7 +46,7 @@ function c33400453.con(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetHandler():GetEquipTarget()
local tc1=tc:GetBattleTarget()
e:SetLabelObject(tc1)
return tc and tc:IsFaceup()
return tc1 and tc1:IsFaceup()
end
function c33400453.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......
......@@ -14,6 +14,7 @@ function c76029002.initial_effect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCountLimit(1,76029002)
e1:SetTarget(c76029002.eqtg)
e1:SetOperation(c76029002.eqop)
c:RegisterEffect(e1)
......
......@@ -84,19 +84,21 @@ function c79029557.ttop(e,tp,eg,ep,ev,re,r,rp)
local loc=tc:GetPreviousLocation()
local p=tc:GetPreviousControler()
if bit.band(loc,LOCATION_HAND)~=0 then
Duel.SendtoHand(tc,p,REASON_EFFECT)
Duel.SendtoHand(tc,p,REASON_EFFECT+REASON_RULE)
elseif bit.band(loc,LOCATION_DECK)~=0 then
Duel.SendtoDeck(tc,p,2,REASON_EFFECT)
Duel.SendtoDeck(tc,p,2,REASON_EFFECT+REASON_RULE)
elseif bit.band(loc,LOCATION_EXTRA)~=0 then
if tc:IsPreviousPosition(POS_FACEUP) then
Duel.SendtoExtraP(tc,p,REASON_EFFECT)
Duel.SendtoExtraP(tc,p,REASON_EFFECT+REASON_RULE)
else
Duel.SendtoDeck(tc,p,2,REASON_EFFECT)
Duel.SendtoDeck(tc,p,2,REASON_EFFECT+REASON_RULE)
end
elseif bit.band(loc,LOCATION_GRAVE)~=0 then
Duel.SendtoGrave(tc,REASON_EFFECT)
Duel.SendtoGrave(tc,REASON_EFFECT+REASON_RULE)
elseif bit.band(loc,LOCATION_REMOVED)~=0 then
Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)
Duel.Remove(tc,POS_FACEUP,REASON_EFFECT+REASON_RULE)
else
Duel.Remove(tc,POS_FACEDOWN,REASON_EFFECT+REASON_RULE)
end
tc=sg:GetNext()
end
......
#No81DIY
#Nemoma 337 0x440-0x44f
#Nemoma 337 0x440-0x44f 0x460-0x46f
!setname 0x440 篝(Kagari
!setname 0x441 GUARDIAN(守护者)
!setname 0x442 动物朋友(Anifriends
......@@ -38,6 +38,14 @@
!counter 0x144b 虚空指示物(Void Counter
!counter 0x144e 晦空之础
!setname 0x460 键★(K.E.Y
!setname 0x3460 键★断片(K.E.Y Fragments
!setname 0x5460 键★记忆(K.E.Y Memoria
!setname 0x6460 键★高潮(K.E.Y Climax
!setname 0x9460 键★(待定)
!setname 0xa460 键★LB令(K.E.Y L.B.O
!setname 0xc460 键★等(K.E.Y Etc.)
#少年 714 0x710-0x71f Sonic_714
!setname 0x714 异梦
!setname 0x3714 异梦境
......
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