Skip to content

Commit

Permalink
tweak: cyber heart stamina regen (#5927)
Browse files Browse the repository at this point in the history
heart
  • Loading branch information
Ssheya committed Sep 22, 2024
1 parent dcb9531 commit e4c619b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/heart.dm
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
owner.AdjustStunned(-2 SECONDS * boost)
owner.AdjustWeakened(-2 SECONDS * boost)
owner.SetSleeping(0)
owner.adjustStaminaLoss(-1 * boost)
owner.adjustStaminaLoss(-7 * boost)


/obj/item/organ/internal/heart/cybernetic/upgraded/proc/message_to_owner(mob/M, message)
Expand Down

0 comments on commit e4c619b

Please sign in to comment.