diff --git a/code/modules/reagents/chemistry/machinery/chem_master.dm b/code/modules/reagents/chemistry/machinery/chem_master.dm index cb935663a69..0672fa1f7c7 100644 --- a/code/modules/reagents/chemistry/machinery/chem_master.dm +++ b/code/modules/reagents/chemistry/machinery/chem_master.dm @@ -570,8 +570,8 @@ P.name = "[medicine_name][name_suffix]" P.pixel_x = rand(-7, 7) // Random position P.pixel_y = rand(-7, 7) - reagents.trans_to(P, amount_per_item) configure_item(data, reagents, P) + reagents.trans_to(P, amount_per_item) // Load the items into the bottle if there's one loaded if(istype(S) && S.can_be_inserted(P, TRUE)) diff --git a/icons/obj/reagentfillings.dmi b/icons/obj/reagentfillings.dmi index 7d804b0c23e..2b783a75ad6 100644 Binary files a/icons/obj/reagentfillings.dmi and b/icons/obj/reagentfillings.dmi differ