From 7e224c97ae2728472180322f625dafa545f21f7f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Jan 2025 21:46:00 -0800 Subject: Convert the PKGBUILD to my own fork of cataclysm-bn. --- src-04_stop-non-faction-npc-sleep-depirvation.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src-04_stop-non-faction-npc-sleep-depirvation.patch (limited to 'src-04_stop-non-faction-npc-sleep-depirvation.patch') 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; - } - -- cgit v1.2.1