Commit 9106f6f1 authored by nanahira's avatar nanahira

fix

parent 7d90eb90
No preview for this file type
...@@ -3,9 +3,9 @@ local m=37564339 ...@@ -3,9 +3,9 @@ local m=37564339
local cm=_G["c"..m] local cm=_G["c"..m]
xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end) xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end)
function cm.initial_effect(c) function cm.initial_effect(c)
local p=c:GetControler() Senya.AddXyzProcedureCustom(c,function(c,xyzc) return c:GetOwner()==1-xyzc:GetControler() end,nil,2,2)
Senya.AddXyzProcedureCustom(c,function(c) return c:GetOwner()==1-p end,nil,2,2)
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetDescription(aux.Stringid(m,1))
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F) e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e4:SetCode(EVENT_PHASE+PHASE_STANDBY) e4:SetCode(EVENT_PHASE+PHASE_STANDBY)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
......
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