Files
VOREStation/code/__defines/recipe.dm
T
Kashargul 6cabe9f7e6 Undefines local defines and moves global to __define (#16028)
* first set of defines

* some more

* .

* final defines

* del local define
2024-06-09 17:29:20 +10: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.