From 6b8d5abd7fc1d2f1d6f794640117c649eae3e01a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 3 May 2023 15:58:03 -0700 Subject: Updated to 2023-04-30-2223 Revert more ammo patches. Revert more books patches. Clean up old book patch. Fix removed traits patch. Fix bathroom fluff patch. Remove obsolete vacutainer patch. Rename source patches. --- jc_reduced-kcal-during-sleep.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 jc_reduced-kcal-during-sleep.patch (limited to 'jc_reduced-kcal-during-sleep.patch') diff --git a/jc_reduced-kcal-during-sleep.patch b/jc_reduced-kcal-during-sleep.patch deleted file mode 100644 index d376754..0000000 --- a/jc_reduced-kcal-during-sleep.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/character.cpp -+++ b/src/character.cpp -@@ -4806,6 +4806,10 @@ - // Multiplied by 2 to account for legacy (bugged to always apply) - // bonus for sleeping over 2 hours - rates.recovery = 2.0f * ( 1.0f + mutation_value( fatigue_regen_modifier ) ); -+ if( !is_hibernating() ) { -+ rates.hunger *= 0.5f; -+ rates.thirst *= 0.5f; -+ } - if( is_hibernating() ) { - // Hunger and thirst advance *much* more slowly whilst we hibernate. - rates.hunger *= ( 1.0f / 7.0f ); -- cgit v1.2.1