mbkarle / mind-the-fog

Roguelike JavaScript game--mind the fog!
2 stars 1 forks source link

Merchant no space in inventory #143

Open akarle opened 6 years ago

akarle commented 6 years ago

This is a feature not a bug, but we just need to present it as one.

Like all Inventory objects, the merchant has a limit. It affects how much they are willing to buy.

We currently display the "amount willing to spend", we should also display "or a x item max".

Alternatively, we could remove the limit by giving an absurdly high capacity, but I kinda like the idea of they can only carry so much too.

@mbkarle thoughts?