Commit 54db74e4 authored by Grajade's avatar Grajade

Update c1192020.lua

parent fceffcba
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
require("expansions/script/nef/nef") require("expansions/script/nef/nef")
-- --
function c1192020.initial_effect(c) function c1192020.initial_effect(c)
--
Nef.SeasonChange(c)
-- --
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(1192020,0)) e1:SetDescription(aux.Stringid(1192020,0))
...@@ -71,9 +69,6 @@ function c1192020.tg2(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -71,9 +69,6 @@ function c1192020.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
-- --
function c1192020.ofilter2(c)
return c:GetOriginalCode()==999104
end
function c1192020.op2(e,tp,eg,ep,ev,re,r,rp) function c1192020.op2(e,tp,eg,ep,ev,re,r,rp)
-- --
if Nef.PLCounter.Get(tp,999104)~=0 then if Nef.PLCounter.Get(tp,999104)~=0 then
......
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