Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jun 1, 2024
1 parent a521b0f commit 17886e5
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 17886e5

Please sign in to comment.