Skip to content

Commit

Permalink
Update code/modules/reagents/chemistry_machinery/chem_master.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Git-Nivrak and Drulikar authored Apr 25, 2024
1 parent f966285 commit f5a2e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry_machinery/chem_master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
if(!istype(dest))
source.reagents.remove_reagent(reagent_id, amount)
else if(dest.reagents)
source.reagents.trans_id_to(dest, reagent_id, amount)
source.reagents.trans_id_to(dest, reagent_id, amount)

/obj/structure/machinery/chem_master/Topic(href, href_list)
. = ..()
Expand Down

0 comments on commit f5a2e5b

Please sign in to comment.