搜CharacterContainer,其中public void SelectDeliverable()方法(大括号下面)第一行插入:
this.GenerateCharacter(true, null);
this.guaranteedAptitudeID = null;
this.Reshuffle(true);
再搜CarePackageContainer,其中public void SelectDeliverable()方法(大括号下面)第一行插入:
this.ClearEntryIcons();
this.GenerateCharacter(true);
即可。第一段是选中小人的时候重新生成,第二段是选中物资的时候重新生成。
this.GenerateCharacter(true, null);
this.guaranteedAptitudeID = null;
this.Reshuffle(true);
再搜CarePackageContainer,其中public void SelectDeliverable()方法(大括号下面)第一行插入:
this.ClearEntryIcons();
this.GenerateCharacter(true);
即可。第一段是选中小人的时候重新生成,第二段是选中物资的时候重新生成。

遗迹探险家



wwwiii








