Removes SSDocs (#20660)

Removes SSDocs as its unused

Also MD because we should discuss if that should be revived instead.

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Werner
2025-07-12 20:20:33 +02:00
committed by GitHub
parent 08fe54baf7
commit 75b9319a0e
4 changed files with 58 additions and 242 deletions
@@ -159,17 +159,6 @@
QDEL_LIST(stored_files)
return ..()
/obj/item/computer_hardware/hard_drive/Initialize(mapload)
. = ..()
install_default_programs()
if(mapload && prob(5))
var/datum/docs_document/file = SSdocs.pick_document_by_tag(SSDOCS_MEDIUM_FILE)
if(!istype(file))
log_subsystem_documents("pick_document_by_tag returned null file!")
else
var/datum/computer_file/data/F = SSdocs.create_file(file)
store_file(F)
/obj/item/computer_hardware/hard_drive/proc/reset_drive()
for(var/datum/computer_file/F in stored_files)
remove_file(F)