Changes TCFL active service card to reservist in loadout (#13815)

This commit is contained in:
feartheblackout
2022-05-10 12:58:53 +02:00
committed by GitHub
parent 34e7200b17
commit 0957452e58
3 changed files with 50 additions and 2 deletions
@@ -446,13 +446,13 @@
/datum/gear/accessory/TCFLcard
display_name = "TCFL service cards"
description = "Identification cards given to active and former members of the Tau Ceti Foreign Legion."
description = "Identification cards given to reservists and former members of the Tau Ceti Foreign Legion."
path = /obj/item/clothing/accessory/badge/tcfl_papers
/datum/gear/accessory/TCFLcard/New()
..()
var/list/TCFLcard = list()
TCFLcard["active service"] = /obj/item/clothing/accessory/badge/tcfl_papers/service
TCFLcard["reservist"] = /obj/item/clothing/accessory/badge/tcfl_papers/service/reservist
TCFLcard["veteran"] = /obj/item/clothing/accessory/badge/tcfl_papers/service/veteran
gear_tweaks += new /datum/gear_tweak/path(TCFLcard)