ID:2405465
 
Resolved
Client color matrices did not reset properly.
BYOND Version:512.1453
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 69.0.3497.100
Applies to:Dream Seeker
Status: Resolved (512.1454)

This issue has been resolved.
Descriptive Problem Summary:
When I change the client.color to black and white and then try to change it back, it doesn't.

Gif showing it happenning: https://gyazo.com/e2a6ffaa280f501b96b361bcc7034d8a

Numbered Steps to Reproduce Problem:
1 - Change the client.color to black and white
2 - Try and change it to normal again

Code Snippet (if applicable) to Reproduce Problem:
loc=null
animate(client, color= list(0.30,0.30,0.30,0, 0.60,0.60,0.60,0, 0.10,0.10,0.10,0, 0,0,0,1, 0,0,0,0), time = 4)
sleep(20)
client.color=initial(client.color)

This code worked before but I forgot at what build

Expected Results:
client.color would change again

Actual Results:
client.color stays at black and white

Does the problem occur:
Every time? Or how often? Very often, only some few times not happenning
In other games? yes
In other user accounts? yes
On other computers? yes

When does the problem NOT occur? can't say specifically

Did the problem NOT occur in any earlier versions? yep don't remember wich

Workarounds: none that i know

Lummox JR resolved issue with message:
Client color matrices did not reset properly.