|
|
|
@ -267,9 +267,9 @@ int main (int argc, const char* argv[])
|
|
|
|
|
{
|
|
|
|
|
bool quiet = true;
|
|
|
|
|
// let's be more useful when double-clicked on windows
|
|
|
|
|
#ifndef LINUX_BUILD
|
|
|
|
|
#ifndef LINUX_BUILD
|
|
|
|
|
quiet = false;
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
string creature_type = "Dwarf";
|
|
|
|
|
string creature_id = "";
|
|
|
|
@ -541,18 +541,18 @@ int main (int argc, const char* argv[])
|
|
|
|
|
dochange = false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// cout << "dochange = " << int(dochange) << endl;
|
|
|
|
|
// cout << "remove_skills = " << int(remove_skills) << endl;
|
|
|
|
|
// cout << "remove_labors = " << int(remove_labors) << endl;
|
|
|
|
|
// cout << "add_labor = " << int(add_labor) << endl;
|
|
|
|
|
// cout << "remove_labor = " << int(remove_labor) << endl;
|
|
|
|
|
// cout << "make_hauler = " << int(make_hauler) << endl;
|
|
|
|
|
// cout << "remove_hauler = " << int(remove_hauler) << endl;
|
|
|
|
|
// cout << "make_engraver = " << int(make_engraver) << endl;
|
|
|
|
|
// cout << "make_mason = " << int(make_mason) << endl;
|
|
|
|
|
// cout << "allow_massdesignation = " << int(allow_massdesignation) << endl;
|
|
|
|
|
// cout << "force_massdesignation = " << int(force_massdesignation) << endl;
|
|
|
|
|
// cout << "creature.profession = " << int(creature.profession) << endl;
|
|
|
|
|
// cout << "dochange = " << int(dochange) << endl;
|
|
|
|
|
// cout << "remove_skills = " << int(remove_skills) << endl;
|
|
|
|
|
// cout << "remove_labors = " << int(remove_labors) << endl;
|
|
|
|
|
// cout << "add_labor = " << int(add_labor) << endl;
|
|
|
|
|
// cout << "remove_labor = " << int(remove_labor) << endl;
|
|
|
|
|
// cout << "make_hauler = " << int(make_hauler) << endl;
|
|
|
|
|
// cout << "remove_hauler = " << int(remove_hauler) << endl;
|
|
|
|
|
// cout << "make_engraver = " << int(make_engraver) << endl;
|
|
|
|
|
// cout << "make_mason = " << int(make_mason) << endl;
|
|
|
|
|
// cout << "allow_massdesignation = " << int(allow_massdesignation) << endl;
|
|
|
|
|
// cout << "force_massdesignation = " << int(force_massdesignation) << endl;
|
|
|
|
|
// cout << "creature.profession = " << int(creature.profession) << endl;
|
|
|
|
|
|
|
|
|
|
if (dochange)
|
|
|
|
|
{
|
|
|
|
|