quick hax to allow rational stat gains.
This commit is contained in:
parent
d718a5a28c
commit
6ab3977c08
4 changed files with 516 additions and 228 deletions
|
|
@ -335,7 +335,7 @@ namespace Server.Misc
|
|||
}
|
||||
}
|
||||
|
||||
private static TimeSpan m_StatGainDelay = TimeSpan.FromMinutes( 15.0 );
|
||||
private static TimeSpan m_StatGainDelay = TimeSpan.FromMinutes( ( Core.ML ) ? 15.0 : 0.05 );
|
||||
private static TimeSpan m_PetStatGainDelay = TimeSpan.FromMinutes( 5.0 );
|
||||
|
||||
public static void GainStat( Mobile from, Stat stat )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue