Merge branch 'master' of ssh://cryps.gg:40022/~/cryps

This commit is contained in:
Mashy
2018-11-27 13:40:08 +10:00
5 changed files with 653 additions and 308 deletions
+1
View File
@@ -129,6 +129,7 @@ module.exports = {
'Strangle', // physical dot and disable
'Stun',
'Throw',
'Evade', // actively evade
'Evasion', // adds evasion to cryp
-3
View File
@@ -12,9 +12,6 @@ function errorToast(err) {
});
}
// Create WebSocket connection.
// requires the redux store in order to push updates
// to components
function createSocket(events) {
let ws;