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.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/player_type.hpp b/src/player_type.hpp
index c9c7538b..0e7aa93f 100644
--- a/src/player_type.hpp
+++ b/src/player_type.hpp
@@ -8,6 +8,7 @@
#include "object_type.hpp"
#include "powers.hpp"
#include "random_spell.hpp"
+#include "rune_spell.hpp"
#include "spellbinder.hpp"
#include <array>
@@ -414,6 +415,11 @@ struct player_type
*/
std::vector<random_spell> random_spells;
+ /**
+ * Runecrafter's selfmade spells.
+ */
+ std::vector<rune_spell> rune_spells;
+
/**
* Does the player have the given ability?
*/