mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixes several in-hand lights (#21811)
The in-hand sprites of a lot of handheld lights now exist again. Torches, flares and marshal wands also now correctly give a light all around, instead of directional.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
toggle_sound = null
|
||||
drop_sound = 'sound/items/drop/gloves.ogg'
|
||||
pickup_sound = 'sound/items/pickup/gloves.ogg'
|
||||
light_system = MOVABLE_LIGHT
|
||||
|
||||
/obj/item/flashlight/flare/mechanics_hints(mob/user, distance, is_adjacent)
|
||||
. += ..()
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
obj_flags = OBJ_FLAG_CONDUCTABLE
|
||||
slot_flags = SLOT_BELT
|
||||
contained_sprite = TRUE
|
||||
light_color = LIGHT_COLOR_HALOGEN
|
||||
light_system = DIRECTIONAL_LIGHT
|
||||
light_range = 4
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon_state = "marshallingwand"
|
||||
item_state = "marshallingwand"
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
light_system = MOVABLE_LIGHT
|
||||
light_color = LIGHT_COLOR_RED
|
||||
light_range = 2
|
||||
action_button_name = "Toggle Marshalling Wands"
|
||||
|
||||
Reference in New Issue
Block a user