Skip to content

Commit 5462e82

Browse files
authored
Update "Magical Academy"
Incorrect declaration
1 parent 11e012c commit 5462e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c810000095.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
5656
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
5757
local tc=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_HAND,0,1,1,nil,e,tp):GetFirst()
5858
if tc then
59-
local mi,ma=c:GetTributeRequirement()
59+
local mi,ma=tc:GetTributeRequirement()
6060
if mi>0 then
6161
local g=Duel.SelectTribute(tp,tc,mi,ma)
6262
Duel.Release(g,REASON_EFFECT)

0 commit comments

Comments
 (0)