Skip to content

Commit 26c4207

Browse files
authored
Fix missing space in "Judgment of the Rising Light"
1 parent c051903 commit 26c4207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush/c160005052.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
2525
--Requirement
2626
local tc=Duel.SelectMatchingCard(tp,s.rtdfilter,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,1,nil)
2727
Duel.HintSelection(tc)
28-
if Duel.SendtoDeck(tc,nil,2,REASON_EFFECT)~=0then
28+
if Duel.SendtoDeck(tc,nil,2,REASON_EFFECT)~=0 then
2929
local g=Duel.GetMatchingGroup(s.thfilter,tp,0,LOCATION_MZONE,nil)
3030
if Duel.GetFieldGroupCount(e:GetHandlerPlayer(),0,LOCATION_HAND)==0 and #g>0 and Duel.SelectYesNo(tp,aux.Stringid(id,0)) then
3131
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
@@ -38,4 +38,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
3838
end
3939

4040
end
41-
end
41+
end

0 commit comments

Comments
 (0)