A slight not very important 'grammer?' error in stdarmors.xm

These are old bug reports that have been closed.
Locked
Branden
Anarchist
Anarchist
Posts: 19
Joined: Thu Nov 20, 2008 4:53 pm
Location: Centauri Commandship, Eridani System

Code: Select all

<!-- LEVEL I -->

	<!-- Segment of Light Ceramic Plate -->

	<ItemType UNID="&itLightCeramicPlate;"
			name=				"[segment(s) of ]light ceramic armor"
			level=				"1"
			value=				"75"
			mass=				"2000"
			frequency=			"uncommon"
			numberAppearing=	"1d4"
			modifiers=			"MinorItem; Rasiermesser"
			showReference=		"true"

			description=		"This a lighter and weaker version of ceramic armor."

			sortName=			"ceramic armor.40"
			>

		<Image imageID="&rsItems1;" imageX="0" imageY="0" imageWidth="96" imageHeight="96"/>

		<Armor
				hitPoints=	"25"
				hpBonus=	"+100,  +0,  +0,  +0"
				/>
	</ItemType>
The error is...

Code: Select all

			description=		"This a lighter and weaker version of ceramic armor."
it should be:

Code: Select all

			description=		"This is a lighter and weaker version of ceramic armor."
Locked