diff --git a/code/modules/power/lights/bulbs.dm b/code/modules/power/lights/bulbs.dm index b1c396a0a68..898634e3fc9 100644 --- a/code/modules/power/lights/bulbs.dm +++ b/code/modules/power/lights/bulbs.dm @@ -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 diff --git a/html/changelogs/wezzy_embiggening.yml b/html/changelogs/wezzy_embiggening.yml new file mode 100644 index 00000000000..4a3cd8a964b --- /dev/null +++ b/html/changelogs/wezzy_embiggening.yml @@ -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." diff --git a/icons/obj/item/reagent_containers/syringe.dmi b/icons/obj/item/reagent_containers/syringe.dmi index d6b6a5f6758..b30a98cb38a 100644 Binary files a/icons/obj/item/reagent_containers/syringe.dmi and b/icons/obj/item/reagent_containers/syringe.dmi differ diff --git a/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm b/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm index 0e4908456bb..5b0e8e5c17c 100644 --- a/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm +++ b/maps/sccv_horizon/sccv_horizon-1_deck_1.dmm @@ -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)