diff --git a/changelog.txt b/changelog.txt index 8b46a25fc..dec6611fd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -19,6 +19,81 @@ Template for new versions: # Future ## Structures +- filled in missing ``original-name`` attributes +- fixed assorted typos in ``original-name`` attributes +- ensured that ``original-name`` always appears after ``name`` or ``type-name``, never before +- fixed several structure field type errors +- specific changes: fixed ``building_constructionst.type`` to be 32-bit, along with the ``construction_type`` enum +- specific changes: fixed ``contextst.interrogator_relationships`` to be a pointer to ``evidence_repositoryst`` +- specific changes: fixed ``actor_entryst.associated_org`` to contain pointers to ``organization_entryst`` +- specific changes: fixed ``justice_interfacest.interrogation_report`` to contain pointers to ``interrogation_report`` +- specific changes: fixed ``main_interface_settings.member`` to contain shared pointers to ``world_gen_param_valuest`` +- specific changes: fixed ``squad_equipment_interfacest.am_cand_subtype`` to contain ``int16_t`` +- specific changes: fixed ``startup_charactersheet_petst.race`` to be ``int32_t`` +- specific changes: fixed ``lookinfo_verminst.caste`` to be ``int16_t`` +- specific changes: fixed ``intrigue_corruption.facet_rating`` to be ``int16_t`` +- specific changes: fixed ``historical_entity.current_wgwg`` to be a direct pointer +- specific changes: fixed ``historical_figure.worldgen_relationships`` to be a direct pointer +- specific changes: fixed ``pmd_tree_texture_infost.texpos_tree_wood_tile`` to use correct array length (sized against the correct enum) +- fixed several enums +- specific changes: fixed ``build_square_type`` enum to add missing element ``OUTSIDE`` +- specific changes: swapped ``main_hover_instruction`` elements ``ADVENTURE_MOVE_DOWN_RAMP_E`` and ``ADVENTURE_MOVE_DOWN_RAMP_W`` +- added some missing enums and bitfields +- specific changes: ``viewscreen_titlest.mode`` now uses new enum ``title_mode_type`` +- specific changes: ``viewscreen_worldst.squad_flag`` now uses new bitfield ``civlist_squad_flag`` +- specific changes: ``viewscreen_worldst.messenger_flag`` now uses new bitfield ``civlist_messenger_flag`` +- specific changes: fixed ``historical_entity.resources.art_image_types`` to use new ``entity_art_image_type`` enum +- changed various fields to make use of existing enums and bitfields +- specific changes: ``adventure_movement_movest.aim_attack_flag`` now uses ``aim_attack_flag`` bitfield +- specific changes: ``adventure_movement_mountst.riderposition`` now uses ``rider_positions_type`` enum +- specific changes: ``adventure_constructionst.building_jobitemflag`` now uses ``job_material_category`` bitfield +- specific changes: ``adventure_constructionst.mat_jobitemflag`` now uses ``job_material_category`` bitfield +- specific changes: ``adventure_constructionst.mat_jobitemflag_master`` now uses ``job_material_category`` bitfield +- specific changes: ``building_defst.build_key`` now uses ``interface_key`` enum +- specific changes: ``body_detail_plan.bp_layers_tissue`` now uses ``creature_interaction_effect_target_mode`` enum +- specific changes: ``body_detail_plan.bp_position_value`` now uses ``body_part_position_type`` enum +- specific changes: ``body_detail_plan.bp_relation_value_1`` now uses ``body_part_relation_type`` enum +- specific changes: ``custom_stockpile_interfacest.cur_main_mode_flag`` now uses ``stockpile_group_set`` bitfield +- specific changes: ``custom_stockpile_interfacest.main_mode_flag`` now uses ``stockpile_group_set`` bitfield +- specific changes: ``name_creator_interfacest.cur_name_place`` now uses ``language_name_component`` enum +- specific changes: ``name_creator_interfacest.cur_word_place`` now uses ``language_word_table_index`` enum +- specific changes: ``dance_form_section.dance_flag`` now uses ``dance_flag`` bitfield +- specific changes: ``evidence_hf_filest.evidence`` now uses ``evidence_type`` enum +- specific changes: ``historical_entity.resources.scholar_flag`` now uses ``entity_scholar_flag`` bitfield +- specific changes: ``interaction_effect_summon_unitst`` fields ``required_creature_flags`` and ``forbidden_creature_flags`` now use ``creature_raw_flags`` enum +- specific changes: ``interaction_effect_summon_unitst`` fields ``required_caste_flags`` and ``forbidden_caste_flags`` now use ``caste_raw_flags`` enum +- specific changes: ``interaction_effect_change_weatherst`` fields ``add_weather_flag`` and ``remove_weather_flag`` now use ``region_weather_bits`` bitfield +- specific changes: ``creature_interaction_effect_body_transformationst`` fields ``required_creature_flags`` and ``forbidden_creature_flags`` now use ``creature_raw_flags`` enum +- specific changes: ``creature_interaction_effect_body_transformationst`` fields ``required_caste_flags`` and ``forbidden_caste_flags`` now use ``caste_raw_flags`` enum +- specific changes: ``unit_personality.habit`` now uses ``habit_type`` enum +- specific changes: ``world_region_feature.vertical_connection`` now uses ``layer_connection_type`` enum +- specific changes: ``site_construction_blueprintst`` fields ``construction_type`` and ``building_type`` now use ``building_type`` enum +- specific changes: ``site_construction_blueprintst`` fields ``construction_jobitemflag`` and ``building_jobitemflag`` now use ``job_material_category`` bitfield +- fixed various fields to use correct signedness +- specific changes: ``building_weaponrackst.rack_flags`` is now unsigned +- specific changes: ``temperaturest.fraction`` is now unsigned +- specific changes: ``historical_entity`` fields ``did_wg_variable_position`` and ``did_wg_variable_market_position`` are now unsigned +- specific changes: ``item_body_component`` fields ``nonsolid_remaining``, ``layer_wound_area``, ``layer_cut_fraction``, ``layer_dent_fraction``, and ``layer_effect_fraction`` are now signed +- specific changes: ``unit_personality.traits`` is now signed +- specific changes: ``rpd_indicator_datast`` fields ``marker_char``, ``marker_f``, ``marker_b``, and ``marker_br`` are now unsigned +- specific changes: ``embark_note.tile`` is now unsigned +- specific changes: ``world_population`` fields ``count_min``, ``count_max``, and ``temp_num`` are now unsigned +- specific changes: ``world_site_realization.mini_colors`` is now unsigned +- specific changes: ``unit.body.components`` fields ``nonsolid_remaining``, ``layer_wound_area``, ``layer_cut_fraction``, ``layer_dent_fraction``, and ``layer_effect_fraction`` are now signed +- specific changes: ``unit.body`` fields ``blood_max`` and ``blood_count`` are now signed +- specific changes: ``unit.counters`` fields ``pain``, ``nausea``, and ``dizziness`` are now signed +- specific changes: ``unit`` fields ``uwss_alt_period``, ``uwss_alt_on_period``, ``uwss_speed_add``, ``uwss_speed_perc``, and ``uwss_skill_role_adjust`` are now signed +- specific changes: ``unit.counters`` fields ``paralysis``, ``numbness``, ``fever``, ``exhaustion``, ``hunger_timer``, ``thirst_timer``, ``sleepiness_timer``, ``stomach_content``, ``stomach_food``, ``vomit_timeout``, and ``stored_fat`` are now signed +- specific changes: ``unit.status2.liquid_depth`` are now signed +- fixed various fields to use ``int8_t`` or ``bool`` as appropriate +- specific changes: ``viewscreen_dwarfmodest.sideSubmenu`` is now ``bool`` +- specific changes: ``entity_raw`` fields ``likes_site``, ``tolerates_site``, ``start_biome``, ``settlement_biome``, and ``active_season`` are now ``bool`` +- specific changes: ``entity_raw.jobs.permitted_labor`` is now ``int8_t`` +- specific changes: ``graphicst`` fields ``do_clean_tile_cache`` and ``do_post_init_texture_clear`` are now ``bool`` +- specific changes: ``world_generatorst`` fields ``have_logged_parameters`` and ``last_used_valid`` are now ``bool`` +- other changes: added name to field ``cgl_itemst.item_type`` +- other changes: ``inclusion_type`` now has 16-bit base type (though nothing relies on it) +- other changes: renamed ``adventure_interface_attackst.scrselected_item_idoll_position_wrestle`` to ``selected_item_id`` # 53.11-r2 diff --git a/df.activity.xml b/df.activity.xml index cc9444615..9b5eb9afd 100644 --- a/df.activity.xml +++ b/df.activity.xml @@ -68,7 +68,7 @@ - + @@ -670,7 +670,7 @@ - + diff --git a/df.activity_meeting.xml b/df.activity_meeting.xml index c30f50e1d..ff80e75c9 100644 --- a/df.activity_meeting.xml +++ b/df.activity_meeting.xml @@ -8,7 +8,7 @@ - + diff --git a/df.adventure.xml b/df.adventure.xml index 64d11193d..65916eefa 100644 --- a/df.adventure.xml +++ b/df.adventure.xml @@ -32,7 +32,7 @@ bay12: AdventureViewModes - + @@ -519,7 +519,7 @@ - + @@ -554,7 +554,7 @@ - + @@ -616,7 +616,7 @@ - + bay12: AdventureConstructionModeType @@ -649,7 +649,7 @@ - + @@ -687,11 +687,11 @@ - + - + @@ -710,7 +710,7 @@ - + @@ -1003,7 +1003,7 @@ - + diff --git a/df.adventure_log.xml b/df.adventure_log.xml index 48144747d..ba118f980 100644 --- a/df.adventure_log.xml +++ b/df.adventure_log.xml @@ -29,7 +29,7 @@ - + diff --git a/df.agreement.xml b/df.agreement.xml index 375ab54c5..fe0a4924e 100644 --- a/df.agreement.xml +++ b/df.agreement.xml @@ -214,7 +214,7 @@ - + bay12: AGREEMENT_FLAG_* diff --git a/df.building.xml b/df.building.xml index 3612875bd..67725eb3f 100644 --- a/df.building.xml +++ b/df.building.xml @@ -240,7 +240,7 @@ - bay12: BUILDING_MACHINE_HOOKUP_DIR_* + bay12: BUILDING_MACHINE_HOOKUP_DIR_* @@ -745,7 +745,7 @@ - bay12: StockpileAmmoStorageType + bay12: StockpileAmmoStorageType @@ -936,7 +936,7 @@ - @@ -995,7 +995,7 @@ - + bay12: CIVZONE_PEN_FLAG_* @@ -1042,24 +1042,24 @@ bay12: CIVZONE_ACTIVITY_FLAG_* - - - + + + - - - - - - - - + + + + + + + + - + @@ -1091,7 +1091,7 @@ - + @@ -1124,7 +1124,7 @@ - + @@ -1137,7 +1137,7 @@ bay12: BUILDINGFLAG_DOOR_* - + @@ -1151,7 +1151,7 @@ bay12: BUILDINGFLAG_HATCH_* - + @@ -1354,7 +1354,7 @@ - bay12: BUILDING_SCREW_PUMP_DIR_* + bay12: BUILDING_SCREW_PUMP_DIR_* @@ -1407,7 +1407,7 @@ - + @@ -1728,7 +1728,7 @@ - bay12: BuildingConstructionType + bay12: BuildingConstructionType @@ -1771,7 +1771,7 @@ - + -- Helper type for building_handlerst @@ -2867,6 +2867,7 @@ + diff --git a/df.building_def.xml b/df.building_def.xml index 1d71ddd9f..8b9ddcdd8 100644 --- a/df.building_def.xml +++ b/df.building_def.xml @@ -68,7 +68,7 @@ - + diff --git a/df.creature.xml b/df.creature.xml index a1b3fe545..507112971 100644 --- a/df.creature.xml +++ b/df.creature.xml @@ -143,7 +143,7 @@ - + @@ -262,7 +262,7 @@ - + @@ -273,11 +273,11 @@ - + - + @@ -577,7 +577,7 @@ - bay12: CGLTissueLayerSwapConditionType + bay12: CGLTissueLayerSwapConditionType @@ -639,7 +639,7 @@ - + @@ -1159,8 +1159,8 @@ - - + + not a compound diff --git a/df.creaturebody.xml b/df.creaturebody.xml index c9896304f..7665e77b4 100644 --- a/df.creaturebody.xml +++ b/df.creaturebody.xml @@ -73,7 +73,7 @@ -- int16_t[CreateBodyPartShorts] - + diff --git a/df.d_basics.xml b/df.d_basics.xml index f5cb7afb9..4274ff4f7 100644 --- a/df.d_basics.xml +++ b/df.d_basics.xml @@ -921,7 +921,7 @@ - + @@ -1426,7 +1426,7 @@ - bay12: InsurrectionOutcomeType + bay12: InsurrectionOutcomeType @@ -2404,7 +2404,7 @@ - + @@ -3387,7 +3387,7 @@ bay12: ResearchProjectType - + @@ -3488,7 +3488,7 @@ - bay12: SK_MATHEMATICS_FLAG2_* + bay12: SK_MATHEMATICS_FLAG2_* @@ -4578,7 +4578,7 @@ -- Unused: CanEatValue -- Unused: SafeTemperatureValue - bay12: InclusionType, no base type + bay12: InclusionType @@ -4628,7 +4628,7 @@ seems like a convenient name - + -- Unused: FireState @@ -10766,7 +10766,7 @@ - + @@ -12115,7 +12115,7 @@ - evidence_repositoryst + diff --git a/df.d_interface.xml b/df.d_interface.xml index aa80f80ec..91d0faa4b 100644 --- a/df.d_interface.xml +++ b/df.d_interface.xml @@ -750,11 +750,11 @@ - + - + @@ -1205,8 +1205,8 @@ - - + + @@ -1219,7 +1219,7 @@ - + @@ -1502,7 +1502,7 @@ - + @@ -1583,7 +1583,7 @@ bay12: BurrowSelectorContextType - + @@ -1733,7 +1733,7 @@ - + @@ -2289,7 +2289,7 @@ - + @@ -2381,7 +2381,7 @@ - + @@ -2805,7 +2805,7 @@ - + @@ -2951,13 +2951,13 @@ - - - - - - - + + + + + + + bay12: HoverInstructionType @@ -4869,10 +4869,10 @@ - + - + @@ -5195,7 +5195,7 @@ - + @@ -5311,7 +5311,7 @@ - + @@ -5642,7 +5642,7 @@ - + @@ -5703,7 +5703,7 @@ - + @@ -5852,7 +5852,7 @@ - + @@ -6047,14 +6047,14 @@ - + - + @@ -6078,11 +6078,11 @@ - - - - - + + + + + @@ -6310,7 +6310,14 @@ - -- Unused: TitleModeType + bay12: TitleModeType + + + + + + + bay12: SaveGameSort @@ -6323,7 +6330,7 @@ - + @@ -6423,7 +6430,7 @@ - determine if ESC is Done or Back + determine if ESC is Done or Back @@ -6924,7 +6931,7 @@ - + @@ -6936,8 +6943,13 @@ -- Unused: CIVLIST_MESSENGER_FLAG_* -- Unused: viewscreen_civlistst - -- Unused: CIVLIST_SQUAD_FLAG_* (again) - -- Unused: CIVLIST_MESSENGER_FLAG_* (again) + bay12: CIVLIST_SQUAD_FLAG_* + + + + bay12: CIVLIST_MESSENGER_FLAG_* + + @@ -6977,10 +6989,10 @@ - + - + @@ -7090,7 +7102,7 @@ - + @@ -7112,7 +7124,7 @@ - + diff --git a/df.dance_form.xml b/df.dance_form.xml index d4f047f5c..8c1372195 100644 --- a/df.dance_form.xml +++ b/df.dance_form.xml @@ -193,7 +193,7 @@ - + diff --git a/df.descriptor.xml b/df.descriptor.xml index abb6b39f0..587962b5d 100644 --- a/df.descriptor.xml +++ b/df.descriptor.xml @@ -190,7 +190,7 @@ - TODO: defined in g_src/graphics.h + TODO: defined in g_src/graphics.h @@ -199,7 +199,7 @@ - TODO: defined in g_src/graphics.h + TODO: defined in g_src/graphics.h @@ -208,12 +208,12 @@ - TODO: defined in g_src/graphics.h + TODO: defined in g_src/graphics.h - + cannot use bitfield here, since it ignores base-type diff --git a/df.entity.xml b/df.entity.xml index 7c8a588eb..de3cce3ab 100644 --- a/df.entity.xml +++ b/df.entity.xml @@ -36,7 +36,7 @@ - + @@ -649,14 +649,14 @@ not an array - - + + - - + + - + not a compound @@ -687,7 +687,7 @@ not a compound - + @@ -751,9 +751,9 @@ bay12: EntityAssociation, no base type - - - + + + @@ -857,7 +857,12 @@ -- Unused: EquipmentRole - -- Unused: EntityArtImageType + + bay12: EntityArtImageType, no base type but only used as int16 + + + + bay12: EntityUniformType @@ -1382,7 +1387,7 @@ - bay12: EntityType + bay12: EntityType; no base type, but usually int16 @@ -1562,10 +1567,10 @@ SAVE_VALUENUM - likely ENTITY_SCHOLAR_FLAG_* + - + @@ -1775,8 +1780,8 @@ - - + + @@ -1800,7 +1805,7 @@ - + diff --git a/df.event.xml b/df.event.xml index 0db450f0b..44bcef1d2 100644 --- a/df.event.xml +++ b/df.event.xml @@ -97,7 +97,7 @@ - bay12: VerminCreationType + bay12: VerminCreationType @@ -190,7 +190,7 @@ - + diff --git a/df.g_src.graphics.xml b/df.g_src.graphics.xml index 88229537e..6cfa73046 100644 --- a/df.g_src.graphics.xml +++ b/df.g_src.graphics.xml @@ -216,7 +216,7 @@ -- Unused: PCGLayeringModifierType -- Unused: UnitStatusType -- Unused: SideIndicatorType - -- Unused: TreeWoodTileType + -- Skipped: TreeWoodTileType bay12: Texture, no base type @@ -782,8 +782,8 @@ - - + + diff --git a/df.g_src.keybindings.xml b/df.g_src.keybindings.xml index 2423640e2..ebe74cefe 100644 --- a/df.g_src.keybindings.xml +++ b/df.g_src.keybindings.xml @@ -693,8 +693,8 @@ - - + + diff --git a/df.history.xml b/df.history.xml index 4cba13970..de6e3b10d 100644 --- a/df.history.xml +++ b/df.history.xml @@ -28,7 +28,7 @@ - + diff --git a/df.history_event.xml b/df.history_event.xml index 8af54ecad..a52af1bb6 100644 --- a/df.history_event.xml +++ b/df.history_event.xml @@ -1652,7 +1652,7 @@ bay12: SBPAcquisitionMethodType - + diff --git a/df.history_figure.xml b/df.history_figure.xml index bd7463fbe..bc566e1cf 100644 --- a/df.history_figure.xml +++ b/df.history_figure.xml @@ -1014,7 +1014,7 @@ - bay12: HF_TEMP_FLAG_* + bay12: HF_TEMP_FLAG_* @@ -1027,7 +1027,7 @@ - + @@ -1076,7 +1076,7 @@ - + diff --git a/df.interaction.xml b/df.interaction.xml index ae5c8cbf8..34e1b6fe8 100644 --- a/df.interaction.xml +++ b/df.interaction.xml @@ -210,7 +210,7 @@ - + @@ -341,10 +341,18 @@ - - - - + + + + + + + + + + + + @@ -369,8 +377,8 @@ - - + + diff --git a/df.item.xml b/df.item.xml index 1d5ab19ae..a21f4bdef 100644 --- a/df.item.xml +++ b/df.item.xml @@ -128,7 +128,7 @@ - + @@ -166,7 +166,7 @@ - + @@ -1133,21 +1133,21 @@ - - Surface percentages for cuts/fractures, dents and effects (such as bruises, burns, frostbite, melting, freezing, necrosis, and blistering) - - - @@ -1546,7 +1546,7 @@ - + diff --git a/df.itemdef.xml b/df.itemdef.xml index 54fed01ff..3fff48283 100644 --- a/df.itemdef.xml +++ b/df.itemdef.xml @@ -506,7 +506,7 @@ - + @@ -572,7 +572,7 @@ - + diff --git a/df.material.xml b/df.material.xml index eda0783ee..def0cf42d 100644 --- a/df.material.xml +++ b/df.material.xml @@ -626,10 +626,18 @@ - - - - + + + + + + + + + + + + diff --git a/df.matgloss.xml b/df.matgloss.xml index 7eb7fb0dc..f6926cd7b 100644 --- a/df.matgloss.xml +++ b/df.matgloss.xml @@ -284,7 +284,7 @@ -- Simplified: pmd_tree_texture_infost - TREE_PART_TILENUM + TREE_WOOD_TILENUM most of these aren't actually arrays but definining them all individually will make builds take longer diff --git a/df.mental_picture.xml b/df.mental_picture.xml index 86143a27c..3a5c8003b 100644 --- a/df.mental_picture.xml +++ b/df.mental_picture.xml @@ -73,7 +73,7 @@ bay12: MENTAL_PICTURE_PROPERTY_ACTION_FLAG_* - + diff --git a/df.personality.xml b/df.personality.xml index d4dcdc596..f19bf9fec 100644 --- a/df.personality.xml +++ b/df.personality.xml @@ -1480,13 +1480,13 @@ - + - + diff --git a/df.plotinfo.xml b/df.plotinfo.xml index 379686985..8c132a0bd 100644 --- a/df.plotinfo.xml +++ b/df.plotinfo.xml @@ -4,7 +4,7 @@ - + @@ -855,7 +855,7 @@ comment='guild complaints and diplomats'/> - + diff --git a/df.region.xml b/df.region.xml index ae8d14336..836c7baa4 100644 --- a/df.region.xml +++ b/df.region.xml @@ -594,10 +594,10 @@ - - - - + + + + @@ -680,7 +680,7 @@ -- Unused: REGION_WALK_* - + @@ -721,7 +721,7 @@ - + @@ -885,7 +885,7 @@ - + @@ -905,7 +905,7 @@ - + @@ -921,7 +921,7 @@ - + diff --git a/df.region_midmap.xml b/df.region_midmap.xml index 53322f714..657e62ab8 100644 --- a/df.region_midmap.xml +++ b/df.region_midmap.xml @@ -90,7 +90,7 @@ - + diff --git a/df.regionpop.xml b/df.regionpop.xml index 4a58442d5..4f51567d4 100644 --- a/df.regionpop.xml +++ b/df.regionpop.xml @@ -19,10 +19,10 @@ - - + + - + diff --git a/df.site.xml b/df.site.xml index 9163a9cfc..e3e3580da 100644 --- a/df.site.xml +++ b/df.site.xml @@ -210,18 +210,18 @@ - + - + - + - + diff --git a/df.site_realization.xml b/df.site_realization.xml index 887214a93..ddecdd9fe 100644 --- a/df.site_realization.xml +++ b/df.site_realization.xml @@ -429,7 +429,7 @@ - + @@ -490,7 +490,7 @@ - + @@ -744,7 +744,7 @@ - + diff --git a/df.skill_enum.xml b/df.skill_enum.xml index 9830c5d10..67638fa3d 100644 --- a/df.skill_enum.xml +++ b/df.skill_enum.xml @@ -715,7 +715,7 @@ -- 118 - + diff --git a/df.soul.xml b/df.soul.xml index 6d6d256d1..f00b042f9 100644 --- a/df.soul.xml +++ b/df.soul.xml @@ -51,7 +51,7 @@ (fmt "~:(~A ~A~)" $it.caste[$.caste].caste_id $it.creature_id)) - + diff --git a/df.squad.xml b/df.squad.xml index 21a52a0da..9b587e37b 100644 --- a/df.squad.xml +++ b/df.squad.xml @@ -147,7 +147,7 @@ - + diff --git a/df.unit.xml b/df.unit.xml index 1a07a663d..25e04b232 100644 --- a/df.unit.xml +++ b/df.unit.xml @@ -1317,7 +1317,7 @@ - bay12: UNITFLAG_* + bay12: UNITFLAG_* bay12: UNITFLAG3_* - + @@ -2393,7 +2393,7 @@ - bay12: SRWalkerGoalType + bay12: SRWalkerGoalType @@ -2453,7 +2453,7 @@ - + @@ -2759,7 +2759,7 @@ - + @@ -2790,21 +2790,21 @@ - - Surface percentages for cuts/fractures, dents and effects (such as bruises, burns, frostbite, melting, freezing, necrosis, and blistering) - - - @@ -2828,8 +2828,8 @@ - - + + @@ -2891,9 +2891,9 @@ - - - + + + @@ -2916,38 +2916,38 @@ - - + + - - + + - + not a compound - - - - + + + + - - - + + + - - - + + + - + not a compound @@ -3012,7 +3012,7 @@ - + diff --git a/df.unit_reaction.xml b/df.unit_reaction.xml index b66322368..6f27dcac6 100644 --- a/df.unit_reaction.xml +++ b/df.unit_reaction.xml @@ -15,7 +15,7 @@ - , + diff --git a/df.world.xml b/df.world.xml index dc96e593f..b6ffd7af7 100644 --- a/df.world.xml +++ b/df.world.xml @@ -662,14 +662,14 @@ not a compound - + not a compound - - - + + + diff --git a/df.world_construction.xml b/df.world_construction.xml index 3a197ade1..ffea983f7 100644 --- a/df.world_construction.xml +++ b/df.world_construction.xml @@ -30,7 +30,7 @@ - + @@ -40,14 +40,14 @@ - + - +