Skip to content

Commit afaacd1

Browse files
committed
"Heart of a Warrior" fix
It was checking for a monster to be summoned from an incorrect location
1 parent a9e66e5 commit afaacd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skill/c300307010.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function s.flipcon(e,tp,eg,ep,ev,re,r,rp)
1414
return aux.CanActivateSkill(tp)
1515
and Duel.GetActivityCount(tp,ACTIVITY_NORMALSUMMON)==0
1616
and Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,nil)
17-
and Duel.IsExistingMatchingCard(s.fusfilter,tp,0,LOCATION_EXTRA,1,nil,e,tp)
17+
and Duel.IsExistingMatchingCard(s.fusfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp)
1818
end
1919
function s.flipop(e,tp,eg,ep,ev,re,r,rp)
2020
Duel.Hint(HINT_SKILL_FLIP,tp,id|(1<<32))

0 commit comments

Comments
 (0)