Merge branch 'FERMICHEMCurTweaks' of https://github.com/Thalpy/Citadel-Station-13 into FERMICHEMCurTweaks

This commit is contained in:
Fermi
2019-10-02 19:42:35 +01:00
4 changed files with 12 additions and 4 deletions
@@ -57,7 +57,7 @@
hatArmor = (cached_purity/10)
else
hatArmor = (cached_purity/10)
if(hatArmor > 100)
if(hatArmor > 90)
return ..()
var/obj/item/W = M.head
W.armor = W.armor.modifyAllRatings(hatArmor)