diff --git a/code/game/objects/mail.dm b/code/game/objects/mail.dm index 6e6a2af8590..4343bcc79d3 100644 --- a/code/game/objects/mail.dm +++ b/code/game/objects/mail.dm @@ -242,6 +242,7 @@ to_chat(user, "You add [envelope] to the active database.") playsound(loc, 'sound/mail/mailscanned.ogg', 50, TRUE) saved = A + SSblackbox.record_feedback("amount", "successful_mail_scan", 1) return if(isliving(A)) var/mob/living/M = A @@ -270,3 +271,4 @@ to_chat(user, "Successful delivery acknowledged! [MAIL_DELIVERY_BONUS] credits added to Supply account!") playsound(loc, 'sound/mail/mailapproved.ogg', 50, TRUE) GLOB.station_money_database.credit_account(SSeconomy.cargo_account, MAIL_DELIVERY_BONUS, "Mail Delivery Compensation", "Messaging and Intergalactic Letters", supress_log = FALSE) + SSblackbox.record_feedback("amount", "successful_mail_delivery", 1)