mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
lighttube bulb and syringe fixes (#17271)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user