mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 11:01:28 +00:00
Stupid sexy floats
This commit is contained in:
parent
598196329d
commit
3ce99d9f00
@ -96,8 +96,8 @@ int Mob::GetBaseSkillDamage(EQEmu::skills::SkillType skill, Mob *target)
|
||||
//Slam
|
||||
if (GetRace() == OGRE || GetRace() == TROLL || GetRace() == BARBARIAN)
|
||||
{
|
||||
if(skill_bonus < 1.0f)
|
||||
skill_bonus = 1.0f;
|
||||
if(skill_bonus <= 1.0f / 10.0f)
|
||||
skill_bonus = 1.0f / 10.0f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user