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