PC editor also clear creature save
This commit is contained in:
@@ -26,6 +26,11 @@ void remove_party_from_scen() {
|
|||||||
univ.exportGraphics();
|
univ.exportGraphics();
|
||||||
univ.exportSummons();
|
univ.exportSummons();
|
||||||
univ.party.scen_name = "";
|
univ.party.scen_name = "";
|
||||||
|
// Saved monsters are not valid now
|
||||||
|
for(auto& pop : univ.party.creature_save){
|
||||||
|
pop.which_town = 200;
|
||||||
|
pop.clear();
|
||||||
|
}
|
||||||
party_in_scen = false;
|
party_in_scen = false;
|
||||||
load_base_item_defs();
|
load_base_item_defs();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user