Oh wow, I thought I already pushed some of this stuff. Let's see if I can remember it all. Undead residents added. Whights added, Vampyrs added. Bandit Hideout adventure added.

This commit is contained in:
Storm Dragon
2026-02-04 00:52:16 -05:00
parent e1928a1039
commit 78a6156656
18 changed files with 1029 additions and 27 deletions

View File

@@ -517,6 +517,10 @@ void update_time() {
}
if (current_hour == 6) {
if (undead_residents_pending > 0) {
undead_residents_count += undead_residents_pending;
undead_residents_pending = 0;
}
process_daily_weapon_breakage();
attempt_daily_quest();
attempt_resident_butchering();
@@ -529,6 +533,8 @@ void update_time() {
update_incense_burning();
attempt_hourly_flying_creature_spawn();
attempt_hourly_boar_spawn();
attempt_hourly_wight_spawn();
attempt_hourly_vampyr_spawn();
check_scheduled_invasion();
attempt_blessing();
check_weather_transition();