hello again. new mutate data question. how i can smaller this?
<mutators>
<add_element parent_type="race" parent_id_attribute="id" parent_id_value="race_human">
<available_structure id="human_cm"/>
</add_element>
<add_element parent_type="race" parent_id_attribute="id" parent_id_value="race_human">
<available_structure id="human_tm"/>
</add_element>
<add_element parent_type="race" parent_id_attribute="id" parent_id_value="race_human">
<available_structure id="human_wb"/>
</add_element>
<add_element parent_type="race" parent_id_attribute="id" parent_id_value="race_human">
<available_structure id="human_bs"/>
</add_element>
</mutators>
below not work (work only "human_cm")
<mutators>
<add_element parent_type="race" parent_id_attribute="id" parent_id_value="race_human">
<available_structure id="human_cm"/>
<available_structure id="human_tm"/>
<available_structure id="human_wb"/>
<available_structure id="human_bs"/>
</add_element>
</mutators>
and, structure data "needs_road_access" not working? i set true and nothing changes.
ps: in some cases, when click on error view in main menu, game crashes and crash log full spam. sample:
<mutators>
<add_element parent_type="race" parent_id_attribute="id" parent_id_value="race_human">
<available_structure id="human_tm" id="human_wb" id="human_bs" id="human_cm"/>
</add_element>
</mutators>