Buff flashlight battery lifespan (#21985)

I think flashlights drain unreasonably fast.

This PR reduces the power usage of all flashlights by 10x.

This makes them not drain unreasonably fast.
This commit is contained in:
Batrachophreno
2026-03-09 21:47:27 +00:00
committed by GitHub
parent 69321ab6f9
commit 20e1b8b37a
2 changed files with 5 additions and 1 deletions
@@ -61,7 +61,7 @@
if(starts_with_cell)
cell = new cell_type(src)
brightness_levels = list("low" = 2, "medium" = 3, "high" = 4)
power_usage = ((brightness_levels[brightness_level]/ 10 ) / efficiency_modifier)
power_usage = ((brightness_levels[brightness_level]/ 100 ) / efficiency_modifier)
else
verbs -= /obj/item/flashlight/verb/toggle_brightness