mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 02:32:10 +00:00
Converts the Cargo Bounties UI to TGUI and adds a modular app for it. (#51509)
* How did this take me like 3 hours but the bounty UI took 4 weeks like fuck * Uses style's suggestions for UI cleanup. * Rebuild TGUI * Squiggly Brackets No. 1 * Squiggly Brackets No. 2 * Rebuilds tgui also sorry style I got lazy * Another tgui update * GREP? * Rebuilds tgui again * Rebuild yet again * How'd you like a nice tender lambchop? * Take me HOOOOOOOME country ROOOOOADS * Updates with Anturk's changes. * Removes unnecessary flex element Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
This commit is contained in:
@@ -22,11 +22,14 @@
|
||||
|
||||
/obj/item/modular_computer/tablet/preset/cargo/Initialize()
|
||||
. = ..()
|
||||
var/obj/item/computer_hardware/hard_drive/small/hard_drive = new
|
||||
install_component(new /obj/item/computer_hardware/processor_unit/small)
|
||||
install_component(new /obj/item/computer_hardware/battery(src, /obj/item/stock_parts/cell/computer))
|
||||
install_component(new /obj/item/computer_hardware/hard_drive/small)
|
||||
install_component(hard_drive)
|
||||
install_component(new /obj/item/computer_hardware/network_card)
|
||||
install_component(new /obj/item/computer_hardware/printer/mini)
|
||||
hard_drive.store_file(new /datum/computer_file/program/bounty)
|
||||
hard_drive.store_file(new /datum/computer_file/program/shipping)
|
||||
|
||||
/// Given by the syndicate as part of the contract uplink bundle - loads in the Contractor Uplink.
|
||||
/obj/item/modular_computer/tablet/syndicate_contract_uplink/preset/uplink/Initialize()
|
||||
|
||||
Reference in New Issue
Block a user