From 4b179786d73cde338e97503d036baea9015f655d Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move gen_skill to GameEditData --- src/game_edit_data.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game_edit_data.hpp') 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 bg; + /** + * Base skills for all characters. + */ + skill_modifiers gen_skill; + }; -- cgit v1.2.3