mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-08 00:21:43 +00:00
* Class D and C SM events * see above * B-Class events * A-class events * S-class events (ebents done) * Start of console * datumization p1 * supermatter_event * beginning of tgui * adds new circuitboard for anomaly monitoring * more supermatter event code * forgot to change last_events * tgui progression * fix the freakin errors * forgot to move this to on_start() * some small fixes - tgui stuff to change * bug fixes * TGUI take two - in progress * TGUI and circuit board removal for anom console * Fixes world time spamming events * S class event fix * Fixes D class events * Fixes worldtime based event calling * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * ACTUAL logging * I blame copypaste * Goddamit --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: Burzah <mbsx@proton.me> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
#define SM_EVENT_THREAT_D "Delta"
|
|
#define SM_EVENT_THREAT_C "Charlie"
|
|
#define SM_EVENT_THREAT_B "Bravo"
|
|
#define SM_EVENT_THREAT_A "Alpha"
|
|
#define SM_EVENT_THREAT_S "Sierra"
|