From 68ee2a5e3dcb895c653bca205423fba2856bca06 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:05:22 +0200 Subject: [PATCH] making a PR to not have to edit the wiki is based (#21146) --- code/modules/surgery/organs/blood.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/blood.dm b/code/modules/surgery/organs/blood.dm index ec98a5bf671..cb6a7391559 100644 --- a/code/modules/surgery/organs/blood.dm +++ b/code/modules/surgery/organs/blood.dm @@ -25,7 +25,8 @@ if(bodytemperature >= TCRYO && !HAS_TRAIT(src, TRAIT_BADDNA)) //cryosleep or husked people do not pump the blood. if(blood_volume < BLOOD_VOLUME_NORMAL) blood_volume += 0.1 // regenerate blood VERY slowly - + if(nutrition >= NUTRITION_LEVEL_WELL_FED) + blood_volume += 0.1 // double it if you are well fed //Effects of bloodloss var/word = pick("dizzy","woozy","faint")