|
|
|
@ -49,7 +49,7 @@ typedef uint8_t t_exclusionType;
|
|
|
|
|
const unsigned int seedLimit = 400; // a limit on the limits which can be placed on seeds
|
|
|
|
|
const t_itemSubtype organicSubtype = -1; // seems to fixed
|
|
|
|
|
const t_exclusionType cookingExclusion = 1; // seems to be fixed
|
|
|
|
|
const t_itemType limitType = 0; // used to store limit as an entry in the exclusion list. 0 = BAR
|
|
|
|
|
const df::enums::item_type::item_type limitType = df::enums::item_type::BAR; // used to store limit as an entry in the exclusion list. 0 = BAR
|
|
|
|
|
const t_itemSubtype limitSubtype = 0; // used to store limit as an entry in the exclusion list
|
|
|
|
|
const t_exclusionType limitExclusion = 4; // used to store limit as an entry in the exclusion list
|
|
|
|
|
|
|
|
|
|