Skip to content

Commit

Permalink
Fix color correction runtime (#9985)
Browse files Browse the repository at this point in the history
* Update area_color_correction.dm

* empty commit - 8 10 23
  • Loading branch information
DrDuckedGoose authored Oct 9, 2023
1 parent 3d44432 commit 682e605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/area/area_color_correction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var/current_correction

/datum/client_colour/area_color
colour = ""
colour = list(rgb(255, 0, 0), rgb(0, 255, 0), rgb(0, 0, 255))
priority = PRIORITY_LOW
fade_in = 10 SECONDS
fade_out = 10 SECONDS
Expand Down

0 comments on commit 682e605

Please sign in to comment.