f-klubben / stregsystemet-cli

A command line interface to buy things in stregsystemet
Other
15 stars 7 forks source link

Fixed bat printing #125

Closed Zaph-x closed 1 year ago

Zaph-x commented 1 year ago

Previously, bats would not print correct, due to all wares being printed in one print statement. This did not provide the correct probabalistic value for when a bat was supposed to be printed in the terminal. This has been fixed, by splitting the wares list into multiple strings, and printing these seperately.