Explicitly convert to int.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21650 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2020-12-27 16:31:47 +00:00
parent 93c80bd357
commit 54f8ec403b
1 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,6 @@ if praying and praying.Title == 'Valkyrie':
obj.Quantity -= 1
else:
obj.Remove()
pl.AddExp(value, 'praying')
pl.AddExp(int(value), 'praying')
break
obj = obj.Above