Files
Paradise/code/__DEFINES/spell.dm
S34N edeba92326 Smoke spells readability (#19387)
* 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>
2022-10-15 18:05:55 +02:00

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