mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user