Skip to content

Commit

Permalink
dont overwrite core defs
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVanGogh committed Apr 21, 2019
1 parent 1f15e45 commit b9c021b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Defs/ThingDefs_Buildings/Buildings_Production_CoreDriller.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef Name="BuildingBase" Abstract="True">
<ThingDef Name="OCD_BuildingBase" Abstract="True">
<category>Building</category>
<thingClass>Building</thingClass>
<soundImpactDefault>BulletImpact_Metal</soundImpactDefault>
Expand All @@ -15,7 +15,7 @@
</statBases>
</ThingDef>

<ThingDef ParentName="BuildingBase">
<ThingDef ParentName="OCD_BuildingBase">
<defName>CoreDrill</defName>
<thingClass>Building_WorkTable</thingClass>
<label>core drill</label>
Expand Down

0 comments on commit b9c021b

Please sign in to comment.