From e7b38655df2196b79726ed483f5f5264aeafb7c4 Mon Sep 17 00:00:00 2001 From: LC4492 <122557086+LC4492@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:25:41 -0300 Subject: [PATCH] Small fix 2x --- code/game/machinery/computer/medical.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm index d54a6f7fb82c..12fd22e228ca 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/medical.dm @@ -509,7 +509,7 @@ density = FALSE /obj/structure/machinery/computer/med_data/bulky - name = "Medical Laptop" + name = "medical records computer" desc = "The IBM series 10 computer retrofitted to be used to check the medical records of all crew. While somewhat dated it still serves its purpose." icon_state = "medcomp_bulky" deconstructible = FALSE