diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 253a0b1d97f..3243156b5b6 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -459,6 +459,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, /obj/machinery/computer/rdconsole/proc/finish_machine(key, amount, enough_materials, obj/machinery/r_n_d/machine, datum/design/being_built, list/efficient_mats) if(machine) if(enough_materials && being_built) + SSblackbox.record_feedback("nested tally", "RND Production List", amount, list("[being_built.category]", "[being_built.name]")) for(var/i in 1 to amount) var/obj/item/new_item = new being_built.build_path(src) if(istype(new_item, /obj/item/storage/backpack/holding))