Merge pull request #11511 from Markolie/lighting

Make the lighting plane master respect client color and other lighting fixes
This commit is contained in:
Fox McCloud
2019-05-15 20:42:44 -04:00
committed by GitHub
6 changed files with 29 additions and 21 deletions
+2 -2
View File
@@ -688,8 +688,8 @@
message += " (RESTRICTED)"
to_chat(world, "[message]")
/client/proc/colour_transition(var/list/colour_to = null, var/time = 10) //Call this with no parameters to reset to default.
animate(src, color=colour_to, time=time, easing=SINE_EASING)
/client/proc/colour_transition(list/colour_to = null, time = 10) //Call this with no parameters to reset to default.
animate(src, color = colour_to, time = time, easing = SINE_EASING)
/client/proc/on_varedit()
var_edited = TRUE