summaryrefslogtreecommitdiff
path: root/src/game_edit_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_edit_data.hpp')
-rw-r--r--src/game_edit_data.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game_edit_data.hpp b/src/game_edit_data.hpp
index b8463158..bb480f53 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -10,6 +10,7 @@
#include "randart_gen_type.hpp"
#include "randart_part_type.hpp"
#include "set_type.hpp"
+#include "skill_descriptor.hpp"
#include "store_action_type.hpp"
#include "store_info_type.hpp"
#include "vault_type.hpp"
@@ -84,6 +85,11 @@ struct GameEditData {
std::vector<hist_type> bg;
/**
+ * Player skills
+ */
+ std::vector<skill_descriptor> s_descriptors;
+
+ /**
* Base skills for all characters.
*/
skill_modifiers gen_skill;