From 57eae7d70d71e535747125bd446c9761a008db2e Mon Sep 17 00:00:00 2001 From: blobbernaut Date: Sat, 24 Oct 2015 21:37:13 -0400 Subject: [PATCH] Update cloaks.dm --- code/modules/clothing/cloaks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/cloaks.dm b/code/modules/clothing/cloaks.dm index 6df7fd667f5..fcf26aa1615 100644 --- a/code/modules/clothing/cloaks.dm +++ b/code/modules/clothing/cloaks.dm @@ -18,7 +18,7 @@ name = "head of security's cloak" desc = "Worn by Securistan, ruling the station with an iron fist. It's slightly armored." icon_state = "hoscloak" - armor = list(melee = 10, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0) + armor = list(melee = 10, bullet = 10, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0) /obj/item/clothing/cloak/qm name = "quartermaster's cloak"