From 5bc01c584066a0cea37021eb6e13bd96d74de7b5 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 28 Feb 2017 19:44:12 +0100 Subject: Remove Runecrafting --- src/player_type.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/player_type.hpp') diff --git a/src/player_type.hpp b/src/player_type.hpp index 0015eaef..9b7ac21d 100644 --- a/src/player_type.hpp +++ b/src/player_type.hpp @@ -8,7 +8,6 @@ #include "object_type.hpp" #include "powers.hpp" #include "random_spell.hpp" -#include "rune_spell.hpp" #include "spellbinder.hpp" #include @@ -411,11 +410,6 @@ struct player_type */ std::vector random_spells; - /** - * Runecrafter's selfmade spells. - */ - std::vector rune_spells; - /** * Does the player have the given ability? */ -- cgit v1.2.3