Let packaged prefab be .exg

This commit is contained in:
2025-08-29 12:57:34 -05:00
parent 4f49f81425
commit 7edf2802d7

View File

@@ -1874,7 +1874,7 @@ class cChooseScenario {
for(fs::path file : files){
std::string ext = file.extension().string();
std::transform(ext.begin(), ext.end(), ext.begin(), tolower);
if(ext == ".sav"){
if(ext == ".sav" || ext == ".exg"){
choices.push_back("Load premade party: " + file.filename().string());
handlers.push_back([file](cButtonPanel& dlg) -> void {
if(replaying){