fix helen model and fix several bugs

This commit is contained in:
Persephone Bubblegum-Holidy 2025-06-07 16:04:03 -07:00
parent 09902415ed
commit f9d1af7def
9 changed files with 82 additions and 5 deletions

View file

@ -251,7 +251,7 @@ func _on_showtape_load_open_button_pressed() -> void:
$IncorrectShowtapeDialog.show()
return
if (header[3] != stages_info[current_stage]["ust_type"]):
$IncorrectShowtapeDialog.dialog_text = "This showtape is not compatible with the currently selected stage.\nShowtape stage type: " + header[4]
$IncorrectShowtapeDialog.dialog_text = "This showtape is not compatible with the currently selected stage.\nShowtape stage type: " + header[3]
$IncorrectShowtapeDialog.show()
return
show_name = header[2]