Make lighting plane master respect client color

This commit is contained in:
Mark van Alphen
2019-05-10 20:34:11 +02:00
parent afc22b03ed
commit 5b14cf120d
4 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -679,8 +679,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