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