Commit fe8d35ac authored by oilloillo's avatar oilloillo

fix error setcode

parent 0e537522
...@@ -107,7 +107,7 @@ end ...@@ -107,7 +107,7 @@ end
function M.addCommonEff(c) function M.addCommonEff(c)
local function thfilter(c) local function thfilter(c)
return c:IsAbleToHand() and (c:IsSetCard(0x3028) or c:GetCode() == 24235) return c:IsAbleToHand() and (c:IsSetCard(0x3208) or c:GetCode() == 24235)
end end
local function thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) local function thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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