- oops forgot the decimal that made the serbice charges work.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2386 282e977c-c81d-0410-88c4-b93c2d0d6712
master
temitchell 2003-10-09 04:28:09 +00:00
parent fcb8172188
commit 10663a71db
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ service_charge=5 #service charges for transactions as a percent
exchange_rate=10000 #exchange rate for silver (value 1)
bankdatabase="ImperialBank_DB"
fees=(service_charge/100)+1
fees=(service_charge/100.0)+1
bank = CFBank.CFBank(bankdatabase)
text = string.split(CFPython.WhatIsMessage())