From 1700ecd68dfe1f2c48ed64b514d2d7ca5d81f4d6 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Wed, 5 Jul 2023 19:59:01 +0800 Subject: [PATCH] TheCommit --- code/modules/clothing/suits/marine_armor.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index ab62ea782a09..8ad01f8c4e30 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -579,6 +579,7 @@ var/list/squad_colors_chat = list(rgb(230,125,125), rgb(255,230,80), rgb(255,150 armor_rad = CLOTHING_ARMOR_NONE armor_internaldamage = CLOTHING_ARMOR_NONE storage_slots = 3 + slowdown = SLOWDOWN_ARMOR_VERY_LIGHT time_to_unequip = 0.5 SECONDS time_to_equip = 1 SECONDS uniform_restricted = null