Jaen's fortress start hidden and re-hide after you kill Jaen

This commit is contained in:
2025-05-11 09:25:49 -05:00
parent 9d47262bc4
commit 780dd3a3b9
4 changed files with 17 additions and 3 deletions

View File

@@ -90,7 +90,9 @@ public:
short spec_on_hostile;
std::array<cTimer,8> timers;
bool strong_barriers, defy_mapping, defy_scrying;
bool is_hidden, has_tavern;
// Whether the town STARTS OUT hidden.
bool is_hidden;
bool has_tavern;
short difficulty;
// Using std::array here so we can have .size()
// This'll make the transition smoother once it becomes a vector.
@@ -102,6 +104,7 @@ private:
boost::dynamic_bitset<> item_taken;
public:
std::vector<location> door_unlocked;
// Whether the town IS CURRENTLY visible.
bool can_find;
long m_killed = 0;