mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Some contractor fixes (#13715)
* yep * better way, hmm. * actual programs.
This commit is contained in:
@@ -196,8 +196,16 @@
|
||||
desc = "An efficient SSD for portable devices developed by a rival organisation."
|
||||
power_usage = 8
|
||||
max_capacity = 70
|
||||
device_type = MC_HDD // SKYRAT EDIT
|
||||
var/datum/opposing_force/opfor_data // Syndicate hard drive has the user's data baked directly into it on creation //SKYRAT EDIT - OPFOR, NOT TRAITOR
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/syndicate/install_default_programs()
|
||||
. = ..()
|
||||
store_file(new/datum/computer_file/program/computerconfig(src))
|
||||
store_file(new/datum/computer_file/program/ntnetdownload/syndicate(src))
|
||||
store_file(new/datum/computer_file/program/filemanager(src))
|
||||
store_file(new/datum/computer_file/program/radar/fission360(src))
|
||||
|
||||
/// For tablets given to nuke ops
|
||||
/obj/item/computer_hardware/hard_drive/small/nukeops
|
||||
power_usage = 8
|
||||
|
||||
Reference in New Issue
Block a user