Skip to content

Commit 7e39389

Browse files
authored
Update c511002870.lua
Misnamed reset constant
1 parent b3291a8 commit 7e39389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unofficial/c511002870.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function s.disatkchop(e,tp,eg,ep,ev,re,r,rp)
5959
e1:SetType(EFFECT_TYPE_SINGLE)
6060
e1:SetCode(EFFECT_SET_ATTACK_FINAL)
6161
e1:SetValue(tc:GetAttack()/2)
62-
e1:SetReset(RESET_RESET_EVENT|RESETS_STANDARD)
62+
e1:SetReset(RESET_EVENT|RESETS_STANDARD)
6363
tc:RegisterEffect(e1)
6464
end
6565
end

0 commit comments

Comments
 (0)