Explicitly convert to int.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21650 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
93c80bd357
commit
54f8ec403b
|
@ -81,6 +81,6 @@ if praying and praying.Title == 'Valkyrie':
|
||||||
obj.Quantity -= 1
|
obj.Quantity -= 1
|
||||||
else:
|
else:
|
||||||
obj.Remove()
|
obj.Remove()
|
||||||
pl.AddExp(value, 'praying')
|
pl.AddExp(int(value), 'praying')
|
||||||
break
|
break
|
||||||
obj = obj.Above
|
obj = obj.Above
|
||||||
|
|
Loading…
Reference in New Issue