Having a little trouble with Bump() proc...
|
|
I have been working on BYONDHockey for awhile now and I can't seem to get everything ironed out. My latest problem is with this Bump() proc that I use to call my checking proc and alot of puck stuff. I just want to know if there is a problem with this right here...
Bump(var/atom/movable/M) if(istype(M,/mob/char)) ... if(istype(M,/mob/puck)) //everything here works fine, its in the above portion that I'm having trouble.
If somebody could just tell me if there is something wrong with that I would appreciate it.
Canar
|
-Rcet