mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 21:49:55 +00:00
Merge remote-tracking branch 'main/master'
This commit is contained in:
commit
12eda97e64
3 changed files with 2 additions and 6 deletions
|
@ -606,7 +606,7 @@ namespace CSMWorld
|
|||
funcMap["09"] = "PC Fatigue";
|
||||
funcMap["10"] = "PC Strength";
|
||||
funcMap["11"] = "PC Block";
|
||||
funcMap["12"] = "PC Armoror";
|
||||
funcMap["12"] = "PC Armorer";
|
||||
funcMap["13"] = "PC Medium Armor";
|
||||
funcMap["14"] = "PC Heavy Armor";
|
||||
funcMap["15"] = "PC Blunt Weapon";
|
||||
|
|
|
@ -313,7 +313,7 @@ int MWDialogue::Filter::getSelectStructInteger (const SelectWrapper& select) con
|
|||
|
||||
int value = 0;
|
||||
|
||||
for (int i=0; i<=15; ++i) // everything except thigns held in hands and amunition
|
||||
for (int i=0; i<=15; ++i) // everything except things held in hands and ammunition
|
||||
{
|
||||
MWWorld::ContainerStoreIterator slot = store.getSlot (i);
|
||||
|
||||
|
|
|
@ -263,10 +263,6 @@ bool MWDialogue::SelectWrapper::isNpcOnly() const
|
|||
{
|
||||
Function_NotFaction, Function_NotClass, Function_NotRace,
|
||||
Function_SameGender, Function_SameRace, Function_SameFaction,
|
||||
Function_PcSkill,
|
||||
Function_PcExpelled,
|
||||
Function_PcVampire,
|
||||
Function_PcCrimeLevel,
|
||||
Function_RankRequirement,
|
||||
Function_Reputation, Function_FactionRankDiff,
|
||||
Function_Werewolf, Function_WerewolfKills,
|
||||
|
|
Loading…
Reference in a new issue