Skip to content

Commit

Permalink
local USCM marine found dead after being asked to do more than 15 pus…
Browse files Browse the repository at this point in the history
…hups.
  • Loading branch information
Ediblebomb committed Jun 12, 2024
1 parent 51626de commit 96d4e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/exercise.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Verbs related to getting fucking jacked, bro
/mob/living/carbon/human/proc/calculate_stamina_loss_per_pushup(on_knees = FALSE)
//humans have 100 stamina
//default loss per pushup = 5 stamina
var/stamina_loss = 5
var/stamina_loss = 2
if(!skills || issynth(src))
return 0
switch(skills.get_skill_level(SKILL_ENDURANCE))
Expand Down

0 comments on commit 96d4e09

Please sign in to comment.