mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Shooting Lights (#11188)
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user