1. Is there a way to change the behavior of the fridge, so i can store all items in it instead of food only?
     
  2. Code:
    StorageContainer fridge = GET_FRIDGE_OBJ_HERE;
    fridge.onlyAcceptCategory = ItemCategory.All;
     
  3. Thanks, that is it :)