player: Changed m_iMaxArmor for the Heavy Weapons Guy from 250 to 300.

This commit is contained in:
Marco Cawthorne 2023-01-19 16:54:17 -08:00
parent 81e27e8502
commit fe7ec00d31
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ player::MakeClass(classtype_e class)
m_iAmmoShells = 176; /* all of the heavy's weapons use shells */
m_iMaxHealth = 100;
m_iMaxArmor = 250;
m_iMaxArmor = 300;
health = m_iMaxHealth;
armor = 150;