Commit 5cd1af11 authored by REIKAI's avatar REIKAI 💬

Update c33400305.lua

parent b93b4acf
Pipeline #19590 passed with stages
in 24 minutes and 35 seconds
...@@ -76,7 +76,7 @@ function c33400305.thcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,7 +76,7 @@ function c33400305.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD) return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
end end
function c33400305.thfilter(c) function c33400305.thfilter(c)
return c:IsSetCard(0x5341) and c:IsAbleToHand() return c:IsAttackable() and c:IsSetCard(0x5341) and c:IsAbleToHand()
end end
function c33400305.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c33400305.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:GetControler()==tp and chkc:GetLocation()==LOCATION_GRAVE and c33400305.thfilter(chkc) end if chkc then return chkc:GetControler()==tp and chkc:GetLocation()==LOCATION_GRAVE and c33400305.thfilter(chkc) end
......
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