mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Part 1 * Refactor signals into different files * Remove redundant file * Add missing movable signals * Add signals log * Split signal registering with list into new proc * Add comments to component.dm and remove signal_enabled * Fix yogs code * Not this one * Hopefully make linter happy * Remove duplicate file * More duplicates signals
14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
#define NANITE_TIMER_DEACTIVATE 1
|
|
#define NANITE_TIMER_SELFDELETE 2
|
|
#define NANITE_TIMER_TRIGGER 3
|
|
#define NANITE_TIMER_RESET 4
|
|
|
|
#define NANITE_SYNC_DELAY 300
|
|
|
|
#define NANITE_SHOCK_IMMUNE 1
|
|
#define NANITE_EMP_IMMUNE 2
|
|
|
|
#define NANITE_PROGRAM_LIMIT 20
|
|
|
|
#define NANITE_BASE_RESEARCH 3.5
|