Skip to content

Commit

Permalink
DROP AND GIVE ME 20 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ediblebomb committed Jun 16, 2024
1 parent 34193b7 commit cde3e44
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 cde3e44

Please sign in to comment.