mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Necromancy: Part One (#16419)
* awd * adw * dw * dw * adw * sneed * wd * f * fda * w * fix * d * w --------- Co-authored-by: DanseMacabre <rsurname1212@gmail.com>
This commit is contained in:
co-authored by
DanseMacabre
parent
c18190fcca
commit
4338997af0
@@ -182,6 +182,10 @@
|
||||
name = "cyan light bulb"
|
||||
brightness_color = LIGHT_COLOR_CYAN
|
||||
|
||||
/obj/item/light/bulb/colored/decayed
|
||||
name = "decayed light bulb"
|
||||
brightness_color = LIGHT_COLOR_DECAYED
|
||||
|
||||
/obj/item/light/throw_impact(atom/hit_atom)
|
||||
..()
|
||||
shatter()
|
||||
|
||||
@@ -104,6 +104,14 @@
|
||||
brightness_color = LIGHT_COLOR_RED
|
||||
randomize_color = FALSE
|
||||
|
||||
/obj/machinery/light/colored/decayed
|
||||
brightness_color = LIGHT_COLOR_DECAYED
|
||||
randomize_color = FALSE
|
||||
|
||||
/obj/machinery/light/colored/dying
|
||||
brightness_color = LIGHT_COLOR_DYING
|
||||
randomize_color = FALSE
|
||||
|
||||
/obj/machinery/light/spot
|
||||
name = "spotlight"
|
||||
fitting = "large tube"
|
||||
|
||||
Reference in New Issue
Block a user