Skip to content

Commit

Permalink
Brighter rail lights (#3722)
Browse files Browse the repository at this point in the history
<!-- 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. -->
  • Loading branch information
Burning02 authored Nov 15, 2024
1 parent 9fb5e3c commit 1859af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/attachments/rail_light.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1859af1

Please sign in to comment.