Sto
Should i code today ...
I noticed that in MP Somnium runs somewhat slower than normal, and you sometimes need to click few times to get card drawn of something.
This is normal since the code is run for each machine and you have to wait others have finished to implement your action. Especially for Somnium MP games where you have to wait that other player have finished to see the movie of the turn (it's impossible to make a pause in python function, so all turn impl are handled and saved, then you see a replay of the turn. This effect is double if you have to wait other player to finish his movie and send "OK, it's done"). This effect is amplified if you don't play with sound because there is some pause when playing sounds. I will try to add a visual effect when you can draw a card or end turn for 0.34, but there are some other things more important i want to improve before that for Somnium.
Tcho !