Monster.cpp: Fixed Formatting in AddRandomUncommonDropItem
This commit is contained in:
parent
764de9c399
commit
c4bfe670c6
@ -884,7 +884,7 @@ void cMonster::AddRandomUncommonDropItem(cItems & a_Drops, float a_Chance, short
|
|||||||
{
|
{
|
||||||
MTRand r1;
|
MTRand r1;
|
||||||
int Count = r1.randInt() % 1000;
|
int Count = r1.randInt() % 1000;
|
||||||
if (Count < (a_Chance*10))
|
if (Count < (a_Chance * 10))
|
||||||
{
|
{
|
||||||
a_Drops.push_back(cItem(a_Item, 1, a_ItemHealth));
|
a_Drops.push_back(cItem(a_Item, 1, a_ItemHealth));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user