mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
* lol. * bit of changes * deletes stuff * some map path updates * more changes * deletes unit test that was gonna be deleted in tg * see if this fixes anything
7 lines
464 B
Plaintext
7 lines
464 B
Plaintext
/// You hit exhaustion when you use 100 stamina
|
|
#define STAMINA_COST_SHOOTING 10 //! shooting with RMB drains stamina (but LMB does not)
|
|
#define STAMINA_COST_DUNKING 20 //! dunking is more strenous than shooting
|
|
#define STAMINA_COST_DUNKING_MOB 30 //! dunking another person is harder
|
|
#define STAMINA_COST_SPINNING 15 //! spin emote uses stamina while holding ball
|
|
#define STAMINA_COST_DISARMING 10 //! getting shoved or disarmed while holding ball drains stamina
|