Skip to content

Commit

Permalink
Adds CKey to ASRS order staff logs. (#6359)
Browse files Browse the repository at this point in the history
# 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
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
admin: Added ckey log to ordering ASRS.
/:cl:
  • Loading branch information
realforest2001 authored Jun 3, 2024
1 parent a521b0f commit 6a84361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/supplyshuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ GLOBAL_DATUM_INIT(supply_controller, /datum/controller/supply, new())
temp = "Thank you for your order.<BR>"
temp += "<BR><A href='?src=\ref[src];viewrequests=1'>Back</A> <A href='?src=\ref[src];mainmenu=1'>Main Menu</A>"
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"
Expand Down

0 comments on commit 6a84361

Please sign in to comment.