mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Includes some tweaks to items that usually come in the boxes to make them more similar to the Bay implementation.
8 lines
329 B
Plaintext
8 lines
329 B
Plaintext
#define OUTFIT_HAS_JETPACK 1
|
|
#define OUTFIT_HAS_BACKPACK 2
|
|
#define OUTFIT_EXTENDED_SURVIVAL 4
|
|
#define OUTFIT_COMPREHENSIVE_SURVIVAL 8
|
|
|
|
#define OUTFIT_JOB_NAME(job_name) ("Job - " + job_name)
|
|
#define OUTFIT_MILITARY(job_name) ("Military Uniform - " + job_name)
|
|
#define OUTFIT_COSTUME(job_name) ("Costume - " + job_name) |