Skip to content

Commit

Permalink
Merge pull request #39 from Weilbyte/next
Browse files Browse the repository at this point in the history
Ignore babies
  • Loading branch information
Weilbyte authored Nov 11, 2022
2 parents 3056205 + 7cba523 commit c29903c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified dist/1.4/Assemblies/SnapOut.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AssemblyVersion("0.8.1")]
[assembly: AssemblyFileVersion("0.8.1")]
2 changes: 1 addition & 1 deletion src/SnapCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace SnapOut
class SnapCheck
{

private static readonly List<string> incompatDef = new List<string>(new string[] { "RunWild", "PanicFlee", "HuntingTrip", "SocialFighting", "Fighter" }); // Def names of incompatible mental states
private static readonly List<string> incompatDef = new List<string>(new string[] { "RunWild", "PanicFlee", "HuntingTrip", "SocialFighting", "Fighter", "Giggling", "Crying" }); // Def names of incompatible mental states


/// <summary>
Expand Down

0 comments on commit c29903c

Please sign in to comment.