From 3367a5ff94c4d443b92aaa13a11f8e7e1f8cf9f1 Mon Sep 17 00:00:00 2001 From: Mark9013100 Date: Tue, 20 Sep 2016 20:44:39 -0400 Subject: [PATCH] Fixes a typo in the DNA Modifier --- code/game/dna/dna_modifier.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/dna/dna_modifier.dm b/code/game/dna/dna_modifier.dm index 3138c65439..e06f774a83 100644 --- a/code/game/dna/dna_modifier.dm +++ b/code/game/dna/dna_modifier.dm @@ -209,7 +209,7 @@ /obj/machinery/computer/scan_consolenew name = "DNA Modifier Access Console" - desc = "Scand DNA." + desc = "Scan DNA." icon = 'icons/obj/computer.dmi' icon_keyboard = "med_key" icon_screen = "dna"