diff --git a/code/modules/reqs/supply.dm b/code/modules/reqs/supply.dm index eb4ae8edca4..1750793e2e2 100644 --- a/code/modules/reqs/supply.dm +++ b/code/modules/reqs/supply.dm @@ -418,7 +418,6 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( else .["elevator"] = "MISSING!" .["beacon"] = length(GLOB.supply_beacon) ? TRUE : FALSE - .["user_real_name"] = user.real_name /datum/supply_ui/proc/get_shopping_cart(mob/user) return SSpoints.shopping_cart @@ -589,7 +588,6 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( .["shopping_list_cost"] += SP.cost * SSpoints.request_shopping_cart[user.ckey][SP.type] .["shopping_list"][SP.type] = list("count" = SSpoints.request_shopping_cart[user.ckey][SP.type]) .["beacon"] = length(GLOB.supply_beacon) ? TRUE : FALSE - .["user_real_name"] = user.real_name /datum/supply_ui/requests/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state) . = ..()