client.Center()
src.fire()
mob/proc/fire()
world << "FIRE POW!"
for(var/obj/fire/F in src.loc)
walk(F,src.dir,0)
How come this isn't working?
ID:175396
Apr 27 2003, 7:10 am
|
|
Walk wasn't indented and I think it has to be src.mob.fire().
Src would be client and client wouldn't have the fire proc.