Skip to content

Commit

Permalink
javascript stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed May 15, 2024
1 parent 62784f3 commit 6ff0ac3
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 575 deletions.
9 changes: 0 additions & 9 deletions code/modules/cargo/console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
circuit = /obj/item/circuitboard/computer/cargo/express
light_color = COLOR_BRIGHT_ORANGE

var/requestonly = FALSE
var/contraband = FALSE
var/self_paid = FALSE
var/safety_warning = "For safety reasons, the automated supply shuttle \
Expand Down Expand Up @@ -42,13 +41,6 @@
/// The account to charge purchases to, defaults to the cargo budget
var/datum/bank_account/charge_account

/obj/machinery/computer/cargo
name = "supply request console"
desc = "Used to request supplies from cargo."
icon_screen = "request"
circuit = /obj/item/circuitboard/computer/cargo/request
requestonly = TRUE

/obj/machinery/computer/cargo/Initialize()
. = ..()
radio = new /obj/item/radio/headset/headset_cargo(src)
Expand Down Expand Up @@ -154,7 +146,6 @@

/obj/machinery/computer/cargo/ui_static_data(mob/user)
var/list/data = list()
data["requestonly"] = requestonly
data["supplies"] = list()
for(var/pack in SSshuttle.supply_packs)
var/datum/supply_pack/P = SSshuttle.supply_packs[pack]
Expand Down
Loading

0 comments on commit 6ff0ac3

Please sign in to comment.