mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 21:21:59 +00:00
* chef buff * comments and crap * blam * revert * s34n review * last review * Reduced expert chef cooldown to 5s. * Renamed things for clarity. * Moved Expert Chef Knowledge to IC * Don't use a Oven, use an Oven. * Made kitchen machines less egotistical. * Gave Expert Chef Knowledge a spell. * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Less demanding background. * Removed verb decoration and STATUS_USED_EXPERT_CHEF * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> * Changed trait name. * Lint * Apply review comment. * Remove master-removed panel var * Update code/modules/mob/living/carbon/human/human_mob.dm Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
36 lines
987 B
Plaintext
36 lines
987 B
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_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
|