forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds supermatter events (ParadiseSS13#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 <[email protected]> * ACTUAL logging * I blame copypaste * Goddamit --------- Co-authored-by: Contrabang <[email protected]> Co-authored-by: Burzah <[email protected]> Co-authored-by: DGamerL <[email protected]> Co-authored-by: Luc <[email protected]>
- Loading branch information
1 parent
c203fe0
commit 8d6cfbd
Showing
7 changed files
with
299 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,4 +144,3 @@ | |
|
||
if("back") | ||
active = null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.