Modular Computer Cleanup (#8790)

- rscadd: "Incompatible applications are no longer downloaded via the presets."
  - tweak: "Reduced/Adapted the size of various applications."
  - tweak: "The investigations / generic wristbounds are now enrolled aswell."
  - tweak: "Selecting a unenrolled device in the loadout no longer gives you the advanced version of it."
  - tweak: "Adapts the modular computer news browser to work with our news system"
This commit is contained in:
Werner
2020-05-09 14:29:57 +03:00
committed by GitHub
parent ee4a3d675d
commit 6af6d3ec7d
16 changed files with 126 additions and 51 deletions
@@ -1,6 +1,6 @@
/datum/gear/computer
display_name = "tablet"
path = /obj/item/modular_computer/tablet/preset/custom_loadout/advanced // for card slots
path = /obj/item/modular_computer/tablet/preset/custom_loadout/cheap
sort_category = "Modular Computers"
cost = 2
@@ -11,7 +11,7 @@
/datum/gear/computer/wristbound
display_name = "wristbound computer"
path = /obj/item/modular_computer/wristbound/preset/advanced/generic
path = /obj/item/modular_computer/wristbound/preset/cheap/generic
/datum/gear/computer/wristbound/cargo
display_name = "wristbound computer (Cargo)"
@@ -71,4 +71,4 @@
/datum/gear/computer/wristbound/captain
display_name = "wristbound computer (Captain)"
path = /obj/item/modular_computer/wristbound/preset/advanced/command/captain
allowed_roles = list("Captain")
allowed_roles = list("Captain")