From 6a84361dc4d33f8d53b1e579be99c2dd070037f1 Mon Sep 17 00:00:00 2001 From: forest2001 <41653574+realforest2001@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:16:51 +0100 Subject: [PATCH] Adds CKey to ASRS order staff logs. (#6359) # About the pull request As title, adds ckey to the log. Currently staff can't tell who ordered something beyond their character name. # Explain why it's good for the game Staff QoL # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: admin: Added ckey log to ordering ASRS. /:cl: --- code/game/supplyshuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/supplyshuttle.dm b/code/game/supplyshuttle.dm index d6b637366f55..f5ae552ea1df 100644 --- a/code/game/supplyshuttle.dm +++ b/code/game/supplyshuttle.dm @@ -1069,7 +1069,7 @@ GLOBAL_DATUM_INIT(supply_controller, /datum/controller/supply, new()) temp = "Thank you for your order.
" temp += "
Back Main Menu" supply_order.approvedby = usr.name - msg_admin_niche("[usr] confirmed supply order of [supply_pack.name].") + msg_admin_niche("[key_name(usr)] confirmed supply order of [supply_pack.name].") if(GLOB.supply_controller.black_market_heat == 100) GLOB.supply_controller.black_market_investigation() var/pack_source = "Cargo Hold"