From bbc261952e3d6f317f6b48169c281967905ebb5d Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 28 Feb 2018 19:42:03 -0600 Subject: [PATCH] [MIRROR] Medals now show the commendation text in the description. (#5733) * Medals now show the commendation text in the description. (#36020) * Medals now show the commendation text in the description * the user is now real * Medals now show the commendation text in the description. --- code/modules/clothing/under/accessories.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/accessories.dm b/code/modules/clothing/under/accessories.dm index 946769ba41..3d9c3c8017 100644 --- a/code/modules/clothing/under/accessories.dm +++ b/code/modules/clothing/under/accessories.dm @@ -141,6 +141,7 @@ SSblackbox.record_feedback("associative", "commendation", 1, list("commender" = "[user.real_name]", "commendee" = "[M.real_name]", "medal" = "[src]", "reason" = input)) GLOB.commendations += "[user.real_name] awarded [M.real_name] the [name]! \n- [input]" commended = TRUE + desc += "
The inscription reads: [input] - [user.real_name]" log_game("[key_name(M)] was given the following commendation by [key_name(user)]: [input]") message_admins("[key_name(M)] was given the following commendation by [key_name(user)]: [input]")