TCFL Service & Veteran Cards (#11881)

This commit is contained in:
WickedCybs
2021-05-21 19:52:12 -03:00
committed by GitHub
parent f5f7dfc6fb
commit 6a51f9376c
3 changed files with 31 additions and 1 deletions
@@ -371,6 +371,18 @@
passport["passport, coalition"] = /obj/item/clothing/accessory/badge/passport/coc
gear_tweaks += new/datum/gear_tweak/path(passport)
/datum/gear/accessory/TCFLcard
display_name = "TCFL service cards"
description = "Identification cards given to active and former members of the Tau Ceti Foreign Legion."
path = /obj/item/clothing/accessory/badge/tcfl_papers
/datum/gear/accessory/TCFLcard/New()
..()
var/TCFLcard = list()
TCFLcard["active service"] = /obj/item/clothing/accessory/badge/tcfl_papers/service
TCFLcard["veteran"] = /obj/item/clothing/accessory/badge/tcfl_papers/service/veteran
gear_tweaks += new/datum/gear_tweak/path(TCFLcard)
/datum/gear/accessory/kneepads
display_name = "kneepads"
path = /obj/item/clothing/accessory/kneepads