Higher default cooldown on /q/, thanks moot

This commit is contained in:
Jordan Bates 2013-05-17 04:41:18 -07:00
parent 41a135f1c2
commit 2f9304840d
4 changed files with 4 additions and 4 deletions

View File

@ -4952,7 +4952,7 @@
})(),
sage: board === 'q' ? 600 : 60,
file: board === 'q' ? 300 : 30,
post: board === 'q' ? 60 : 30
post: board === 'q' ? 150 : 30
};
QR.cooldown.upSpd = 0;
QR.cooldown.upSpdAccuracy = .5;

View File

@ -4936,7 +4936,7 @@
})(),
sage: board === 'q' ? 600 : 60,
file: board === 'q' ? 300 : 30,
post: board === 'q' ? 60 : 30
post: board === 'q' ? 150 : 30
};
QR.cooldown.upSpd = 0;
QR.cooldown.upSpdAccuracy = .5;

View File

@ -4939,7 +4939,7 @@
})(),
sage: board === 'q' ? 600 : 60,
file: board === 'q' ? 300 : 30,
post: board === 'q' ? 60 : 30
post: board === 'q' ? 150 : 30
};
QR.cooldown.upSpd = 0;
QR.cooldown.upSpdAccuracy = .5;

View File

@ -248,7 +248,7 @@ QR =
else 300
sage: if board is 'q' then 600 else 60
file: if board is 'q' then 300 else 30
post: if board is 'q' then 60 else 30
post: if board is 'q' then 150 else 30
QR.cooldown.upSpd = 0
QR.cooldown.upSpdAccuracy = .5
$.get "cooldown.#{board}", {}, (item) ->