- forgot to save this before committing.

This commit is contained in:
Christoph Oelckers 2015-11-29 15:27:20 +01:00
parent f7cdb28eac
commit c9e4f120e7

View file

@ -401,6 +401,9 @@ int G_SkillProperty(ESkillProperty prop)
case SKILLP_ArmorFactor:
return AllSkills[gameskill].ArmorFactor;
case SKILLP_HealthFactor:
return AllSkills[gameskill].HealthFactor;
case SKILLP_Infight:
// This property also needs to consider the level flags for the same info.
if (level.flags2 & LEVEL2_TOTALINFIGHTING) return 1;