Skip to content

Commit 1a5fc63

Browse files
committed
fixed Magical Warrior of Heritage
1 parent ccdb73a commit 1a5fc63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rush/c160021030.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3838
Duel.HintSelection(td)
3939
if Duel.SendtoDeck(td,nil,SEQ_DECKSHUFFLE,REASON_COST)<1 then return end
4040
--Effect
41-
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
4241
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CODE)
4342
local g=Duel.SelectMatchingCard(tp,s.cfilter2,tp,LOCATION_GRAVE,0,1,1,nil,e:GetHandler():GetCode())
4443
if #g>0 then

0 commit comments

Comments
 (0)