From b6beb8c299b7942656f90eb6c03470e406897c87 Mon Sep 17 00:00:00 2001 From: Kelenius Date: Mon, 20 Jul 2015 09:31:02 +0300 Subject: [PATCH] Admin logs for borg hypo --- code/modules/reagents/reagent_containers/borghydro.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index 23db3bbaeef..47c80d42a14 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -67,6 +67,7 @@ var/t = min(amount_per_transfer_from_this, reagent_volumes[reagent_ids[mode]]) M.reagents.add_reagent(reagent_ids[mode], t) reagent_volumes[reagent_ids[mode]] -= t + admin_inject_log(user, M, src, reagent_ids[mode], t) user << "[t] units injected. [reagent_volumes[reagent_ids[mode]]] units remaining." return