Skip to content

Commit 53d1f97

Browse files
authored
fix "Resh Shaddoll Incarnation"
was not retrieving the player's chosen effect in the operation
1 parent 1a5fc63 commit 53d1f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

official/c23912837.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
6868
Duel.SetOperationInfo(0,CATEGORY_POSITION,nil,1,tp,0)
6969
end
7070
function s.effop(e,tp,eg,ep,ev,re,r,rp)
71+
local op=e:GetLabel()
7172
if op==1 then
7273
--Change 1 face-down monster you control to face-up Defense Position
7374
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_POSCHANGE)

0 commit comments

Comments
 (0)