Commit ae488e55 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12004000.lua

parent dcdc5121
......@@ -143,6 +143,7 @@ function c12004000.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_UNRELEASABLE_NONSUM)
token:RegisterEffect(e2,true)
Duel.SpecialSummonComplete()
local c=e:GetHandler()
local e11=Effect.CreateEffect(c)
e11:SetType(EFFECT_TYPE_FIELD)
e11:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
......@@ -154,4 +155,4 @@ function c12004000.activate(e,tp,eg,ep,ev,re,r,rp)
end
function cm.splimit(e,c)
return not c:IsRace(RACE_MACHINE) and c:IsLocation(LOCATION_EXTRA)
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