- 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-b93c2d0d6712master
parent
fcb8172188
commit
10663a71db
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue