Fixes RnD machines not starting with beakers (#3377)

Forgot about RnD machines with the last update. Anything with a beaker in the component_types needs to populate_components
This commit is contained in:
Ron
2017-08-30 15:52:13 -04:00
committed by Lohikar
parent ba03cb3ab6
commit c8510ec9a9

View File

@@ -11,6 +11,11 @@
var/busy = 0
var/obj/machinery/computer/rdconsole/linked_console
/obj/machinery/r_n_d/Initialize()
. = ..()
populate_components()
/obj/machinery/r_n_d/attack_hand(mob/user as mob)
return