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 13:29:57 +02:00
committed by GitHub
parent ee4a3d675d
commit 6af6d3ec7d
16 changed files with 126 additions and 51 deletions

View File

@@ -123,7 +123,7 @@
if(!hard_drive)
to_chat(user, SPAN_WARNING("You cannot reset a device that has no hard drive."))
return
enrolled = FALSE
enrolled = 0
hard_drive.reset_drive()
visible_message("\icon[src.icon] <b>[src]</b> pings, <span class='notice'>\"Enrollment status reset! Have a NanoTrasen day.\"</span>")
if(istype(W, /obj/item/card/id)) // ID Card, try to insert it.
@@ -212,4 +212,4 @@
/obj/item/modular_computer/GetID()
if(card_slot.stored_card)
return card_slot.stored_card
return card_slot.stored_card