Files
Paradise/code/__DEFINES/crafting.dm
FalseIncarnate ce2f69bf1a Addresses review comments
Lots of comments.
2018-07-01 03:47:05 -04:00

14 lines
337 B
Plaintext

#define CAT_NONE ""
#define CAT_WEAPON "Weaponry"
#define CAT_AMMO "Ammunition"
#define CAT_ROBOT "Robots"
#define CAT_FOOD "Food"
#define CAT_MISC "Misc"
#define CAT_PRIMAL "Tribal"
#define RECIPE_MICROWAVE "Microwave"
#define RECIPE_OVEN "Oven"
#define RECIPE_GRILL "Grill"
#define RECIPE_CANDY "Candy"
#define RECIPE_FAIL null