Skip to content

Commit

Permalink
Blast doors can be remote controlled now. Additional rebalancing and …
Browse files Browse the repository at this point in the history
…cleanup. Patch by lbmaian. (via RimWorld Mod Release Tool)
  • Loading branch information
jecrell committed May 7, 2020
1 parent c7e961c commit e014eea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<packageId>jecrell.doorsexpanded</packageId>
<name>Doors Expanded</name>
Expand All @@ -16,7 +16,7 @@
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
<description>1.3.0.1 (03-14-2020)
<description>1.3.1.0 (05-06-2020)

Adds new types and sizes of doors to RimWorld and an extensible framework for other mods to add such doors.

Expand All @@ -40,6 +40,10 @@ Cade Perkinson, Jay Sacane, John Pahl, Tankok1998 also known as the Shermanlover
========================
Changelog
========================
1.3.1.0 (05-06-2020)
========================
Blast doors can be remote controlled now. Additional rebalancing and cleanup. Patch by lbmaian.

- More robust patching in case other mods are broken (should no longer fail if another mod has an invalid assembly reference).
- Blast doors can be remote controlled now (remote control tech still required to build remote buttons/levers).
- Blast doors now have half flammability (so half the flammability of the material they're made of).
Expand Down
4 changes: 4 additions & 0 deletions About/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.1.0 (05-06-2020)
========================
Blast doors can be remote controlled now. Additional rebalancing and cleanup. Patch by lbmaian.

- More robust patching in case other mods are broken (should no longer fail if another mod has an invalid assembly reference).
- Blast doors can be remote controlled now (remote control tech still required to build remote buttons/levers).
- Blast doors now have half flammability (so half the flammability of the material they're made of).
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>DoorsExpanded</identifier>
<version>1.3.0.1</version>
<version>1.3.1.0</version>
<dependencies />
<incompatibleWith />
<manifestUri>https://raw.githubusercontent.com/jecrell/DoorsExpanded/master/About/Manifest.xml</manifestUri>
Expand Down
2 changes: 1 addition & 1 deletion About/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0.1
1.3.1.0

0 comments on commit e014eea

Please sign in to comment.