Everwing UNLOCKING JADE AND ARCANA PART 1 [UPDATED JULY 2017]
У вашего броузера проблема в совместимости с HTML5
Follow the instructions in the video Enjoy! :)
if you have some questions go to my discord
https://discord.gg/aGkWnc
Add me on Facebook
https://web.facebook.com/profile.php?id=100019412436380&_rdc=1&_rdr
Don't forget to subscribe :)
Here's the code:
var _r1 = new RegExp("jade_i");
var _r2 = new RegExp("arcana_i");
for(var i in e){
if (_r1.test(e[i].schemaPrimativeID)) {
e[i].state="idle"
}
if (_r2.test(e[i].schemaPrimativeID)) {
e[i].state="idle";
}
}