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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user