Skip to content

Commit 7540b67

Browse files
committed
Merge branch 'release-1.2'
2 parents 677af15 + d6f29f9 commit 7540b67

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"jquery": true,
1010
"amd": true
1111
},
12-
"extends": ["eslint:recommended", "plugin:lodash/v3", "prettier"],
12+
"extends": ["eslint:recommended", "plugin:lodash/recommended", "prettier"],
1313
"globals": {
1414
"api": "readonly",
1515
"model": "readonly",
@@ -19,7 +19,6 @@
1919
},
2020
"plugins": ["lodash"],
2121
"rules": {
22-
"lodash/preferred-alias": [2, { "ignoreMethods": ["extend", "any"] }],
2322
"lodash/prefer-lodash-method": 0
2423
}
2524
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v1.2 - 2020-10-13
4+
5+
- More words
6+
37
## v1.1.1 - 2020-09-07
48

59
- Fixed mod description

modinfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"display_name": "Excuses For Days",
55
"description": "You've never lost a game, not really, it's just that sometimes something goes wrong and your opponent doesn't know it. Now, like the best Uber players, you can make sure that they know you didn't really lose. In the unlikely event that you're defeated this mod will automatically post to chat the real reason for your loss.",
66
"author": "Quitch",
7-
"version": "1.1.1",
7+
"version": "1.2",
88
"build": "114880",
9-
"date": "2020/09/07",
9+
"date": "2020/10/13",
1010
"signature": " ",
1111
"forum": "https://forums.planetaryannihilation.com/threads/client-excuses-for-days.73504/",
1212
"icon": "https://i.imgur.com/2CEiQqn.png",

ui/mods/com.quitch.excusesForDays/excuses.js

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var perfectlyValidReasonsForLosing = [
2424
"UI froze",
2525
"mouse started jumping",
2626
"mouse ran out of batteries",
27-
"micro freezes ",
27+
"micro freezes",
2828
"that one fight won you the game",
2929
"lucky airfabs",
3030
"keyboard broke",
@@ -35,6 +35,27 @@ var perfectlyValidReasonsForLosing = [
3535
"You're lucky I'm rusty",
3636
"bad map",
3737
"wrong keyboard on",
38+
"i haven't played for weeks",
39+
"i underestimated you, no offense",
40+
"this new meta is so low skill anyone can win",
41+
"hotbuild not working, cant play",
42+
"i am not playing serious",
43+
"audio was stuttering, annoying to play only by vision",
44+
"jittering connection, rip my ISP - gg lol",
45+
"My faulty self-made mod sabotaged literally every build-queue. forgot to disable",
46+
"i was eating so had to play with one hand",
47+
"i shouldn't play GW right before doing 1v1",
48+
"there was a hair at my mouse sensor stucking",
49+
"playing with touchpad",
50+
"mobile internet",
51+
"did you unpause?",
52+
"a friend was playing on my computer, thought he was decent",
53+
"i had a fire in my house... you cant make that up",
54+
"I guess I need to try now",
55+
"I beat myself",
56+
"can't be bothered",
57+
"too much meme",
58+
"was not looking",
3859
];
3960

4061
var message = _.sample(perfectlyValidReasonsForLosing);

0 commit comments

Comments
 (0)