Commit b8eba396 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12016013.lua

parent a9c90ae0
...@@ -82,7 +82,7 @@ function c12016013.aclimit(e,re,tp) ...@@ -82,7 +82,7 @@ function c12016013.aclimit(e,re,tp)
return re:GetActivateLocation()==LOCATION_MZONE and not re:GetHandler():IsSetCard(0xfb9) return re:GetActivateLocation()==LOCATION_MZONE and not re:GetHandler():IsSetCard(0xfb9)
end end
function c12016013.rthcfilter(c) function c12016013.rthcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x103) and c:IsAbleToHandAsCost() return c:IsFaceup() and c:IsSetCard(0xfb9) and c:IsAbleToHandAsCost()
end end
function c12016013.rthcost(e,tp,eg,ep,ev,re,r,rp,chk) function c12016013.rthcost(e,tp,eg,ep,ev,re,r,rp,chk)
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