Skip to content

Commit 69a6b89

Browse files
committed
oh its here too
1 parent 707fb9d commit 69a6b89

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Press on the circle button located on the left corner, or press `Tab` to open th
5757
* MegaSa1nt - Translations for Russian
5858
* savvacorgi - Translations for Russian
5959
* [Gazonk](https://www.youtube.com/channel/UCgp5Tql2b6Y1Xcni82pPxmA) - Translations for Brazilian Portuguese
60-
* [huhnmitferrari](https://discordapp.com/users/1043189307302752256) - Translations for German
6160
* [Ignis](https://twitter.com/IgnisPeaks0) - Translations for Czech
6261
* [RzaIX](https://twitter.com/RzaIX_) - Translations for Indonesian
6362
* KONDIROTSU - Translations for Polish

about.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Press on the circle button located on the left corner, or press `Tab` to open th
3838
* MegaSa1nt - Translations for Russian
3939
* savvacorgi - Translations for Russian
4040
* [Gazonk](https://www.youtube.com/channel/UCgp5Tql2b6Y1Xcni82pPxmA) - Translations for Brazilian Portuguese
41-
* [huhnmitferrari](https://discordapp.com/users/1043189307302752256) - Translations for German
4241
* [Ignis](https://twitter.com/IgnisPeaks0) - Translations for Czech
4342
* [RzaIX](https://twitter.com/RzaIX_) - Translations for Indonesian
4443
* KONDIROTSU - Translations for Polish

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# v1.10.2
2+
- Fixed uncomplete level from removing secret coins
13
# v1.10.1
24
- Changed language name for selecting Arabic to be "al-Arabia"
35
- Updated Arabic Translations

mod.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"geode": "4.1.2",
3-
"version": "v1.10.1",
2+
"geode": "4.2.0",
3+
"version": "v1.10.2",
44
"gd": {
55
"win": "2.2074",
66
"mac": "2.2074",

src/hacks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void proceedWithReset(LevelInfoLayer* levelInfoLayer, GJGameLevel* level, bool r
132132
}
133133
}
134134
if (resetCoins) {
135-
GSM->setStat("8", GSM->getStat("8") - level->m_coinsVerified);
135+
GSM->setStat("12", GSM->getStat("12") - level->m_coinsVerified);
136136
}
137137
}
138138
level->m_normalPercent = 0;

0 commit comments

Comments
 (0)