diff --git a/python/items/ring_occidental_mages.py b/python/items/ring_occidental_mages.py index afe7cd523..edc844754 100644 --- a/python/items/ring_occidental_mages.py +++ b/python/items/ring_occidental_mages.py @@ -30,5 +30,5 @@ if (me.Applied == 0): me.Identified=0 elif (r >= 0.99): me.Cursed= 1 - me.Con n= me.Con - 1 + me.Con = me.Con - 1 me.Identified=0