mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* https://github.com/tgstation/tgstation/pull/74333 https: //github.com/tgstation/tgstation/pull/74333 Co-Authored-By: tattle <66640614+dragomagol@users.noreply.github.com> * var stuff Co-Authored-By: tattle <66640614+dragomagol@users.noreply.github.com> * vars * Update sol_fed.dm --------- Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
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
|