Skip to content

Commit

Permalink
Correct some other values
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 20, 2024
1 parent 1bdf0cc commit 8547b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Anomaly/Patches/ThingDefs_Races/Races_Fleshbeasts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xpath>Defs/ThingDef[@Name="BaseFleshbeast"]/statBases</xpath>
<value>
<SmokeSensitivity>0.5</SmokeSensitivity>
<PainShockThreshold>99</PainShockThreshold>
<PainShockThreshold>0.99</PainShockThreshold>
</value>
</Operation>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[@Name="BugsThingBase"]/statBases</xpath>
<value>
<PainShockThreshold>5</PainShockThreshold>
<PainShockThreshold>0.99</PainShockThreshold>
</value>
</Operation>

Expand Down

0 comments on commit 8547b33

Please sign in to comment.