mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 10:11:34 +00:00
Add default values for fNPCHealthBarTime and fNPCHealthBarFade (Fixes #2243)
These GMSTs are missing in unpatched versions of the game.
This commit is contained in:
parent
92e4a0669c
commit
326d0d3ebf
1 changed files with 2 additions and 0 deletions
|
@ -393,6 +393,8 @@ namespace MWWorld
|
||||||
gmst["sTauntFail"] = ESM::Variant("Taunt Fail");
|
gmst["sTauntFail"] = ESM::Variant("Taunt Fail");
|
||||||
gmst["sBribeSuccess"] = ESM::Variant("Bribe Success");
|
gmst["sBribeSuccess"] = ESM::Variant("Bribe Success");
|
||||||
gmst["sBribeFail"] = ESM::Variant("Bribe Fail");
|
gmst["sBribeFail"] = ESM::Variant("Bribe Fail");
|
||||||
|
gmst["fNPCHealthBarTime"] = ESM::Variant(5.f);
|
||||||
|
gmst["fNPCHealthBarFade"] = ESM::Variant(1.f);
|
||||||
|
|
||||||
// Werewolf (BM)
|
// Werewolf (BM)
|
||||||
gmst["fWereWolfRunMult"] = ESM::Variant(1.f);
|
gmst["fWereWolfRunMult"] = ESM::Variant(1.f);
|
||||||
|
|
Loading…
Reference in a new issue