From 5cedaa840fcdb287c49ed55f43e13d1ee3c5d525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Hakier?= Date: Fri, 10 Sep 2021 17:42:34 -0400 Subject: [PATCH] The ultimate sin --- 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 d15b51c4aa3..0e53084db43 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -1009,7 +1009,7 @@ ..() shatter() -/obj/item/light/attack_obj(obj/O, mob/living/user, params) +/obj/item/light/attack_atom(obj/O, mob/living/user, params) ..() shatter()