Skip to content

Commit 1405042

Browse files
authored
Merge pull request #14279 from nashidau/master
RolemasterUnified Offical: Hotfix: Unbreak Levelup
2 parents b32fb8e + a7ba07f commit 1405042

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

RolemasterUnified_Official/rolemasterunified.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6469,7 +6469,7 @@ <h3>Custom Spell List</h3>
64696469

64706470
<br>
64716471

6472-
Revision 75bc9167f8e2514c7ec1a9c73cc1f22677b9857b
6472+
Revision 195e837890a8ef3f13c82f2d113f02c96c6cbc7c
64736473

64746474

64756475
<hr>
@@ -11200,6 +11200,7 @@ <h3>Custom Spell List</h3>
1120011200

1120111201
console.log("LevelUpReview", cmdata);
1120211202

11203+
/*
1120311204
getAttrsPending(["level"], (ev) => {
1120411205
const level = parseIntDefault(ev.level, 0);
1120511206
newlevel = level + 1;
@@ -11229,7 +11230,7 @@ <h3>Custom Spell List</h3>
1122911230
}
1123011231
}
1123111232
});
11232-
11233+
*/
1123311234

1123411235
return;
1123511236
/*

RolemasterUnified_Official/sheet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"descriptiontranslationkey": "DefaultCurrency"
2020
}
2121
],
22-
"version": "1755756913"
22+
"version": "1755841679"
2323
}

RolemasterUnified_Official/updates.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2025-08-22
2+
3+
- Emergency release to fix level up.
4+
- Disable the levelup summary which was most... broken.
5+
16
# 2025-08-21
27

38
- Fix parrymod and other(ob)mod for creatures

0 commit comments

Comments
 (0)