mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Adds supermatter events (#21406)
* 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>
This commit is contained in:
co-authored by
Luc
Contrabang
Burzah
DGamerL
parent
c203fe01b9
commit
8d6cfbd418
@@ -0,0 +1,5 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user