Update RJW 4.6.7.2

This commit is contained in:
c0ffee 2021-04-20 11:34:24 -07:00
parent 5892f561fb
commit 12e961d6db
4 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest> <Manifest>
<identifier>RJW-Events</identifier> <identifier>RJW-Events</identifier>
<version>0.0.2</version> <version>0.1.0</version>
</Manifest> </Manifest>

Binary file not shown.

View File

@ -40,7 +40,7 @@
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="RJW"> <Reference Include="RJW">
<HintPath>..\rjw-master\1.2\Assemblies\RJW.dll</HintPath> <HintPath>..\RJW\1.2\Assemblies\RJW.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />

View File

@ -76,7 +76,6 @@ namespace RJW_Events
}; };
toil.AddPreTickAction(delegate toil.AddPreTickAction(delegate
{ {
this.ticks_left--;
if (this.pawn.IsHashIntervalTick(this.ticks_between_hearts)) if (this.pawn.IsHashIntervalTick(this.ticks_between_hearts))
{ {
this.ThrowMetaIcon(this.pawn.Position, this.pawn.Map, ThingDefOf.Mote_Heart); this.ThrowMetaIcon(this.pawn.Position, this.pawn.Map, ThingDefOf.Mote_Heart);