mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-26 09:26:34 +01:00
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:
@@ -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)//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user