Shooting Lights (#11188)

This commit is contained in:
Geeves
2021-02-18 17:28:16 -03:00
committed by GitHub
parent af5bc7b869
commit 4e3a027c5d
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -389,6 +389,8 @@
else
user.visible_message(SPAN_WARNING("\The [user] hits \the [src], but it doesn't break."), SPAN_WARNING("You hit \the [src], but it doesn't break."), SPAN_WARNING("You hear something hitting against glass."))
/obj/machinery/light/bullet_act(obj/item/projectile/P, def_zone)
shatter()
// returns whether this light has power
// true if area has power
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Shooting light fixtures will now cause them to break."