mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 05:32:16 +00:00
14 lines
337 B
Plaintext
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 |