Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Jul 26, 2024
1 parent 4c019b6 commit 6d99496
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/reqs/supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
. = ..()
Expand Down

0 comments on commit 6d99496

Please sign in to comment.