Files
Aurora.3/code/modules
Lohikar c3c31c85ea Machinery Component Initialization Refactor (#3258)
Machinery objects' component_parts list is now automatically populated with the types in the component_types list. Types can have an associated number which is interpreted as an instruction to spawn that number of that type. This eliminates a few Initialize() procs, and simplifies others.
Example:

component_types = list(
    /obj/foo/bar,
    /obj/baz = 2
)
Other changes:

Cable coils will now no longer force a stack size of 30 when created without their stack size passed as a parameter - this fixes anonymous types not working correctly with cable coils.
2017-08-09 20:33:14 +03:00
..
2017-08-06 19:50:53 +03:00
2017-06-28 23:15:50 +03:00
2017-08-04 21:36:04 +03:00
2017-08-04 21:24:04 +03:00
2017-06-04 13:32:49 +03:00
2017-06-15 12:41:45 +03:00
2017-07-28 12:00:36 +03:00
2017-08-02 19:40:03 +03:00
2017-08-04 21:49:56 +03:00
2017-07-06 23:37:58 +03:00