From 1859af1abfab39673fe13f38fb8fdece1561e481 Mon Sep 17 00:00:00 2001
From: Burning02 <141873051+Burning02@users.noreply.github.com>
Date: Thu, 14 Nov 2024 19:39:31 -0500
Subject: [PATCH] Brighter rail lights (#3722)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Brightens rail lights to be on-par with seclights

## Why It's Good For The Game

Currently as it is, rail lights are about as good as flashlights, and as
a result aren't an attachment most, if any keep for long once they get
other attachments, or in this case a better flashlight. This'll bring
them on-par with seclights, making them a viable choice as an attachment
for longer.

## Changelog

:cl:
balance: Rail lights have been brightened
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
---
 code/game/objects/items/attachments/rail_light.dm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/game/objects/items/attachments/rail_light.dm b/code/game/objects/items/attachments/rail_light.dm
index 0cfbe9661e9e..d2216d27d19f 100644
--- a/code/game/objects/items/attachments/rail_light.dm
+++ b/code/game/objects/items/attachments/rail_light.dm
@@ -4,8 +4,8 @@
 	icon_state = "raillight"
 	light_color = COLOR_LIGHT_ORANGE
 	light_system = MOVABLE_LIGHT_DIRECTIONAL
-	light_range = 4
-	light_power = 0.8
+	light_range = 5
+	light_power = 0.9
 	light_on = FALSE
 
 	attach_features_flags = ATTACH_REMOVABLE_HAND|ATTACH_TOGGLE