Replika Armor in Loadout (no defense stats) (#6139)

## About The Pull Request

Adds replika armor to the loadout area as statless accessories.

## Why It's Good For The Game

They can be worn on their own in the suit slot, as an accessory to
undersuits OR normal suits (armor, voidsuits, ect) as well as carry
accessories themselves, when worn alone.
This commit is contained in:
Monara
2023-11-13 00:35:16 -08:00
committed by GitHub
parent 7a22dc70d2
commit 9db5601794
5 changed files with 55 additions and 2 deletions
+19
View File
@@ -204,6 +204,22 @@
name = "Rough Torn Half Cloak (Colorable)"
path = /obj/item/clothing/accessory/poncho/rough_cloak_torn
/datum/loadout_entry/suit/replika/klbr
name = "Replikant Controller chestplate"
path = /obj/item/clothing/accessory/replika/klbr
/datum/loadout_entry/suit/replika/lstr
name = "Replikant Combat-Engineer Chestplate"
path = /obj/item/clothing/accessory/replika/lstr
/datum/loadout_entry/suit/replika/stcr
name = "Replikant Security-Controller Chestplate"
path = /obj/item/clothing/accessory/replika/stcr
/datum/loadout_entry/suit/replika/star
name = "Replikant Security-Technician Chestplate"
path = /obj/item/clothing/accessory/replika/star
/datum/loadout_entry/suit/black_lawyer_jacket
name = "Suit Jacket - Black"
path = /obj/item/clothing/suit/storage/toggle/internalaffairs
@@ -652,3 +668,6 @@
var/obj/item/clothing/suit/storage/tajaran/jacket/tajara_jacket_type = tajara_jacket
tajara_jackets[initial(tajara_jacket_type.name)] = tajara_jacket_type
tweaks += new/datum/loadout_tweak/path(tim_sort(tajara_jackets, GLOBAL_PROC_REF(cmp_text_asc)))
//Signalis Armor Accessories (no armor stats)//