mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
* Ports a psionic system from Bay. * Rip out this shitcode. * shitcoden't * fixes * it should work fully now * Admin fixes * Remove todos * remove todos part 2 * Removes psi-armour. We don't need this for now. * Skrell are now operants. Tweaks coercion. * Adds thralls. * Temp removal of psiarmour. Fixes psigrabs. * Thrall assay. * fixes * More fixes * unused define cleanup * Log and powers * Skrell powers are done. * Update code/modules/psionics/events/mini_spasm.dm Co-Authored-By: Geeves <ggrobler447@gmail.com> * Update code/modules/psionics/events/mini_spasm.dm Co-Authored-By: Geeves <ggrobler447@gmail.com> * Update code/modules/psionics/equipment/cerebro_enhancers.dm * did this work??? * jargon * arrow's fixes Co-authored-by: Geeves <ggrobler447@gmail.com>
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
#define PSI_COERCION "coercion"
|
|
#define PSI_PSYCHOKINESIS "psychokinesis"
|
|
#define PSI_REDACTION "redaction"
|
|
#define PSI_ENERGISTICS "energistics"
|
|
|
|
#define PSI_RANK_BLUNT 0
|
|
#define PSI_RANK_LATENT 1
|
|
#define PSI_RANK_OPERANT 2
|
|
#define PSI_RANK_MASTER 3
|
|
#define PSI_RANK_GRANDMASTER 4
|
|
#define PSI_RANK_PARAMOUNT 5 |