Commit 13965d23 authored by mercury233's avatar mercury233

fix

parent 50196feb
......@@ -22,5 +22,5 @@ function c68937720.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c68937720.aclimit(e,re,tp)
local rc=re:GetHandler()
return rc:IsLocation(LOCATION_HAND) and rc:IsType(TYPE_MONSTER) and not rc:IsImmuneToEffect(e)
return rc:IsLocation(LOCATION_HAND) and re:IsActiveType(TYPE_MONSTER) and not rc:IsImmuneToEffect(e)
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