Fix CloneMob to copy base_race from in.base_race instead of in.race

Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-20 02:37:40 +00:00
parent 694de99c36
commit 5aee32e854
+1 -1
View File
@@ -1968,7 +1968,7 @@ private:
gender = in.gender;
race = in.race;
base_gender = in.base_gender;
base_race = in.race;
base_race = in.base_race;
use_model = in.use_model;
class_ = in.class_;
bodytype = in.bodytype;