mob
verb
Dig(T as turf in oview(1))
set hidden=1
if(ispath(T, /turf/wall))
src.frozen=1
sleep(50)
del T
if(prob(25))
src.rrocks++
else
src.rocks++
src.frozen=0
Problem description:
I haven't been coding on BYOND for awhile, so this may seem a bit newbish.. Anyway, the verb never starts, probably because I'm not using ispath correctly. Help, please?
are you executing the verb somehow?