turf/fire
icon = 'misc.dmi'
layer = MOB_LAYER+1
Entered(mob/M)
M << "[M] gets a little too close to the fire! He bursts into flames!"
var/obj/a
a.icon = 'misc.dmi'
M.overlays += a
sleep(60)
M.overlays -= a
Problem description:
it doesnt say anything. and it doesnt do anything. whats the problem?
First declare it as an image. Then check if it is a mob.