We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5986af commit 3051e21Copy full SHA for 3051e21
1 file changed
pre-release/c101305048.lua
@@ -44,6 +44,7 @@ function s.gytg(e,tp,eg,ep,ev,re,r,rp,chk)
44
local g=Duel.GetMatchingGroup(s.gyfilter,tp,LOCATION_HAND|LOCATION_ONFIELD,0,e:GetHandler())
45
return aux.SelectUnselectGroup(g,e,tp,3,3,s.rescon,0)
46
end
47
+ Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
48
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,3,tp,LOCATION_HAND|LOCATION_ONFIELD)
49
Duel.SetPossibleOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATIONS_HAND_DECK_GRAVE_REMOVED)
50
@@ -85,6 +86,7 @@ function s.drcon(e,tp,eg,ep,ev,re,r,rp)
85
86
87
function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
88
if chk==0 then return Duel.IsPlayerCanDraw(tp,2) end
89
90
Duel.SetTargetPlayer(tp)
91
Duel.SetTargetParam(2)
92
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,2)
0 commit comments