mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
Update RJW 4.6.7.2
This commit is contained in:
parent
5892f561fb
commit
12e961d6db
4 changed files with 2 additions and 3 deletions
|
@ -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.
|
@ -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" />
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue