Code:mob/verb
Attack(mob/M in get_step(src,usr.dir))
set category = "Taijutsu"
damage(usr, M)
var/damage = usr.Taijutsu
M.Stamina -= damage
usr << "<b>You attack [M] by [damage]!</b>"
oview() << "[usr] attacks [M] by [damage]!"
Well there's no errors in the code but I can hit mysel.I've tried with eveything in mind but didn't work Mind some help?plz (I want not to hit myself)xD