mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 10:23:15 +00:00
* Add admin panel for station traits * Update admin_verbs.dm Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
#define STATION_TRAIT_POSITIVE 1
|
|
#define STATION_TRAIT_NEUTRAL 2
|
|
#define STATION_TRAIT_NEGATIVE 3
|
|
|
|
|
|
#define STATION_TRAIT_ABSTRACT (1<<0)
|
|
|
|
/// The data file that future station traits are stored in
|
|
#define FUTURE_STATION_TRAITS_FILE "data/future_station_traits.json"
|