From 9575c52b13f5fc7212cc3fd468cb62d11c950248 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Thu, 16 Jul 2020 20:21:39 +0800 Subject: [PATCH] https://github.com/tgstation/tgstation/pull/52059 - the forgotten part --- code/modules/mining/mint.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/mint.dm b/code/modules/mining/mint.dm index 84c6c416b7..f8e34d8fd7 100644 --- a/code/modules/mining/mint.dm +++ b/code/modules/mining/mint.dm @@ -123,3 +123,5 @@ bag_to_use = new(src) //make a new bag if we can't find or use the old one. unload_mineral(bag_to_use) //just forcemove memes. O.forceMove(bag_to_use) //don't bother sending the signal, the new bag is empty and all that. + + SSblackbox.record_feedback("amount", "coins_minted", 1)