A hundred lies and battles

This commit is contained in:
Vegard Aksland Sjonfjell 2013-02-11 18:54:33 +00:00
parent 66ec119020
commit 007773be1a
1 changed files with 1 additions and 1 deletions

View File

@ -1207,7 +1207,7 @@ much money you're due in credits for the purchase when prompted.
(thing, amount) = line
if isinstance(thing, Product):
self.printc("%d of %s registered" % (amount, thing.name, thing.price))
self.printc("%d of %s registered" % (amount, thing.name))
self.price = self.input_int('Price a piece? ', (1,100000), default=thing.price) * amount
# once we get something in the