Residents now handle snares, retrieval and resetting. Still a chance game can escape. Residents are not as efficient at handling this than the player, but it is helpful. Meat and skins, anything harvested from butchering is stored.

This commit is contained in:
Storm Dragon
2026-01-24 10:37:06 -05:00
parent dfd6a0f3a1
commit 63cf759002
3 changed files with 161 additions and 0 deletions

View File

@@ -393,6 +393,7 @@ void update_time() {
if (current_hour == 6) {
process_daily_weapon_breakage();
attempt_daily_quest();
attempt_resident_butchering();
}
attempt_daily_invasion();
keep_base_fires_fed();
@@ -403,6 +404,7 @@ void update_time() {
attempt_blessing();
check_weather_transition();
attempt_resident_collection();
attempt_resident_snare_retrieval();
if (current_hour == 6) {
save_game_state();
}