Commit 9f5b1e26 authored by CubeRuler's avatar CubeRuler

fixed

parent dca71bfb
...@@ -40,6 +40,9 @@ function srre.check_set(c,setcode,v,f,...) ...@@ -40,6 +40,9 @@ function srre.check_set(c,setcode,v,f,...)
return false return false
end end
-- --
function srre.check_set_SkyLand(c) --天境
return srre.check_set(c,"SkyLand")
end
function srre.check_set_HakaShiro(c) --墓城 function srre.check_set_HakaShiro(c) --墓城
return srre.check_set(c,"HakaShiro") or srre.check_set(c,"HakaShiroJyou") or srre.check_set(c,"SeHakaShiroJyou") return srre.check_set(c,"HakaShiro") or srre.check_set(c,"HakaShiroJyou") or srre.check_set(c,"SeHakaShiroJyou")
end end
......
...@@ -62,7 +62,7 @@ function cm.spcon(e,c) ...@@ -62,7 +62,7 @@ function cm.spcon(e,c)
end end
function cm.actcon(e,tp,eg,ep,ev,re,r,rp) function cm.actcon(e,tp,eg,ep,ev,re,r,rp)
local te=e:GetLabelObject() local te=e:GetLabelObject()
return re==te and c:IsAbleToGrave() return re==te and e:GetHandler():IsAbleToHand()
end end
function cm.actop(e,tp,eg,ep,ev,re,r,rp) function cm.actop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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