mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 17:02:04 +00:00
* read the smoke * oops * contra * contra * more tidying * last one * Update code/modules/projectiles/projectile/magic.dm Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Farie82 <farie82@users.noreply.github.com>
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
#define SPELL_TARGET_CLOSEST 1
|
|
#define SPELL_TARGET_RANDOM 2
|
|
|
|
#define SPELL_SELECTION_RANGE "range"
|
|
#define SPELL_SELECTION_VIEW "view"
|
|
|
|
#define SMOKE_NONE 0
|
|
#define SMOKE_HARMLESS 1
|
|
#define SMOKE_COUGHING 2
|
|
#define SMOKE_SLEEPING 3
|