Page 1 of 1

Commonwealth fortress typo ?

Posted: Sat Apr 12, 2008 10:04 pm
by digdug
between the <randomitem> tags for the commonwealth fortress, there are 2 that are completely identical

Code: Select all

<RandomItem count="1d4" 
					criteria=		"s -Illegal; -Alien; -Specialty"
					level=			"6"
					levelCurve=		"1"
					/>

			<RandomItem count="1d4" 
					criteria=		"s -Illegal; -Alien; -Specialty"
					level=			"6"
					levelCurve=		"1"
					/>
is that supposed to be correct ? just before that the 2 <randomItem> for weapons have a difference in level.