mob
verb
Blind_Man_Stick()
for(var/turf/m in get_step(usr,usr.dir))
usr<<"You poke [m] with your slitck"
turf
wall
icon = 'Wall.dmi'
icon_state = "Wall"
density = 1
Problem description:
Any reason why this wont output the string? I am more then sure there is turf around me.. Does get_step not work with turf?
var/turf/T = get_step(src, dir)