From 09cf7216b22c6bdf4e0b9d51974239e9c0e1c8bf Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Sun, 15 Apr 2018 20:43:25 -0700 Subject: [PATCH] Fix grammar in lightbulb shatter message (#37207) --- code/modules/power/lighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 68ac434811..1985cdf668 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -791,7 +791,7 @@ /obj/item/light/proc/shatter() if(status == LIGHT_OK || status == LIGHT_BURNED) - visible_message("[name] shatters.","You hear a small glass object shatter.") + visible_message("[src] shatters.","You hear a small glass object shatter.") status = LIGHT_BROKEN force = 5 playsound(src.loc, 'sound/effects/glasshit.ogg', 75, 1)