Files
Paradise/code/__DEFINES/newscaster_defines.dm
Contrabang e32544e599 #undef is now required for all file defines (#24091)
* CI

* undef

* hooooly crap

* yeah

* false by default

* fixes

* alright, there we go

* oops lmao

* lol, lmao even

* proper programming

* fix

* losin my mind

* oops

* yeah coloring

* WE LOVE MULTIPLE DEFINES (ive lost my sanity)
2024-03-11 14:03:30 -04:00

15 lines
364 B
Plaintext

// Screen indexes
/// Headlines screen index.
#define NEWSCASTER_HEADLINES 0
/// Available Jobs screen index.
#define NEWSCASTER_JOBS 1
/// View Channel screen index.
#define NEWSCASTER_CHANNEL 2
// Censor flags
/// Censor author name.
#define NEWSCASTER_CENSOR_AUTHOR (1 << 0)
/// Censor story title, body and image.
#define NEWSCASTER_CENSOR_STORY (1 << 1)