mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[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:
co-authored by
Bloop
ghost sheep
parent
ad7d8604ce
commit
2f27f9dec1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user