FortyTwoFortyTwo / Randomizer

TF2 plugin that randomizes player loadout in any imaginable combinations
GNU General Public License v3.0
35 stars 15 forks source link

Prevent Dalokohs Bar from overhealing #52

Closed doomy64 closed 3 years ago

doomy64 commented 3 years ago

Fixes #40 The Dalokohs Bar's healing type is DMG_IGNORE_MAXHEALTH for some reason, and the max overheal you can achieve with it is hard-coded. We change this to DMG_GENERIC to prevent the overheal. The only time it should overheal is when your max hp is reduced by the Gloves of Running Urgently. I was unable to find a way to measure how much max hp a player has lost, so for now this can't overheal you to your 'real' max hp after switching off of the GRU.

doomy64 commented 3 years ago

Whoops! Should be taken care of now