mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user