From 4d55d53eafed1ee5f68e4e78a74c6b98a702a214 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Wed, 24 Feb 2021 20:23:41 -0700 Subject: [PATCH] typo --- .../mob/living/carbon/human/species_types/shadowpeople.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm b/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm index 4a7de3d2..b1d2f5e1 100644 --- a/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm @@ -186,7 +186,7 @@ if(isopenturf(AM) && !istype(AM, /turf/open/space) && !istype(AM, /turf/open/lava)) var/turf/T = AM if(T.light_power || T.light_range) - to_chat(user, "Your [src] consumes the lights in [AM].") + to_chat(user, "[src] consumes the lights in [AM].") T.set_light(0,0) else if(isopenturf(AM)) return