summaryrefslogtreecommitdiff
path: root/src/game-server/character.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/character.hpp')
-rw-r--r--src/game-server/character.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index 03006712..6e31e33b 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -68,6 +68,12 @@ class Character : public Being
void respawn();
/**
+ * makes the character perform a special action
+ * when it is allowed to do so
+ */
+ void useSpecial(int id);
+
+ /**
* Gets client computer.
*/
GameClient *getClient() const