A few bug fixes, new item, canoe, added.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user