Skip to content

Commit

Permalink
Fixed swapped descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
StickieBE committed Feb 3, 2019
1 parent 1907528 commit 1b842ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MSI_BrainSurgery/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>[MS-I] BrainSurgery</identifier>
<version>1.0.0.2</version>
<version>1.0.0.3</version>
<dependencies>
</dependencies>
<incompatibleWith>
Expand Down
2 changes: 1 addition & 1 deletion MSI_BrainSurgery/About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>37cce37e-4653-4387-887b-25d2db4a68e4</ID>
<ModName>[MS-I] Brain surgery</ModName>
<Version>1.0.0.2</Version>
<Version>1.0.0.3</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>StickieBE</Owner>
Expand Down
4 changes: 2 additions & 2 deletions MSI_BrainSurgery/Defs/RecipeDefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<RecipeDef ParentName="Surgery_Action_Base">
<defName>Surgery_Action_LimbicLobe</defName> <!-- classname -->
<label>remove limbic lobe (immobilize)</label> <!-- actionname visible to player -->
<label>remove limbic lobe (make simple)</label> <!-- actionname visible to player -->
<jobString>removing limbic lobe.</jobString> <!-- action feedback to user while performing -->
<addsHediff>Surgery_Effect_LimbicLobe</addsHediff> <!-- statechange on success -->
<description>Gets rid of thoughts, personality and need for freedom.</description> <!-- Description in info menu -->
Expand All @@ -62,7 +62,7 @@

<RecipeDef ParentName="Surgery_Action_Base">
<defName>Lobotomy_Action_Cerebellum</defName> <!-- classname -->
<label>remove cerebellum (make simple)</label> <!-- actionname visible to player -->
<label>remove cerebellum (immobilize)</label> <!-- actionname visible to player -->
<jobString>removing cerebellum.</jobString> <!-- action feedback to user while performing -->
<addsHediff>Surgery_Effect_Cerebellum</addsHediff> <!-- statechange on success -->
<description>Immobilizes a prisoner.</description> <!-- Description in info menu -->
Expand Down

0 comments on commit 1b842ff

Please sign in to comment.