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-b93c2d0d6712master
parent
dac36864a1
commit
5fba0abedb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue