mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 12:03:28 +01:00
0.13.0
This commit is contained in:
parent
6ba84e6c33
commit
405ba156cd
2 changed files with 5 additions and 5 deletions
|
@ -5,12 +5,12 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="TinyLifeApi" Version="0.12.2" />
|
||||
<PackageReference Include="TinyLifeApi" Version="0.13.0" />
|
||||
|
||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.1" />
|
||||
<PackageReference Include="MLEM.Data" Version="4.3.0" />
|
||||
<PackageReference Include="MLEM.Extended" Version="4.3.0" />
|
||||
<PackageReference Include="MLEM.Startup" Version="4.3.0" />
|
||||
<PackageReference Include="MLEM.Data" Version="5.0.0" />
|
||||
<PackageReference Include="MLEM.Extended" Version="5.0.0" />
|
||||
<PackageReference Include="MLEM.Startup" Version="5.0.0" />
|
||||
<PackageReference Include="MonoGame.Extended" Version="3.8.0" />
|
||||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -47,7 +47,7 @@ namespace ExampleMod {
|
|||
// this method is called when the action completes in any way, even if it fails
|
||||
if (type == CompletionType.Completed) {
|
||||
// once we're finished sitting, we want to get a nice emotion modifier for it
|
||||
this.Person.AddEmotion(ExampleMod.GrassSittingModifier, 1, TimeSpan.FromHours(1));
|
||||
this.Person.AddEmotion(ExampleMod.GrassSittingModifier, 2, TimeSpan.FromHours(1));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue