1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 09:15:36 +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:
scrawl 2015-01-01 22:54:39 +01:00
parent 92e4a0669c
commit 326d0d3ebf

View file

@ -393,6 +393,8 @@ namespace MWWorld
gmst["sTauntFail"] = ESM::Variant("Taunt Fail");
gmst["sBribeSuccess"] = ESM::Variant("Bribe Success");
gmst["sBribeFail"] = ESM::Variant("Bribe Fail");
gmst["fNPCHealthBarTime"] = ESM::Variant(5.f);
gmst["fNPCHealthBarFade"] = ESM::Variant(1.f);
// Werewolf (BM)
gmst["fWereWolfRunMult"] = ESM::Variant(1.f);