lighttube bulb and syringe fixes (#17271)

This commit is contained in:
Wowzewow (Wezzy)
2023-09-08 12:34:14 +00: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
+43
View File
@@ -0,0 +1,43 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: Wowzewow (Wezzy)
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- bugfix: "Increases hitbox of syringes, autoinjectors, autoinhalers."
- bugfix: "Fixes invisible item icons for light bulbs, tubes."
- tweak: "Lift lightbulbs will now always spawn working."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

+4 -2
View File
@@ -9865,7 +9865,8 @@
/area/hangar/auxiliary)
"gQh" = (
/obj/machinery/light/small{
dir = 8
dir = 8;
must_start_working = 1
},
/turf/simulated/floor/plating,
/area/turbolift/primary/deck_1)
@@ -23776,7 +23777,8 @@
/area/operations/loading)
"qMY" = (
/obj/machinery/light/small{
dir = 4
dir = 4;
must_start_working = 1
},
/turf/simulated/floor/plating,
/area/turbolift/primary/deck_1)