silicons
2023-04-29 23:10:43 +02:00
committed by GitHub
parent 853d4666ae
commit 673d4e4920
@@ -160,8 +160,7 @@ Protectiveness | Armor %
var/result = 1 - MATERIAL_ARMOR_COEFFICENT * amount / (1 + MATERIAL_ARMOR_COEFFICENT * abs(amount))
result = result * 100
result = abs(result - 100)
return round(result)
return round(result) * 0.01
/obj/item/clothing/proc/update_armor()
if(material)