Skip to content

Commit

Permalink
increased glowstick light range
Browse files Browse the repository at this point in the history
decreased brightness a bit
  • Loading branch information
pali6 committed Nov 7, 2021
1 parent 74b52fb commit a0ddd79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/obj/item/device/lights.dm
Expand Up @@ -131,15 +131,15 @@
col_r = 0.0
col_g = 0.9
col_b = 0.1
brightness = 0.6
brightness = 0.33
height = 0.75
var/color_name = "green"
light_type = null
var/datum/component/holdertargeting/simple_light/light_c
var/datum/component/holdertargeting/sm_light/light_c

New()
..()
light_c = src.AddComponent(/datum/component/holdertargeting/simple_light, col_r*255, col_g*255, col_b*255, 255 * brightness)
light_c = src.AddComponent(/datum/component/holdertargeting/sm_light, col_r*255, col_g*255, col_b*255, 255 * brightness)
light_c.update(0)

proc/burst()
Expand Down
3 changes: 3 additions & 0 deletions strings/changelog.txt
@@ -1,4 +1,7 @@

(t)sun nov 07 21
(*)pali
(+)Glowstick light range increased
(t)fri nov 05 21
(u)zjdtmkhzt
(p)6516
Expand Down

0 comments on commit a0ddd79

Please sign in to comment.