From 30843dfb81eb5a059ae81c91cda839488ad18147 Mon Sep 17 00:00:00 2001 From: crabcube <88477406+crabcube@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:55:39 -0500 Subject: [PATCH] Adds engineering glove armour to vox gauntlets because they only get the one option, may as well be decent --- code/modules/clothing/gloves/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 8d7ec44f54..54b5451df0 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -115,6 +115,7 @@ species_restricted = list("Vox") drop_sound = 'sound/items/drop/metalboots.ogg' pickup_sound = 'sound/items/pickup/toolbox.ogg' + armor = list (melee = 20, bullet = 15, laser = 10, energy = 10, bomb =5, bio = 30, rad = 30) //gently bumped up Heavy engineering gloves value for protection //ChompEdit cold_protection = HANDS min_cold_protection_temperature = GLOVES_MIN_COLD_PROTECTION_TEMPERATURE