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.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game_edit_data.hpp b/src/game_edit_data.hpp
index 9370b7d4..bfb2e418 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -64,4 +64,9 @@ struct GameEditData {
*/
std::vector<hist_type> bg;
+ /**
+ * Base skills for all characters.
+ */
+ skill_modifiers gen_skill;
+
};