Updated SSgarbage (#18173)

* pain

* sadfas

* sdfa

* sdfasf

* sfa

* sdf

* might the lord have mercy on our soul

* i cri everidai

* adeste fideles

* sdf

* where will this lead, what's coming next, from your inventions

* dear lord

* gjvhk

* i cri everidai

* fsgf

* sdfa

* sdaf

* hiuhi
This commit is contained in:
Fluffy
2024-01-15 15:08:27 +01:00
committed by GitHub
parent 0c8bdbdd68
commit ca6b04e1d7
125 changed files with 1574 additions and 805 deletions
@@ -31,6 +31,16 @@
"medical" = list("A-", "B-", "AB-", "O-", "A+", "B+", "AB+", "O+")
)
/datum/computer_file/program/records/New()
. = ..()
listener = new(src)
/datum/computer_file/program/records/Destroy()
active = null
QDEL_NULL(listener)
active_virus = null
. = ..()
/datum/computer_file/program/records/medical
filename = "medrec"
filedesc = "Medical Records"
@@ -82,22 +92,16 @@
program_key_icon_state = "lightblue_key"
color = LIGHT_COLOR_BLUE
/datum/computer_file/program/records/employment/Destroy()
. = ..()
/datum/computer_file/program/records/pai
available_on_ntnet = 1
extended_desc = "This program is used to view crew records."
usage_flags = PROGRAM_SILICON_PAI
edit_type = 0
/datum/computer_file/program/records/New()
. = ..()
listener = new(src)
/datum/computer_file/program/records/Destroy()
active = null
QDEL_NULL(listener)
active_virus = null
. = ..()
/datum/computer_file/program/records/ui_data(mob/user)
var/list/data = list(
"activeview" = "list",