From 9f15880ebf068365f38c55665595ec0e056b4319 Mon Sep 17 00:00:00 2001
From: Cocopomel <79386233+Cocopomel@users.noreply.github.com>
Date: Fri, 14 Apr 2023 23:04:13 +0900
Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 1.4/Defs/PawnKindsDef_Paniel/PawnKind_Faction.xml | 1 +
 1.4/Defs/PawnKindsDef_Paniel/PawnKind_Player.xml  | 2 +-
 1.4/Defs/RecipeDefs/Recipes_Surgery.xml           | 3 ++-
 about/About.xml                                   | 4 ++++
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Faction.xml b/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Faction.xml
index ac9dfce..d20edd8 100644
--- a/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Faction.xml
+++ b/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Faction.xml
@@ -21,6 +21,7 @@
 			<thingDef>PN_AutomatonFuel</thingDef>
 			<countRange>3~5</countRange>
 		</inventoryOptions>
+		<allowOldAgeInjuries>false</allowOldAgeInjuries>
 	</PawnKindDef>
 
 	<PawnKindDef Name="PN_HumanBasePawnKind" Abstract="True">
diff --git a/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Player.xml b/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Player.xml
index 972b09c..51faf85 100644
--- a/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Player.xml
+++ b/1.4/Defs/PawnKindsDef_Paniel/PawnKind_Player.xml
@@ -23,7 +23,7 @@
 		<initialWillRange>10~13</initialWillRange>
     <initialResistanceRange>38~58</initialResistanceRange>
 		<humanPregnancyChance>0</humanPregnancyChance>
-		
+		<allowOldAgeInjuries>false</allowOldAgeInjuries>
 	</PawnKindDef>
 
 	<!-- 정착민 -->
diff --git a/1.4/Defs/RecipeDefs/Recipes_Surgery.xml b/1.4/Defs/RecipeDefs/Recipes_Surgery.xml
index ab2d83d..7088676 100644
--- a/1.4/Defs/RecipeDefs/Recipes_Surgery.xml
+++ b/1.4/Defs/RecipeDefs/Recipes_Surgery.xml
@@ -44,6 +44,7 @@
     <isViolation>true</isViolation>
     <targetsBodyPart>false</targetsBodyPart>
     <surgerySuccessChanceFactor>5</surgerySuccessChanceFactor>
+    <ingredients Inherit="false"></ingredients>
   </RecipeDef>
 
   <RecipeDef ParentName="PN_Surgery">
@@ -66,7 +67,7 @@
             <li>PN_RepairKit</li>
           </thingDefs>
         </filter>
-        <count>1</count>
+        <count>2</count>
       </li>
     </ingredients>
   </RecipeDef>
diff --git a/about/About.xml b/about/About.xml
index aa28473..aab9794 100644
--- a/about/About.xml
+++ b/about/About.xml
@@ -62,4 +62,8 @@ and Rimworld Korea Discord members.
 		<li>erdelf.HumanoidAlienRaces</li>
 		<li>goudaquiche.MoharFramework</li>
 	</forceLoadAfter>
+	<incompatibleWith>
+		<li>Ykara.elStrages.EPOE</li>
+		<li>Ykara.elStrages.EPNOE</li>
+	</incompatibleWith>
 </ModMetaData>
\ No newline at end of file