Commit 26c9f8e3 authored by Grajade's avatar Grajade

Update c1175102.lua

parent 6d8c6bcf
...@@ -37,7 +37,7 @@ end ...@@ -37,7 +37,7 @@ end
-- --
function c1175102.con2(e,tp,eg,ep,ev,re,r,rp) function c1175102.con2(e,tp,eg,ep,ev,re,r,rp)
local loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION) local loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)
return ((loc&LOCATION_ONFIELD) or (loc&LOCATION_HAND))==0 return bit.band(loc,LOCATION_ONFIELD+LOCATION_HAND)==0
and re:IsHasCategory(CATEGORY_SPECIAL_SUMMON) and re:IsHasCategory(CATEGORY_SPECIAL_SUMMON)
end end
function c1175102.tg2(e,tp,eg,ep,ev,re,r,rp,chk) function c1175102.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
......
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