Skip to content
Snippets Groups Projects
Commit 66184b97 authored by Ed86's avatar Ed86
Browse files

doubled cocoon healing, added 50 heat/cold insulation

parent 1f679c9b
No related branches found
No related tags found
No related merge requests found
......@@ -195,6 +195,10 @@
<setMax>0.00</setMax>
</li>
</capMods>
<statOffsets>
<ComfyTemperatureMin>-50</ComfyTemperatureMin>
<ComfyTemperatureMax>50</ComfyTemperatureMax>
</statOffsets>
</li>
</stages>
</HediffDef>
......
......@@ -48,7 +48,7 @@ namespace rjw
{
//Log.Message("TrySealWounds " + xxx.get_pawnname(pawn) + ", Bleeding " + item.Label);
//HediffComp_TendDuration val2 = HediffUtility.TryGetComp<HediffComp_TendDuration>(val);
val.Heal(0.25f);
val.Heal(0.5f);
//val2.tendQuality = 1f;
//val2.tendTicksLeft = 10000;
//pawn.health.Notify_HediffChanged(item);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment