summaryrefslogtreecommitdiff
path: root/src/player_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-02-28 19:44:12 +0100
committerBardur Arantsson <bardur@scientician.net>2017-02-28 19:44:12 +0100
commit5bc01c584066a0cea37021eb6e13bd96d74de7b5 (patch)
tree359f7c0dd68410faf66bb243d2bcf38f397d30cc /src/player_type.hpp
parent64d0292f358de0212f7d88e379d829c01d2ab9dd (diff)
Remove Runecrafting
Diffstat (limited to 'src/player_type.hpp')
-rw-r--r--src/player_type.hpp6
1 files changed, 0 insertions, 6 deletions
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 <array>
@@ -412,11 +411,6 @@ 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?
*/
bool has_ability(u16b ability_idx) const;