addProduct calls addSpecialty

Issue #275 resolved
Former user created an issue

Version: 1.7.0b

EnumExtraBeeSpecies.addProduct(IItemEnum product, int chance) calls addSpecialty(product.get(1), chance) instead of addProduct(product.get(1), chance).

This results in many bees only producing specialties instead of products.

Comments (1)

  1. Log in to comment