Commit 9f5b1e26 authored by CubeRuler's avatar CubeRuler

fixed

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