diff --git a/unofficial/c170000116.lua b/unofficial/c170000116.lua index 20fe6e8465..1ac62e5a75 100644 --- a/unofficial/c170000116.lua +++ b/unofficial/c170000116.lua @@ -26,7 +26,7 @@ function s.initial_effect(c) c:RegisterEffect(e2) end function s.spfilter(c,tpe) - return c:IsType(tpe) and c:IsAbleToGraveAsCost() + return c:IsType(tpe) and c:IsAbleToGraveAsCost() and not c:IsCode(id) end function s.rescon(sg,e,tp,mg) return aux.ChkfMMZ(1)(sg,e,tp,mg) and sg:IsExists(s.chk,1,nil,sg)