mud/lib/include/magic.h
2020-09-06 05:43:07 -07:00

13 lines
184 B
C

#ifndef s_magic_h
#define s_magic_h
#define SPELL_HEALING 1
#define SPELL_DEFENSE 2
#define SPELL_COMBAT 3
#define SPELL_OTHER 4
#endif // s_magic_h