Various Tweaks to modular computers (#1320)

Added different run and download access levels
Added the possibility to check for one access, one in a list, all in a list
Tweaked the access levels required to download software.
Generally speaking, only departmental heads can now download departmental software
Locked down the software of the preset consoles. (No downloading games on them)
Fixed being unable to eject portable storage devices
Locked down work consoles dont accept portable storage devices
Added a software backup crate to secure storage
This commit is contained in:
Werner
2016-12-31 13:44:13 +02:00
committed by skull132
parent 14a0c7bf92
commit 386699bf53
26 changed files with 283 additions and 89 deletions
+14 -13
View File
@@ -389,7 +389,7 @@ var/global/list/gear_datums = list()
path = /obj/item/clothing/under/color/blackf
slot = slot_w_uniform
cost = 1
/datum/gear/blackfjumpsuit
display_name = "jumpsuit, rainbow"
path = /obj/item/clothing/under/rainbow
@@ -1062,7 +1062,7 @@ var/global/list/gear_datums = list()
path = /obj/item/clothing/gloves/white/tajara
cost = 2
slot = slot_gloves
/datum/gear/watch
display_name = "watch"
path = /obj/item/clothing/gloves/watch
@@ -1232,17 +1232,18 @@ var/global/list/gear_datums = list()
sort_category = "utility"
cost = 1
/datum/gear/cheaptablet
display_name = "cheap tablet computer"
path = /obj/item/modular_computer/tablet/preset/custom_loadout/cheap
sort_category = "utility"
cost = 3
/datum/gear/normaltablet
display_name = "tablet computer"
path = /obj/item/modular_computer/tablet/preset/custom_loadout/advanced
sort_category = "utility"
cost = 4
// Reserved for later use
// /datum/gear/cheaptablet
// display_name = "cheap tablet computer"
// path = /obj/item/modular_computer/tablet/preset/custom_loadout/cheap
// sort_category = "utility"
// cost = 3
//
// /datum/gear/normaltablet
// display_name = "tablet computer"
// path = /obj/item/modular_computer/tablet/preset/custom_loadout/advanced
// sort_category = "utility"
// cost = 4
// The rest of the trash.