Dubwise56 / MarsX

Mars colony sim mod for Rimworld
27 stars 2 forks source link

Typos in def files #7

Closed GilaMonsterZA closed 2 years ago

GilaMonsterZA commented 4 years ago

Found a couple of small typos while reading through the def files: Description incorrect:

    <defName>FatalRad</defName>
    <description>Decompression</description>
    <label>Fatal Radiation Exposure</label>

...

    <defName>Radiation</defName>
    <description>Decompression</description>

...

    <defName>RadiationIncurable</defName>
    <description>Decompression</description>

both in Defs/HediffDefs/Hediffs_Global_Misc.xml

And in Defs/Scenarios/Scenarios_Planets.xml Stray 'The' in the def name

<MarsX.PlanetScenarioDef>
    <planet>Europa</planet>
    <defName>MissionToTheEuropa</defName>
    <label>Europa</label>