Commit 0218c086 authored by nanahira's avatar nanahira

typo

parent 2eca77b8
...@@ -26,7 +26,6 @@ function c93912845.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -26,7 +26,6 @@ function c93912845.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0)
end end
function c93912845.activate(e,tp,eg,ep,ev,re,r,rp) function c93912845.activate(e,tp,eg,ep,ev,re,r,rp)
if then return end
if Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then if Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) then if tc:IsRelateToEffect(e) and Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) then
......
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