Commit c969ae1b authored by Chen Bill's avatar Chen Bill Committed by GitHub

typos

parent b4089b7e
...@@ -8,7 +8,7 @@ function c41141943.initial_effect(c) ...@@ -8,7 +8,7 @@ function c41141943.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCondition(c41141943.hspcon) e1:SetCondition(c41141943.hspcon)
e2:SetOperation(c41141943.hspop) e1:SetOperation(c41141943.hspop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--special summon --special summon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
......
...@@ -59,6 +59,7 @@ function c60759087.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -59,6 +59,7 @@ function c60759087.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
end end
function c60759087.activate(e,tp,eg,ep,ev,re,r,rp) function c60759087.activate(e,tp,eg,ep,ev,re,r,rp)
local op=e:GetLabel()
if op==0 then if op==0 then
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local a=g:GetFirst() local a=g:GetFirst()
......
...@@ -7,7 +7,7 @@ function c64373401.initial_effect(c) ...@@ -7,7 +7,7 @@ function c64373401.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCondition(c64373401.hspcon) e1:SetCondition(c64373401.hspcon)
e2:SetOperation(c64373401.hspop) e1:SetOperation(c64373401.hspop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--spsummon --spsummon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
......
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