Commit 228fe789 authored by Tachibana's avatar Tachibana

ndyd

parent 02edf53c
Pipeline #5288 passed with stage
in 21 minutes and 21 seconds
......@@ -297,6 +297,7 @@
12054001 1 --暴食女巫 顾拉
12054004 2 --海之家的霸者 顾拉
12056005 1 --你偷看了?
12059030 1 --灰银魔王
12060030 1 --百鬼夜行
12061000 1 --清奏姬 鹭草
12061001 2 --清纯契骑 鹭草
......
......@@ -75,7 +75,7 @@ function cm.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function cm.setlimit(e,c,tp)
return c:IsType(TYPE_FIELD)
......
......@@ -84,7 +84,7 @@ function cm.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function cm.cfilter(c,tp)
return c:GetOwner()==1-tp and c:IsAbleToRemoveAsCost()
......
......@@ -51,7 +51,7 @@ function c33330082.initial_effect(c)
end
function c33330082.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function c33330082.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
......@@ -77,7 +77,7 @@ c:EnableCounterPermit(0x34f)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
......@@ -77,7 +77,7 @@ function cm.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
......@@ -70,7 +70,7 @@ function cm.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
......@@ -103,7 +103,7 @@ function scard.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function scard.efilter(e, re, tp)
return re:GetHandler():IsType(TYPE_FIELD) and re:IsHasType(EFFECT_TYPE_ACTIVATE)
......
......@@ -59,7 +59,7 @@ function c65000064.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
cm.toss_coin=true
function cm.val(e,c)
......
......@@ -84,7 +84,7 @@ function cm.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
......@@ -66,7 +66,7 @@ function cm.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
......@@ -121,7 +121,7 @@ function scard.initial_effect(c)
end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE)
return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end
function scard.resetcount(e,tp,eg,ep,ev,re,r,rp)
scard[0]=0
......
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