From 3a39cdd9f158e0e7ea56a351afd53dc694a6cb16 Mon Sep 17 00:00:00 2001 From: Foler <48944552+polerno@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:54:24 +0500 Subject: [PATCH] Update combat_glovers.dm --- proxima/code/modules/clothing/hands/combat_glovers.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxima/code/modules/clothing/hands/combat_glovers.dm b/proxima/code/modules/clothing/hands/combat_glovers.dm index 2211f41a6a16c..82aa9ebea63c1 100644 --- a/proxima/code/modules/clothing/hands/combat_glovers.dm +++ b/proxima/code/modules/clothing/hands/combat_glovers.dm @@ -1,6 +1,6 @@ /obj/item/clothing/gloves/combat name = "riot armored gloves" - desc = "it's DOOMING TIME." + desc = "These are special gloves with shockproof reinforcements. Specifically to restrain a madman with knives." icon_state = "arm_guards_riot" item_state = "arm_guards_riot" icon = 'proxima/icons/obj/clothing/obj_hands.dmi' @@ -17,7 +17,7 @@ /obj/item/clothing/gloves/combat/ballistic name = "bullet armored gloves" - desc = "it's DOOMING TIME." + desc = "These are special gloves with anti-bullet elements. Especially to restrain a pistol burst or a shot from a weak rifle." icon_state = "arm_guards_bullet" item_state = "arm_guards_bullet" force = 10 @@ -31,7 +31,7 @@ /obj/item/clothing/gloves/combat/laser name = "laser armored gloves" - desc = "it's DOOMING TIME." + desc = "Gloves with protection from laser and energy weapons. Specifically to deter a psycho who connected a weapon to a nuclear reactor." icon_state = "arm_guards_laser" item_state = "arm_guards_laser" force = 10 @@ -44,7 +44,7 @@ /obj/item/clothing/gloves/combat/heavy name = "heavy armored gloves" - desc = "it's DOOMING TIME." + desc = "Super-heavy reinforced gloves for special forces. They'll probably be able to withstand even a good rifle hit.." icon_state = "arm_guards_combat" item_state = "arm_guards_combat" force = 10