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