RimWorld

RimWorld

Big and Small - Genes & More
[Minor Bug] Conflict order Rimbound - Novakin Xenotype VU_Unliving
Multiple gene categories share the same displayPriorityInXenotype. This can cause display order issues.
<GeneCategoryDef>
<defName>VU_Unliving</defName>
<label>unliving</label>
<displayPriorityInXenotype>700</displayPriorityInXenotype>
</GeneCategoryDef>
change it to other displayPriorityInXenotype number seem to work fine but don't know if change it gonna cause other issue.