mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
Restructures the ninja files into a more spaced-out version, compliments of /TG/. The energy katana is also their handiwork. Add an emag act to crates and lockers instead of handling everything in attackby.
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 |