Commit 0c662069 authored by CubeRuler's avatar CubeRuler

fix

parent f8cfc172
......@@ -34,6 +34,7 @@ end
function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g)
local tc=g:GetFirst()
while tc do
if tc:IsLocation(LOCATION_GRAVE) then
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetDescription(aux.Stringid(12048001,2))
e1:SetType(EFFECT_TYPE_SINGLE)
......@@ -43,4 +44,5 @@ function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g)
tc:RegisterEffect(e1)
tc=g:GetNext()
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