Commit 988d38a2 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12029022.lua

parent bdadb0a8
......@@ -67,7 +67,7 @@ end
--
function c12029022.chcon2(e,tp,eg,ep,ev,re,r,rp)
local loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)
return re:IsActiveType(TYPE_MONSTER) and loc==LOCATION_HAND and re:GetHandler():IsCanBeSpecialSummoned(re,0,rp,false,false)
return re:IsActiveType(TYPE_MONSTER) and loc==LOCATION_HAND and re:GetHandler():IsLocation(LOCATION_HAND) and re:GetHandler():IsCanBeSpecialSummoned(re,0,rp,false,false)
end
--
function c12029022.chop2(e,tp,eg,ep,ev,re,r,rp)
......@@ -117,4 +117,4 @@ function c12029022.spop(e,tp,eg,ep,ev,re,r,rp)
if tcl then
Duel.SpecialSummon(tcl,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
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