diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /src-04_stop-non-faction-npc-sleep-depirvation.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
Diffstat (limited to 'src-04_stop-non-faction-npc-sleep-depirvation.patch')
-rw-r--r-- | src-04_stop-non-faction-npc-sleep-depirvation.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src-04_stop-non-faction-npc-sleep-depirvation.patch b/src-04_stop-non-faction-npc-sleep-depirvation.patch deleted file mode 100644 index fb8941c..0000000 --- a/src-04_stop-non-faction-npc-sleep-depirvation.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/npcmove.cpp -+++ b/src/npcmove.cpp -@@ -1871,6 +1871,7 @@ - if( !is_player_ally() ) { - // TODO: Make tired NPCs handle sleep offscreen - set_fatigue( 0 ); -+ set_sleep_deprivation( 0 ); - return npc_undecided; - } - |