Changing the variable "number_of_machines" should influence the shop_type, but doesn't do so properly. Not all machine objects get instantiated, resulting in faulty behavior of the entire program.
49e90829e73a5b0eaefc2b4ac6b32e6accc28f8d inverted the behaviour, so now the number of machines is drawn from the environment instead of pushing the number to it. Change shop type now only in global_settings.py
Changing the variable "number_of_machines" should influence the shop_type, but doesn't do so properly. Not all machine objects get instantiated, resulting in faulty behavior of the entire program.