Skip to content

Commit

Permalink
Sakr uniform (#6919)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrojanCoyote authored Dec 15, 2024
1 parent 161078d commit f58f1b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,16 @@
worn_has_rolldown = UNIFORM_HAS_NO_ROLL
worn_has_rollsleeve = UNIFORM_HAS_NO_ROLL

/obj/item/clothing/under/replika/sakr
name = "medical replikant bodysuit"
desc = "A skin-tight bodysuit designed for 2nd generation biosynthetics of the medical variety. Comes with default interfacing ports and a conspicuous lack of leg coverage."
description_fluff = "These purpose-made interfacing bodysuits are designed and produced by the Singheim Bureau of Biosynthetic Development for their long-running second generation of Biosynthetics, commonly known by the term Replikant. Although anyone could wear these, their overall cut and metallic ports along the spine make it rather uncomfortable to most."
icon = 'icons/clothing/uniform/misc/replika.dmi'
icon_state = "sakr"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL
worn_has_rolldown = UNIFORM_HAS_NO_ROLL
worn_has_rollsleeve = UNIFORM_HAS_NO_ROLL

/obj/item/clothing/under/replika/fklr
name = "command replikant bodysuit"
desc = "A skin-tight bodysuit designed for 2nd generation biosynthetics of the command variety. Comes with interfacing ports, an air of formality, and a conspicuous lack of leg coverage."
Expand Down
Binary file modified icons/clothing/uniform/misc/replika.dmi
Binary file not shown.

0 comments on commit f58f1b3

Please sign in to comment.