Files
CHOMPStation2/code
baloh.matevz ca718d4b40 Door access fixed.
Anyone who puts the following segment of code anywhere OTHER than the initial object definition should be stabbed with a rusty knife!

/obj/machinery/door/
   New()
      //code
   Del()
      //code

Please, if it's not right by the definition then PLEASE include the whole path, otherwise searching for these procs becomes a nightmare:

/obj/machinery/door/New()
   //code
/obj/machinery/door/Del()
   //code

Thanks to TLE for finding the actual New() code, I had no idea it even existed.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1623 316c924e-a436-60f5-8080-3fe189b3f50e
2011-05-28 13:06:21 +00:00
..
2011-05-28 13:06:21 +00:00
2011-05-28 13:06:21 +00:00
2011-05-27 00:18:02 +00:00
2011-05-15 18:01:40 +00:00