Military Commissar missing Social bonus.

Started by Thels, January 01, 2019, 11:14:11 AM

Previous topic - Next topic

Thels

The skillgains for the Military Commissar are listed as follows:

<SkillGains>
<li>
<key>Shooting</key>
<value>3</value>
<key>Social</key>
<value>6</value>
</li>
</SkillGains>

There should be a closing </li> and opening <li> between the two skills, like as follows:

<SkillGains>
<li>
<key>Shooting</key>
<value>3</value>
</li>
<li>
<key>Social</key>
<value>6</value>
</li>
</SkillGains>

Because the tags are missing the +6 social bonus is ignored, and the Military Commissar is only receiving the +3 bonus to shooting.

Thels

Also, the Civil Servant has the following tag:

<BodyTypeFemale>Male</BodyTypeFemale>

Kenneth