mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user