mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-08 07:41:26 +01:00
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
|
|
/*
|
|
|
|
Contents:
|
|
- Definitions, because the original Ninja code has so much magic.
|
|
|
|
*/
|
|
|
|
|
|
//ninjacost() specificCheck defines
|
|
#define N_STEALTH_CANCEL 1
|
|
#define N_SMOKE_BOMB 2
|
|
#define N_ADRENALINE 3 |