From 6300d1321134bfbf0c135d64e073425ec3951727 Mon Sep 17 00:00:00 2001 From: Imaginos16 <77556824+Imaginos16@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:29:50 -0700 Subject: [PATCH] Update code/modules/clothing/factions/hardliners.dm Co-authored-by: thgvr <81882910+thgvr@users.noreply.github.com> Signed-off-by: Imaginos16 <77556824+Imaginos16@users.noreply.github.com> --- code/modules/clothing/factions/hardliners.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/factions/hardliners.dm b/code/modules/clothing/factions/hardliners.dm index a17df6486967..a92f3b0ddce9 100644 --- a/code/modules/clothing/factions/hardliners.dm +++ b/code/modules/clothing/factions/hardliners.dm @@ -76,7 +76,7 @@ armor = list("melee" = 35, "bullet" = 30, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50) /obj/item/clothing/suit/toggle/armor/vest/hardliners - name = "\improper hardliners captain coat" + name = "hardliners captain coat" desc = "An imposing armored coat worn by captains of Hardliner fleets, hand-designed by Cybersun tailors to provide maximum protection to its wearer." body_parts_covered = CHEST|GROIN|ARMS icon_state = "hl_captain"