Skip to content

Commit

Permalink
Update combat_glovers.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
polerno committed Jan 22, 2024
1 parent b4405cf commit 3a39cdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proxima/code/modules/clothing/hands/combat_glovers.dm
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3a39cdd

Please sign in to comment.