Skip to content

Commit 3051e21

Browse files
committed
"Fallen Paradise of the Sacred Beasts" update
It will now show in the duel log which of the two effects the player activated
1 parent f5986af commit 3051e21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pre-release/c101305048.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function s.gytg(e,tp,eg,ep,ev,re,r,rp,chk)
4444
local g=Duel.GetMatchingGroup(s.gyfilter,tp,LOCATION_HAND|LOCATION_ONFIELD,0,e:GetHandler())
4545
return aux.SelectUnselectGroup(g,e,tp,3,3,s.rescon,0)
4646
end
47+
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
4748
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,3,tp,LOCATION_HAND|LOCATION_ONFIELD)
4849
Duel.SetPossibleOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATIONS_HAND_DECK_GRAVE_REMOVED)
4950
end
@@ -85,6 +86,7 @@ function s.drcon(e,tp,eg,ep,ev,re,r,rp)
8586
end
8687
function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
8788
if chk==0 then return Duel.IsPlayerCanDraw(tp,2) end
89+
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
8890
Duel.SetTargetPlayer(tp)
8991
Duel.SetTargetParam(2)
9092
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,2)

0 commit comments

Comments
 (0)