summaryrefslogtreecommitdiff
path: root/src/player_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_type.hpp')
-rw-r--r--src/player_type.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/player_type.hpp b/src/player_type.hpp
index 8f3c06dc..20fa81a4 100644
--- a/src/player_type.hpp
+++ b/src/player_type.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "corrupt.hpp"
+#include "defines.h"
#include "h-basic.h"
#include "help_info.hpp"
#include "inventory.hpp"
@@ -381,6 +382,9 @@ struct player_type
/* Acquired abilities; indexes into ab_info[] */
std::vector<u16b> abilities;
+ /* Known inscriptions; true if known, false otherwise. */
+ std::array<bool, MAX_INSCRIPTIONS> inscriptions;
+
/* Skills */
s16b skill_points = 0;
s16b skill_last_level = 0; /* Prevents gaining skills by losing level and regaining them */