Bhijin's requests.

This commit is contained in:
Thalpy
2019-10-01 20:58:31 +01:00
parent 05d292afc8
commit bfee1c13ff
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)