From 7e72d9ac3c11b4f3822467bbf4f32ac0520cf5c6 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Mon, 3 Jun 2019 21:09:33 -0700 Subject: [PATCH] Tactical jumpsuit can roll down or roll sleeves --- code/modules/clothing/under/jobs/security.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 9680de4884..3f19e4a4d0 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -61,7 +61,8 @@ item_state_slots = list(slot_r_hand_str = "green", slot_l_hand_str = "green") armor = list(melee = 10, bullet = 5, laser = 5,energy = 0, bomb = 0, bio = 0, rad = 0) siemens_coefficient = 0.9 - rolled_sleeves = -1 + rolled_sleeves = 0 + rolled_down = 0 /* * Detective