A hundred lies and battles
This commit is contained in:
parent
66ec119020
commit
007773be1a
|
@ -1207,7 +1207,7 @@ much money you're due in credits for the purchase when prompted.
|
||||||
(thing, amount) = line
|
(thing, amount) = line
|
||||||
|
|
||||||
if isinstance(thing, Product):
|
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
|
self.price = self.input_int('Price a piece? ', (1,100000), default=thing.price) * amount
|
||||||
|
|
||||||
# once we get something in the
|
# once we get something in the
|
||||||
|
|
Loading…
Reference in New Issue