Skip to content

Commit

Permalink
Hediff name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLoneTec committed Aug 19, 2024
1 parent 6627079 commit 0df2873
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified Mods/Core_SK/Assemblies/Core_SK.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Mods/Core_SK/Defs/Drugs/ActivatedCarbon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<maxNumToIngestAtOnce>3</maxNumToIngestAtOnce>
<drugCategory>Medical</drugCategory>
<outcomeDoers>
<li Class="SK.IngestionOutcomeDoer_SubstractHediffSeverity">
<li Class="SK.IngestionOutcomeDoer_SubtractHediffSeverity">
<targetHediff>FoodPoisoning</targetHediff>
<surstractValue>0.35</surstractValue>
<subtractValue>0.35</subtractValue>
<removeIfBelowZero>true</removeIfBelowZero>
</li>
<li Class="IngestionOutcomeDoer_GiveHediff">
Expand Down
4 changes: 2 additions & 2 deletions Mods/Core_SK/Defs/Drugs/HerbalTea.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<maxNumToIngestAtOnce>3</maxNumToIngestAtOnce>
<drugCategory>Medical</drugCategory>
<outcomeDoers>
<li Class="SK.IngestionOutcomeDoer_SubstractHediffSeverity">
<li Class="SK.IngestionOutcomeDoer_SubtractHediffSeverity">
<targetHediff>FoodPoisoning</targetHediff>
<surstractValue>0.35</surstractValue>
<subtractValue>0.35</subtractValue>
<removeIfBelowZero>true</removeIfBelowZero>
</li>
<li Class="IngestionOutcomeDoer_OffsetNeed">
Expand Down

0 comments on commit 0df2873

Please sign in to comment.