A few bug fixes, new item, canoe, added.

This commit is contained in:
Storm Dragon
2026-01-24 00:57:00 -05:00
parent 78e8d434a3
commit dfd6a0f3a1
13 changed files with 339 additions and 51 deletions

View File

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