Skip to content

Commit

Permalink
xml format & replace uncommon character
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 9, 2024
1 parent 60f84ea commit af51094
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Mods/Core_SK/Defs/Drugs/ActivatedCarbon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<ThingDef ParentName="DrugPillBase">
<defName>ActivatedCarbon</defName>
<label>Activated сarbon</label>
<label>Activated carbon</label>
<description>Simple but effective way to cure food poisoning. Several doses of the drug are required until full healing. Caution, it could cause a diarrhea.</description>
<descriptionHyperlinks>
<HediffDef>FoodPoisoning</HediffDef>
Expand Down Expand Up @@ -32,9 +32,9 @@
<removeIfBelowZero>true</removeIfBelowZero>
</li>
<li Class="IngestionOutcomeDoer_GiveHediff">
<hediffDef>ActivatedCarbonConsumed</hediffDef>
<severity>1.0</severity>
</li>
<hediffDef>ActivatedCarbonConsumed</hediffDef>
<severity>1.0</severity>
</li>
</outcomeDoers>
</ingestible>
<comps>
Expand All @@ -46,7 +46,7 @@
</overdoseSeverityOffset>
<addictiveness>0</addictiveness>
</li>
</comps>
</comps>
</ThingDef>

<HediffDef>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Patch>
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Mindscrew"]/costList</xpath>
<value>
Expand Down

0 comments on commit af51094

Please sign in to comment.