Commit a9337593 authored by wyykak's avatar wyykak

Merge branch 'bugfix211228' into 'master'

fix error setcode

See merge request hiiragiguardians/ygopro-thc-cards!2
parents 0e537522 fe8d35ac
......@@ -107,7 +107,7 @@ end
function M.addCommonEff(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
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