mob/verb
Attack()
set category="Combat"
flick(usr,"sparfury")
for(var/mob/M in oview(1))
if(M)
M.pl-=usr.str
else
usr.xp+=usr.str/2
Problem description:
The problem is, basically, nothing happens. I want to have it so that when nobody's there you train.