Skip to content

Commit 2f7844a

Browse files
committed
fixed Elemental HERO Heat Neos
1 parent f0c40da commit 2f7844a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160018066.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
2828
if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,2) end
2929
end
3030
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
31-
if chk==0 then return Duel.IsExistingMatchingCard(aux.FilterMaximumSideFunctionEx(aux.TRUE),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,e:GetHandler()) end
31+
if chk==0 then return Duel.IsExistingMatchingCard(aux.FilterMaximumSideFunctionEx(aux.TRUE),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) end
3232
end
3333
function s.operation(e,tp,eg,ep,ev,re,r,rp)
3434
local c=e:GetHandler()

0 commit comments

Comments
 (0)