mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
3f62424312
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
/obj/item/flashlight/survival
|
|
name = "survival flashlight"
|
|
desc = "A hand-held emergency light. This one has been modified with a larger, more efficient bulb pointing inwards."
|
|
icon_state = "survival_flashlight"
|
|
item_state = "survival_flashlight"
|
|
light_power = 2
|
|
light_range = 2
|
|
light_color = LIGHT_COLOR_GREEN
|
|
efficiency_modifier = 1.2 // 120% more efficient compared to other flashlights
|