Skip to content

Commit 4fc7aa5

Browse files
committed
Merge branch 'develop'
2 parents 9022399 + 8c6a4e2 commit 4fc7aa5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.vscode/settings.json

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.4 - 2023-07-02
4+
5+
- New excuse
6+
37
## v1.3.1 - 2022-08-08
48

59
- Fixed mod icon

modinfo.json

Lines changed: 3 additions & 3 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.3.1",
8-
"build": "115482",
9-
"date": "2022/08/08",
7+
"version": "1.4.0",
8+
"build": "116982",
9+
"date": "2023-07-02",
1010
"signature": " ",
1111
"forum": "https://steamcommunity.com/app/386070/discussions/0/3190238550311196510/",
1212
"icon": "https://raw.githubusercontent.com/Quitch/Excuses-For-Days/develop/images/icon.png",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sonar.projectKey=Quitch_Excuses-For-Days
22
sonar.organization=quitch
3-
sonar.projectVersion=1.3.1
3+
sonar.projectVersion=1.4.0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ if (!excusesForDaysLoaded) {
8383
"a giant spider crawled onto my monitor and blocked my eco display",
8484
"i guess playing keyboard only was a bit too demanding",
8585
"my right mouse button is stuck",
86+
"The cat stepped on my power cord",
8687
];
8788

8889
model.send_message("chat_message", {

0 commit comments

Comments
 (0)