--- deliantra/server/include/spells.h 2006/08/27 13:02:03 1.3 +++ deliantra/server/include/spells.h 2006/08/29 08:01:36 1.4 @@ -52,7 +52,7 @@ #define PATH_LIGHT 0x00080000 /* 524288 */ #define PATH_SP_MULT(op,spell) (((op->path_attuned & spell->path_attuned) ? 0.8 : 1) * \ - ((op->path_repelled & spell->path_attuned) ? 1.25 : 1)) + ((op->path_repelled & spell->path_attuned) ? 1.25 : 1)) #define NRSPELLPATHS 20 extern const char* const spellpathnames[NRSPELLPATHS]; @@ -141,7 +141,7 @@ #define FORCE_CHANGE_ABILITY 2 #define PATH_TIME_MULT(op,spell) (((op->path_attuned & spell->path_attuned) ? 0.8 : 1) * \ - ((op->path_repelled & spell->path_attuned) ? 1.25 : 1)) + ((op->path_repelled & spell->path_attuned) ? 1.25 : 1)) /* These are some hard coded values that are used within the code * for spell failure effects or pieces of spells. Rather