

maxine02
-
Posts
58 -
Joined
-
Last visited
Community Answers
-
maxine02's post in Full Chemical Protection skill not working (breakable) was marked as the answer
edit trunk/src/map/skill.c
find line
case 3: // THE HIGH PRIESTESS below that remove "| SCCB_CHEM_PROTECT"
from
status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); it will look like this now.
status_change_clear_buffs(target, SCCB_BUFFS);