jptrrs / HumanResources

A technology overhaul for RimWorld
MIT License
17 stars 12 forks source link

TipRegionByKey takes an untranslated key and translates it for you. #154

Closed Mehni closed 3 years ago

Mehni commented 3 years ago

That results in zalgo text when using devmode. This changes a few occurences of that

I did not change all occurences of it. For the other cases, you might want to use TooltipHandler.TipRegion(rect, "string".Translate()); but I leave that up to you.