Skip to content

Commit

Permalink
Merge branch 'release-1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Quitch committed Oct 13, 2020
2 parents 677af15 + d6f29f9 commit 7540b67
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"jquery": true,
"amd": true
},
"extends": ["eslint:recommended", "plugin:lodash/v3", "prettier"],
"extends": ["eslint:recommended", "plugin:lodash/recommended", "prettier"],
"globals": {
"api": "readonly",
"model": "readonly",
Expand All @@ -19,7 +19,6 @@
},
"plugins": ["lodash"],
"rules": {
"lodash/preferred-alias": [2, { "ignoreMethods": ["extend", "any"] }],
"lodash/prefer-lodash-method": 0
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.2 - 2020-10-13

- More words

## v1.1.1 - 2020-09-07

- Fixed mod description
Expand Down
4 changes: 2 additions & 2 deletions modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"display_name": "Excuses For Days",
"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.",
"author": "Quitch",
"version": "1.1.1",
"version": "1.2",
"build": "114880",
"date": "2020/09/07",
"date": "2020/10/13",
"signature": " ",
"forum": "https://forums.planetaryannihilation.com/threads/client-excuses-for-days.73504/",
"icon": "https://i.imgur.com/2CEiQqn.png",
Expand Down
23 changes: 22 additions & 1 deletion ui/mods/com.quitch.excusesForDays/excuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var perfectlyValidReasonsForLosing = [
"UI froze",
"mouse started jumping",
"mouse ran out of batteries",
"micro freezes ",
"micro freezes",
"that one fight won you the game",
"lucky airfabs",
"keyboard broke",
Expand All @@ -35,6 +35,27 @@ var perfectlyValidReasonsForLosing = [
"You're lucky I'm rusty",
"bad map",
"wrong keyboard on",
"i haven't played for weeks",
"i underestimated you, no offense",
"this new meta is so low skill anyone can win",
"hotbuild not working, cant play",
"i am not playing serious",
"audio was stuttering, annoying to play only by vision",
"jittering connection, rip my ISP - gg lol",
"My faulty self-made mod sabotaged literally every build-queue. forgot to disable",
"i was eating so had to play with one hand",
"i shouldn't play GW right before doing 1v1",
"there was a hair at my mouse sensor stucking",
"playing with touchpad",
"mobile internet",
"did you unpause?",
"a friend was playing on my computer, thought he was decent",
"i had a fire in my house... you cant make that up",
"I guess I need to try now",
"I beat myself",
"can't be bothered",
"too much meme",
"was not looking",
];

var message = _.sample(perfectlyValidReasonsForLosing);
Expand Down

0 comments on commit 7540b67

Please sign in to comment.