From 988f8bcb03c962cccd7d13ea6d5ae7f3d50a5a1b Mon Sep 17 00:00:00 2001 From: skoglol Date: Fri, 31 Jan 2020 00:46:22 +0100 Subject: [PATCH] Adds some rudimentary hypodermic prickles logging. --- code/modules/hydroponics/plant_genes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index d59b514bfbf..0fe66eec4e4 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -430,6 +430,7 @@ G.reagents.reaction(L, INJECT, fraction) G.reagents.trans_to(L, injecting_amount) to_chat(target, "You are pricked by [G]!") + log_combat(G, L, "pricked and attempted to inject reagents from [G] to [L]. Last touched by: [G.fingerprintslast].") /datum/plant_gene/trait/smoke name = "Gaseous Decomposition"