Files
CHOMPStation2/code/__defines/recipe.dm
2024-06-09 18:26:41 +02:00

10 lines
286 B
Plaintext

// Recipe type defines. Used to determine what machine makes them.
#define MICROWAVE 0x1
#define FRYER 0x2
#define OVEN 0x4
#define GRILL 0x8
#define CANDYMAKER 0x10
#define CEREALMAKER 0x20
#define RECIPE_REAGENT_REPLACE 0 //Reagents in the ingredients are discarded.