My overlay is added by a icon..
usr.overlays+=icon('head1.dmi')
Okay and.. my verb is set like this....
mob/verb/attack()
flick("attack",src)
//Whatever here... that hits.
Okay so basically whats happening.. is i attack and the head dissapears.. and is there again when the flick is done.. and i have the same icon_state for the head as i do for the body (named the same i mean) so why doesnt this work?