mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 09:32:21 +00:00
* Pinpointer refactor + Crew pinpointers * Icon update * Add crew pinpointers to maps, closets, and fix * Fix defines * Cyberboss fixes + add to warden and CMO * More Cyberboss fixes
5 lines
438 B
Plaintext
5 lines
438 B
Plaintext
//I would rather have these in pinpointer.dm, but Malf_Modules.dm is loaded before that file so they need to be here.
|
|
#define TRACK_NUKE_DISK 1 //We track the nuclear authentication disk, either to protect it or steal it
|
|
#define TRACK_MALF_AI 2 //We track the malfunctioning AI, so we can prevent it from blowing us all up
|
|
#define TRACK_INFILTRATOR 3 //We track the Syndicate infiltrator, so we can get back to ship when the nuke's armed
|