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

changed whoring and breeder helpers back to non static as it seems somehow contribute to lag

parent 2564d51a
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@ using System.Diagnostics;
using Multiplayer.API;
namespace rjw
{
{
/// <summary>
/// Helper for sex with animals
/// </summary>
public static class BreederHelper
public class BreederHelper
{
public const int max_animals_at_once = 1; // lets not forget that the purpose is procreation, not sodomy
......
......@@ -16,7 +16,7 @@ namespace rjw
/// <summary>
/// Helper for whoring related stuff
/// </summary>
public static class WhoringHelper
public class WhoringHelper
{
private static readonly SimpleCurve whoring_age_curve = new SimpleCurve
{
......
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