Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModMetaData>
<name>Lockable Doors</name>
<author>Khell</author>
<targetVersion>0.17.1557</targetVersion>
<targetVersion>0.18.0</targetVersion>
<description>&lt;color=red&gt;&lt;b&gt;Requires HugsLib.&lt;/b&gt;&lt;/color&gt;

Adds lockable doors and autodoors to the game after appropriate research projects &lt;b&gt;Door Locks&lt;/b&gt; for normal doors and &lt;b&gt;Locking Autodoors&lt;/b&gt; for autodoors have been completed. Finally, your colonists can have a night of undisturbed sleep without needing to build a hallway if you don't want to!
Expand Down
Binary file added Assemblies/LockableDoors.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<ResearchProjectDefs>
<Defs>
<ResearchProjectDef>
<defName>ResearchLockableDoor</defName>
<label>door locks</label>
Expand All @@ -10,4 +10,4 @@
<researchViewX>6</researchViewX>
<researchViewY>0</researchViewY>
</ResearchProjectDef>
</ResearchProjectDefs>
</Defs>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<ResearchProjectDefs>
<Defs>
<ResearchProjectDef>
<defName>ResearchLockableAutodoor</defName>
<label>locking autodoors</label>
Expand All @@ -14,4 +14,4 @@
<researchViewX>6</researchViewX>
<researchViewY>3</researchViewY>
</ResearchProjectDef>
</ResearchProjectDefs>
</Defs>
4 changes: 2 additions & 2 deletions Defs/ThingDefs/ThingDefs_Buildings/Buildings_Structure.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<Buildings>
<Defs>
<ThingDef ParentName="DoorBase">
<thingClass>LockableDoors.Buildings.Building_LockableDoor</thingClass>
<defName>LockableDoor</defName>
Expand Down Expand Up @@ -56,4 +56,4 @@
<li>ResearchLockableAutodoor</li>
</researchPrerequisites>
</ThingDef>
</Buildings>
</Defs>
2 changes: 1 addition & 1 deletion Source/LockableDoors/LockableDoors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>