diff --git a/monkestation/code/modules/clothing/head/misc.dm b/monkestation/code/modules/clothing/head/misc.dm index d8eabf72c0eb..7d49579577e5 100644 --- a/monkestation/code/modules/clothing/head/misc.dm +++ b/monkestation/code/modules/clothing/head/misc.dm @@ -220,3 +220,6 @@ icon = 'monkestation/icons/obj/clothing/hats.dmi' worn_icon = 'monkestation/icons/mob/clothing/head.dmi' icon_state = "syndieheadband" + +/datum/armor/helmet_durathread + bullet = 15 diff --git a/monkestation/code/modules/clothing/suits/coats.dm b/monkestation/code/modules/clothing/suits/coats.dm index e8f2ab3b3dcd..60fc006554aa 100644 --- a/monkestation/code/modules/clothing/suits/coats.dm +++ b/monkestation/code/modules/clothing/suits/coats.dm @@ -326,3 +326,7 @@ greyscale_colors = null //End of Bunny Costume Jackets + +/datum/armor/vest_durathread + bullet = 15 + wound = 5 diff --git a/monkestation/code/modules/clothing/under/undersuit.dm b/monkestation/code/modules/clothing/under/undersuit.dm index 6ef54e516fc1..a773a0dbfa86 100644 --- a/monkestation/code/modules/clothing/under/undersuit.dm +++ b/monkestation/code/modules/clothing/under/undersuit.dm @@ -86,3 +86,8 @@ worn_icon = 'monkestation/icons/mob/clothing/uniform.dmi' icon_state = "artisan" can_adjust = FALSE + +/datum/armor/misc_durathread + bullet = 5 + energy = 5 + wound = 5