lighttube bulb and syringe fixes (#17271)

This commit is contained in:
Wowzewow (Wezzy)
2023-09-08 20:34:14 +08:00
committed by GitHub
parent 084f20f574
commit 2dd032a4d1
4 changed files with 50 additions and 5 deletions
+3 -3
View File
@@ -108,7 +108,7 @@
matter = list(MATERIAL_GLASS = 100)
brightness_range = 8
brightness_power = 0.4
lighttype = "tube"
lighttype = "ltube"
/obj/item/light/tube/colored
randomize_color = FALSE
@@ -145,7 +145,7 @@
brightness_range = 15
brightness_power = 0.75
randomize_range = FALSE
lighttype = "stube"
lighttype = "lstube"
/obj/item/light/bulb
name = "light bulb"
@@ -156,7 +156,7 @@
brightness_range = 5
brightness_power = 0.4
brightness_color = LIGHT_COLOR_TUNGSTEN
lighttype = "bulb"
lighttype = "lbulb"
/obj/item/light/bulb/colored
randomize_color = FALSE