Skip to content

Commit bb18f1d

Browse files
authored
Update "Stairway to the Underworld"
Misspelled function declaration
1 parent f6e1ca4 commit bb18f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511000921.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function s.initial_effect(c)
2626
c:RegisterEffect(e3)
2727
end
2828
function s.spcon(e,tp,eg,ep,ev,re,r,rp)
29-
return ep==tp and Duel.GetAttackTarget()==nil and Duel.GetFieidGroupCount(tp,LOCATION_MZONE,0)==0
29+
return ep==tp and Duel.GetAttackTarget()==nil and Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)==0
3030
end
3131
function s.spfilter(c,e,tp)
3232
return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsEmissaryOfDarkness()

0 commit comments

Comments
 (0)