Skip to content

Commit f1522e7

Browse files
authored
Update c160220025.lua
Removed a debug message
1 parent d22c38a commit f1522e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rush/c160220025.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3838
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
3939
if Duel.Draw(p,d,REASON_EFFECT)>0 then
4040
local g=Duel.GetMatchingGroup(Card.IsMonster,tp,LOCATION_GRAVE,0,nil)
41-
Debug.Message(g:GetClassCount(Card.GetRace))
4241
if g:GetClassCount(Card.GetRace)>=3 and Duel.IsExistingMatchingCard(aux.NecroValleyFilter(s.thfilter),tp,LOCATION_GRAVE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
4342
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
4443
local g2=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.thfilter),tp,LOCATION_GRAVE,0,1,1,nil)
@@ -57,4 +56,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
5756
e1:SetTarget(function(_,c) return not (c:IsLevelAbove(8) and c:IsRace(RACE_CYBERSE)) end)
5857
e1:SetReset(RESET_PHASE|PHASE_END)
5958
Duel.RegisterEffect(e1,tp)
60-
end
59+
end

0 commit comments

Comments
 (0)