Cit changes for bullet path

This commit is contained in:
keronshb
2021-07-06 22:57:31 -04:00
parent fc153b04d3
commit c92952c3b0
+1 -1
View File
@@ -57,7 +57,7 @@
to_chat(user, "<span class='warning'>A chill runs down your spine as [src] shatters...</span>")
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 ..()