forked from mirror/openmw-tes3mp
Bugfix #578
This commit is contained in:
parent
b34caccd2e
commit
f9deb593d1
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ namespace MWMechanics
|
|||
|
||||
float bribeMod;
|
||||
if (type == PT_Bribe10) bribeMod = gmst.find("fBribe10Mod")->getFloat();
|
||||
if (type == PT_Bribe100) bribeMod = gmst.find("fBribe100Mod")->getFloat();
|
||||
else if (type == PT_Bribe100) bribeMod = gmst.find("fBribe100Mod")->getFloat();
|
||||
else bribeMod = gmst.find("fBribe1000Mod")->getFloat();
|
||||
|
||||
float target3 = d * (playerRating3 - npcRating3 + 50) + bribeMod;
|
||||
|
|
Loading…
Reference in a new issue