From 46280aa5f038c4aefe255c03e111ca30e7c96898 Mon Sep 17 00:00:00 2001 From: "quartz235@gmail.com" Date: Fri, 30 Dec 2011 06:31:13 +0000 Subject: [PATCH] I am making the grammar of this game better one file at a time. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2860 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/devices/scanners.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/devices/scanners.dm b/code/game/objects/devices/scanners.dm index e0241beb40d..06ce3444ce8 100644 --- a/code/game/objects/devices/scanners.dm +++ b/code/game/objects/devices/scanners.dm @@ -104,7 +104,7 @@ MASS SPECTROMETER /obj/item/device/detective_scanner/attack(mob/living/carbon/human/M as mob, mob/user as mob) if (!ishuman(M)) - user << "\red [M] is not humas and cannot have the fingerprints." + user << "\red [M] is not human and cannot have the fingerprints." return 0 if (( !( istype(M.dna, /datum/dna) ) || M.gloves) ) user << "\blue No fingerprints found on [M]"