Files
fulpstation/code/__DEFINES/basketball.dm
SomethingFish edb232b692 March TGU (#953)
* 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
2023-04-04 22:12:01 -04:00

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