Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythos committed Jan 2, 2019
2 parents ba2801c + cb8de3e commit a39e88f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 1,901 deletions.
12 changes: 8 additions & 4 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
<author>Mythos</author>
<url>https://github.com/Mythos/RimWorld-Extended-Human-Body-Simulation</url>
<targetVersion>1.0.0</targetVersion>
<description>Integrates these features into RimWorld:
- An extended simulation system for human bodies (fibulas, ulnas, etc.)
- Buyable artificial bones to replace missing ones
- Harvestable body parts and reintegration of those
<description>Adds new body parts:
- Patella
- Fibula
- Ulna
- Spleen
- 2 lobs of liver (instead of one single organ)
- Intestines (hidden, has 50% of a pawns metabolism stats)
- Artificial bones to replace missing ones can be bought from traders

Credits and Thanks to...
- PhileasFogg for the original mod!
Expand Down
6 changes: 2 additions & 4 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>ExtendedHumanBodySimulation</identifier>
<version>1.4.0</version>
<version>1.5.0</version>
<dependencies>
</dependencies>
<incompatibleWith>
</incompatibleWith>
<loadBefore>
<li>DiseasesOverhauled</li>
<li>CraftedMutants</li>
</loadBefore>
<loadAfter>
<li>HarvestEverything</li>
</loadAfter>
</loadBefore>
<suggests>
<li>1559034352</li> <!-- Diseases Overhauled -->
<li>1559136016</li> <!-- Crafted Mutants -->
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.5.0

- Moved module slots to Crafted Mutants (#14)
- Removed ability to remove every body (#17)

## Version 1.4.0

- Add RBSE's rejection mechanics for spleen (#10)
Expand Down
Loading

0 comments on commit a39e88f

Please sign in to comment.