--- deliantra/server/common/living.C 2007/05/18 15:05:08 1.61 +++ deliantra/server/common/living.C 2007/05/19 00:31:08 1.62 @@ -996,7 +996,7 @@ /* skills modifying the character -b.t. */ /* for all skills and skill granting objects */ case SKILL: - if (!QUERY_FLAG (tmp, FLAG_APPLIED)) + if (!QUERY_FLAG (tmp, FLAG_APPLIED) || skill_flags [tmp->subtype] & SF_APPLY) break; if (chosen_skill)