[MIRROR] Let there be (held) light! Adds directional flashlight sprites, and many new inhand icons for various light objects [MDB IGNORE] (#20624)

* Let there be (held) light! Adds directional flashlight sprites, and many new inhand icons for various light objects

* fixes

---------

Co-authored-by: Bloop <vinylspiders@gmail.com>
Co-authored-by: ghost sheep <sheepwiththemask@gmail.com>
This commit is contained in:
SkyratBot
2023-04-17 23:51:57 -07:00
committed by GitHub
co-authored by Bloop ghost sheep
parent ad7d8604ce
commit 2f27f9dec1
10 changed files with 145 additions and 48 deletions
@@ -26,12 +26,6 @@
if(uses_battery)
AddComponent(/datum/component/cell, cell_override, CALLBACK(src, PROC_REF(turn_off)))
/obj/item/flashlight/proc/update_brightness()
set_light_on(on)
if(light_system == STATIC_LIGHT)
update_light()
update_appearance()
/obj/item/flashlight/examine(mob/user)
. = ..()
if(has_modes)