Invasions should happen even if loading from save.

This commit is contained in:
Storm Dragon
2026-01-18 23:37:03 -05:00
parent 489408a181
commit 5aebd94431
4 changed files with 144 additions and 7 deletions

View File

@@ -97,3 +97,9 @@ const double QUEST_FAVOR_PER_POINT = 0.05;
const int QUEST_STONE_SCORE = 6;
const int QUEST_LOG_SCORE = 10;
const int QUEST_SKIN_SCORE = 14;
// Resident defense settings
const int RESIDENT_WEAPON_BREAK_CHANCE = 10;
const int RESIDENT_SPEAR_DAMAGE = 2;
const int RESIDENT_SLING_DAMAGE_MIN = 3;
const int RESIDENT_SLING_DAMAGE_MAX = 5;