mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
3bfc290063
* tajblind * Trayson icons fix --------- Co-authored-by: Gatchapod <Gatchapod@users.noreply.github.com>
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
//tablecrafting defines
|
|
#define CAT_NONE ""
|
|
#define CAT_WEAPONRY "Weaponry"
|
|
#define CAT_WEAPON "Weapons"
|
|
#define CAT_AMMO "Ammunition"
|
|
#define CAT_ROBOT "Robots"
|
|
#define CAT_MISC "Misc"
|
|
#define CAT_PRIMAL "Tribal"
|
|
#define CAT_DECORATIONS "Decorations"
|
|
#define CAT_DECORATION "Decorations"
|
|
#define CAT_HOLIDAY "Holiday"
|
|
#define CAT_LARGE_DECORATIONS "Large Decorations"
|
|
#define CAT_CLOTHING "Clothing"
|
|
#define CAT_CLOTHING_GENERAL "General Clothing"
|
|
#define CAT_CLOTHING_RACIAL "Racial Clothing"
|
|
#define CAT_FOOD "Foods"
|
|
#define CAT_BREAD "Breads"
|
|
#define CAT_BURGER "Burgers"
|
|
#define CAT_CAKE "Cakes"
|
|
#define CAT_EGG "Egg-Based Food"
|
|
#define CAT_MEAT "Meats"
|
|
#define CAT_SUSHI "Sushi"
|
|
#define CAT_MISCFOOD "Misc. Food"
|
|
#define CAT_PASTRY "Pastries"
|
|
#define CAT_PIE "Pies"
|
|
#define CAT_SALAD "Salads"
|
|
#define CAT_SANDWICH "Sandwiches"
|
|
#define CAT_SOUP "Soups"
|
|
#define CAT_SPAGHETTI "Spaghettis"
|
|
#define CAT_ICE "Frozen"
|
|
|
|
#define RECIPE_MICROWAVE "microwave"
|
|
#define RECIPE_OVEN "oven"
|
|
#define RECIPE_GRILL "grill"
|
|
#define RECIPE_CANDY "candy machine"
|
|
|
|
#define RECIPE_FAIL null
|