Commit 0c662069 authored by CubeRuler's avatar CubeRuler

fix

parent f8cfc172
...@@ -33,7 +33,8 @@ function HakaShiro.splimit(e,c) ...@@ -33,7 +33,8 @@ function HakaShiro.splimit(e,c)
end end
function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g) function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g)
local tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
if tc:IsLocation(LOCATION_GRAVE) then
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetDescription(aux.Stringid(12048001,2)) e1:SetDescription(aux.Stringid(12048001,2))
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
...@@ -42,5 +43,6 @@ function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g) ...@@ -42,5 +43,6 @@ function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g)
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
tc=g:GetNext() tc=g:GetNext()
end
end end
end end
\ No newline at end of file
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