Skip to content

Commit

Permalink
Original hpr from dog/cat form
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Nov 9, 2024
1 parent f40d379 commit 462d272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Misc/RegenRates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private static TimeSpan Mobile_HitsRegenRate( Mobile from )
points += 20;

if ( CheckAnimal( from, typeof( Dog ) ) || CheckAnimal( from, typeof( Cat ) ) )
points += from.Skills[SkillName.Ninjitsu].Fixed / 300;
points += from.Skills[SkillName.Ninjitsu].Fixed / 30;
//TODO: What's the new increased rate?

// 05.07.2012 :: zombie :: wylaczenie bonusow rasowych
Expand Down

0 comments on commit 462d272

Please sign in to comment.