Recent content by Kaedius

  1. Adventurers of Akalabeth

    Open up FoodDecay.cs, and find the line public FoodDecayTimer() : base( TimeSpan.FromMinutes( 5 ), TimeSpan.FromMinutes( 5 ) ) The second TimeSpan.FromMinutes ( 5 ) is the interval that hunger and thirst are decreased which is every 5 minutes. Increase that number to whatever feels right for...
Back