Commit c6763677 authored by Lyris's avatar Lyris Committed by GitHub

Fix "Abyss Actor - Extras" (#1442)

It was unable to be activated as a scale after using its monster effect.
parent e9a17117
......@@ -78,5 +78,5 @@ function c88412339.splimit(e,c)
end
function c88412339.aclimit(e,re,tp)
local rc=re:GetHandler()
return rc:IsCode(88412339) and re:GetActiveType()==TYPE_PENDULUM+TYPE_SPELL
return rc:IsOnField() and rc:IsCode(88412339) and re:GetActiveType()==TYPE_PENDULUM+TYPE_SPELL
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