mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
RolemasterUnified Offical: Unbreak Levelup
This commit is contained in:
@@ -6469,7 +6469,7 @@ Sheet Version: <span name='attr_version'></span>
|
||||
|
||||
<br>
|
||||
|
||||
Revision 75bc9167f8e2514c7ec1a9c73cc1f22677b9857b
|
||||
Revision 195e837890a8ef3f13c82f2d113f02c96c6cbc7c
|
||||
|
||||
|
||||
<hr>
|
||||
@@ -11200,6 +11200,7 @@ function levelUpReview() {
|
||||
|
||||
console.log("LevelUpReview", cmdata);
|
||||
|
||||
/*
|
||||
getAttrsPending(["level"], (ev) => {
|
||||
const level = parseIntDefault(ev.level, 0);
|
||||
newlevel = level + 1;
|
||||
@@ -11229,7 +11230,7 @@ function levelUpReview() {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
return;
|
||||
/*
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
"descriptiontranslationkey": "DefaultCurrency"
|
||||
}
|
||||
],
|
||||
"version": "1755756913"
|
||||
"version": "1755841679"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# 2025-08-22
|
||||
|
||||
- Emergency release to fix level up.
|
||||
- Disable the levelup summary which was most... broken.
|
||||
|
||||
# 2025-08-21
|
||||
|
||||
- Fix parrymod and other(ob)mod for creatures
|
||||
|
||||
Reference in New Issue
Block a user