summaryrefslogtreecommitdiff
path: root/src/game-server/thing.hpp
diff options
context:
space:
mode:
authorRoderic Morris <roderic@ccs.neu.edu>2008-10-27 15:44:56 +0000
committerRoderic Morris <roderic@ccs.neu.edu>2008-10-27 15:44:56 +0000
commitbbb9a98aeefaa1609dbd2455c102750c5005e05f (patch)
tree640b15c6b06a08d8fcd0f34102cf8dfebfafd66d /src/game-server/thing.hpp
parentff9438ab94d19f0957a264ff79def01f9855b707 (diff)
downloadmanaserv-bbb9a98aeefaa1609dbd2455c102750c5005e05f.tar.gz
manaserv-bbb9a98aeefaa1609dbd2455c102750c5005e05f.tar.bz2
manaserv-bbb9a98aeefaa1609dbd2455c102750c5005e05f.tar.xz
manaserv-bbb9a98aeefaa1609dbd2455c102750c5005e05f.zip
add effects sending system (by Chuck Miller)
Diffstat (limited to 'src/game-server/thing.hpp')
-rw-r--r--src/game-server/thing.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/thing.hpp b/src/game-server/thing.hpp
index 3c6b82dc..34978357 100644
--- a/src/game-server/thing.hpp
+++ b/src/game-server/thing.hpp
@@ -41,6 +41,7 @@ enum
OBJECT_MONSTER, /**< A monster (moving actor with AI. Should be able to
toggle map/quest actions, too). */
OBJECT_CHARACTER, /**< A normal being. */
+ OBJECT_EFFECT, /**< A effect to be shown */
OBJECT_OTHER /**< Server-only object. */
};