From 5fba0abedb1aa990d2ae0ad55264ab72650257f8 Mon Sep 17 00:00:00 2001 From: bbotbuilder Date: Mon, 11 Aug 2008 05:56:51 +0000 Subject: [PATCH] python/items/ring_occidental_mages.py: * fixed typo (thanks goes to buzzsaw) git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9729 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/items/ring_occidental_mages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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