Condimaster Conundrum, Pepper Problem
Created by: 9600bauds
When trying to bottle salt with the CondiMaster in the kitchen, the resulting salt shaker will be invisible. After emptying it, it will turn into a nondescript "Condiment Bottle". Not that it really matters honestly, but I thought I'd report it.
A bigger issue is that there is currently no recipe for black pepper, which means you're shit outta luck when you run out. I combed through the code and found this in the blending results code:
/obj/item/seeds = list("blackpepper" = 5),
It uses nondeclared seeds which you can't obtain. Perhaps it was supposed to be chili seeds?