Merge pull request #86 from Valorith/copilot/sub-pr-80-please-work

Fix CloneMob base_race copy to preserve source mob's original race
This commit is contained in:
Vayle
2026-03-19 22:41:35 -04:00
committed by GitHub
+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;