diff --git a/public/script.js b/public/script.js index 7b149ac07..7f854a6df 100644 --- a/public/script.js +++ b/public/script.js @@ -1400,6 +1400,7 @@ export async function selectCharacterById(id) { } else { //if clicked on character that was already selected selected_button = 'character_edit'; + await unshallowCharacter(this_chid); select_selected_character(this_chid); } }