Commit f2a167c1 authored by Vury Leo's avatar Vury Leo

use IsExists

parent 7226572c
Pipeline #42965 failed with stages
in 3 minutes and 7 seconds
......@@ -67,7 +67,7 @@ function s.is_external_exmat(c,lc,mg,tp)
end
function s.is_goddess_opp(mc,lc,mg,tp)
return mc:IsControler(1-tp) and not s.is_external_exmat(mc,lc,mg,tp)
return mc:IsControler(1-tp) and not s.is_external_exmat(mc,lc,mg,tp)
end
function s.matval(e,lc,mg,c,tp)
......
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