Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed May 31, 2024
1 parent 63998c9 commit e874284
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/structures/salvaging.dm
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@

/obj/effect/spawner/lootdrop/random_computer_circuit_rare
loot = list(
/obj/item/circuitboard/computer/cargo/express = 5,
/obj/item/circuitboard/computer/cargo = 5,
/obj/item/circuitboard/computer/communications = 5,
/obj/item/circuitboard/computer/shuttle/helm = 5,
/obj/item/circuitboard/computer/med_data = 5,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/cargo/console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
if(!charge_account)
reconnect()

/obj/machinery/computer/cargo/ui_data()
/obj/machinery/computer/cargo/ui_data(mob/user)
var/canBeacon = beacon && (isturf(beacon.loc) || ismob(beacon.loc))//is the beacon in a valid location?
var/list/data = list()

Expand Down
2 changes: 1 addition & 1 deletion code/modules/cargo/supplypod_beacon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
update_status(SP_UNLINK)
update_status(SP_UNREADY)

/obj/item/supplypod_beacon/proc/link_console(obj/machinery/computer/cargo/express/C, mob/living/user)
/obj/item/supplypod_beacon/proc/link_console(obj/machinery/computer/cargo/C, mob/living/user)
if (C.beacon)//if new console has a beacon, then...
C.beacon.unlink_console()//unlink the old beacon from new console
if (cargo_console)//if this beacon has an express console
Expand Down

0 comments on commit e874284

Please sign in to comment.