Files
Paradise/code/__DEFINES/food_defines.dm
da0843e96d Add Variety of Food secondary goal, small tweaks. (#25173)
* Add Variety of Food secondary goal, small tweaks.

* oops

* Apply suggestions from code review

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* No slasher movies, please.

* No prions for CC, please.

* Update code/modules/station_goals/secondary/botany/kudzu_goal.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>

* Update code/modules/station_goals/secondary/kitchen/variety_food.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>

* Update variety_food.dm

---------

Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2024-05-17 12:49:32 +00:00

14 lines
629 B
Plaintext

/// Used for secondary goals.
/// TOO easy, not accepted for variety goals.
#define FOOD_GOAL_SKIP 0
/// Easy food, ask for a lot for single goals.
#define FOOD_GOAL_EASY 1
/// Normal food, ask for a middling amount for single goals.
#define FOOD_GOAL_NORMAL 2
/// Hard reagent, ask for a little for single goals.
#define FOOD_GOAL_HARD 3
/// TOO hard, accepted for variety goals, but never used for single goals.
#define FOOD_GOAL_EXCESSIVE 4
/// Same as FOOD_GOAL_EXCESSIVE, just different name to indicate that there's another version of this food that's used in variety goals.
#define FOOD_GOAL_DUPLICATE FOOD_GOAL_EXCESSIVE