summaryrefslogtreecommitdiff
path: root/src/spellbinder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spellbinder.hpp')
-rw-r--r--src/spellbinder.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/spellbinder.hpp b/src/spellbinder.hpp
index 1f5cdd99..078d9eac 100644
--- a/src/spellbinder.hpp
+++ b/src/spellbinder.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "h-basic.h"
+#include <vector>
/**
* Spellbinder state
@@ -8,14 +9,9 @@
struct spellbinder {
/**
- * Number of bound spells.
- */
- byte num = 0;
-
- /**
* Bound spells.
*/
- u32b spells[4] = { 0 };
+ std::vector<u32b> spell_idxs;
/**
* Trigger condition.