Skip to content

Commit

Permalink
Remove duplicate NGR clothing
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkdog committed Jun 20, 2024
1 parent f76a5c5 commit d954f60
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions code/modules/clothing/under/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,6 @@
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)
alt_covers_chest = TRUE

/obj/item/clothing/under/syndicate/ngr/officer
name = "NGR officer uniform"
desc = "A black uniform worn by officers of the New Gorlex Republic."
icon_state = "ngr_officer"
can_adjust = FALSE
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)
alt_covers_chest = TRUE

/obj/item/clothing/under/syndicate/ngr
name = "NGR uniform"
desc = "A button-up in a tasteful shade of gray with red pants, used as the basic uniform of the New Gorlex Republic."
icon_state = "ngr_grunt"
can_adjust = FALSE
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)
alt_covers_chest = TRUE

/obj/item/clothing/under/syndicate/aclfgrunt
name = "Roseus Galactic uniform"
desc = "A button-up in a tasteful shade of gray with red pants, used as the uniform of the Roseus Galactic corporation on the rim."
Expand Down

0 comments on commit d954f60

Please sign in to comment.