Add genger do remotefortressreader.cpp

develop
Japa 2015-12-24 22:13:25 +05:30
parent 23a5ce69bf
commit 10eed10b63
2 changed files with 2 additions and 0 deletions

@ -370,6 +370,7 @@ message CasteRaw
repeated string caste_name = 3;
repeated string baby_name = 4;
repeated string child_name = 5;
optional int32 gender = 6;
}
message CreatureRaw

@ -1869,6 +1869,7 @@ static command_result GetCreatureRaws(color_ostream &stream, const EmptyMessage
send_caste->add_child_name(orig_caste->child_name[0]);
send_caste->add_child_name(orig_caste->child_name[1]);
send_caste->set_gender(orig_caste->gender);
}
}