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
master
bbotbuilder 2008-08-11 05:56:51 +00:00
parent dac36864a1
commit 5fba0abedb
1 changed files with 1 additions and 1 deletions

View File

@ -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