diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index 11186ae4b7..a70d9d4678 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -57,7 +57,7 @@ to_chat(user, "A chill runs down your spine as [src] shatters...") user.AddComponent(/datum/component/omen, silent=TRUE) // we have our own message -/obj/structure/mirror/bullet_act(obj/projectile/P) +/obj/structure/mirror/bullet_act(obj/item/projectile/P) if(broken || !isliving(P.firer) || !P.damage) return ..()