Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions RolemasterUnified_Official/rolemasterunified.html
Original file line number Diff line number Diff line change
Expand Up @@ -6469,7 +6469,7 @@ <h3>Custom Spell List</h3>

<br>

Revision 75bc9167f8e2514c7ec1a9c73cc1f22677b9857b
Revision 195e837890a8ef3f13c82f2d113f02c96c6cbc7c


<hr>
Expand Down Expand Up @@ -11200,6 +11200,7 @@ <h3>Custom Spell List</h3>

console.log("LevelUpReview", cmdata);

/*
getAttrsPending(["level"], (ev) => {
const level = parseIntDefault(ev.level, 0);
newlevel = level + 1;
Expand Down Expand Up @@ -11229,7 +11230,7 @@ <h3>Custom Spell List</h3>
}
}
});

*/

return;
/*
Expand Down
2 changes: 1 addition & 1 deletion RolemasterUnified_Official/sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"descriptiontranslationkey": "DefaultCurrency"
}
],
"version": "1755756913"
"version": "1755841679"
}
5 changes: 5 additions & 0 deletions RolemasterUnified_Official/updates.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down