mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
14 lines
198 B
Plaintext
14 lines
198 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
|