0.18.1712 - slight error in gazelle ThingDef code

Started by kaptain_kavern, November 08, 2017, 09:53:20 PM

Previous topic - Next topic

kaptain_kavern

in Core/Defs/ThingDefs_Races/Races_Animal_Arid.xml starting line 158

      <li>
        <label>right hoof</label>
        <capacities>
          <li>Blunt</li>
          <li>Poke</li>
        </capacities>
        <power>6</power>
        <cooldownTime>1.65</cooldownTime>
        <linkedBodyPartsGroup>FrontLeftLeg</linkedBodyPartsGroup>
      </li>


should be <linkedBodyPartsGroup>FrontRightLeg</linkedBodyPartsGroup>, right?

Haven't seen any incidence while in game, just stumble upon it while exploring code

ison