mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user