Did as much as I can with adding more GATO branding.

This commit is contained in:
Aeris Bennet
2024-02-09 02:29:29 +00:00
committed by GitHub
parent 91f4eea62c
commit 7c64f8b301
46 changed files with 75 additions and 75 deletions
@@ -25,7 +25,7 @@
/obj/item/computer_hardware/hard_drive/diagnostics(var/mob/user)
..()
// 999 is a byond limit that is in place. It's unlikely someone will reach that many files anyway, since you would sooner run out of space.
to_chat(user, "NT-NFS File Table Status: [stored_files.len]/999")
to_chat(user, "GATO-NFS File Table Status: [stored_files.len]/999")
to_chat(user, "Storage capacity: [used_capacity]/[max_capacity]GQ")
// Use this proc to add file to the drive. Returns 1 on success and 0 on failure. Contains necessary sanity checks.