Skip to content

Commit 33b8ef5

Browse files
committed
"Exosister Karmael" fix
Fixed a bug where the player would be able to add a card to the hand even when "Necrovalley" was applying
1 parent c362d65 commit 33b8ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c101303044.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function s.chop(e,tp,eg,ep,ev,re,r,rp)
7474
end
7575
function s.repop(e,tp,eg,ep,ev,re,r,rp)
7676
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
77-
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToHand,tp,0,LOCATION_GRAVE,1,1,nil)
77+
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(Card.IsAbleToHand),tp,0,LOCATION_GRAVE,1,1,nil)
7878
if #g>0 then
7979
Duel.HintSelection(g)
8080
Duel.SendtoHand(g,nil,REASON_EFFECT)

0 commit comments

Comments
 (0)