Commit ca266f13 authored by JoyJ's avatar JoyJ

fix

parent bc4138ec
...@@ -222,7 +222,7 @@ function CUNGUI.bfactlimit(e,re,rp) ...@@ -222,7 +222,7 @@ function CUNGUI.bfactlimit(e,re,rp)
--return re:IsActiveType(TYPE_MONSTER) and not rc:IsSetCard(0x33) --return re:IsActiveType(TYPE_MONSTER) and not rc:IsSetCard(0x33)
-- and not rc:IsCode(9012916) -- and not rc:IsCode(9012916)
-- and not rc:IsCode(73218989) -- and not rc:IsCode(73218989)
return re:IsActiveType(TYPE_MONSTER) and rc:IsAttribute(ATTRIBUTE_DARK) return re:IsActiveType(TYPE_MONSTER) and not rc:IsAttribute(ATTRIBUTE_DARK)
end end
function CUNGUI.bfsplimit(e,c) function CUNGUI.bfsplimit(e,c)
return not c:IsAttribute(ATTRIBUTE_DARK) and c:IsLocation(LOCATION_EXTRA) return not c:IsAttribute(ATTRIBUTE_DARK) and c:IsLocation(LOCATION_EXTRA)
......
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