mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
5935a847b8
* Makes brand intelligence less specific * Add some debug messages
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
// Use these for the different types of vendors
|
|
#define VENDOR_TYPE_GENERIC "general"
|
|
#define VENDOR_TYPE_CLOTHING "clothing"
|
|
#define VENDOR_TYPE_FOOD "food"
|
|
#define VENDOR_TYPE_DRINK "drink"
|
|
#define VENDOR_TYPE_SUPPLIES "supplies"
|
|
#define VENDOR_TYPE_DEPARTMENTAL "departmental"
|
|
#define VENDOR_TYPE_RECREATION "recreation"
|