|
maptype-typo.patch (1,788 bytes)
# HG changeset patch
# User Tom Prince <[email protected]>
# Date 1634837957 21600
# Thu Oct 21 11:39:17 2021 -0600
# Node ID 2f4d59e0dde658aa5498fb8b9de9a4537cb5f135
# Parent 43519c3e7b9d1cda580617f68d773470a9c51fdf
Fix some map description typos for Swirl and Bubbles.
diff --git GameData/Configuration/MapType/Draco_MapTypes.xml GameData/Configuration/MapType/Draco_MapTypes.xml
--- GameData/Configuration/MapType/Draco_MapTypes.xml
+++ GameData/Configuration/MapType/Draco_MapTypes.xml
@@ -23,7 +23,7 @@
</map_type>
<map_type name="D18Swirl"
display_name="Swirl"
- description="Planets are arranged in concentric elipsoid rings with connections based on proximity. Similar to Concentric."
+ description="Planets are arranged in concentric ellipsoid rings with connections based on proximity. Similar to Concentric."
dll_name="AIWarExternalDeepProcessingCode"
type_name="Arcen.AIW2.External.Mapgen_D18_Ellipses"
author_line="Credit to Draco18s"
@@ -41,7 +41,7 @@
max_planets="300"
>
<map_option name="PlanetsPerBubble" display_name="Planets Per Bubble"
- description="How many planets go into each bubble? This number also then determines how many bubles there are." default_id="7">
+ description="How many planets go into each bubble? This number also then determines how many bubbles there are." default_id="7">
<choice_value id="0" display_name="Three" description="Three planets per bubble." related_int_value="3" />
<choice_value id="1" display_name="Four" description="Four planets per bubble." related_int_value="4" />
<choice_value id="2" display_name="Five" description="Five planets per bubble." related_int_value="5" />
|