Skip to content

Commit 6a735dc

Browse files
committed
"Esper Girl" update
fixed the reset values used with its flag
1 parent d6ece82 commit 6a735dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c99070951.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
4040
Duel.Remove(tc,POS_FACEDOWN,REASON_EFFECT)
4141
tc:RegisterFlagEffect(id,RESET_EVENT|RESETS_STANDARD,0,1)
4242
if c:IsLocation(LOCATION_MZONE) then
43-
c:RegisterFlagEffect(id,RESET_EVENT|RESET_TOGRAVE|RESET_REMOVE,0,1)
43+
c:RegisterFlagEffect(id,RESET_EVENT|RESET_TODECK|RESET_TOHAND|RESET_REMOVE,0,1)
4444
end
4545
e:SetLabelObject(tc)
4646
end

0 commit comments

Comments
 (0)