Skip to content

Commit 2c41fd0

Browse files
authored
Update utility.lua
1 parent 7923a08 commit 2c41fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ end
16081608
function Cost.HardOncePerChain(flag)
16091609
return function(e,tp,eg,ep,ev,re,r,rp,chk)
16101610
if chk==0 then return not Duel.HasFlagEffect(tp,flag) end
1611-
Duel.RegisterFlagEffect(flag,id,RESET_CHAIN,0,1)
1611+
Duel.RegisterFlagEffect(tp,flag,RESET_CHAIN,0,1)
16121612
end
16131613
end
16141614

0 commit comments

Comments
 (0)