Fixing bugs

This commit is contained in:
2023-12-20 00:54:17 -05:00
parent 01c550914f
commit ed85a070a8
21 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
<Defs> <Defs>
<Vehicles.VehicleBuildDef ParentName="VehicleBaseBuildable"> <Vehicles.VehicleBuildDef ParentName="VehicleBaseBuildable">
<defName>VVE_TEK7_Blueprint</defName> <defName>VVE_TEKSeven_Blueprint</defName>
<label>TEK7</label> <label>TEKSeven</label>
<description>Test this dingdong\n\n&lt;color=#bb8f04&gt;Crew:&lt;/color&gt; Pilot x1\n&lt;color=#bb8f04&gt;Fuel type:&lt;/color&gt; Chemfuel</description> <description>Test this dingdong\n\n&lt;color=#bb8f04&gt;Crew:&lt;/color&gt; Pilot x1\n&lt;color=#bb8f04&gt;Fuel type:&lt;/color&gt; Chemfuel</description>
<designationCategory>VF_Vehicles</designationCategory> <designationCategory>VF_Vehicles</designationCategory>
@@ -41,7 +41,7 @@
</costList> </costList>
<soundImpactDefault>BulletImpact_Metal</soundImpactDefault> <soundImpactDefault>BulletImpact_Metal</soundImpactDefault>
<thingToSpawn>VVE_TEK7</thingToSpawn> <thingToSpawn>VVE_TEKSeven</thingToSpawn>
<constructionSkillPrerequisite>6</constructionSkillPrerequisite> <constructionSkillPrerequisite>6</constructionSkillPrerequisite>
</Vehicles.VehicleBuildDef> </Vehicles.VehicleBuildDef>

View File

@@ -2,8 +2,8 @@
<Defs> <Defs>
<Vehicles.VehicleDef ParentName="VehiclePawn_Mechanical"> <Vehicles.VehicleDef ParentName="VehiclePawn_Mechanical">
<defName>VVE_TEK7</defName> <defName>VVE_TEKSeven</defName>
<label>TEK7</label> <label>TEKSeven</label>
<description>Test this dingdong\n\n&lt;color=#bb8f04&gt;Crew:&lt;/color&gt; Pilot x1\n&lt;color=#bb8f04&gt;Fuel type:&lt;/color&gt; Chemfuel</description> <description>Test this dingdong\n\n&lt;color=#bb8f04&gt;Crew:&lt;/color&gt; Pilot x1\n&lt;color=#bb8f04&gt;Fuel type:&lt;/color&gt; Chemfuel</description>
<graphicData> <graphicData>
@@ -19,7 +19,7 @@
<fillPercent>1</fillPercent> <fillPercent>1</fillPercent>
<nameable>true</nameable> <nameable>true</nameable>
<buildDef>VVE_TEK7_Blueprint</buildDef> <buildDef>VVE_TEKSeven_Blueprint</buildDef>
<size>(15, 15)</size> <!--CHANGE--> <size>(15, 15)</size> <!--CHANGE-->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 147 KiB