Merge branch 'faith-update' into new-faith+update

This commit is contained in:
Alexander James 2023-03-02 20:54:24 -07:00 committed by GitHub
commit 2c7624cdb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 254 additions and 21 deletions

View file

@ -1188,6 +1188,6 @@ async function editCultures() {
async function editReligions() {
if (customization) return;
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.88.07");
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.90.00");
Editor.open();
}